summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2012-01-22tcp: detect loss above high_seq in recoveryYuchung Cheng
2011-12-21tcp: Replace constants with #define macrosVijay Subramanian
2011-12-12foundations of per-cgroup memory pressure controlling.Glauber Costa
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-12-04tcp: drop SYN+FIN messagesEric Dumazet
2011-11-27tcp: skip cwnd moderation in TCP_CA_Open in tcp_try_to_openNeal Cardwell
2011-11-27tcp: allow undo from reordered DSACKsNeal Cardwell
2011-11-27tcp: use SACKs and DSACKs that arrive on ACKs below snd_unaNeal Cardwell
2011-11-27tcp: use DSACKs that arrive when packets_out is 0Neal Cardwell
2011-11-27tcp: make is_dupack a parameter to tcp_fastretrans_alert()Neal Cardwell
2011-10-21tcp: add const qualifiers where possibleEric Dumazet
2011-10-20tcp: remove unused tcp_fin() parametersEric Dumazet
2011-10-20tcp: use TCP_DEFAULT_INIT_RCVWND in tcp_fixup_rcvbuf()Eric Dumazet
2011-10-19tcp: use TCP_INIT_CWND in tcp_fixup_sndbuf()Eric Dumazet
2011-10-13net: more accurate skb truesizeEric Dumazet
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-10-04tcp: properly update lost_cnt_hint during shiftingYan, Zheng
2011-09-27tcp: rename tcp_skb_cb flagsEric Dumazet
2011-09-27tcp: unalias tcp_skb_cb flags and ip_dsfieldEric Dumazet
2011-09-27tcp: ECN blackhole should not force quickack modeEric Dumazet
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-09-18tcp: fix validation of D-SACKZheng Yan
2011-08-24Proportional Rate Reduction for TCP.Nandita Dukkipati
2011-06-08tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open sideJerry Chu
2011-03-22tcp: Make undo_ssthresh arg to tcp_undo_cwr() a bool.David S. Miller
2011-03-22tcp: avoid cwnd moderation in undoYuchung Cheng
2011-03-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-14tcp: fix RTT for quick packets in congestion controlstephen hemminger
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-02-21tcp: undo_retrans counter fixesYuchung Cheng
2011-02-02tcp: Increase the initial congestion window to 10.David S. Miller
2011-01-25TCP: fix a bug that triggers large number of TCP RST by mistakeJerry Chu
2010-12-23tcp: cleanup of cwnd initialization in tcp_init_metrics()Jiri Kosina
2010-12-09net: Abstract away all dst_entry metrics accesses.David S. Miller
2010-11-10net: avoid limits overflowEric Dumazet
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-10-17tcp: sack lost marking fixesIlpo Järvinen
2010-10-06TCP: Fix setting of snd_ssthresh in tcp_mtu_probe_successJohn Heffner
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-29tcp: tcp_enter_quickack_mode can be staticstephen hemminger
2010-09-27tcp: fix TSO FACK loss marking in tcp_mark_head_lostYuchung Cheng
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-23net: return operator cleanupEric Dumazet
2010-09-20tcp: Fix race in tcp_pollTom Marshall
2010-08-30tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker
2010-08-07tcp: no md5sig option size check bugDmitry Popov
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet
2010-06-15tcp: unify tcp flag macrosChangli Gao
2010-05-31net/ipv4/tcp_input.c: fix compilation breakage when FASTRETRANS_DEBUG > 1Joe Perches