summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Namespaceify tcp_fastopen_key knobHaishuang Yan2017-10-021-3/+3
* ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_onceHaishuang Yan2017-10-021-1/+1
* ipv4: Namespaceify tcp_fastopen knobHaishuang Yan2017-10-021-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-231-1/+0Star
|\
| * tcp: remove two unused functionsYuchung Cheng2017-09-191-1/+0Star
* | net: sk_buff rbnode reorgEric Dumazet2017-09-201-6/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-021-3/+1Star
|\
| * tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca2017-08-261-3/+1Star
* | 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-241-1/+8
* | tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang2017-08-221-2/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-101-0/+10
|\|
| * tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell2017-08-041-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-071-2/+3
* | proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert2017-08-021-0/+3
* | tcp: remove CA_ACK_SLOWPATHFlorian Westphal2017-07-311-3/+2Star
* | tcp: remove header predictionFlorian Westphal2017-07-311-23/+0Star
* | tcp: remove low_latency sysctlFlorian Westphal2017-07-311-1/+0Star
* | tcp: remove prequeue supportFlorian Westphal2017-07-311-11/+0Star
* | tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya2017-07-251-1/+1
* | tcp: adjust tail loss probe timeoutYuchung Cheng2017-07-201-2/+1Star
|/
* bpf: Add support for changing congestion controlLawrence Brakmo2017-07-021-1/+8
* bpf: Support for setting initial receive windowLawrence Brakmo2017-07-021-0/+10
* bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo2017-07-021-0/+11
* bpf: BPF support for sock_opsLawrence Brakmo2017-07-021-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/+1Star
* tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet2017-06-081-1/+0Star
* 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-071-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
* | tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet2017-05-171-1/+1
* | tcp: introduce tcp_jiffies32Eric Dumazet2017-05-171-5/+8
* | tcp: internal implementation for pacingEric Dumazet2017-05-161-0/+3
|/
* tcp: make congestion control optionally skip slow start after idleWei Wang2017-05-081-1/+3
* tcp: randomize timestamps on syncookiesEric Dumazet2017-05-051-2/+3
* tcp: do not pass timestamp to tcp_rack_advance()Eric Dumazet2017-04-261-2/+1Star
* tcp: do not pass timestamp to tcp_rate_gen()Eric Dumazet2017-04-261-1/+1
* tcp: do not pass timestamp to tcp_rack_mark_lost()Eric Dumazet2017-04-261-1/+1
* net/tcp_fastopen: Add snmp counter for blackhole detectionWei Wang2017-04-241-1/+1