summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-02tcp: cache line align MAX_TCP_HEADEREric Dumazet1-1/+1
2019-12-21tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault1-3/+3
2019-12-21tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault1-1/+9
2019-12-21tcp: fix rejected syncookies due to stale timestampsGuillaume Nault1-1/+1
2019-09-06tcp: fix tcp_rtx_queue_tail in case of empty retransmit queueTim Froidcoeur1-0/+4
2019-08-11tcp: be more careful in tcp_fragment()Eric Dumazet1-0/+17
2019-08-04tcp: reset sk_send_head in tcp_write_queue_purgeSoheil Hassas Yeganeh1-5/+6
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet1-0/+2
2019-02-23tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet1-0/+1
2018-10-13tcp: use an RB tree for ooo receive queueYaogong Wang1-1/+1
2018-08-24tcp: remove DELAYED ACK events in DCTCPYuchung Cheng1-2/+0
2018-08-06tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet1-1/+1
2018-07-28tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng1-0/+1
2018-07-28tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng1-0/+1
2018-03-22tcp: sysctl: Fix a race to avoid unexpected 0 window from spaceGao Feng1-3/+5
2017-11-18tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet1-3/+3
2016-11-21tcp: take care of truncations done by sk_filter()Eric Dumazet1-0/+1
2016-09-30tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet1-0/+2
2016-03-04tcp: do not drop syn_recv on all icmp reportsEric Dumazet1-1/+1
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-19tcp: 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-30tcp: constify tcp_v{4|6}_route_req() sock argumentEric Dumazet1-1/+1
2015-09-30tcp: cookie_init_sequence() cleanupsEric Dumazet1-9/+10
2015-09-30tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet1-1/+1
2015-09-30tcp: constify tcp_create_openreq_child() socket argumentEric Dumazet1-1/+1
2015-09-30tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet1-2/+1
2015-09-30tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet1-1/+1
2015-09-29tcp: 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-22tcp: 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-10tcp: do not slow start when cwnd equals ssthreshYuchung Cheng1-1/+1
2015-07-10tcp: add tcp_in_slow_start helperYuchung Cheng1-1/+6
2015-06-12tcp: fill shinfo->gso_size at last momentEric Dumazet1-5/+8
2015-06-08tcp: get_cookie_sock() consolidationEric Dumazet1-0/+3
2015-05-19tcp: add rfc3168, section 6.1.1.1. fallbackDaniel Borkmann1-0/+2
2015-05-18tcp: introduce tcp_under_memory_pressure()Eric Dumazet1-0/+8