aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/inet_connection_sock.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-18tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.Gravatar Kuniyuki Iwashima 1-1/+2
2022-07-15ip: Fix a data-race around sysctl_ip_autobind_reuse.Gravatar Kuniyuki Iwashima 1-1/+1
2022-06-16Revert "net: Add a second bind table hashed by port and address"Gravatar Joanne Koong 1-183/+64
2022-05-20net: Add a second bind table hashed by port and addressGravatar Joanne Koong 1-64/+183
2022-05-16inet: add READ_ONCE(sk->sk_bound_dev_if) in inet_csk_bind_conflict()Gravatar Eric Dumazet 1-4/+8
2022-02-02tcp: Use BPF timeout setting for SYN ACK RTOGravatar Akhmat Karakotov 1-4/+1
2022-01-31txhash: Add socket option to control TX hash rethink behaviorGravatar Akhmat Karakotov 1-0/+3
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2021-12-03inet: use #ifdef CONFIG_SOCK_RX_QUEUE_MAPPING consistentlyGravatar Eric Dumazet 1-1/+1
2021-11-23dccp/tcp: Remove an unused argument in inet_csk_listen_start().Gravatar Kuniyuki Iwashima 1-1/+1
2021-10-15tcp: switch orphan_count to bare per-cpu countersGravatar Eric Dumazet 1-2/+2
2021-08-18net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Gravatar Wei Wang 1-1/+2
2021-06-23tcp: Add stats for socket migration.Gravatar Kuniyuki Iwashima 1-2/+13
2021-06-15tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK.Gravatar Kuniyuki Iwashima 1-3/+31
2021-06-15tcp: Migrate TCP_NEW_SYN_RECV requests at retransmitting SYN+ACKs.Gravatar Kuniyuki Iwashima 1-6/+69
2021-06-15tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues.Gravatar Kuniyuki Iwashima 1-1/+69
2021-06-15tcp: Keep TCP_CLOSE sockets in the reuseport group.Gravatar Kuniyuki Iwashima 1-2/+10
2021-03-15tcp: relookup sock for RST+ACK packets handled by obsolete req sockGravatar Alexander Ovechkin 1-2/+5
2021-01-18tcp: fix TCP_USER_TIMEOUT with zero windowGravatar Enke Chen 1-0/+1
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2020-11-23tcp: fix race condition when creating child sockets from syncookiesGravatar Ricardo Dias 1-1/+1
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksGravatar Paul Moore 1-2/+2
2020-09-30inet: remove icsk_ack.blockedGravatar Eric Dumazet 1-1/+1
2020-08-11net: refactor bind_bucket fastreuse into helperGravatar Tim Froidcoeur 1-44/+53
2020-07-19net/ipv6: remove compat_ipv6_{get,set}sockoptGravatar Christoph Hellwig 1-28/+0
2020-07-10inet: Remove an unnecessary argument of syn_ack_recalc().Gravatar Kuniyuki Iwashima 1-20/+13
2020-06-04inet_connection_sock: clear inet_num out of destroy helperGravatar Paolo Abeni 1-0/+1
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-19/+24
2020-05-19net: inet_csk: Fix so_reuseport bind-address cache in tb->fast*Gravatar Martin KaFai Lau 1-19/+24
2020-05-15inet_connection_sock: factor out destroy helper.Gravatar Paolo Abeni 1-5/+1
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-0/+20
2020-03-12tcp: Forbid to bind more than one sockets haveing SO_REUSEADDR and SO_REUSEPO...Gravatar Kuniyuki Iwashima 1-3/+9
2020-03-12tcp: bind(0) remove the SO_REUSEADDR restriction when ephemeral ports are exh...Gravatar Kuniyuki Iwashima 1-1/+9
2020-03-12tcp: Remove unnecessary conditions in inet_csk_bind_conflict().Gravatar Kuniyuki Iwashima 1-10/+8
2020-03-11net: memcg: fix lockdep splat in inet_csk_accept()Gravatar Eric Dumazet 1-7/+7
2020-03-10net: memcg: late association of sock to memcgGravatar Shakeel Butt 1-0/+20
2020-01-21tcp/ipv4: remove AF_INET_FAMILYGravatar Alex Shi 1-6/+0
2020-01-09tcp, ulp: Add clone operation to tcp_ulp_opsGravatar Mat Martineau 1-0/+14
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuGravatar Hangbin Liu 1-1/+1
2019-11-06net: annotate lockless accesses to sk->sk_max_ack_backlogGravatar Eric Dumazet 1-1/+1
2019-10-13tcp: add rcu protection around tp->fastopen_rskGravatar Eric Dumazet 1-2/+2
2019-10-09net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headGravatar Eric Dumazet 1-1/+1
2019-09-20ipv4: Revert removal of rt_uses_gatewayGravatar David Ahern 1-2/+2
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+0
2019-06-19inet: clear num_timeout reqsk_alloc()Gravatar Eric Dumazet 1-4/+0
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-5/+1
2019-06-05inet_connection_sock: remove unused parameter of reqsk_queue_unlink funcGravatar Zhiqiang Liu 1-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-04-08ipv4: Prepare rtable for IPv6 gatewayGravatar David Ahern 1-2/+2
2018-11-07inet: minor optimization for backlog setting in listen(2)Gravatar Yafang Shao 1-1/+0