aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-30tcp: make tcp_space() aware of socket backlogEric Dumazet1-1/+1
2018-11-30tcp: hint compiler about sack flowsEric Dumazet1-1/+1
2018-11-16tcp: clean up STATE_TRACEYafang Shao1-12/+0
2018-11-15net: get rid of __tcp_checksum_complete()Cong Wang1-6/+1
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio1-1/+1
2018-10-23tcp: add tcp_reset_xmit_timer() helperEric Dumazet1-3/+27
2018-10-20ulp: remove uid and user_visible membersDaniel Borkmann1-7/+0
2018-10-17bpf: sockmap, support for msg_peek in sk_msg with redirect ingressJohn Fastabend1-1/+1
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