summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann2015-08-311-1/+1
* tcp: refine pacing rate determinationEric Dumazet2015-08-251-0/+2
* tcp: fix slow start after idle vs TSO/GSOEric Dumazet2015-08-251-0/+13
* tcp: do not slow start when cwnd equals ssthreshYuchung Cheng2015-07-091-1/+1
* tcp: add tcp_in_slow_start helperYuchung Cheng2015-07-091-1/+6
* tcp: fill shinfo->gso_size at last momentEric Dumazet2015-06-121-5/+8
* tcp: get_cookie_sock() consolidationEric Dumazet2015-06-081-0/+3
* tcp: add rfc3168, section 6.1.1.1. fallbackDaniel Borkmann2015-05-191-0/+2
* tcp: introduce tcp_under_memory_pressure()Eric Dumazet2015-05-181-0/+8
* tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()Eric Dumazet2015-05-181-0/+2
* tcp: syncookies: extend validity rangeEric Dumazet2015-05-151-14/+24
* tcp: add TCPWinProbe and TCPKeepAlive SNMP countersEric Dumazet2015-05-091-1/+1
* tcp: adjust window probe timers to safer valuesEric Dumazet2015-05-091-5/+22
* tcp: prepare CC get_info() access from getsockopt()Eric Dumazet2015-04-291-1/+4
* tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet2015-04-291-1/+1
* inet_diag: fix access to tcp cc informationEric Dumazet2015-04-171-1/+1
* tcp: RFC7413 option support for Fast Open clientDaniel Lee2015-04-081-1/+2
* tcp: RFC7413 option support for Fast Open serverDaniel Lee2015-04-081-0/+2
* tcp: tcp_syn_flood_action() can be staticEric Dumazet2015-03-291-2/+0Star
* tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()Eric Dumazet2015-03-251-4/+4
* tcp: md5: remove request sock argument of calc_md5_hash()Eric Dumazet2015-03-251-16/+13Star
* ipv4: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request socketsEric Dumazet2015-03-231-0/+1
* inet: remove sk_listener parameter from syn_ack_timeout()Eric Dumazet2015-03-231-1/+1
* inet: drop prev pointer handling in request sockEric Dumazet2015-03-201-2/+1Star
* tcp: uninline tcp_oow_rate_limited()Eric Dumazet2015-03-171-30/+2Star
* tcp: move tcp_openreq_init() to tcp_input.cEric Dumazet2015-03-171-25/+0Star
* ipv4: Create probe timer for tcp PMTU as per RFC4821Fan Du2015-03-061-0/+3
* ipv4: Use binary search to choose tcp PMTU probe_sizeFan Du2015-03-061-0/+3
* ipv4: Raise tcp PMTU probe mss base sizeFan Du2015-03-061-1/+1
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+3Star
* ipv4: Namespecify TCP PMTU mechanismFan Du2015-02-101-2/+0Star
* tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell2015-02-081-0/+1
* tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell2015-02-081-0/+32
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-2/+2
|\
| * tcp: stretch ACK fixes prepNeal Cardwell2015-01-291-2/+2
* | tcp: do not pace pure ack packetsEric Dumazet2015-02-051-0/+15
* | net: tcp: add per route congestion controlDaniel Borkmann2015-01-061-0/+6
* | net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann2015-01-061-0/+7
* | net: tcp: add key management to congestion controlDaniel Borkmann2015-01-061-1/+8
|/
* net: allow setting ecn via routing tableFlorian Westphal2014-11-041-1/+1
* syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal2014-11-041-5/+4Star
* tcp: allow for bigger reordering levelEric Dumazet2014-10-291-3/+1Star
* net: Remove trailing whitespace in tcp.h icmp.c syncookies.cKenjiro Nakayama2014-10-241-6/+6
* tcp: fix build error if IPv6 is not enabledEric Dumazet2014-10-181-0/+2
* ipv6: introduce tcp_v6_iif()Eric Dumazet2014-10-181-0/+9
* ipv4: clean up cookie_v4_check()Cong Wang2014-10-171-3/+2Star
* ipv4: share tcp_v4_save_options() with cookie_v4_check()Cong Wang2014-10-171-0/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-091-28/+57
|\
| * tcp: Change tcp_slow_start function to return voidLi RongQing2014-09-301-1/+1
| * tcp: move TCP_ECN_create_request out of headerFlorian Westphal2014-09-291-34/+0Star