aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-09tcp: do not drop syn_recv on all icmp reportsEric Dumazet1-1/+1
2016-01-29tcp: Change reference to experimental CWND RFC.Jörg Thalheim1-1/+1
2016-01-14net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner1-2/+2
2016-01-14net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner1-2/+3
2016-01-10ipv4: Namespecify the tcp_keepalive_intvl sysctl knobNikolay Borisov1-2/+3
2016-01-10ipv4: Namespecify tcp_keepalive_probes sysctl knobNikolay Borisov1-2/+3
2016-01-10ipv4: Namespaceify tcp_keepalive_time sysctl knobNikolay Borisov1-2/+3
2015-12-22net: add inet_sk_transparent() helperFlorian Westphal1-0/+12
2015-12-15net: diag: Support destroying TCP sockets.Lorenzo Colitti1-0/+2
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet1-1/+3
2015-10-21tcp: use RACK to detect lossesYuchung Cheng1-0/+9
2015-10-21tcp: track the packet timings in RACKYuchung Cheng1-0/+5
2015-10-21tcp: track min RTT using windowed min-filterYuchung Cheng1-0/+7
2015-10-18tcp: do not set queue_mapping on SYNACKEric Dumazet1-1/+1
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet1-2/+4
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet1-3/+0
2015-10-03tcp: get_openreq[46]() changesEric Dumazet1-1/+0
2015-09-29tcp: constify tcp_v{4|6}_route_req() sock argumentEric Dumazet1-1/+1
2015-09-29tcp: cookie_init_sequence() cleanupsEric Dumazet1-9/+10
2015-09-29tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet1-1/+1
2015-09-29tcp: constify tcp_create_openreq_child() socket argumentEric Dumazet1-1/+1
2015-09-29tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet1-2/+1
2015-09-29tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet1-1/+1
2015-09-28tcp: avoid reorders for TFO passive connectionsEric Dumazet1-4/+4
2015-09-25tcp/dccp: constify rtx_synack() and friendsEric Dumazet1-1/+1
2015-09-25tcp: constify tcp_v{4|6}_send_synack() socket argumentEric Dumazet1-1/+1
2015-09-25tcp: constify tcp_make_synack() socket argumentEric Dumazet1-1/+1
2015-09-25tcp: md5: constify tcp_md5_do_lookup() socket argumentEric Dumazet1-5/+5
2015-09-25tcp: constify tcp_openreq_init_rwin()Eric Dumazet1-1/+2
2015-09-25tcp: constify listener socket in tcp_v[46]_init_req()Eric Dumazet1-1/+2
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