summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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/+1
* 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
* net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang2017-04-241-0/+6
* net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gao Feng2017-04-051-0/+3
* tcp: sysctl: Fix a race to avoid unexpected 0 window from spaceGao Feng2017-03-241-3/+5
* tcp: remove tcp_tw_recycleSoheil Hassas Yeganeh2017-03-161-2/+1
* tcp: remove per-destination timestamp cacheSoheil Hassas Yeganeh2017-03-161-5/+1
* tcp: rename *_sequence_number() to *_seq_and_tsoff()Alexey Kodanev2017-03-091-1/+1
OpenPOWER on IntegriCloud