summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-5/+25
|\
| * tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao2018-05-311-2/+1
| * tcp: add SACK compressionEric Dumazet2018-05-181-0/+3
| * tcp: use __sock_put() instead of sock_put() in tcp_clear_xmit_timers()Eric Dumazet2018-05-181-1/+1
| * tcp: new helper tcp_rack_skb_timeoutYuchung Cheng2018-05-171-0/+2
| * tcp: account lost retransmit after timeoutYuchung Cheng2018-05-171-0/+1
| * tcp: simpler NewReno implementationYuchung Cheng2018-05-171-0/+1
| * tcp: support DUPACK threshold in RACKYuchung Cheng2018-05-171-0/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-161-2/+1
| |\
| | * bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend2018-05-151-2/+1
| * | tcp: switch pacing timer to softirq based hrtimerEric Dumazet2018-05-111-1/+3
| |/
| * tcp: Add clean acked data hookIlya Lesokhin2018-05-011-0/+8
| * tcp: implement mmap() for zero copy receiveEric Dumazet2018-04-161-0/+2
| * tcp: avoid extra wakeups for SO_RCVLOWAT usersEric Dumazet2018-04-161-0/+1
| * tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet2018-04-161-0/+1
* | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-2/+1
|\ \
| * | net/tcp: convert to ->poll_maskChristoph Hellwig2018-05-261-2/+1
| |/
* | ipv{4,6}/tcp: simplify procfs registrationChristoph Hellwig2018-05-161-8/+3
|/
* tcp_bbr: better deal with suboptimal GSO (II)Eric Dumazet2018-03-011-4/+2
* tcp: try to keep packet if SYN_RCV race is lostEric Dumazet2018-02-141-1/+2
* bpf: sockmap, add sock close() hook to remove socksJohn Fastabend2018-02-061-0/+2
* net: add a UID to use for ULP socket assignmentJohn Fastabend2018-02-061-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-10/+42
|\
| * bpf: Support passing args to sock_ops bpf functionLawrence Brakmo2018-01-251-5/+35
| * bpf: Add write access to tcp_sock and sock fieldsLawrence Brakmo2018-01-251-1/+1
| * tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBRYuchung Cheng2018-01-191-0/+1
| * tcp: pause Fast Open globally after third consecutive timeoutYuchung Cheng2017-12-131-3/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-091-1/+1
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-081-2/+4
| |\ \
| | * | bpf: Add access to snd_cwnd and others in sock_opsLawrence Brakmo2017-12-051-2/+4
* | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | net: annotate ->poll() instancesAl Viro2017-11-271-1/+1
| | |/ | |/|
* | | tcp: invalidate rate samples during SACK renegingYousuk Seung2017-12-081-1/+1
| |/ |/|
* | tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match()David Ahern2017-12-031-2/+1
|/
* tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell2017-11-191-1/+1
* tcp: highest_sack fixEric Dumazet2017-11-151-14/+3
* tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger2017-11-151-3/+3
* tcp: retire FACK loss detectionYuchung Cheng2017-11-111-13/+1
* tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet2017-11-101-2/+0
* tcp: higher throughput under reordering with adaptive RACK reordering wndPriyaranjan Jha2017-11-051-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-021-3/+3
|\
| * tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-011-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-0/+1
|\ \ | |/
| * bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend2017-10-291-0/+1
* | tcp: remove unnecessary includeAlexei Starovoitov2017-10-281-3/+0
* | tcp: Namespace-ify sysctl_tcp_pacing_ca_ratioEric Dumazet2017-10-281-2/+0
* | tcp: Namespace-ify sysctl_tcp_pacing_ss_ratioEric Dumazet2017-10-281-1/+0
* | tcp: Namespace-ify sysctl_tcp_invalid_ratelimitEric Dumazet2017-10-281-1/+0
* | tcp: Namespace-ify sysctl_tcp_autocorkingEric Dumazet2017-10-281-1/+0
* | tcp: Namespace-ify sysctl_tcp_min_rtt_wlenEric Dumazet2017-10-281-1/+0
OpenPOWER on IntegriCloud