summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2019-07-28tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-07-28tcp: be more careful in tcp_fragment()Eric Dumazet
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet
2018-08-16tcp, ulp: add alias for all ulp modulesDaniel Borkmann
2018-08-11tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socketMartin KaFai Lau
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-21net/ipv6: Fix linklocal to global address with VRFDavid Ahern
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-20tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng
2018-07-20tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng
2018-07-13tcp: remove DELAYED ACK events in DCTCPYuchung Cheng
2018-07-12tcp: use monotonic timestamps for PAWSArnd Bergmann
2018-07-11tcp: expose both send and receive intervals for rate sampleDeepti Raghavan
2018-07-07bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-26net: Convert GRO SKB handling to list_head.David Miller
2018-06-22tcp_bbr: fix bbr pacing rate for internal pacingEric Dumazet
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-31tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao
2018-05-26net/tcp: convert to ->poll_maskChristoph Hellwig
2018-05-18tcp: add SACK compressionEric Dumazet
2018-05-18tcp: use __sock_put() instead of sock_put() in tcp_clear_xmit_timers()Eric Dumazet
2018-05-17tcp: new helper tcp_rack_skb_timeoutYuchung Cheng
2018-05-17tcp: account lost retransmit after timeoutYuchung Cheng
2018-05-17tcp: simpler NewReno implementationYuchung Cheng
2018-05-17tcp: support DUPACK threshold in RACKYuchung Cheng
2018-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-16ipv{4,6}/tcp: simplify procfs registrationChristoph Hellwig
2018-05-15bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend
2018-05-11tcp: switch pacing timer to softirq based hrtimerEric Dumazet
2018-05-01tcp: Add clean acked data hookIlya Lesokhin
2018-04-16tcp: implement mmap() for zero copy receiveEric Dumazet
2018-04-16tcp: avoid extra wakeups for SO_RCVLOWAT usersEric Dumazet
2018-04-16tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet
2018-03-01tcp_bbr: better deal with suboptimal GSO (II)Eric Dumazet
2018-02-14tcp: try to keep packet if SYN_RCV race is lostEric Dumazet
2018-02-06bpf: sockmap, add sock close() hook to remove socksJohn Fastabend
2018-02-06net: add a UID to use for ULP socket assignmentJohn Fastabend
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-25bpf: Support passing args to sock_ops bpf functionLawrence Brakmo
2018-01-25bpf: Add write access to tcp_sock and sock fieldsLawrence Brakmo
2018-01-19tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBRYuchung Cheng
2017-12-13tcp: pause Fast Open globally after third consecutive timeoutYuchung Cheng
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2017-12-08tcp: invalidate rate samples during SACK renegingYousuk Seung
2017-12-05bpf: Add access to snd_cwnd and others in sock_opsLawrence Brakmo