summaryrefslogtreecommitdiff
path: root/net/ipv4/inet_connection_sock.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-13tcp: properly terminate timers for kernel socketsEric Dumazet1-0/+14
2024-02-23tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao1-0/+4
2023-07-27tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet1-1/+1
2023-07-27tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.Kuniyuki Iwashima1-1/+2
2023-06-09tcp: deny tcp_disconnect() when threads are waitingEric Dumazet1-0/+1
2023-03-11tcp: Fix listen() regression in 5.10.163Kuniyuki Iwashima1-0/+1
2023-01-14net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni1-1/+15
2023-01-14inet: add READ_ONCE(sk->sk_bound_dev_if) in inet_csk_bind_conflict()Eric Dumazet1-4/+8
2022-07-29ip: Fix a data-race around sysctl_ip_autobind_reuse.Kuniyuki Iwashima1-1/+1
2022-06-09lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore1-2/+2
2021-11-18tcp: switch orphan_count to bare per-cpu countersEric Dumazet1-2/+2
2021-03-30tcp: relookup sock for RST+ACK packets handled by obsolete req sockAlexander Ovechkin1-2/+5
2021-01-27tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen1-0/+1
2020-11-24tcp: fix race condition when creating child sockets from syncookiesRicardo Dias1-1/+1
2020-10-01inet: remove icsk_ack.blockedEric Dumazet1-1/+1
2020-08-12net: refactor bind_bucket fastreuse into helperTim Froidcoeur1-44/+53
2020-07-20net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig1-28/+0
2020-07-11inet: Remove an unnecessary argument of syn_ack_recalc().Kuniyuki Iwashima1-20/+13
2020-06-05inet_connection_sock: clear inet_num out of destroy helperPaolo Abeni1-0/+1
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-19/+24
2020-05-20net: inet_csk: Fix so_reuseport bind-address cache in tb->fast*Martin KaFai Lau1-19/+24
2020-05-15inet_connection_sock: factor out destroy helper.Paolo Abeni1-5/+1
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+20
2020-03-12tcp: Forbid to bind more than one sockets haveing SO_REUSEADDR and SO_REUSEPO...Kuniyuki Iwashima1-3/+9
2020-03-12tcp: bind(0) remove the SO_REUSEADDR restriction when ephemeral ports are exh...Kuniyuki Iwashima1-1/+9
2020-03-12tcp: Remove unnecessary conditions in inet_csk_bind_conflict().Kuniyuki Iwashima1-10/+8
2020-03-12net: memcg: fix lockdep splat in inet_csk_accept()Eric Dumazet1-7/+7
2020-03-11net: memcg: late association of sock to memcgShakeel Butt1-0/+20
2020-01-21tcp/ipv4: remove AF_INET_FAMILYAlex Shi1-6/+0
2020-01-10tcp, ulp: Add clone operation to tcp_ulp_opsMat Martineau1-0/+14
2019-12-25net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu1-1/+1
2019-11-07net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet1-1/+1
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet1-2/+2
2019-10-10net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet1-1/+1
2019-09-21ipv4: Revert removal of rt_uses_gatewayDavid Ahern1-2/+2
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+0
2019-06-20inet: clear num_timeout reqsk_alloc()Eric Dumazet1-4/+0
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-06inet_connection_sock: remove unused parameter of reqsk_queue_unlink funcZhiqiang Liu1-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-09ipv4: Prepare rtable for IPv6 gatewayDavid Ahern1-2/+2
2018-11-08inet: minor optimization for backlog setting in listen(2)Yafang Shao1-1/+0
2018-11-08net: allow binding socket in a VRF when there's an unbound socketRobert Shearman1-3/+10
2018-10-03inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet1-1/+4
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau1-0/+9
2018-05-11net: ipv4: remove define INET_CSK_DEBUG and unnecessary EXPORT_SYMBOLJoe Perches1-5/+0
2018-02-03Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin1-1/+0
2017-12-20net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao1-1/+1
2017-12-20net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...Yafang Shao1-3/+3
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2