aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-15bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann1-0/+27
2018-10-15tcp, ulp: remove ulp bits from sockmapDaniel Borkmann1-1/+0
2018-10-01tcp/fq: move back to CLOCK_MONOTONICEric Dumazet1-1/+1
2018-09-21tcp: provide earliest departure time in skb->tstampEric Dumazet1-3/+3
2018-09-21tcp: add tcp_wstamp_ns socket fieldEric Dumazet1-11/+1
2018-09-21tcp: introduce tcp_skb_timestamp_us() helperEric Dumazet1-1/+7
2018-09-21tcp: switch tcp_clock_ns() to CLOCK_TAI baseEric Dumazet1-1/+1
2018-08-16tcp, ulp: add alias for all ulp modulesDaniel Borkmann1-0/+4
2018-08-11tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socketMartin KaFai Lau1-2/+28
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2018-07-21net/ipv6: Fix linklocal to global address with VRFDavid Ahern1-0/+5
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-2/+4
2018-07-20tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng1-0/+1
2018-07-20tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng1-0/+1
2018-07-13tcp: remove DELAYED ACK events in DCTCPYuchung Cheng1-2/+0
2018-07-12tcp: use monotonic timestamps for PAWSArnd Bergmann1-7/+10
2018-07-11tcp: expose both send and receive intervals for rate sampleDeepti Raghavan1-0/+2
2018-07-07bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend1-0/+4
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+2
2018-06-26net: Convert GRO SKB handling to list_head.David Miller1-1/+1
2018-06-22tcp_bbr: fix bbr pacing rate for internal pacingEric Dumazet1-0/+11
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+25
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2018-05-31tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao1-2/+1
2018-05-26net/tcp: convert to ->poll_maskChristoph Hellwig1-2/+1
2018-05-18tcp: add SACK compressionEric Dumazet1-0/+3
2018-05-18tcp: use __sock_put() instead of sock_put() in tcp_clear_xmit_timers()Eric Dumazet1-1/+1
2018-05-17tcp: new helper tcp_rack_skb_timeoutYuchung Cheng1-0/+2
2018-05-17tcp: account lost retransmit after timeoutYuchung Cheng1-0/+1
2018-05-17tcp: simpler NewReno implementationYuchung Cheng1-0/+1
2018-05-17tcp: support DUPACK threshold in RACKYuchung Cheng1-0/+1
2018-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+1
2018-05-16ipv{4,6}/tcp: simplify procfs registrationChristoph Hellwig1-8/+3
2018-05-15bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend1-2/+1
2018-05-11tcp: switch pacing timer to softirq based hrtimerEric Dumazet1-1/+3
2018-05-01tcp: Add clean acked data hookIlya Lesokhin1-0/+8
2018-04-16tcp: implement mmap() for zero copy receiveEric Dumazet1-0/+2
2018-04-16tcp: avoid extra wakeups for SO_RCVLOWAT usersEric Dumazet1-0/+1
2018-04-16tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet1-0/+1
2018-03-01tcp_bbr: better deal with suboptimal GSO (II)Eric Dumazet1-4/+2
2018-02-14tcp: try to keep packet if SYN_RCV race is lostEric Dumazet1-1/+2
2018-02-06bpf: sockmap, add sock close() hook to remove socksJohn Fastabend1-0/+2
2018-02-06net: add a UID to use for ULP socket assignmentJohn Fastabend1-0/+6
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-10/+42
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-01-25bpf: Support passing args to sock_ops bpf functionLawrence Brakmo1-5/+35
2018-01-25bpf: Add write access to tcp_sock and sock fieldsLawrence Brakmo1-1/+1
2018-01-19tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBRYuchung Cheng1-0/+1
2017-12-13tcp: pause Fast Open globally after third consecutive timeoutYuchung Cheng1-3/+2