summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2019-12-13tcp: refine tcp_write_queue_empty() implementationEric Dumazet
2019-12-06tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault
2019-12-06tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault
2019-12-06tcp: fix rejected syncookies due to stale timestampsGuillaume Nault
2019-11-07tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet
2019-10-09net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet
2019-10-09tcp: annotate lockless access to tcp_memory_pressureEric Dumazet
2019-08-31tcp: ulp: add functions to dump ulp-specific informationDavide Caratti
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2019-08-09tcp: Update TCP_BASE_MSS commentJosh Hunt
2019-07-30tcp: add skb-less helpers to retrieve SYN cookiePetar Penkov
2019-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-07-22bpf: sockmap/tls, close can race with map freeJohn Fastabend
2019-07-21tcp: be more careful in tcp_fragment()Eric Dumazet
2019-07-18tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-07-08bpf: avoid unused variable warning in tcp_bpf_rtt()Arnd Bergmann
2019-07-03bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTTStanislav Fomichev
2019-06-22net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-17net: ipv4: move tcp_fastopen server side code to SipHash libraryArd Biesheuvel
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet
2019-06-14ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet
2019-06-12tcp: add optional per socket transmit delayEric Dumazet
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-30tcp: add backup TFO key infrastructureJason Baron
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-09net/tcp: use deferred jump label for TCP acked data hookJakub Kicinski
2019-04-22include/net/tcp.h: whitespace cleanup at tcp_v4_checkDaniel T. Lee
2019-02-26tcp: convert tcp_md5_needed to static_branch APIEric Dumazet
2019-02-26tcp: get rid of __tcp_add_write_queue_tail()Eric Dumazet
2019-02-26tcp: get rid of tcp_check_send_head()Eric Dumazet
2019-01-25tcp: allow zerocopy with fastopenWillem de Bruijn
2019-01-18tcp: declare tcp_mmap() only when CONFIG_MMU is setYafang Shao
2018-12-04tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWATEric Dumazet
2018-11-30tcp: md5: add tcp_md5_needed jump labelEric Dumazet
2018-11-30tcp: make tcp_space() aware of socket backlogEric Dumazet
2018-11-30tcp: hint compiler about sack flowsEric Dumazet
2018-11-16tcp: clean up STATE_TRACEYafang Shao
2018-11-15net: get rid of __tcp_checksum_complete()Cong Wang
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio
2018-10-23tcp: add tcp_reset_xmit_timer() helperEric Dumazet
2018-10-20ulp: remove uid and user_visible membersDaniel Borkmann
2018-10-17bpf: sockmap, support for msg_peek in sk_msg with redirect ingressJohn Fastabend
2018-10-15bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann
2018-10-15tcp, ulp: remove ulp bits from sockmapDaniel Borkmann
2018-10-01tcp/fq: move back to CLOCK_MONOTONICEric Dumazet
2018-09-21tcp: provide earliest departure time in skb->tstampEric Dumazet