summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21tcp: add const qualifiers where possibleEric Dumazet1-54/+56
2011-10-21tcp: remove unused tcp_fin() parametersEric Dumazet1-3/+3
2011-10-21tcp: use TCP_DEFAULT_INIT_RCVWND in tcp_fixup_rcvbuf()Eric Dumazet1-8/+15
2011-10-20tcp: use TCP_INIT_CWND in tcp_fixup_sndbuf()Eric Dumazet1-5/+3
2011-10-14net: more accurate skb truesizeEric Dumazet1-7/+7
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller1-3/+1
2011-10-05tcp: properly update lost_cnt_hint during shiftingYan, Zheng1-3/+1
2011-09-27tcp: rename tcp_skb_cb flagsEric Dumazet1-2/+2
2011-09-27tcp: unalias tcp_skb_cb flags and ip_dsfieldEric Dumazet1-1/+1
2011-09-27tcp: ECN blackhole should not force quickack modeEric Dumazet1-7/+16
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-1/+1
2011-09-19tcp: fix validation of D-SACKZheng Yan1-1/+1
2011-08-25Proportional Rate Reduction for TCP.Nandita Dukkipati1-6/+52
2011-06-09tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open sideJerry Chu1-21/+25
2011-03-23tcp: Make undo_ssthresh arg to tcp_undo_cwr() a bool.David S. Miller1-6/+6
2011-03-23tcp: avoid cwnd moderation in undoYuchung Cheng1-5/+7
2011-03-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-03-15tcp: fix RTT for quick packets in congestion controlstephen hemminger1-1/+1
2011-03-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+3
2011-02-21tcp: undo_retrans counter fixesYuchung Cheng1-2/+3
2011-02-03tcp: Increase the initial congestion window to 10.David S. Miller1-1/+1
2011-01-26TCP: fix a bug that triggers large number of TCP RST by mistakeJerry Chu1-1/+1
2010-12-23tcp: cleanup of cwnd initialization in tcp_init_metrics()Jiri Kosina1-17/+12
2010-12-09net: Abstract away all dst_entry metrics accesses.David S. Miller1-9/+13
2010-11-10net: avoid limits overflowEric Dumazet1-4/+7
2010-10-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-2/+2
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-2/+2
2010-10-18tcp: sack lost marking fixesIlpo Järvinen1-10/+14
2010-10-07TCP: 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/ne...David S. Miller1-1/+2
2010-09-30tcp: tcp_enter_quickack_mode can be staticstephen hemminger1-1/+1
2010-09-28tcp: 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/ne...David S. Miller1-0/+2
2010-09-24net: return operator cleanupEric Dumazet1-5/+5
2010-09-21tcp: Fix race in tcp_pollTom Marshall1-0/+2
2010-08-31tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker1-15/+2
2010-08-08tcp: 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-06-01net/ipv4/tcp_input.c: fix compilation breakage when FASTRETRANS_DEBUG > 1Joe Perches1-2/+2
2010-05-18net: Remove unnecessary semicolons after switch statementsJoe Perches1-2/+3
2010-04-29net: ip_queue_rcv_skb() helperEric Dumazet1-0/+1
2010-04-13net: sk_dst_cache RCUificationEric Dumazet1-2/+2
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-25net: remove trailing space in messagesFrans Pop1-1/+1
2010-03-20tcp: Fix tcp_mark_head_lost() with packets == 0Lennart Schulte1-0/+3
2010-02-19net: TCP thin dupackAndreas Petlund1-0/+12
2010-02-11tcp: fix ICMP-RTO warDamian Lukowski1-4/+2
2009-12-16tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller1-16/+8