| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-17 | inet: Avoid ehash lookup race in inet_ehash_insert() | Xuanqiang Luo | 1 | -2/+6 |
| 2025-09-23 | tcp: Update bind bucket state on port release | Jakub Sitnicki | 1 | -1/+43 |
| 2025-09-22 | tcp: Remove redundant sk_unhashed() in inet_unhash(). | Kuniyuki Iwashima | 1 | -9/+0 |
| 2025-09-22 | tcp: Remove inet6_hash(). | Kuniyuki Iwashima | 1 | -12/+5 |
| 2025-09-22 | tcp: Remove osk from __inet_hash() arg. | Kuniyuki Iwashima | 1 | -3/+3 |
| 2025-09-01 | tcp: Remove sk->sk_prot->orphan_count. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2025-08-25 | tcp: Don't pass hashinfo to socket lookup helpers. | Kuniyuki Iwashima | 1 | -13/+15 |
| 2025-08-25 | tcp: Remove hashinfo test for inet6?_lookup_run_sk_lookup(). | Kuniyuki Iwashima | 1 | -2/+1 |
| 2025-08-25 | tcp: Remove sk_protocol test for tcp_twsk_unique(). | Kuniyuki Iwashima | 1 | -2/+1 |
| 2025-06-23 | net: remove sock_i_uid() | Eric Dumazet | 1 | -2/+2 |
| 2025-05-16 | net: rfs: add sock_rps_delete_flow() helper | Eric Dumazet | 1 | -2/+4 |
| 2025-04-11 | tcp: Rename tcp_or_dccp_get_hashinfo(). | Kuniyuki Iwashima | 1 | -7/+7 |
| 2025-04-11 | net: Unexport shared functions for DCCP. | Kuniyuki Iwashima | 1 | -11/+5 |
| 2025-03-06 | inet: call inet6_ehashfn() once from inet6_hash_connect() | Eric Dumazet | 1 | -8/+18 |
| 2025-03-06 | inet: change lport contribution to inet_ehashfn() and inet6_ehashfn() | Eric Dumazet | 1 | -2/+2 |
| 2025-03-06 | tcp: bring back NUMA dispersion in inet_ehash_locks_alloc() | Eric Dumazet | 1 | -11/+26 |
| 2025-03-04 | tcp: use RCU lookup in __inet_hash_connect() | Eric Dumazet | 1 | -17/+35 |
| 2025-03-04 | tcp: add RCU management to inet_bind_bucket | Eric Dumazet | 1 | -7/+7 |
| 2025-03-04 | tcp: use RCU in __inet{6}_check_established() | Eric Dumazet | 1 | -3/+16 |
| 2024-08-05 | inet: constify 'struct net' parameter of various lookup helpers | Eric Dumazet | 1 | -5/+5 |
| 2024-08-05 | inet: constify inet_sk_bound_dev_eq() net parameter | Eric Dumazet | 1 | -1/+1 |
| 2024-05-09 | tcp: get rid of twsk_unique() | Eric Dumazet | 1 | -1/+2 |
| 2024-03-14 | tcp: Fix refcnt handling in __inet_hash_connect(). | Kuniyuki Iwashima | 1 | -1/+1 |
| 2024-03-07 | inet: move inet_ehash_secret and udp_ehash_secret into net_hotdata | Eric Dumazet | 1 | -2/+1 |
| 2024-02-16 | dccp/tcp: Unhash sk from ehash for tb2 alloc failure after check_estalblished(). | Kuniyuki Iwashima | 1 | -1/+24 |
| 2023-12-22 | tcp: Remove dead code and fields for bhash2. | Kuniyuki Iwashima | 1 | -2/+1 |
| 2023-12-22 | tcp: Link sk and twsk to tb2->owners using skc_bind_node. | Kuniyuki Iwashima | 1 | -4/+4 |
| 2023-12-22 | tcp: Unlink sk from bhash. | Kuniyuki Iwashima | 1 | -3/+0 |
| 2023-12-22 | tcp: Check hlist_empty(&tb->bhash2) instead of hlist_empty(&tb->owners). | Kuniyuki Iwashima | 1 | -3/+3 |
| 2023-12-22 | tcp: Link bhash2 to bhash. | Kuniyuki Iwashima | 1 | -10/+11 |
| 2023-12-22 | tcp: Rename tb in inet_bind2_bucket_(init|create)(). | Kuniyuki Iwashima | 1 | -16/+16 |
| 2023-12-22 | tcp: Save address type in inet_bind2_bucket. | Kuniyuki Iwashima | 1 | -16/+13 |
| 2023-12-22 | tcp: Save v4 address as v4-mapped-v6 in inet_bind2_bucket.v6_rcv_saddr. | Kuniyuki Iwashima | 1 | -17/+17 |
| 2023-12-22 | tcp: Rearrange tests in inet_bind2_bucket_(addr_match|match_addr_any)(). | Kuniyuki Iwashima | 1 | -13/+12 |
| 2023-12-22 | tcp: Use bhash2 for v4-mapped-v6 non-wildcard address. | Kuniyuki Iwashima | 1 | -1/+2 |
| 2023-12-15 | tcp/dccp: change source port selection at connect() time | Eric Dumazet | 1 | -11/+16 |
| 2023-11-10 | net: set SOCK_RCU_FREE before inserting socket into hashtable | Stanislav Fomichev | 1 | -1/+1 |
| 2023-10-13 | tcp: Fix listen() warning with v4-mapped-v6 address. | Kuniyuki Iwashima | 1 | -15/+9 |
| 2023-09-13 | tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address. | Kuniyuki Iwashima | 1 | -1/+6 |
| 2023-09-13 | tcp: Fix bind() regression for v4-mapped-v6 wildcard address. | Kuniyuki Iwashima | 1 | -1/+2 |
| 2023-09-13 | tcp: Factorise sk_family-independent comparison in inet_bind2_bucket_match(_a... | Kuniyuki Iwashima | 1 | -15/+13 |
| 2023-07-31 | net: remove duplicate INDIRECT_CALLABLE_DECLARE of udp[6]_ehashfn | Lorenz Bauer | 1 | -2/+0 |
| 2023-07-25 | net: remove duplicate sk_lookup helpers | Lorenz Bauer | 1 | -13/+13 |
| 2023-07-25 | net: document inet[6]_lookup_reuseport sk_state requirements | Lorenz Bauer | 1 | -0/+15 |
| 2023-07-25 | net: remove duplicate reuseport_lookup functions | Lorenz Bauer | 1 | -7/+13 |
| 2023-07-25 | net: export inet_lookup_reuseport and inet6_lookup_reuseport | Lorenz Bauer | 1 | -7/+8 |
| 2023-07-19 | Revert "tcp: avoid the lookup process failing to get sk in ehash table" | Kuniyuki Iwashima | 1 | -15/+2 |
| 2023-03-29 | ipv6: Remove in6addr_any alternatives. | Kuniyuki Iwashima | 1 | -7/+4 |
| 2023-03-15 | tcp: Fix bind() conflict check for dual-stack wildcard address. | Kuniyuki Iwashima | 1 | -1/+7 |
| 2023-01-25 | inet: Add IP_LOCAL_PORT_RANGE socket option | Jakub Sitnicki | 1 | -1/+1 |
| 2023-01-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+15 |
| 2023-01-19 | tcp: avoid the lookup process failing to get sk in ehash table | Jason Xing | 1 | -2/+15 |
| 2023-01-17 | inet: fix fast path in __inet_hash_connect() | Pietro Borrello | 1 | -11/+1 |
| 2022-12-30 | tcp: Add TIME_WAIT sockets in bhash2. | Kuniyuki Iwashima | 1 | -3/+5 |
| 2022-12-12 | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
| 2022-11-22 | dccp/tcp: Fixup bhash2 bucket when connect() fails. | Kuniyuki Iwashima | 1 | -4/+34 |
| 2022-11-22 | dccp/tcp: Update saddr under bhash's lock. | Kuniyuki Iwashima | 1 | -6/+39 |
| 2022-11-22 | dccp/tcp: Remove NULL check for prev_saddr in inet_bhash2_update_saddr(). | Kuniyuki Iwashima | 1 | -7/+4 |
| 2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-11-16 | tcp: configurable source port perturb table size | Gleb Mazovetskiy | 1 | -5/+5 |
| 2022-10-11 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-10-03 | once: rename _SLOW to _SLEEPABLE | Jason A. Donenfeld | 1 | -2/+2 |
| 2022-10-03 | once: add DO_ONCE_SLOW() for sleepable contexts | Eric Dumazet | 1 | -2/+2 |
| 2022-09-28 | net: Fix incorrect address comparison when searching for a bind2 bucket | Martin KaFai Lau | 1 | -0/+10 |
| 2022-09-20 | tcp: Introduce optional per-netns ehash. | Kuniyuki Iwashima | 1 | -0/+47 |
| 2022-09-20 | tcp: Access &tcp_hashinfo via net. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-09-20 | tcp: Set NULL to sk->sk_prot->h.hashinfo. | Kuniyuki Iwashima | 1 | -7/+7 |
| 2022-09-20 | tcp: Clean up some functions. | Kuniyuki Iwashima | 1 | -14/+15 |
| 2022-08-24 | net: Add a bhash2 table hashed by port and address | Joanne Koong | 1 | -13/+255 |
| 2022-06-16 | Revert "net: Add a second bind table hashed by port and address" | Joanne Koong | 1 | -182/+11 |
| 2022-06-08 | tcp: use alloc_large_system_hash() to allocate table_perturb | Muchun Song | 1 | -4/+6 |
| 2022-05-20 | net: Add a second bind table hashed by port and address | Joanne Koong | 1 | -11/+182 |
| 2022-05-16 | inet: rename INET_MATCH() | Eric Dumazet | 1 | -4/+4 |
| 2022-05-16 | ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH() | Eric Dumazet | 1 | -1/+1 |
| 2022-05-13 | inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH() | Eric Dumazet | 1 | -10/+5 |
| 2022-05-12 | net: inet: Retire port only listening_hash | Martin KaFai Lau | 1 | -38/+9 |
| 2022-05-12 | net: inet: Open code inet_hash2 and inet_unhash2 | Martin KaFai Lau | 1 | -55/+33 |
| 2022-05-12 | net: inet: Remove count from inet_listen_hashbucket | Martin KaFai Lau | 1 | -6/+0 |
| 2022-05-04 | tcp: drop the hash_32() part from the index calculation | Willy Tarreau | 1 | -1/+1 |
| 2022-05-04 | tcp: increase source port perturb table to 2^16 | Willy Tarreau | 1 | -4/+5 |
| 2022-05-04 | tcp: dynamically allocate the perturb table used by source ports | Willy Tarreau | 1 | -2/+10 |
| 2022-05-04 | tcp: add small random increments to the source port | Willy Tarreau | 1 | -4/+5 |
| 2022-05-04 | tcp: use different parts of the port_offset for index and offset | Willy Tarreau | 1 | -1/+1 |
| 2022-05-04 | secure_seq: use the 64 bits of the siphash for port offset calculation | Willy Tarreau | 1 | -4/+6 |
| 2022-02-09 | tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH. | Sebastian Andrzej Siewior | 1 | -21/+32 |
| 2021-11-10 | bpf: Add ingress_ifindex to bpf_sk_lookup | Mark Pashmfouroush | 1 | -4/+4 |
| 2021-10-15 | tcp: switch orphan_count to bare per-cpu counters | Eric Dumazet | 1 | -1/+1 |
| 2021-10-07 | net: prefer socket bound to interface when not in VRF | Mike Manning | 1 | -1/+3 |
| 2021-06-15 | tcp: Keep TCP_CLOSE sockets in the reuseport group. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2021-02-11 | tcp: add some entropy in __inet_hash_connect() | Eric Dumazet | 1 | -0/+5 |
| 2021-02-11 | tcp: change source port randomizarion at connect() time | Eric Dumazet | 1 | -3/+17 |
| 2020-11-23 | tcp: fix race condition when creating child sockets from syncookies | Ricardo Dias | 1 | -8/+60 |
| 2020-08-31 | net: ipv4: remove unused arg exact_dif in compute_score | Miaohe Lin | 1 | -4/+2 |
| 2020-08-11 | net: initialize fastreuse on inet_inherit_port | Tim Froidcoeur | 1 | -0/+1 |
| 2020-07-17 | inet: Run SK_LOOKUP BPF program on socket lookup | Jakub Sitnicki | 1 | -0/+31 |
| 2020-07-17 | inet: Extract helper for selecting socket from reuseport group | Jakub Sitnicki | 1 | -9/+20 |
| 2019-12-13 | tcp/dccp: fix possible race __inet_lookup_established() | Eric Dumazet | 1 | -8/+8 |
| 2019-10-30 | net: annotate accesses to sk->sk_incoming_cpu | Eric Dumazet | 1 | -1/+1 |
| 2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+1 |
| 2019-06-05 | net: ipv4: drop unneeded likely() call around IS_ERR() | Enrico Weigelt | 1 | -1/+1 |
| 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 | -8/+26 |
| 2018-12-17 | net: dccp: initialize (addr,port) listening hashtable | Peter Oskolkov | 1 | -0/+1 |
| 2018-12-14 | net: tcp: prefer listeners bound to an address | Peter Oskolkov | 1 | -52/+8 |
| 2018-11-07 | net: ensure unbound stream socket to be chosen when not in a VRF | Mike Manning | 1 | -8/+6 |
| 2018-11-07 | net: allow binding socket in a VRF when there's an unbound socket | Robert Shearman | 1 | -5/+15 |
| 2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 1 | -1/+1 |
| 2018-08-11 | bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection | Martin KaFai Lau | 1 | -5/+9 |
| 2018-08-11 | bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT | Martin KaFai Lau | 1 | -2/+3 |
| 2018-06-20 | net/tcp: Fix socket lookups with SO_BINDTODEVICE | David Ahern | 1 | -2/+2 |
| 2018-02-01 | inet: Avoid unitialized variable warning in inet_unhash() | Geert Uytterhoeven | 1 | -4/+2 |
| 2017-12-20 | net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr... | Yafang Shao | 1 | -1/+1 |
| 2017-12-03 | inet: Add a 2nd listener hashtable (port+addr) | Martin KaFai Lau | 1 | -9/+159 |
| 2017-12-03 | inet: Add a count to struct inet_listen_hashbucket | Martin KaFai Lau | 1 | -2/+9 |
| 2017-11-30 | net/reuseport: drop legacy code | Paolo Abeni | 1 | -9/+2 |
| 2017-10-22 | soreuseport: fix initialization race | Craig Gallek | 1 | -4/+1 |
| 2017-08-07 | net: ipv4: add second dif to inet socket lookups | David Ahern | 1 | -10/+17 |
| 2017-07-03 | net: make sk_ehashfn() static | Eric Dumazet | 1 | -1/+1 |
| 2017-07-01 | net: convert sock.sk_refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -2/+2 |
| 2017-05-08 | treewide: use kv[mz]alloc* rather than opencoded variants | Michal Hocko | 1 | -5/+1 |
| 2017-01-18 | inet: kill smallest_size and smallest_port | Josef Bacik | 1 | -3/+0 |
| 2017-01-18 | inet: collapse ipv4/v6 rcv_saddr_equal functions into one | Josef Bacik | 1 | -11/+5 |
| 2016-10-17 | net: Require exact match for TCP socket lookups if dif is l3mdev | David Ahern | 1 | -3/+5 |
| 2016-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
| 2016-05-01 | soreuseport: Fix TCP listener hash collision | Craig Gallek | 1 | -0/+2 |
| 2016-04-27 | net: rename NET_{ADD|INC}_STATS_BH() | Eric Dumazet | 1 | -1/+1 |
| 2016-04-25 | soreuseport: Resolve merge conflict for v4/v6 ordering fix | Craig Gallek | 1 | -1/+5 |
| 2016-04-07 | tcp/dccp: fix inet_reuseport_add_sock() | Eric Dumazet | 1 | -2/+1 |
| 2016-04-04 | tcp/dccp: do not touch listener sk_refcnt under synflood | Eric Dumazet | 1 | -48/+25 |
| 2016-04-04 | tcp/dccp: use rcu locking in inet_diag_find_one_icsk() | Eric Dumazet | 1 | -4/+0 |
| 2016-02-12 | tcp/dccp: better use of ephemeral ports in connect() | Eric Dumazet | 1 | -85/+85 |
| 2016-02-11 | soreuseport: fast reuseport TCP socket selection | Craig Gallek | 1 | -4/+60 |
| 2016-02-11 | inet: refactor inet[6]_lookup functions to take skb | Craig Gallek | 1 | -0/+1 |
| 2016-02-11 | sock: struct proto hash function may error | Craig Gallek | 1 | -1/+3 |
| 2015-10-23 | tcp/dccp: fix hashdance race for passive sessions | Eric Dumazet | 1 | -14/+25 |
| 2015-10-14 | tcp/dccp: fix potential NULL deref in __inet_inherit_port() | Eric Dumazet | 1 | -0/+4 |
| 2015-10-12 | net: SO_INCOMING_CPU setsockopt() support | Eric Dumazet | 1 | -0/+2 |
| 2015-10-03 | tcp/dccp: install syn_recv requests into ehash table | Eric Dumazet | 1 | -2/+12 |
| 2015-09-29 | inet: constify __inet_inherit_port() sock argument | Eric Dumazet | 1 | -1/+1 |
| 2015-07-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+5 |
| 2015-07-21 | tcp: suppress a division by zero warning | Eric Dumazet | 1 | -6/+5 |
| 2015-07-09 | inet: inet_twsk_deschedule factorization | Eric Dumazet | 1 | -6/+3 |
| 2015-07-09 | inet: simplify timewait refcounting | Eric Dumazet | 1 | -21/+10 |
| 2015-05-27 | tcp: connect() from bound sockets can be faster | Eric Dumazet | 1 | -2/+7 |
| 2015-05-27 | tcp/dccp: try to not exhaust ip_local_port_range in connect() | Eric Dumazet | 1 | -2/+8 |
| 2015-05-26 | tcp: fix/cleanup inet_ehash_locks_alloc() | Eric Dumazet | 1 | -0/+31 |
| 2015-05-21 | inet_hashinfo: remove bsocket counter | Eric Dumazet | 1 | -7/+0 |
| 2015-04-13 | tcp/dccp: get rid of central timewait timer | Eric Dumazet | 1 | -2/+2 |
| 2015-04-03 | ipv4: coding style: comparison for inequality with NULL | Ian Morris | 1 | -1/+1 |
| 2015-03-18 | inet: get rid of last __inet_hash_connect() argument | Eric Dumazet | 1 | -5/+4 |
| 2015-03-18 | ipv6: get rid of __inet6_hash() | Eric Dumazet | 1 | -6/+6 |
| 2015-03-18 | inet: add IPv6 support to sk_ehashfn() | Eric Dumazet | 1 | -1/+10 |
| 2015-03-18 | net: introduce sk_ehashfn() helper | Eric Dumazet | 1 | -11/+6 |
| 2015-03-18 | netns: constify net_hash_mix() and various callers | Eric Dumazet | 1 | -3/+3 |
| 2015-03-16 | inet: factorize sock_edemux()/sock_gen_put() code | Eric Dumazet | 1 | -0/+6 |
| 2015-03-12 | inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV state | Eric Dumazet | 1 | -0/+2 |
| 2015-03-12 | net: Kill hold_net release_net | Eric W. Biederman | 1 | -2/+1 |
| 2014-08-23 | net: use reciprocal_scale() helper | Daniel Borkmann | 1 | -1/+1 |
| 2014-05-14 | net: Use a more standard macro for INET_ADDR_COOKIE | Joe Perches | 1 | -2/+2 |
| 2014-05-14 | ipv4: make ip_local_reserved_ports per netns | WANG Cong | 1 | -1/+1 |
| 2013-10-19 | inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once | Hannes Frederic Sowa | 1 | -0/+4 |
| 2013-10-19 | ipv4: split inet_ehashfn to hash functions per compilation unit | Hannes Frederic Sowa | 1 | -0/+21 |
| 2013-10-08 | tcp/dccp: remove twchain | Eric Dumazet | 1 | -54/+29 |
| 2013-10-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2013-10-02 | net: do not call sock_put() on TIMEWAIT sockets | Eric Dumazet | 1 | -1/+1 |
| 2013-09-30 | net ipv4: Convert ipv4.ip_local_port_range to be per netns v3 | Eric W. Biederman | 1 | -1/+1 |
| 2013-07-11 | inet: fix spacing in assignment | Camelia Groza | 1 | -1/+1 |
| 2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -5/+3 |
| 2013-01-23 | soreuseport: TCP/IPv4 implementation | Tom Herbert | 1 | -6/+22 |
| 2012-11-30 | net: move inet_dport/inet_num in sock_common | Eric Dumazet | 1 | -13/+23 |
| 2012-04-15 | ipv4: fix checkpatch errors | Daniel Baluta | 1 | -1/+1 |
| 2011-08-06 | net: Compute protocol sequence numbers and fragment IDs using MD5. | David S. Miller | 1 | -0/+1 |
| 2010-11-28 | inet: Fix __inet_inherit_port() to correctly increment bsockets and num_owners | Nagendra Tomar | 1 | -2/+1 |
| 2010-10-21 | tproxy: fix hash locking issue when using port redirection in __inet_inherit_... | Balazs Scheidler | 1 | -2/+26 |
| 2010-07-12 | net/ipv4: EXPORT_SYMBOL cleanups | Eric Dumazet | 1 | -4/+0 |
| 2010-05-15 | net: reserve ports for applications using fixed port numbers | Amerigo Wang | 1 | -0/+2 |
| 2009-12-08 | tcp: Fix a connect() race with timewait sockets | Eric Dumazet | 1 | -0/+2 |
| 2009-12-08 | tcp: Fix a connect() race with timewait sockets | Eric Dumazet | 1 | -6/+16 |
| 2009-12-03 | tcp: connect() race with timewait reuse | Eric Dumazet | 1 | -3/+7 |
| 2009-11-25 | net: use net_eq to compare nets | Octavian Purdila | 1 | -1/+2 |
| 2009-10-18 | inet: rename some inet_sock fields | Eric Dumazet | 1 | -16/+18 |
| 2009-10-13 | tcp: replace ehash_size by ehash_mask | Eric Dumazet | 1 | -1/+1 |
| 2009-02-01 | net: move bsockets outside of read only beginning of struct inet_hashinfo | Eric Dumazet | 1 | -2/+3 |
| 2009-01-21 | inet: Allowing more than 64k connections and heavily optimize bind(0) time. | Evgeniy Polyakov | 1 | -1/+10 |
| 2008-11-24 | net: Make sure BHs are disabled in sock_prot_inuse_add() | Eric Dumazet | 1 | -1/+1 |
| 2008-11-23 | net: Convert TCP/DCCP listening hash tables to use RCU | Eric Dumazet | 1 | -74/+74 |
| 2008-11-20 | net: convert TCP/DCCP ehash rwlocks to spinlocks | Eric Dumazet | 1 | -11/+10 |
| 2008-11-20 | net: listening_hash get a spinlock per bucket | Eric Dumazet | 1 | -55/+31 |
| 2008-11-16 | net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls | Eric Dumazet | 1 | -23/+55 |
| 2008-11-12 | net: ib_net pointer should depends on CONFIG_NET_NS | Eric Dumazet | 1 | -3/+3 |
| 2008-07-25 | net: convert BUG_TRAP to generic WARN_ON | Ilpo Järvinen | 1 | -4/+4 |
| 2008-07-16 | mib: add net to NET_INC_STATS_BH | Pavel Emelyanov | 1 | -2/+2 |
| 2008-06-16 | inet: add struct net argument to inet_ehashfn | Pavel Emelyanov | 1 | -3/+3 |
| 2008-06-16 | inet: add struct net argument to inet_lhashfn | Pavel Emelyanov | 1 | -1/+1 |
| 2008-06-16 | inet: add struct net argument to inet_bhashfn | Pavel Emelyanov | 1 | -4/+7 |
| 2008-04-17 | [INET]: Uninline the __inet_inherit_port call. | Pavel Emelyanov | 1 | -0/+16 |
| 2008-04-16 | [NETNS]: Add netns refcnt debug for inet bind buckets. | Denis V. Lunev | 1 | -1/+2 |
| 2008-03-31 | [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get. | Pavel Emelyanov | 1 | -4/+4 |
| 2008-03-26 | [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 1 | -2/+2 |
| 2008-03-26 | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 1 | -4/+4 |