aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-21tcp: usec resolution SYN/ACK RTTYuchung Cheng1-0/+1
2015-08-31tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann1-1/+1
2015-08-25tcp: refine pacing rate determinationEric Dumazet1-0/+2
2015-08-25tcp: fix slow start after idle vs TSO/GSOEric Dumazet1-0/+13
2015-07-09tcp: do not slow start when cwnd equals ssthreshYuchung Cheng1-1/+1
2015-07-09tcp: add tcp_in_slow_start helperYuchung Cheng1-1/+6
2015-06-11tcp: fill shinfo->gso_size at last momentEric Dumazet1-5/+8
2015-06-07tcp: get_cookie_sock() consolidationEric Dumazet1-0/+3
2015-05-19tcp: add rfc3168, section 6.1.1.1. fallbackDaniel Borkmann1-0/+2
2015-05-17tcp: introduce tcp_under_memory_pressure()Eric Dumazet1-0/+8
2015-05-17tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()Eric Dumazet1-0/+2
2015-05-14tcp: syncookies: extend validity rangeEric Dumazet1-14/+24
2015-05-09tcp: add TCPWinProbe and TCPKeepAlive SNMP countersEric Dumazet1-1/+1
2015-05-09tcp: adjust window probe timers to safer valuesEric Dumazet1-5/+22
2015-04-29tcp: prepare CC get_info() access from getsockopt()Eric Dumazet1-1/+4
2015-04-29tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet1-1/+1
2015-04-17inet_diag: fix access to tcp cc informationEric Dumazet1-1/+1
2015-04-07tcp: RFC7413 option support for Fast Open clientDaniel Lee1-1/+2
2015-04-07tcp: RFC7413 option support for Fast Open serverDaniel Lee1-0/+2
2015-03-29tcp: tcp_syn_flood_action() can be staticEric Dumazet1-2/+0
2015-03-24tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()Eric Dumazet1-4/+4
2015-03-24tcp: md5: remove request sock argument of calc_md5_hash()Eric Dumazet1-16/+13
2015-03-23ipv4: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request socketsEric Dumazet1-0/+1
2015-03-23inet: remove sk_listener parameter from syn_ack_timeout()Eric Dumazet1-1/+1
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet1-2/+1
2015-03-17tcp: uninline tcp_oow_rate_limited()Eric Dumazet1-30/+2
2015-03-17tcp: move tcp_openreq_init() to tcp_input.cEric Dumazet1-25/+0
2015-03-06ipv4: Create probe timer for tcp PMTU as per RFC4821Fan Du1-0/+3
2015-03-06ipv4: Use binary search to choose tcp PMTU probe_sizeFan Du1-0/+3
2015-03-06ipv4: Raise tcp PMTU probe mss base sizeFan Du1-1/+1
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-4/+3
2015-02-09ipv4: Namespecify TCP PMTU mechanismFan Du1-2/+0
2015-02-08tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell1-0/+1
2015-02-08tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell1-0/+32
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-02-04tcp: do not pace pure ack packetsEric Dumazet1-0/+15
2015-01-28tcp: stretch ACK fixes prepNeal Cardwell1-2/+2
2015-01-05net: tcp: add per route congestion controlDaniel Borkmann1-0/+6
2015-01-05net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann1-0/+7
2015-01-05net: tcp: add key management to congestion controlDaniel Borkmann1-1/+8
2014-11-04net: allow setting ecn via routing tableFlorian Westphal1-1/+1
2014-11-04syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal1-5/+4
2014-10-29tcp: allow for bigger reordering levelEric Dumazet1-3/+1
2014-10-24net: Remove trailing whitespace in tcp.h icmp.c syncookies.cKenjiro Nakayama1-6/+6
2014-10-18tcp: fix build error if IPv6 is not enabledEric Dumazet1-0/+2
2014-10-17ipv6: introduce tcp_v6_iif()Eric Dumazet1-0/+9
2014-10-17ipv4: clean up cookie_v4_check()Cong Wang1-3/+2
2014-10-17ipv4: share tcp_v4_save_options() with cookie_v4_check()Cong Wang1-0/+20
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-28/+57
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-9/+0