summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* tcp: do not drop syn_recv on all icmp reportsEric Dumazet2016-02-091-1/+1
* tcp: Change reference to experimental CWND RFC.Jörg Thalheim2016-01-291-1/+1
* net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner2016-01-151-2/+2
* net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner2016-01-151-2/+3
* ipv4: Namespecify the tcp_keepalive_intvl sysctl knobNikolay Borisov2016-01-101-2/+3
* ipv4: Namespecify tcp_keepalive_probes sysctl knobNikolay Borisov2016-01-101-2/+3
* ipv4: Namespaceify tcp_keepalive_time sysctl knobNikolay Borisov2016-01-101-2/+3
* net: add inet_sk_transparent() helperFlorian Westphal2015-12-221-0/+12
* net: diag: Support destroying TCP sockets.Lorenzo Colitti2015-12-161-0/+2
* tcp/dccp: fix hashdance race for passive sessionsEric Dumazet2015-10-231-1/+3
* tcp: use RACK to detect lossesYuchung Cheng2015-10-211-0/+9
* tcp: track the packet timings in RACKYuchung Cheng2015-10-211-0/+5
* tcp: track min RTT using windowed min-filterYuchung Cheng2015-10-211-0/+7
* tcp: do not set queue_mapping on SYNACKEric Dumazet2015-10-191-1/+1
* tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet2015-10-031-2/+4
* tcp/dccp: install syn_recv requests into ehash tableEric Dumazet2015-10-031-3/+0Star
* tcp: get_openreq[46]() changesEric Dumazet2015-10-031-1/+0Star
* tcp: constify tcp_v{4|6}_route_req() sock argumentEric Dumazet2015-09-301-1/+1
* tcp: cookie_init_sequence() cleanupsEric Dumazet2015-09-301-9/+10
* tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet2015-09-301-1/+1
* tcp: constify tcp_create_openreq_child() socket argumentEric Dumazet2015-09-301-1/+1
* tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet2015-09-301-2/+1Star
* tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet2015-09-301-1/+1
* tcp: avoid reorders for TFO passive connectionsEric Dumazet2015-09-291-4/+4
* tcp/dccp: constify rtx_synack() and friendsEric Dumazet2015-09-251-1/+1
* tcp: constify tcp_v{4|6}_send_synack() socket argumentEric Dumazet2015-09-251-1/+1
* tcp: constify tcp_make_synack() socket argumentEric Dumazet2015-09-251-1/+1
* tcp: md5: constify tcp_md5_do_lookup() socket argumentEric Dumazet2015-09-251-5/+5
* tcp: constify tcp_openreq_init_rwin()Eric Dumazet2015-09-251-1/+2
* tcp: constify listener socket in tcp_v[46]_init_req()Eric Dumazet2015-09-251-1/+2
* tcp: usec resolution SYN/ACK RTTYuchung Cheng2015-09-221-0/+1
* 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