aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2020-06-08tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet
2020-06-04tcp: cache line align MAX_TCP_HEADEREric Dumazet
2020-05-21tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet
2020-05-21tcp: annotate tp->snd_nxt lockless readsEric Dumazet
2020-05-21tcp: annotate tp->write_seq lockless readsEric Dumazet
2020-05-21net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet
2020-01-31tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault
2020-01-31tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault
2020-01-31tcp: fix rejected syncookies due to stale timestampsGuillaume Nault
2019-07-28tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-07-28tcp: be more careful in tcp_fragment()Eric Dumazet
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet
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
2018-09-21tcp: add tcp_wstamp_ns socket fieldEric Dumazet
2018-09-21tcp: introduce tcp_skb_timestamp_us() helperEric Dumazet
2018-09-21tcp: switch tcp_clock_ns() to CLOCK_TAI baseEric Dumazet
2018-08-16tcp, ulp: add alias for all ulp modulesDaniel Borkmann
2018-08-11tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socketMartin KaFai Lau
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-21net/ipv6: Fix linklocal to global address with VRFDavid Ahern
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-20tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng
2018-07-20tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng
2018-07-13tcp: remove DELAYED ACK events in DCTCPYuchung Cheng
2018-07-12tcp: use monotonic timestamps for PAWSArnd Bergmann
2018-07-11tcp: expose both send and receive intervals for rate sampleDeepti Raghavan
2018-07-07bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds