summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-05tcp: Fix data races around icsk->icsk_af_ops.Kuniyuki Iwashima1-4/+6
2024-07-05tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTABJason Xing1-1/+5
2024-05-17tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet1-2/+2
2024-04-13tcp: properly terminate timers for kernel socketsEric Dumazet1-0/+2
2024-03-27tcp: fix incorrect parameter validation in the do_tcp_getsockopt() functionGavrilov Ilia1-2/+2
2024-02-23tcp: add sanity checks to rx zerocopyEric Dumazet1-1/+11
2024-02-23net-zerocopy: Refactor frag-is-remappable test.Arjun Roy1-8/+26
2024-02-23tcp: Add memory barrier to tcp_push()Salvatore Dipietro1-0/+1
2023-07-27tcp: annotate data-races around fastopenq.max_qlenEric Dumazet1-1/+1
2023-07-27tcp: annotate data-races around icsk->icsk_user_timeoutEric Dumazet1-3/+3
2023-07-27tcp: annotate data-races around tp->notsent_lowatEric Dumazet1-2/+2
2023-07-27tcp: annotate data-races around rskq_defer_acceptEric Dumazet1-5/+6
2023-07-27tcp: annotate data-races around tp->linger2Eric Dumazet1-4/+4
2023-07-27tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet1-3/+3
2023-07-27tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.Kuniyuki Iwashima1-1/+2
2023-07-27tcp: annotate data-races around tp->keepalive_probesEric Dumazet1-2/+3
2023-07-27tcp: annotate data-races around tp->keepalive_intvlEric Dumazet1-2/+2
2023-07-27tcp: annotate data-races around tp->keepalive_timeEric Dumazet1-1/+2
2023-07-27tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet1-2/+2
2023-07-27bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev1-0/+14
2023-06-09tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu1-1/+2
2023-06-09tcp: deny tcp_disconnect() when threads are waitingEric Dumazet1-0/+6
2023-05-30tcp: add annotations around sk->sk_shutdown accessesEric Dumazet1-6/+8
2023-05-30tcp: factor out __tcp_close() helperPaolo Abeni1-2/+7
2023-02-01tcp: fix rate_app_limited to default to 1David Morley1-0/+2
2022-11-16tcp: prohibit TCP_REPAIR_OPTIONS if data was already sentLu Wei1-1/+1
2022-10-26inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-2/+1
2022-10-26tcp: annotate data-race around tcp_md5sig_pool_populatedEric Dumazet1-4/+10
2022-10-26tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell1-0/+2
2022-08-31net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima1-3/+3
2022-08-03tcp: Fix a data-race around sysctl_tcp_autocorking.Kuniyuki Iwashima1-1/+1
2022-07-29tcp: Fix data-races around sysctl_tcp_fastopen.Kuniyuki Iwashima1-2/+4
2022-07-29tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima1-1/+1
2022-07-29tcp: Fix data-races around sysctl_tcp_reordering.Kuniyuki Iwashima1-1/+1
2022-07-21tcp: Fix a data-race around sysctl_tcp_max_orphans.Kuniyuki Iwashima1-1/+2
2022-03-19tcp: make tcp_read_sock() more robustEric Dumazet1-4/+6
2021-12-01tcp: correctly handle increased zerocopy args struct sizeArjun Roy1-2/+2
2021-11-26tcp: Fix uninitialized access in skb frags array for Rx 0cp.Arjun Roy1-0/+3
2021-11-26net-zerocopy: Refactor skb frag fast-forward op.Arjun Roy1-9/+26
2021-11-26net-zerocopy: Copy straggler unaligned data for TCP Rx. zerocopy.Arjun Roy1-16/+68
2021-11-18tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()Jon Maxwell1-1/+1
2021-11-18tcp: switch orphan_count to bare per-cpu countersEric Dumazet1-5/+33
2021-07-25tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy pathTalal Ahmad1-0/+3
2021-03-17tcp: add sanity tests to TCP_QUEUE_SEQEric Dumazet1-8/+15
2021-03-17tcp: Fix sign comparison bug in getsockopt(TCP_ZEROCOPY_RECEIVE)Arjun Roy1-1/+2
2021-01-27tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen1-0/+1
2020-10-24tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy1-0/+2
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-10-03tcp: use sendpage_ok() to detect misused .sendpageColy Li1-1/+2
2020-10-01inet: remove icsk_ack.blockedEric Dumazet1-4/+2