aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-2/+2
2010-10-17tcp: sack lost marking fixesIlpo Järvinen1-10/+14
2010-10-06TCP: Fix setting of snd_ssthresh in tcp_mtu_probe_successJohn Heffner1-1/+1
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2010-09-29tcp: tcp_enter_quickack_mode can be staticstephen hemminger1-1/+1
2010-09-27tcp: fix TSO FACK loss marking in tcp_mark_head_lostYuchung Cheng1-1/+2
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2010-09-23net: return operator cleanupEric Dumazet1-5/+5
2010-09-20tcp: Fix race in tcp_pollTom Marshall1-0/+2
2010-08-30tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker1-15/+2
2010-08-07tcp: no md5sig option size check bugDmitry Popov1-1/+1
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet1-10/+8
2010-06-15tcp: unify tcp flag macrosChangli Gao1-1/+1
2010-05-31net/ipv4/tcp_input.c: fix compilation breakage when FASTRETRANS_DEBUG > 1Joe Perches1-2/+2
2010-05-17net: Remove unnecessary semicolons after switch statementsJoe Perches1-2/+3
2010-04-28net: ip_queue_rcv_skb() helperEric Dumazet1-0/+1
2010-04-13net: sk_dst_cache RCUificationEric Dumazet1-2/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-24net: remove trailing space in messagesFrans Pop1-1/+1
2010-03-19tcp: Fix tcp_mark_head_lost() with packets == 0Lennart Schulte1-0/+3
2010-02-18net: TCP thin dupackAndreas Petlund1-0/+12
2010-02-10tcp: fix ICMP-RTO warDamian Lukowski1-4/+2
2009-12-15tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller1-16/+8
2009-12-08tcp: fix retrans_stamp advancing in error casesIlpo Järvinen1-3/+32
2009-12-02TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson1-10/+65
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