summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-04tcp: fix SO_RCVLOWAT related hangs under mem pressureEric Dumazet1-2/+7
2021-02-07tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen1-0/+1
2021-02-04tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang1-1/+1
2020-08-19tcp: correct read of TFO keys on big endian systemsJason Baron1-0/+2
2020-05-20tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet1-0/+13
2020-04-29tcp: cache line align MAX_TCP_HEADEREric Dumazet1-1/+1
2020-01-23bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend1-2/+4
2019-12-18tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault1-3/+3
2019-12-18tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault1-3/+13
2019-12-18tcp: fix rejected syncookies due to stale timestampsGuillaume Nault1-2/+3
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet1-2/+2
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet1-1/+2
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet1-1/+1
2019-10-10net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet1-1/+2
2019-10-10tcp: annotate lockless access to tcp_memory_pressureEric Dumazet1-1/+1
2019-09-01tcp: ulp: add functions to dump ulp-specific informationDavide Caratti1-0/+3
2019-08-14Merge 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-31tcp: add skb-less helpers to retrieve SYN cookiePetar Penkov1-0/+10
2019-07-26Merge 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-22tcp: be more careful in tcp_fragment()Eric Dumazet1-0/+5
2019-07-19tcp: 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-23net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel1-4/+4
2019-06-18Merge 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-16tcp: limit payload size of sacked skbsEric Dumazet1-0/+2
2019-06-15ipv4: 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-23include/net/tcp.h: whitespace cleanup at tcp_v4_checkDaniel T. Lee1-1/+1
2019-02-27tcp: convert tcp_md5_needed to static_branch APIEric Dumazet1-2/+2
2019-02-27tcp: get rid of __tcp_add_write_queue_tail()Eric Dumazet1-6/+1
2019-02-27tcp: get rid of tcp_check_send_head()Eric Dumazet1-6/+0
2019-01-26tcp: allow zerocopy with fastopenWillem de Bruijn1-0/+1
2019-01-19tcp: declare tcp_mmap() only when CONFIG_MMU is setYafang Shao1-0/+2
2018-12-05tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWATEric Dumazet1-2/+6
2018-12-01tcp: md5: add tcp_md5_needed jump labelEric Dumazet1-3/+15
2018-12-01tcp: make tcp_space() aware of socket backlogEric Dumazet1-1/+1
2018-12-01tcp: hint compiler about sack flowsEric Dumazet1-1/+1
2018-11-17tcp: clean up STATE_TRACEYafang Shao1-12/+0
2018-11-15net: get rid of __tcp_checksum_complete()Cong Wang1-6/+1
2018-11-09net: Convert protocol error handlers from void to intStefano Brivio1-1/+1
2018-10-24tcp: add tcp_reset_xmit_timer() helperEric Dumazet1-3/+27
2018-10-21ulp: remove uid and user_visible membersDaniel Borkmann1-7/+0