aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/inet_connection_sock.c
AgeCommit message (Expand)Author
2022-06-16Revert "net: Add a second bind table hashed by port and address"Joanne Koong
2022-05-20net: Add a second bind table hashed by port and addressJoanne Koong
2022-05-16inet: add READ_ONCE(sk->sk_bound_dev_if) in inet_csk_bind_conflict()Eric Dumazet
2022-02-02tcp: Use BPF timeout setting for SYN ACK RTOAkhmat Karakotov
2022-01-31txhash: Add socket option to control TX hash rethink behaviorAkhmat Karakotov
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-03inet: use #ifdef CONFIG_SOCK_RX_QUEUE_MAPPING consistentlyEric Dumazet
2021-11-23dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima
2021-10-15tcp: switch orphan_count to bare per-cpu countersEric Dumazet
2021-08-18net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang
2021-06-23tcp: Add stats for socket migration.Kuniyuki Iwashima
2021-06-15tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK.Kuniyuki Iwashima
2021-06-15tcp: Migrate TCP_NEW_SYN_RECV requests at retransmitting SYN+ACKs.Kuniyuki Iwashima
2021-06-15tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues.Kuniyuki Iwashima
2021-06-15tcp: Keep TCP_CLOSE sockets in the reuseport group.Kuniyuki Iwashima
2021-03-15tcp: relookup sock for RST+ACK packets handled by obsolete req sockAlexander Ovechkin
2021-01-18tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-11-23tcp: fix race condition when creating child sockets from syncookiesRicardo Dias
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2020-09-30inet: remove icsk_ack.blockedEric Dumazet
2020-08-11net: refactor bind_bucket fastreuse into helperTim Froidcoeur
2020-07-19net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig
2020-07-10inet: Remove an unnecessary argument of syn_ack_recalc().Kuniyuki Iwashima
2020-06-04inet_connection_sock: clear inet_num out of destroy helperPaolo Abeni
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-19net: inet_csk: Fix so_reuseport bind-address cache in tb->fast*Martin KaFai Lau
2020-05-15inet_connection_sock: factor out destroy helper.Paolo Abeni
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-12tcp: Forbid to bind more than one sockets haveing SO_REUSEADDR and SO_REUSEPO...Kuniyuki Iwashima
2020-03-12tcp: bind(0) remove the SO_REUSEADDR restriction when ephemeral ports are exh...Kuniyuki Iwashima
2020-03-12tcp: Remove unnecessary conditions in inet_csk_bind_conflict().Kuniyuki Iwashima
2020-03-11net: memcg: fix lockdep splat in inet_csk_accept()Eric Dumazet
2020-03-10net: memcg: late association of sock to memcgShakeel Butt
2020-01-21tcp/ipv4: remove AF_INET_FAMILYAlex Shi
2020-01-09tcp, ulp: Add clone operation to tcp_ulp_opsMat Martineau
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2019-11-06net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet
2019-10-09net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet
2019-09-20ipv4: Revert removal of rt_uses_gatewayDavid Ahern
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-19inet: clear num_timeout reqsk_alloc()Eric Dumazet
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-05inet_connection_sock: remove unused parameter of reqsk_queue_unlink funcZhiqiang Liu
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern
2018-11-07inet: minor optimization for backlog setting in listen(2)Yafang Shao
2018-11-07net: allow binding socket in a VRF when there's an unbound socketRobert Shearman
2018-10-02inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet