summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2019-09-06tcp: fix tcp_rtx_queue_tail in case of empty retransmit queueTim Froidcoeur
2019-08-25Revert "tcp: Clear sk_send_head after purging the write queue"Sasha Levin
2019-08-16tcp: Clear sk_send_head after purging the write queueBen Hutchings
2019-08-09tcp: be more careful in tcp_fragment()Eric Dumazet
2019-07-31tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet
2019-02-23tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet
2018-09-15tcp, ulp: add alias for all ulp modulesDaniel Borkmann
2018-08-24tcp: remove DELAYED ACK events in DCTCPYuchung Cheng
2018-08-03tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet
2018-07-28tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng
2018-07-28tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng
2018-07-28net/ipv6: Fix linklocal to global address with VRFDavid Ahern
2018-04-29tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh
2018-03-31tcp: reset sk_send_head in tcp_write_queue_purgeSoheil Hassas Yeganeh
2018-01-02tcp: invalidate rate samples during SACK renegingYousuk Seung
2017-12-17tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell
2017-12-17tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match()David Ahern
2017-11-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2017-10-29bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend
2017-10-01IPv4: early demux can return an error codePaolo Abeni
2017-09-18tcp: remove two unused functionsYuchung Cheng
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal
2017-08-30tcp: Revert "tcp: remove CA_ACK_SLOWPATH"Florian Westphal
2017-08-25tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca
2017-08-23tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney
2017-08-22tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-07net: ipv6: add second dif to inet6 socket lookupsDavid Ahern
2017-08-07net: ipv4: add second dif to inet socket lookupsDavid Ahern
2017-08-06ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni
2017-08-03tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell
2017-08-01proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert
2017-07-31tcp: remove CA_ACK_SLOWPATHFlorian Westphal
2017-07-31tcp: remove header predictionFlorian Westphal
2017-07-31tcp: remove low_latency sysctlFlorian Westphal
2017-07-31tcp: remove prequeue supportFlorian Westphal
2017-07-24tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya
2017-07-19tcp: adjust tail loss probe timeoutYuchung Cheng
2017-07-01bpf: Add support for changing congestion controlLawrence Brakmo
2017-07-01bpf: Support for setting initial receive windowLawrence Brakmo
2017-07-01bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo
2017-07-01bpf: BPF support for sock_opsLawrence Brakmo
2017-06-19tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande
2017-06-19tcp: md5: add an address prefix for key lookupIvan Delalande
2017-06-15tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functionsDave Watson
2017-06-15tcp: ULP infrastructureDave Watson
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet