| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-23 | tcp: Update bind bucket state on port release | Jakub Sitnicki | 1 | -0/+2 |
| 2025-09-22 | tcp: Remove inet6_hash(). | Kuniyuki Iwashima | 1 | -1/+0 |
| 2025-09-22 | tcp: Remove osk from __inet_hash() arg. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2025-08-25 | tcp: Don't pass hashinfo to socket lookup helpers. | Kuniyuki Iwashima | 1 | -22/+15 |
| 2025-07-02 | ipv4: adopt dst_dev, skb_dst_dev and skb_dst_dev_net[_rcu] | Eric Dumazet | 1 | -1/+1 |
| 2025-06-18 | tcp: Remove inet_hashinfo2_free_mod() | Yue Haibing | 1 | -6/+0 |
| 2025-04-11 | tcp: Rename tcp_or_dccp_get_hashinfo(). | Kuniyuki Iwashima | 1 | -2/+1 |
| 2025-04-11 | net: Retire DCCP socket. | Kuniyuki Iwashima | 1 | -5/+1 |
| 2025-03-06 | inet: call inet6_ehashfn() once from inet6_hash_connect() | Eric Dumazet | 1 | -1/+3 |
| 2025-03-04 | tcp: use RCU lookup in __inet_hash_connect() | Eric Dumazet | 1 | -1/+2 |
| 2025-03-04 | tcp: add RCU management to inet_bind_bucket | Eric Dumazet | 1 | -2/+2 |
| 2025-03-03 | tcp: convert to dev_net_rcu() | Eric Dumazet | 1 | -1/+1 |
| 2024-08-05 | inet: constify 'struct net' parameter of various lookup helpers | Eric Dumazet | 1 | -4/+4 |
| 2024-08-05 | inet: constify inet_sk_bound_dev_eq() net parameter | Eric Dumazet | 1 | -1/+1 |
| 2023-12-22 | tcp: Remove dead code and fields for bhash2. | Kuniyuki Iwashima | 1 | -4/+0 |
| 2023-12-22 | tcp: Unlink sk from bhash. | Kuniyuki Iwashima | 1 | -1/+0 |
| 2023-12-22 | tcp: Link bhash2 to bhash. | Kuniyuki Iwashima | 1 | -1/+3 |
| 2023-12-22 | tcp: Save address type in inet_bind2_bucket. | Kuniyuki Iwashima | 1 | -0/+1 |
| 2023-12-22 | tcp: Save v4 address as v4-mapped-v6 in inet_bind2_bucket.v6_rcv_saddr. | Kuniyuki Iwashima | 1 | -7/+4 |
| 2023-08-15 | net: Fix slab-out-of-bounds in inet[6]_steal_sock | Lorenz Bauer | 1 | -1/+1 |
| 2023-08-04 | tcp/dccp: cache line align inet_hashinfo | Eric Dumazet | 1 | -1/+1 |
| 2023-07-25 | bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign | Lorenz Bauer | 1 | -2/+47 |
| 2023-07-25 | net: remove duplicate sk_lookup helpers | Lorenz Bauer | 1 | -0/+7 |
| 2023-07-25 | net: remove duplicate reuseport_lookup functions | Lorenz Bauer | 1 | -5/+10 |
| 2023-07-25 | net: export inet_lookup_reuseport and inet6_lookup_reuseport | Lorenz Bauer | 1 | -0/+5 |
| 2022-12-30 | tcp: Add TIME_WAIT sockets in bhash2. | Kuniyuki Iwashima | 1 | -0/+4 |
| 2022-11-22 | dccp/tcp: Fixup bhash2 bucket when connect() fails. | Kuniyuki Iwashima | 1 | -0/+1 |
| 2022-11-22 | dccp/tcp: Update saddr under bhash's lock. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-09-28 | net: Fix incorrect address comparison when searching for a bind2 bucket | Martin KaFai Lau | 1 | -0/+3 |
| 2022-09-20 | tcp: Introduce optional per-netns ehash. | Kuniyuki Iwashima | 1 | -0/+6 |
| 2022-09-20 | tcp: Set NULL to sk->sk_prot->h.hashinfo. | Kuniyuki Iwashima | 1 | -0/+10 |
| 2022-08-24 | net: Add a bhash2 table hashed by port and address | Joanne Koong | 1 | -2/+78 |
| 2022-07-29 | net: allow unbound socket for packets in VRF when tcp_l3mdev_accept set | Mike Manning | 1 | -16/+3 |
| 2022-07-15 | tcp: Fix data-races around sysctl_tcp_l3mdev_accept. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-06-16 | Revert "net: Add a second bind table hashed by port and address" | Joanne Koong | 1 | -67/+1 |
| 2022-05-20 | net: Add a second bind table hashed by port and address | Joanne Koong | 1 | -1/+67 |
| 2022-05-16 | inet: rename INET_MATCH() | Eric Dumazet | 1 | -1/+1 |
| 2022-05-13 | inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH() | Eric Dumazet | 1 | -19/+16 |
| 2022-05-12 | net: inet: Retire port only listening_hash | Martin KaFai Lau | 1 | -40/+1 |
| 2022-05-12 | net: inet: Remove count from inet_listen_hashbucket | Martin KaFai Lau | 1 | -1/+0 |
| 2022-05-04 | secure_seq: use the 64 bits of the siphash for port offset calculation | Willy Tarreau | 1 | -1/+1 |
| 2021-07-23 | tcp: seq_file: Replace listening_hash with lhash2 | Martin KaFai Lau | 1 | -0/+6 |
| 2020-11-23 | tcp: fix race condition when creating child sockets from syncookies | Ricardo Dias | 1 | -2/+3 |
| 2020-06-09 | dccp: Fix possible memleak in dccp_init and dccp_fini | Wang Hai | 1 | -0/+6 |
| 2020-03-30 | net: Track socket refcounts in skb_steal_sock() | Joe Stringer | 1 | -2/+1 |
| 2019-12-13 | tcp/dccp: fix possible race __inet_lookup_established() | Eric Dumazet | 1 | -3/+9 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2018-12-24 | net: dccp: fix kernel crash on module load | Peter Oskolkov | 1 | -0/+1 |
| 2018-11-07 | net: ensure unbound stream socket to be chosen when not in a VRF | Mike Manning | 1 | -0/+11 |
| 2018-11-07 | net: allow binding socket in a VRF when there's an unbound socket | Robert Shearman | 1 | -7/+6 |
| 2017-12-03 | inet: Add a 2nd listener hashtable (port+addr) | Martin KaFai Lau | 1 | -6/+22 |
| 2017-12-03 | inet: Add a count to struct inet_listen_hashbucket | Martin KaFai Lau | 1 | -0/+1 |
| 2017-08-07 | net: ipv4: add second dif to inet socket lookups | David Ahern | 1 | -14/+17 |
| 2017-07-03 | net: make sk_ehashfn() static | Eric Dumazet | 1 | -1/+0 |
| 2017-07-01 | net: convert sock.sk_refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -2/+2 |
| 2017-01-18 | inet: reset tb->fastreuseport when adding a reuseport sk | Josef Bacik | 1 | -0/+9 |
| 2017-01-18 | inet: kill smallest_size and smallest_port | Josef Bacik | 1 | -1/+0 |
| 2017-01-18 | inet: collapse ipv4/v6 rcv_saddr_equal functions into one | Josef Bacik | 1 | -4/+1 |
| 2016-04-04 | tcp/dccp: do not touch listener sk_refcnt under synflood | Eric Dumazet | 1 | -16/+24 |
| 2016-04-04 | tcp/dccp: remove BH disable/enable in lookup | Eric Dumazet | 1 | -6/+1 |
| 2016-02-11 | soreuseport: fast reuseport TCP socket selection | Craig Gallek | 1 | -1/+4 |
| 2016-02-11 | inet: refactor inet[6]_lookup functions to take skb | Craig Gallek | 1 | -6/+12 |
| 2016-02-11 | sock: struct proto hash function may error | Craig Gallek | 1 | -1/+1 |
| 2015-10-23 | tcp/dccp: fix hashdance race for passive sessions | Eric Dumazet | 1 | -2/+2 |
| 2015-10-03 | tcp/dccp: install syn_recv requests into ehash table | Eric Dumazet | 1 | -0/+1 |
| 2015-09-29 | inet: constify __inet_inherit_port() sock argument | Eric Dumazet | 1 | -1/+1 |
| 2015-07-09 | inet: simplify timewait refcounting | Eric Dumazet | 1 | -2/+2 |
| 2015-05-26 | tcp: fix/cleanup inet_ehash_locks_alloc() | Eric Dumazet | 1 | -44/+3 |
| 2015-05-21 | inet_hashinfo: remove bsocket counter | Eric Dumazet | 1 | -2/+0 |
| 2015-03-18 | inet: get rid of last __inet_hash_connect() argument | Eric Dumazet | 1 | -3/+1 |
| 2015-03-18 | ipv6: get rid of __inet6_hash() | Eric Dumazet | 1 | -0/+1 |
| 2015-03-18 | inet: add IPv6 support to sk_ehashfn() | Eric Dumazet | 1 | -0/+19 |
| 2015-03-18 | net: introduce sk_ehashfn() helper | Eric Dumazet | 1 | -0/+2 |
| 2015-03-18 | netns: constify net_hash_mix() and various callers | Eric Dumazet | 1 | -3/+3 |
| 2015-03-12 | net: Introduce possible_net_t | Eric W. Biederman | 1 | -3/+1 |
| 2014-05-14 | net: Use a more standard macro for INET_ADDR_COOKIE | Joe Perches | 1 | -3/+5 |
| 2013-10-08 | tcp/dccp: remove twchain | Eric Dumazet | 1 | -7/+2 |
| 2013-10-03 | inet: consolidate INET_TW_MATCH | Eric Dumazet | 1 | -18/+8 |
| 2013-09-21 | inet*.h: Remove extern from function prototypes | Joe Perches | 1 | -36/+36 |
| 2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -2/+2 |
| 2013-01-23 | soreuseport: TCP/IPv4 implementation | Tom Herbert | 1 | -3/+10 |
| 2012-12-02 | net: fix sparse endianness warnings on sock_common | Eric Dumazet | 1 | -2/+0 |
| 2012-11-30 | net: move inet_dport/inet_num in sock_common | Eric Dumazet | 1 | -22/+26 |
| 2012-06-19 | ipv4: Early TCP socket demux. | David S. Miller | 1 | -2/+2 |
| 2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
| 2010-10-21 | tproxy: fix hash locking issue when using port redirection in __inet_inherit_... | Balazs Scheidler | 1 | -1/+1 |
| 2009-12-08 | tcp: Fix a connect() race with timewait sockets | Eric Dumazet | 1 | -3/+5 |
| 2009-11-13 | inet: fix inet_bind_bucket_for_each | Lucian Adrian Grijincu | 1 | -2/+2 |
| 2009-10-18 | inet: rename some inet_sock fields | Eric Dumazet | 1 | -6/+6 |
| 2009-10-13 | tcp: replace ehash_size by ehash_mask | Eric Dumazet | 1 | -2/+2 |
| 2009-06-03 | net: skb->dst accessors | Eric Dumazet | 1 | -1/+1 |
| 2009-02-01 | net: move bsockets outside of read only beginning of struct inet_hashinfo | Eric Dumazet | 1 | -1/+2 |
| 2009-01-30 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
| 2009-01-27 | net: wrong test in inet_ehash_locks_alloc() | Eric Dumazet | 1 | -1/+1 |
| 2009-01-21 | inet: Allowing more than 64k connections and heavily optimize bind(0) time. | Evgeniy Polyakov | 1 | -1/+2 |
| 2008-11-23 | net: Convert TCP/DCCP listening hash tables to use RCU | Eric Dumazet | 1 | -1/+8 |
| 2008-11-21 | net: use net_eq() in INET_MATCH and INET_TW_MATCH | Eric Dumazet | 1 | -4/+4 |
| 2008-11-20 | net: convert TCP/DCCP ehash rwlocks to spinlocks | Eric Dumazet | 1 | -7/+7 |
| 2008-11-20 | net: listening_hash get a spinlock per bucket | Eric Dumazet | 1 | -30/+15 |
| 2008-11-16 | net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls | Eric Dumazet | 1 | -2/+2 |
| 2008-11-12 | net: ib_net pointer should depends on CONFIG_NET_NS | Eric Dumazet | 1 | -0/+7 |
| 2008-10-07 | inet: Don't lookup the socket if there's a socket attached to the skb | KOVACS Krisztian | 1 | -3/+7 |
| 2008-10-07 | inet_hashtables: Add inet_lookup_skb helpers | Arnaldo Carvalho de Melo | 1 | -0/+14 |
| 2008-06-16 | netns: introduce the net_hash_mix "salt" for hashes | Pavel Emelyanov | 1 | -2/+3 |
| 2008-06-16 | inet: add struct net argument to inet_lhashfn | Pavel Emelyanov | 1 | -2/+2 |
| 2008-06-16 | inet: add struct net argument to inet_bhashfn | Pavel Emelyanov | 1 | -1/+2 |
| 2008-04-17 | [INET]: Uninline the __inet_inherit_port call. | Pavel Emelyanov | 1 | -13/+1 |
| 2008-04-17 | [INET]: Drop the inet_inherit_port() call. | Pavel Emelyanov | 1 | -7/+0 |
| 2008-03-26 | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 1 | -4/+4 |
| 2008-03-22 | [SOCK]: Add udp_hash member to struct proto. | Pavel Emelyanov | 1 | -1/+1 |
| 2008-02-05 | [INET]: Fix accidentally broken inet(6)_hash_connect's port offset calculations. | Pavel Emelyanov | 1 | -1/+1 |
| 2008-02-03 | [SOCK] proto: Add hashinfo member to struct proto | Arnaldo Carvalho de Melo | 1 | -42/+9 |
| 2008-01-31 | [NETNS]: Tcp-v4 sockets per-net lookup. | Pavel Emelyanov | 1 | -21/+27 |
| 2008-01-31 | [NETNS]: Make bind buckets live in net namespaces. | Pavel Emelyanov | 1 | -0/+2 |
| 2008-01-31 | [INET]: Consolidate inet(6)_hash_connect. | Pavel Emelyanov | 1 | -0/+5 |
| 2008-01-28 | [NET]: prot_inuse cleanups and optimizations | Eric Dumazet | 1 | -1/+1 |
| 2008-01-28 | [INET]: Uninline the __inet_lookup_established function. | Pavel Emelyanov | 1 | -37/+3 |
| 2008-01-28 | [INET]: Uninline the __inet_hash function. | Pavel Emelyanov | 1 | -26/+3 |
| 2007-11-26 | [IPV4]: Fix memory leak in inet_hashtables.h when NUMA is on | Pavel Emelyanov | 1 | -2/+1 |
| 2007-11-10 | [INET]: Add a missing include <linux/vmalloc.h> to inet_hashtables.h | Eric Dumazet | 1 | -0/+1 |
| 2007-11-07 | [INET]: Remove per bucket rwlock in tcp/dccp ehash table. | Eric Dumazet | 1 | -6/+65 |
| 2007-10-25 | [UDP]: Make use of inet_iif() when doing socket lookups. | Vlad Yasevich | 1 | -6/+0 |
| 2007-10-10 | [NET]: sparse warning fixes | Stephen Hemminger | 1 | -1/+1 |
| 2007-02-08 | [NET]: change layout of ehash table | Eric Dumazet | 1 | -5/+5 |
| 2006-12-07 | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 1 | -3/+3 |
| 2006-09-28 | [IPV4]: annotate inet_lookup() and friends | Al Viro | 1 | -10/+10 |
| 2006-09-28 | [IPV4]: INET_MATCH() annotations | Al Viro | 1 | -11/+25 |
| 2006-09-22 | [IPV4]: Use network-order dport for all visible inet_lookup_* | Herbert Xu | 1 | -7/+24 |
| 2006-09-22 | [IPV4]: Uninline inet_lookup_listener | Herbert Xu | 1 | -31/+2 |
| 2006-04-26 | Don't include linux/config.h from anywhere else in include/ | David Woodhouse | 1 | -1/+0 |
| 2006-01-03 | [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h | Arnaldo Carvalho de Melo | 1 | -20/+1 |
| 2006-01-03 | [INET]: Generalise tcp_v4_hash_connect | Arnaldo Carvalho de Melo | 1 | -0/+3 |
| 2005-11-05 | [TCP/DCCP]: Randomize port selection | Stephen Hemminger | 1 | -2/+0 |
| 2005-10-04 | [INET]: Shrink struct inet_ehash_bucket on 32 bits UP | Eric Dumazet | 1 | -1/+1 |
| 2005-10-03 | [INET]: speedup inet (tcp/dccp) lookups | Eric Dumazet | 1 | -26/+38 |
| 2005-08-29 | [ICSK]: Generalise tcp_listen_{start,stop} | Arnaldo Carvalho de Melo | 1 | -0/+6 |
| 2005-08-29 | [NET]: Introduce inet_connection_sock | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2005-08-29 | [INET]: Generalise the TCP sock ID lookup routines | Arnaldo Carvalho de Melo | 1 | -5/+72 |
| 2005-08-29 | [INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets | Arnaldo Carvalho de Melo | 1 | -0/+41 |
| 2005-08-29 | [INET]: Generalise tcp_v4_lookup_listener | Arnaldo Carvalho de Melo | 1 | -0/+36 |
| 2005-08-29 | [INET]: Generalise tcp_v4_hash & tcp_unhash | Arnaldo Carvalho de Melo | 1 | -0/+34 |
| 2005-08-29 | [TCP]: Move the tcp sock states to net/tcp_states.h | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2005-08-29 | [INET]: Generalise the tcp_listen_ lock routines | Arnaldo Carvalho de Melo | 1 | -0/+48 |
| 2005-08-29 | [INET]: Move tcp_port_rover to inet_hashinfo | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2005-08-29 | [INET]: Generalise tcp_bind_hash & tcp_inherit_port | Arnaldo Carvalho de Melo | 1 | -0/+32 |
| 2005-08-29 | [INET]: Move the TCP hashtable functions/structs to inet_hashtables.[ch] | Arnaldo Carvalho de Melo | 1 | -0/+122 |
| 2005-08-29 | [INET]: Move the TCP ehash functions to include/net/inet_hashtables.h | Arnaldo Carvalho de Melo | 1 | -0/+40 |