aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-23net/ipv4: Move && and || to end of previous lineJoe Perches1-2/+2
2009-11-13net: TCP_MSS_DEFAULT, TCP_MSS_DESIREDWilliam Allen Simpson1-2/+2
2009-11-04tcp: Use defaults when no route options are availableGilad Ben-Yossef1-2/+0
2009-10-29Allow disabling of DSACK TCP option per routeGilad Ben-Yossef1-2/+6
2009-10-29Allow to turn off TCP window scale opt per routeGilad Ben-Yossef1-1/+2
2009-10-29Allow disabling TCP timestamp options per routeGilad Ben-Yossef1-1/+2
2009-10-29Add the no SACK route option featureGilad Ben-Yossef1-1/+2
2009-10-29Allow tcp_parse_options to consult dst entryGilad Ben-Yossef1-3/+6
2009-10-28net: Corrected spelling error heurestics->heuristicsAndreas Petlund1-2/+2
2009-09-15tcp: fix ssthresh u16 leftoverIlpo Järvinen1-1/+1
2009-09-01Revert Backoff [v3]: Revert RTO on ICMP destination unreachableDamian Lukowski1-3/+2
2009-05-29tcp: fix loop in ofo handling code and reduce its complexityIlpo Järvinen1-17/+11
2009-05-28tcp: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller1-35/+83
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-10/+0
2009-05-04tcp: Fix tcp_prequeue() to get correct rto_min valueSatoru SATOH1-10/+0
2009-05-04tcp: extend ECN sysctl to allow server-side only ECNIlpo Järvinen1-1/+1
2009-04-14tcp: fix >2 iw selectionIlpo Järvinen1-0/+3
2009-03-22tcp: Discard segments that ack data not yet sentJohn Dykstra1-10/+17
2009-03-21net/*: use linux/kernel.h swap()Ilpo Järvinen1-20/+3
2009-03-15tcp: simplify tcp_current_mssIlpo Järvinen1-1/+1
2009-03-15tcp: don't check mtu probe completion in the loopIlpo Järvinen1-7/+6
2009-03-15tcp: consolidate paws checkIlpo Järvinen1-6/+5
2009-03-15tcp: kill dead end_seq variable in clean_rtx_queueIlpo Järvinen1-3/+0
2009-03-15tcp: remove pointless .dsack/.num_sacks codeIlpo Järvinen1-5/+2
2009-03-02tcp: tcp_init_wl / tcp_update_wl argument cleanupHantzis Fotis1-5/+4
2009-03-02tcp: kill eff_sacks "cache", the sole user can calculate itselfIlpo Järvinen1-13/+2
2009-03-02tcp: separate timeout marking loop to it's own functionIlpo Järvinen1-24/+39
2009-03-02tcp: remove redundant code from tcp_mark_lost_retransIlpo Järvinen1-4/+12
2009-03-02tcp: fix lost_cnt_hint miscountsIlpo Järvinen1-8/+5
2009-03-01tcp: fix retrans_out leaksIlpo Järvinen1-4/+5
2009-01-06net_dma: convert to dma_find_channelDan Williams1-1/+1
2008-12-05tcp: share code through function, not through copy-paste. :-)Ilpo Järvinen1-7/+10
2008-12-05tcp: drop tcp_bound_rto, merge content of it tcp_set_rtoIlpo Järvinen1-9/+3
2008-12-05tcp: no need to pass prev skb around, reduces arg pressureIlpo Järvinen1-5/+4
2008-12-05tcp: introduce struct tcp_sacktag_state to reduce arg pressureIlpo Järvinen1-71/+74
2008-12-05tcp: make mtu probe failure to not break gso'ed skbs unnecessarilyIlpo Järvinen1-12/+7
2008-12-05tcp: Fix thinko making the not-shiftable to cover S|R as wellIlpo Järvinen1-1/+1
2008-12-05tcp: force mss equality with the next skb too.Ilpo Järvinen1-5/+4
2008-11-25tcp: tcp_limit_reno_sacked can become staticIlpo Järvinen1-1/+1
2008-11-24tcp: add some mibs to track collapsingIlpo Järvinen1-0/+4
2008-11-24tcp: Make shifting not clear the hintsIlpo Järvinen1-2/+14
2008-11-24tcp: Try to restore large SKBs while SACK processingIlpo Järvinen1-7/+249
2008-11-24tcp: make tcp_sacktag_one able to handle partial skb tooIlpo Järvinen1-15/+17
2008-11-24tcp: Make SACK code to split only at mss boundariesIlpo Järvinen1-4/+23
2008-11-24tcp: more aggressive skippingIlpo Järvinen1-1/+1
2008-11-24tcp: move tcp_simple_retransmit to tcp_inputIlpo Järvinen1-1/+52
2008-10-31net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison1-2/+2
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-1/+1
2008-10-28net: replace uses of NIP6_FMT with %p6Harvey Harrison1-2/+2
2008-10-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2