summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet2019-02-231-0/+1
* tcp, ulp: add alias for all ulp modulesDaniel Borkmann2018-09-151-0/+4
* tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2018-08-241-2/+0
* tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet2018-08-031-1/+1
* tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng2018-07-281-0/+1
* tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2018-07-281-0/+1
* net/ipv6: Fix linklocal to global address with VRFDavid Ahern2018-07-281-0/+5
* tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh2018-04-291-0/+1
* tcp: reset sk_send_head in tcp_write_queue_purgeSoheil Hassas Yeganeh2018-03-311-5/+6
* tcp: invalidate rate samples during SACK renegingYousuk Seung2018-01-021-1/+1
* tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell2017-12-171-1/+1
* tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match()David Ahern2017-12-171-2/+1
* tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-011-3/+3
* bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend2017-10-291-0/+1
* bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-201-0/+5
* IPv4: early demux can return an error codePaolo Abeni2017-10-011-1/+1
* tcp: remove two unused functionsYuchung Cheng2017-09-181-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-3/+1
|\
| * tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca2017-08-251-3/+1
* | tcp: Revert "tcp: remove header prediction"Florian Westphal2017-08-301-0/+23
* | tcp: Revert "tcp: remove CA_ACK_SLOWPATH"Florian Westphal2017-08-301-2/+3
* | tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney2017-08-231-1/+8
* | tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang2017-08-221-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-091-0/+10
|\|
| * tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell2017-08-031-0/+10
* | net: ipv6: add second dif to inet6 socket lookupsDavid Ahern2017-08-071-0/+10
* | net: ipv4: add second dif to inet socket lookupsDavid Ahern2017-08-071-0/+10
* | ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni2017-08-061-2/+3
* | proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert2017-08-011-0/+3
* | tcp: remove CA_ACK_SLOWPATHFlorian Westphal2017-07-311-3/+2
* | tcp: remove header predictionFlorian Westphal2017-07-311-23/+0
* | tcp: remove low_latency sysctlFlorian Westphal2017-07-311-1/+0
* | tcp: remove prequeue supportFlorian Westphal2017-07-311-11/+0
* | tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya2017-07-241-1/+1
* | tcp: adjust tail loss probe timeoutYuchung Cheng2017-07-191-2/+1
|/
* bpf: Add support for changing congestion controlLawrence Brakmo2017-07-011-1/+8
* bpf: Support for setting initial receive windowLawrence Brakmo2017-07-011-0/+10
* bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo2017-07-011-0/+11
* bpf: BPF support for sock_opsLawrence Brakmo2017-07-011-0/+36
* tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande2017-06-191-0/+1
* tcp: md5: add an address prefix for key lookupIvan Delalande2017-06-191-2/+4
* tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functionsDave Watson2017-06-151-0/+2
* tcp: ULP infrastructureDave Watson2017-06-151-0/+25
* tcp: add TCPMemoryPressuresChrono counterEric Dumazet2017-06-081-1/+2
* tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet2017-06-081-2/+1
* tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet2017-06-081-1/+0
* tcp: Namespaceify sysctl_tcp_sackEric Dumazet2017-06-081-2/+2
* tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet2017-06-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-061-1/+1
|\
| * net: Update TCP congestion control documentationAnmol Sarma2017-06-051-1/+1