aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
2024-02-23tcp: add sanity checks to rx zerocopyEric Dumazet
2024-02-23net-zerocopy: Refactor frag-is-remappable test.Arjun Roy
2024-02-23tcp: Add memory barrier to tcp_push()Salvatore Dipietro
2023-07-27tcp: annotate data-races around fastopenq.max_qlenEric Dumazet
2023-07-27tcp: annotate data-races around icsk->icsk_user_timeoutEric Dumazet
2023-07-27tcp: annotate data-races around tp->notsent_lowatEric Dumazet
2023-07-27tcp: annotate data-races around rskq_defer_acceptEric Dumazet
2023-07-27tcp: annotate data-races around tp->linger2Eric Dumazet
2023-07-27tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet
2023-07-27tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.Kuniyuki Iwashima
2023-07-27tcp: annotate data-races around tp->keepalive_probesEric Dumazet
2023-07-27tcp: annotate data-races around tp->keepalive_intvlEric Dumazet
2023-07-27tcp: annotate data-races around tp->keepalive_timeEric Dumazet
2023-07-27tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet
2023-07-27bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev
2023-06-09tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu
2023-06-09tcp: deny tcp_disconnect() when threads are waitingEric Dumazet
2023-05-30tcp: add annotations around sk->sk_shutdown accessesEric Dumazet
2023-05-30tcp: factor out __tcp_close() helperPaolo Abeni
2023-02-01tcp: fix rate_app_limited to default to 1David Morley
2022-11-16tcp: prohibit TCP_REPAIR_OPTIONS if data was already sentLu Wei
2022-10-26inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet
2022-10-26tcp: annotate data-race around tcp_md5sig_pool_populatedEric Dumazet
2022-10-26tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell
2022-08-31net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima
2022-08-03tcp: Fix a data-race around sysctl_tcp_autocorking.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_fastopen.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_reordering.Kuniyuki Iwashima
2022-07-21tcp: Fix a data-race around sysctl_tcp_max_orphans.Kuniyuki Iwashima
2022-03-19tcp: make tcp_read_sock() more robustEric Dumazet
2021-12-01tcp: correctly handle increased zerocopy args struct sizeArjun Roy
2021-11-26tcp: Fix uninitialized access in skb frags array for Rx 0cp.Arjun Roy
2021-11-26net-zerocopy: Refactor skb frag fast-forward op.Arjun Roy
2021-11-26net-zerocopy: Copy straggler unaligned data for TCP Rx. zerocopy.Arjun Roy
2021-11-18tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()Jon Maxwell
2021-11-18tcp: switch orphan_count to bare per-cpu countersEric Dumazet
2021-07-25tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy pathTalal Ahmad
2021-03-17tcp: add sanity tests to TCP_QUEUE_SEQEric Dumazet
2021-03-17tcp: Fix sign comparison bug in getsockopt(TCP_ZEROCOPY_RECEIVE)Arjun Roy
2021-01-27tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen
2020-10-23tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-02tcp: use sendpage_ok() to detect misused .sendpageColy Li
2020-09-30inet: remove icsk_ack.blockedEric Dumazet
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-09-14tcp: schedule EPOLLOUT after a partial sendmsgSoheil Hassas Yeganeh
2020-09-14tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limitSoheil Hassas Yeganeh
2020-09-14mptcp: call tcp_cleanup_rbuf on subflowsPaolo Abeni
2020-09-10tcp: simplify tcp_set_congestion_control(): Always reinitializeNeal Cardwell