aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+10
2019-08-09tcp: Update TCP_BASE_MSS commentJosh Hunt1-1/+1
2019-07-30tcp: add skb-less helpers to retrieve SYN cookiePetar Penkov1-0/+10
2019-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+3
2019-07-22bpf: sockmap/tls, close can race with map freeJohn Fastabend1-0/+3
2019-07-21tcp: be more careful in tcp_fragment()Eric Dumazet1-0/+5
2019-07-18tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet1-1/+2
2019-07-08bpf: avoid unused variable warning in tcp_bpf_rtt()Arnd Bergmann1-3/+1
2019-07-03bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTTStanislav Fomichev1-0/+8
2019-06-22net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel1-4/+4
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2019-06-17net: ipv4: move tcp_fastopen server side code to SipHash libraryArd Biesheuvel1-6/+4
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet1-0/+2
2019-06-14ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet1-3/+6
2019-06-12tcp: add optional per socket transmit delayEric Dumazet1-0/+19
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-05-30tcp: add backup TFO key infrastructureJason Baron1-3/+38
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-09net/tcp: use deferred jump label for TCP acked data hookJakub Kicinski1-1/+1
2019-04-22include/net/tcp.h: whitespace cleanup at tcp_v4_checkDaniel T. Lee1-1/+1
2019-02-26tcp: convert tcp_md5_needed to static_branch APIEric Dumazet1-2/+2
2019-02-26tcp: get rid of __tcp_add_write_queue_tail()Eric Dumazet1-6/+1
2019-02-26tcp: get rid of tcp_check_send_head()Eric Dumazet1-6/+0
2019-01-25tcp: allow zerocopy with fastopenWillem de Bruijn1-0/+1
2019-01-18tcp: declare tcp_mmap() only when CONFIG_MMU is setYafang Shao1-0/+2
2018-12-04tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWATEric Dumazet1-2/+6
2018-11-30tcp: md5: add tcp_md5_needed jump labelEric Dumazet1-3/+15
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