aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
Commit message (Expand)AuthorAge
* inet_diag: fix access to tcp cc informationEric Dumazet2015-04-17
* tcp: RFC7413 option support for Fast Open clientDaniel Lee2015-04-07
* tcp: RFC7413 option support for Fast Open serverDaniel Lee2015-04-07
* tcp: tcp_syn_flood_action() can be staticEric Dumazet2015-03-29
* tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()Eric Dumazet2015-03-24
* tcp: md5: remove request sock argument of calc_md5_hash()Eric Dumazet2015-03-24
* ipv4: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request socketsEric Dumazet2015-03-23
* inet: remove sk_listener parameter from syn_ack_timeout()Eric Dumazet2015-03-23
* inet: drop prev pointer handling in request sockEric Dumazet2015-03-20
* tcp: uninline tcp_oow_rate_limited()Eric Dumazet2015-03-17
* tcp: move tcp_openreq_init() to tcp_input.cEric Dumazet2015-03-17
* ipv4: Create probe timer for tcp PMTU as per RFC4821Fan Du2015-03-06
* ipv4: Use binary search to choose tcp PMTU probe_sizeFan Du2015-03-06
* ipv4: Raise tcp PMTU probe mss base sizeFan Du2015-03-06
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-02
* ipv4: Namespecify TCP PMTU mechanismFan Du2015-02-09
* tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell2015-02-08
* tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell2015-02-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-05
|\
| * tcp: stretch ACK fixes prepNeal Cardwell2015-01-29
* | tcp: do not pace pure ack packetsEric Dumazet2015-02-04
* | net: tcp: add per route congestion controlDaniel Borkmann2015-01-05
* | net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann2015-01-05
* | net: tcp: add key management to congestion controlDaniel Borkmann2015-01-05
|/
* net: allow setting ecn via routing tableFlorian Westphal2014-11-04
* syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal2014-11-04
* tcp: allow for bigger reordering levelEric Dumazet2014-10-29
* net: Remove trailing whitespace in tcp.h icmp.c syncookies.cKenjiro Nakayama2014-10-24
* tcp: fix build error if IPv6 is not enabledEric Dumazet2014-10-18
* ipv6: introduce tcp_v6_iif()Eric Dumazet2014-10-17
* ipv4: clean up cookie_v4_check()Cong Wang2014-10-17
* ipv4: share tcp_v4_save_options() with cookie_v4_check()Cong Wang2014-10-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-08
|\
| * tcp: Change tcp_slow_start function to return voidLi RongQing2014-09-30
| * tcp: move TCP_ECN_create_request out of headerFlorian Westphal2014-09-29
| * net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal2014-09-29
| * net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal2014-09-29
| * net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann2014-09-29
| * net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal2014-09-29
| * tcp: change tcp_skb_pcount() locationEric Dumazet2014-09-28
| * tcp: better TCP_SKB_CB layout to reduce cache line missesEric Dumazet2014-09-28
| * tcp: remove TCP_SKB_CB(skb)->whenEric Dumazet2014-09-05
| * tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet2014-09-05
* | Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-10-07
|\ \ | |/ |/|
| * net: make tcp_cleanup_rbuf privateDan Williams2014-09-28
| * net_dma: simple removalDan Williams2014-09-28
* | tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa2014-08-14
* | tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell2014-08-14
* | tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin2014-08-14
* | tcp: reduce spurious retransmits due to transient SACK renegingNeal Cardwell2014-08-05