summaryrefslogtreecommitdiff
path: root/include/net/tcp.h (follow)
Commit message (Expand)AuthorAge
* tcp: usec resolution SYN/ACK RTTYuchung Cheng2015-09-21
* tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann2015-08-31
* tcp: refine pacing rate determinationEric Dumazet2015-08-25
* tcp: fix slow start after idle vs TSO/GSOEric Dumazet2015-08-25
* tcp: do not slow start when cwnd equals ssthreshYuchung Cheng2015-07-09
* tcp: add tcp_in_slow_start helperYuchung Cheng2015-07-09
* tcp: fill shinfo->gso_size at last momentEric Dumazet2015-06-11
* tcp: get_cookie_sock() consolidationEric Dumazet2015-06-07
* tcp: add rfc3168, section 6.1.1.1. fallbackDaniel Borkmann2015-05-19
* tcp: introduce tcp_under_memory_pressure()Eric Dumazet2015-05-17
* tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()Eric Dumazet2015-05-17
* tcp: syncookies: extend validity rangeEric Dumazet2015-05-14
* tcp: add TCPWinProbe and TCPKeepAlive SNMP countersEric Dumazet2015-05-09
* tcp: adjust window probe timers to safer valuesEric Dumazet2015-05-09
* tcp: prepare CC get_info() access from getsockopt()Eric Dumazet2015-04-29
* tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet2015-04-29
* 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-28
* | 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