summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* tcp: socket option to set TCP fast open keyYuchung Cheng2017-10-201-2/+3
* tcp: remove obsolete helpersEric Dumazet2017-10-121-17/+0
* tcp: fix tcp_unlink_write_queue()Eric Dumazet2017-10-111-0/+1
* tcp: implement rb-tree based retransmit queueEric Dumazet2017-10-071-42/+47
* tcp: uninline tcp_write_queue_purge()Eric Dumazet2017-10-071-14/+1
* tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet2017-10-051-1/+23
* tcp: uniform the set up of sockets after successful connectionWei Wang2017-10-051-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-051-1/+1
|\
| * IPv4: early demux can return an error codePaolo Abeni2017-10-011-1/+1
* | ipv4: Namespaceify tcp_fastopen_key knobHaishuang Yan2017-10-011-3/+3
* | ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_onceHaishuang Yan2017-10-011-1/+1
* | ipv4: Namespaceify tcp_fastopen knobHaishuang Yan2017-10-011-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-231-1/+0
|\ \ | |/
| * tcp: remove two unused functionsYuchung Cheng2017-09-181-1/+0
* | net: sk_buff rbnode reorgEric Dumazet2017-09-191-6/+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
* | tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-171-9/+50
* | tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet2017-05-171-2/+2
OpenPOWER on IntegriCloud