aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
2024-04-25tcp: Fix data races around icsk->icsk_af_ops.Kuniyuki Iwashima
2024-04-10tcp: properly terminate timers for kernel socketsEric Dumazet
2024-03-26tcp: fix incorrect parameter validation in the do_tcp_getsockopt() functionGavrilov Ilia
2024-02-23tcp: add sanity checks to rx zerocopyEric Dumazet
2024-02-23tcp: Add memory barrier to tcp_push()Salvatore Dipietro
2023-11-28net: inet: Retire port only listening_hashMartin KaFai Lau
2023-11-08tcp: cleanup tcp_remove_empty_skb() useEric Dumazet
2023-11-08tcp: remove dead code from tcp_sendmsg_locked()Eric Dumazet
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: 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-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-24tcp: add annotations around sk->sk_shutdown accessesEric Dumazet
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-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-09-15tcp: TX zerocopy should not sense pfmemalloc statusEric Dumazet
2022-08-31net: Fix data-races around sysctl_max_skb_frags.Kuniyuki Iwashima
2022-08-31tcp: expose the tcp_mark_push() and tcp_skb_entail() helpersPaolo Abeni
2022-08-03net: 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-29tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.Kuniyuki Iwashima
2022-07-21tcp: Fix a data-race around sysctl_tcp_max_orphans.Kuniyuki Iwashima
2022-06-14tcp: add accessors to read/set tp->snd_cwndEric Dumazet
2022-03-19tcp: make tcp_read_sock() more robustEric Dumazet
2021-12-29inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet
2021-11-25tcp: Fix uninitialized access in skb frags array for Rx 0cp.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-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang
2021-08-26tcp: enable mid stream window clampNeil Spring
2021-07-20memcg: enable accounting for inet_bin_bucket cacheVasily Averin
2021-07-09tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy pathTalal Ahmad
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-29net/ipv5/tcp: use vma_lookup() in tcp_zerocopy_receive()Liam Howlett
2021-06-04tcp: export timestamp helpers for mptcpFlorian Westphal
2021-05-06tcp: Specify cmsgbuf is user pointer for receive zerocopy.Arjun Roy