summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-29tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima1-1/+1
2022-05-12tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet1-0/+1
2021-02-04tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang1-1/+1
2020-05-02tcp: cache line align MAX_TCP_HEADEREric Dumazet1-1/+1
2020-01-27tcp: annotate lockless access to tcp_memory_pressureEric 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-25Revert "tcp: Clear sk_send_head after purging the write queue"Sasha Levin1-3/+0
2019-08-16tcp: Clear sk_send_head after purging the write queueBen Hutchings1-0/+3
2019-08-09tcp: be more careful in tcp_fragment()Eric Dumazet1-0/+17
2019-07-31tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet1-1/+2
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-09-15tcp, ulp: add alias for all ulp modulesDaniel Borkmann1-0/+4
2018-08-24tcp: remove DELAYED ACK events in DCTCPYuchung Cheng1-2/+0
2018-08-03tcp: 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-07-28net/ipv6: Fix linklocal to global address with VRFDavid Ahern1-0/+5
2018-04-29tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh1-0/+1
2018-03-31tcp: reset sk_send_head in tcp_write_queue_purgeSoheil Hassas Yeganeh1-5/+6
2018-01-02tcp: invalidate rate samples during SACK renegingYousuk Seung1-1/+1
2017-12-17tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell1-1/+1
2017-12-17tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match()David Ahern1-2/+1
2017-11-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet1-3/+3
2017-10-29bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend1-0/+1
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend1-0/+5
2017-10-01IPv4: early demux can return an error codePaolo Abeni1-1/+1
2017-09-19tcp: remove two unused functionsYuchung Cheng1-1/+0
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal1-0/+23
2017-08-30tcp: Revert "tcp: remove CA_ACK_SLOWPATH"Florian Westphal1-2/+3
2017-08-26tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca1-3/+1
2017-08-24tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney1-1/+8
2017-08-23tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang1-2/+1
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+10
2017-08-07net: ipv6: add second dif to inet6 socket lookupsDavid Ahern1-0/+10
2017-08-07net: ipv4: add second dif to inet socket lookupsDavid Ahern1-0/+10
2017-08-07ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni1-2/+3
2017-08-04tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell1-0/+10
2017-08-02proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert1-0/+3
2017-08-01tcp: remove CA_ACK_SLOWPATHFlorian Westphal1-3/+2
2017-08-01tcp: remove header predictionFlorian Westphal1-23/+0
2017-08-01tcp: remove low_latency sysctlFlorian Westphal1-1/+0
2017-08-01tcp: remove prequeue supportFlorian Westphal1-11/+0
2017-07-25tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya1-1/+1
2017-07-20tcp: adjust tail loss probe timeoutYuchung Cheng1-2/+1
2017-07-02bpf: Add support for changing congestion controlLawrence Brakmo1-1/+8