| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-25 | tcp: introduce icsk->icsk_keepalive_timer | Eric Dumazet | 1 | -2/+2 |
| 2025-11-25 | tcp: rename icsk_timeout() to tcp_timeout_expires() | Eric Dumazet | 1 | -2/+2 |
| 2025-08-29 | inet_diag: avoid cache line misses in inet_diag_bc_sk() | Eric Dumazet | 1 | -21/+31 |
| 2025-08-29 | inet_diag: change inet_diag_bc_sk() first argument | Eric Dumazet | 1 | -1/+2 |
| 2025-08-29 | inet_diag: annotate data-races in inet_diag_bc_sk() | Eric Dumazet | 1 | -7/+7 |
| 2025-08-29 | inet_diag: annotate data-races in inet_diag_msg_common_fill() | Eric Dumazet | 1 | -9/+9 |
| 2025-08-25 | tcp: Move TCP-specific diag functions to tcp_diag.c. | Kuniyuki Iwashima | 1 | -479/+0 |
| 2025-08-25 | tcp: Don't pass hashinfo to inet_diag helpers. | Kuniyuki Iwashima | 1 | -5/+5 |
| 2025-08-25 | tcp: Don't pass hashinfo to socket lookup helpers. | Kuniyuki Iwashima | 1 | -3/+3 |
| 2025-08-25 | tcp: annotate data-races around icsk->icsk_probes_out | Eric Dumazet | 1 | -2/+2 |
| 2025-08-25 | tcp: annotate data-races around icsk->icsk_retransmits | Eric Dumazet | 1 | -1/+1 |
| 2025-06-23 | net: remove sock_i_uid() | Eric Dumazet | 1 | -1/+1 |
| 2025-04-24 | net: cgroup: Guard users of sock_cgroup_classid() | Michal Koutný | 1 | -1/+1 |
| 2025-04-11 | net: Retire DCCP socket. | Kuniyuki Iwashima | 1 | -2/+0 |
| 2025-03-25 | tcp/dccp: remove icsk->icsk_timeout | Eric Dumazet | 1 | -2/+2 |
| 2025-02-19 | net: dismiss sk_forward_alloc_get() | Paolo Abeni | 1 | -1/+1 |
| 2024-10-04 | tcp: annotate data-races around icsk->icsk_pending | Eric Dumazet | 1 | -4/+6 |
| 2024-08-28 | tcp: remove volatile qualifier on tw_substate | Eric Dumazet | 1 | -2/+2 |
| 2024-07-04 | inet_diag: Initialize pad field in struct inet_diag_req_v2 | Shigeru Yoshida | 1 | -0/+2 |
| 2024-01-23 | inet_diag: skip over empty buckets | Eric Dumazet | 1 | -0/+8 |
| 2024-01-23 | sock_diag: allow concurrent operation in sock_diag_rcv_msg() | Eric Dumazet | 1 | -2/+7 |
| 2024-01-23 | sock_diag: add module pointer to "struct sock_diag_handler" | Eric Dumazet | 1 | -0/+2 |
| 2024-01-23 | inet_diag: allow concurrent operations | Eric Dumazet | 1 | -40/+40 |
| 2024-01-23 | inet_diag: annotate data-races around inet_diag_table[] | Eric Dumazet | 1 | -3/+3 |
| 2023-12-22 | tcp: Link sk and twsk to tb2->owners using skc_bind_node. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2023-12-04 | tcp: Dump bound-only sockets in inet_diag. | Guillaume Nault | 1 | -1/+85 |
| 2023-11-19 | net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules | Jakub Kicinski | 1 | -0/+1 |
| 2023-10-01 | inet: implement lockless IP_TOS | Eric Dumazet | 1 | -1/+1 |
| 2023-10-01 | net: implement lockless SO_PRIORITY | Eric Dumazet | 1 | -1/+1 |
| 2023-08-16 | inet: move inet->defer_connect to inet->inet_flags | Eric Dumazet | 1 | -1/+1 |
| 2023-08-16 | inet: move inet->bind_address_no_port to inet->inet_flags | Eric Dumazet | 1 | -1/+1 |
| 2023-08-16 | inet: move inet->nodefrag to inet->inet_flags | Eric Dumazet | 1 | -1/+1 |
| 2023-08-16 | inet: move inet->is_icsk to inet->inet_flags | Eric Dumazet | 1 | -1/+1 |
| 2023-08-16 | inet: move inet->transparent to inet->inet_flags | Eric Dumazet | 1 | -1/+1 |
| 2023-08-16 | inet: move inet->mc_all to inet->inet_frags | Eric Dumazet | 1 | -1/+1 |
| 2023-08-16 | inet: move inet->mc_loop to inet->inet_frags | Eric Dumazet | 1 | -1/+1 |
| 2023-08-16 | inet: move inet->hdrincl to inet->inet_flags | Eric Dumazet | 1 | -1/+1 |
| 2023-08-16 | inet: move inet->freebind to inet->inet_flags | Eric Dumazet | 1 | -1/+1 |
| 2023-08-16 | inet: move inet->recverr_rfc4884 to inet->inet_flags | Eric Dumazet | 1 | -1/+1 |
| 2023-08-16 | inet: move inet->recverr to inet->inet_flags | Eric Dumazet | 1 | -1/+1 |
| 2023-07-29 | net: annotate data-races around sk->sk_mark | Eric Dumazet | 1 | -2/+2 |
| 2022-05-12 | net: inet: Retire port only listening_hash | Martin KaFai Lau | 1 | -2/+3 |
| 2021-12-10 | inet_diag: fix kernel-infoleak for UDP sockets | Eric Dumazet | 1 | -3/+1 |
| 2021-10-27 | net: introduce sk_forward_alloc_get() | Paolo Abeni | 1 | -1/+1 |
| 2021-07-13 | net: Use nlmsg_unicast() instead of netlink_unicast() | Yajun Deng | 1 | -4/+1 |
| 2021-06-16 | inet_diag: add support for tw_mark | Maciej Żenczykowski | 1 | -2/+10 |
| 2020-11-17 | inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill() | Wang Hai | 1 | -1/+3 |
| 2020-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -5/+15 |
| 2020-09-21 | inet_diag: validate INET_DIAG_REQ_PROTOCOL attribute | Eric Dumazet | 1 | -5/+15 |
| 2020-09-03 | ip: expose inet sockopts through inet_diag | Wei Wang | 1 | -0/+17 |
| 2020-07-09 | inet_diag: support for wider protocol numbers | Paolo Abeni | 1 | -17/+48 |
| 2020-05-02 | inet_diag: bc: read cgroup id only for full sockets | Dmitry Yakunin | 1 | -1/+2 |
| 2020-04-30 | inet_diag: add support for cgroup filter | Dmitry Yakunin | 1 | -0/+31 |
| 2020-04-30 | inet_diag: add cgroup id attribute | Dmitry Yakunin | 1 | -0/+7 |
| 2020-03-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -24/+20 |
| 2020-03-08 | inet_diag: return classid for all socket types | Dmitry Yakunin | 1 | -24/+20 |
| 2020-02-27 | bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump() | Martin KaFai Lau | 1 | -0/+74 |
| 2020-02-27 | inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->data | Martin KaFai Lau | 1 | -47/+70 |
| 2020-02-27 | inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one() | Martin KaFai Lau | 1 | -72/+44 |
| 2019-12-13 | tcp/dccp: fix possible race __inet_lookup_established() | Eric Dumazet | 1 | -1/+2 |
| 2019-11-06 | inet_diag: use jiffies_delta_to_msecs() | Eric Dumazet | 1 | -9/+6 |
| 2019-10-13 | tcp: annotate sk->sk_wmem_queued lockless reads | Eric Dumazet | 1 | -1/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2019-02-12 | inet_diag: fix reporting cgroup classid and fallback to priority | Konstantin Khlebnikov | 1 | -1/+9 |
| 2018-12-20 | tcp: fix a race in inet_diag_dump_icsk() | Eric Dumazet | 1 | -1/+3 |
| 2018-03-12 | sock_diag: request _diag module only when the family or proto has been regist... | Xin Long | 1 | -2/+1 |
| 2018-01-02 | inet_diag: Add equal-operator for ports | Kristian Evensen | 1 | -0/+8 |
| 2017-09-01 | inet_diag: allow protocols to provide additional data | Ivan Delalande | 1 | -4/+18 |
| 2017-08-18 | net: inet: diag: expose sockets cgroup classid | Levin, Alexander (Sasha Levin) | 1 | -0/+11 |
| 2017-01-13 | tcp: remove early retransmit | Yuchung Cheng | 1 | -1/+0 |
| 2017-01-13 | tcp: add reordering timer in RACK loss detection | Yuchung Cheng | 1 | -0/+1 |
| 2016-11-09 | tcp: no longer hold ehash lock while calling tcp_get_info() | Eric Dumazet | 1 | -15/+33 |
| 2016-10-23 | net: ip, diag -- Add diag interface for raw sockets | Cyrill Gorcunov | 1 | -0/+9 |
| 2016-10-20 | tcp: relax listening_hash operations | Eric Dumazet | 1 | -12/+4 |
| 2016-09-08 | net: inet: diag: expose the socket mark to privileged processes. | Lorenzo Colitti | 1 | -16/+33 |
| 2016-08-24 | net: diag: allow socket bytecode filters to match socket marks | Lorenzo Colitti | 1 | -3/+33 |
| 2016-08-24 | net: diag: slightly refactor the inet_diag_bc_audit error checks. | Lorenzo Colitti | 1 | -11/+17 |
| 2016-06-28 | net: diag: Add support to filter on device index | David Ahern | 1 | -0/+25 |
| 2016-04-26 | sock_diag: align nlattr properly when needed | Nicolas Dichtel | 1 | -3/+6 |
| 2016-04-21 | net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diag | Xin Long | 1 | -6/+6 |
| 2016-04-15 | sctp: export some functions for sctp_diag in inet_diag | Xin Long | 1 | -26/+41 |
| 2016-04-04 | tcp/dccp: do not touch listener sk_refcnt under synflood | Eric Dumazet | 1 | -2/+1 |
| 2016-04-04 | tcp/dccp: use rcu locking in inet_diag_find_one_icsk() | Eric Dumazet | 1 | -2/+5 |
| 2016-03-14 | net: diag: add a scheduling point in inet_diag_dump_icsk() | Eric Dumazet | 1 | -0/+1 |
| 2016-02-11 | inet: refactor inet[6]_lookup functions to take skb | Craig Gallek | 1 | -3/+3 |
| 2016-01-20 | net: diag: support v4mapped sockets in inet_diag_find_one_icsk() | Eric Dumazet | 1 | -7/+14 |
| 2015-12-15 | net: diag: Support SOCK_DESTROY for inet sockets. | Lorenzo Colitti | 1 | -8/+15 |
| 2015-12-15 | net: diag: split inet_diag_dump_one_icsk into two | Lorenzo Colitti | 1 | -15/+27 |
| 2015-10-03 | tcp/dccp: install syn_recv requests into ehash table | Eric Dumazet | 1 | -88/+8 |
| 2015-10-03 | tcp: move qlen/young out of struct listen_sock | Eric Dumazet | 1 | -1/+1 |
| 2015-07-10 | net: inet_diag: always export IPV6_V6ONLY sockopt for listening sockets | Phil Sutter | 1 | -2/+2 |
| 2015-06-24 | net: inet_diag: export IPV6_V6ONLY sockopt | Phil Sutter | 1 | -0/+4 |
| 2015-06-23 | inet_diag: Remove _bh suffix in inet_diag_dump_reqs(). | Hiroaki SHIMODA | 1 | -2/+2 |
| 2015-06-21 | sock_diag: fetch source port from inet_sock | Craig Gallek | 1 | -0/+2 |
| 2015-06-15 | sock_diag: implement a get_info handler for inet | Craig Gallek | 1 | -0/+46 |
| 2015-06-15 | sock_diag: specify info_size per inet protocol | Craig Gallek | 1 | -2/+2 |
| 2015-04-29 | tcp: prepare CC get_info() access from getsockopt() | Eric Dumazet | 1 | -3/+5 |
| 2015-04-17 | inet_diag: fix access to tcp cc information | Eric Dumazet | 1 | -6/+22 |
| 2015-04-13 | tcp/dccp: get rid of central timewait timer | Eric Dumazet | 1 | -2/+2 |
| 2015-03-23 | net: convert syn_wait_lock to a spinlock | Eric Dumazet | 1 | -2/+2 |
| 2015-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+15 |
| 2015-03-20 | inet: get rid of central tcp/dccp listener timer | Eric Dumazet | 1 | -2/+2 |
| 2015-03-18 | inet: request sock should init IPv6/IPv4 addresses | Eric Dumazet | 1 | -2/+2 |
| 2015-03-16 | inet_diag: allow sk_diag_fill() to handle request socks | Eric Dumazet | 1 | -67/+53 |
| 2015-03-14 | inet_diag: factorize code in new inet_diag_msg_common_fill() helper | Eric Dumazet | 1 | -101/+47 |
| 2015-03-14 | inet_diag: adjust inet_sk_diag_fill() bug condition | Eric Dumazet | 1 | -1/+1 |
| 2015-03-14 | inet: fill request sock ir_iif for IPv4 | Eric Dumazet | 1 | -1/+1 |
| 2015-03-13 | inet_diag: fix possible overflow in inet_diag_dump_one_icsk() | Eric Dumazet | 1 | -3/+15 |
| 2015-03-12 | inet: introduce ireq_family | Eric Dumazet | 1 | -1/+1 |
| 2015-03-12 | inet: get_openreq4() & get_openreq6() do not need listener | Eric Dumazet | 1 | -2/+1 |
| 2015-03-11 | net: add real socket cookies | Eric Dumazet | 1 | -5/+9 |
| 2015-03-10 | inet_diag: add const to inet_diag_req_v2 | Eric Dumazet | 1 | -11/+11 |
| 2015-03-10 | inet_diag: cleanups | Eric Dumazet | 1 | -73/+71 |
| 2015-03-05 | inet_diag: remove duplicate code from inet_twsk_diag_dump() | Eric Dumazet | 1 | -24/+31 |
| 2015-01-18 | netlink: make nlmsg_end() and genlmsg_end() void | Johannes Berg | 1 | -3/+6 |
| 2014-01-13 | inet_diag: fix inet_diag_dump_icsk() to use correct state for timewait sockets | Neal Cardwell | 1 | -1/+4 |
| 2013-12-19 | net: inet_diag: zero out uninitialized idiag_{src,dst} fields | Daniel Borkmann | 1 | -0/+16 |
| 2013-10-17 | inet_diag: use sock_gen_put() | Eric Dumazet | 1 | -6/+3 |
| 2013-10-10 | inet: includes a sock_common in request_sock | Eric Dumazet | 1 | -11/+11 |
| 2013-10-09 | ipv6: make lookups simpler and faster | Eric Dumazet | 1 | -20/+15 |
| 2013-10-08 | tcp/dccp: remove twchain | Eric Dumazet | 1 | -35/+13 |
| 2013-10-03 | tcp: shrink tcp6_timewait_sock by one cache line | Eric Dumazet | 1 | -3/+3 |
| 2013-04-19 | netlink: rename ssk to sk in struct netlink_skb_params | Patrick McHardy | 1 | -3/+3 |
| 2013-03-12 | tcp: Tail loss probe (TLP) | Nandita Dukkipati | 1 | -1/+3 |
| 2012-12-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+4 |
| 2012-12-09 | inet_diag: validate port comparison byte code to prevent unsafe reads | Neal Cardwell | 1 | -7/+24 |
| 2012-12-09 | inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run() | Neal Cardwell | 1 | -11/+17 |
| 2012-12-09 | inet_diag: validate byte code to prevent oops in inet_diag_bc_run() | Neal Cardwell | 1 | -3/+45 |
| 2012-12-09 | inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV state | Neal Cardwell | 1 | -14/+39 |
| 2012-11-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+4 |
| 2012-11-04 | net: inet_diag -- Return error code if protocol handler is missed | Cyrill Gorcunov | 1 | -1/+4 |
| 2012-11-03 | tcp: better retrans tracking for defer-accept | Eric Dumazet | 1 | -1/+1 |
| 2012-10-23 | sock-diag: Report shutdown for inet and unix sockets (v2) | Pavel Emelyanov | 1 | -0/+3 |
| 2012-09-10 | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman | 1 | -16/+16 |
| 2012-08-14 | userns: Teach inet_diag to work with user namespaces | Eric W. Biederman | 1 | -6/+15 |
| 2012-07-16 | net: make sock diag per-namespace | Andrey Vagin | 1 | -5/+16 |
| 2012-06-27 | inet_diag: Do not use RTA_PUT() macros | Thomas Graf | 1 | -59/+53 |
| 2012-06-26 | inet_diag: Move away from NLMSG_PUT(). | David S. Miller | 1 | -19/+24 |
| 2012-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2012-04-25 | net: sock_diag_handler structs can be const | Shan Wei | 1 | -2/+2 |
| 2012-04-25 | udp_diag: implement idiag_get_info for udp/udplite to get queue information | Shan Wei | 1 | -1/+1 |
| 2012-02-26 | netlink: add netlink_dump_control structure for netlink_dump_start() | Pablo Neira Ayuso | 1 | -6/+12 |
| 2012-01-11 | inet_diag: Rename inet_diag_req_compat into inet_diag_req | Pavel Emelyanov | 1 | -4/+4 |
| 2012-01-11 | inet_diag: Rename inet_diag_req into inet_diag_req_v2 | Pavel Emelyanov | 1 | -17/+17 |
| 2011-12-30 | inet_diag: Add the SKMEMINFO extension | Pavel Emelyanov | 1 | -0/+4 |
| 2011-12-16 | sock_diag: Generalize requests cookies managements | Pavel Emelyanov | 1 | -19/+4 |
| 2011-12-16 | sock_diag: Fix module netlink aliases | Pavel Emelyanov | 1 | -3/+4 |
| 2011-12-11 | net: use IS_ENABLED(CONFIG_IPV6) | Eric Dumazet | 1 | -8/+8 |
| 2011-12-09 | inet_diag: Generalize inet_diag dump and get_exact calls | Pavel Emelyanov | 1 | -5/+6 |
| 2011-12-09 | inet_diag: Introduce the inet socket dumping routine | Pavel Emelyanov | 1 | -19/+34 |
| 2011-12-09 | inet_diag: Introduce the byte-code run on an inet socket | Pavel Emelyanov | 1 | -24/+31 |
| 2011-12-09 | inet_diag: Split inet_diag_get_exact into parts | Pavel Emelyanov | 1 | -12/+16 |
| 2011-12-09 | inet_diag: Split inet_diag_get_exact into parts | Pavel Emelyanov | 1 | -16/+22 |
| 2011-12-09 | inet_diag: Export inet diag cookie checking routine | Pavel Emelyanov | 1 | -5/+14 |
| 2011-12-09 | inet_diag: Reduce the number of args for bytecode run routine | Pavel Emelyanov | 1 | -6/+8 |
| 2011-12-09 | inet_diag: Remove indirect sizeof from inet diag handlers | Pavel Emelyanov | 1 | -3/+2 |
| 2011-12-06 | sock_diag: Move the sock_ code to net/core/ | Pavel Emelyanov | 1 | -99/+6 |
| 2011-12-06 | inet_diag: Cleanup type2proto last user | Pavel Emelyanov | 1 | -23/+24 |
| 2011-12-06 | inet_diag: Introduce socket family checks | Pavel Emelyanov | 1 | -1/+11 |
| 2011-12-06 | inet_diag: Switch the _dump to work with new header | Pavel Emelyanov | 1 | -18/+53 |
| 2011-12-06 | inet_diag: Switch the _get_exact to work with new header | Pavel Emelyanov | 1 | -7/+22 |
| 2011-12-06 | inet_diag: Introduce new inet_diag_req header | Pavel Emelyanov | 1 | -7/+7 |
| 2011-12-06 | sock_diag: Initial skeleton | Pavel Emelyanov | 1 | -2/+100 |
| 2011-12-06 | inet_diag: Switch from _GETSOCK to IPPROTO_ numbers | Pavel Emelyanov | 1 | -11/+23 |
| 2011-12-06 | inet_diag: Move byte-code finding up the call-stack | Pavel Emelyanov | 1 | -19/+17 |
| 2011-12-06 | sock_diag: Introduce new message type | Pavel Emelyanov | 1 | -2/+15 |
| 2011-12-06 | inet_diag: Partly rename inet_ to sock_ | Pavel Emelyanov | 1 | -14/+19 |
| 2011-11-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+6 |
| 2011-11-22 | net: remove ipv6_addr_copy() | Alexey Dobriyan | 1 | -12/+6 |
| 2011-11-22 | net-netlink: fix diag to export IPv4 tos for dual-stack IPv6 sockets | Maciej Żenczykowski | 1 | -5/+9 |
| 2011-11-14 | net-netlink: Add a new attribute to expose TCLASS values via netlink | Maciej Żenczykowski | 1 | -2/+2 |
| 2011-10-12 | net-netlink: Add a new attribute to expose TOS values via netlink | Murali Raja | 1 | -0/+5 |
| 2011-06-20 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -8/+6 |
| 2011-06-17 | inet_diag: fix inet_diag_bc_audit() | Eric Dumazet | 1 | -8/+6 |
| 2011-06-09 | rtnetlink: Compute and store minimum ifinfo dump size | Greg Rose | 1 | -1/+1 |
| 2011-04-22 | inet: constify ip headers and in6_addr | Eric Dumazet | 1 | -1/+1 |
| 2011-01-19 | Revert "netlink: test for all flags of the NLM_F_DUMP composite" | David S. Miller | 1 | -1/+1 |
| 2011-01-09 | netlink: test for all flags of the NLM_F_DUMP composite | Jan Engelhardt | 1 | -1/+1 |
| 2010-11-04 | inet_diag: Make sure we actually run the same bytecode we audited. | Nelson Elhage | 1 | -11/+16 |
| 2010-09-23 | net: return operator cleanup | Eric Dumazet | 1 | -1/+1 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-01-19 | netlink: With opcode INET_DIAG_BC_S_LE dport was compared in inet_diag_bc_run() | Roel Kluin | 1 | -1/+1 |
| 2009-10-18 | inet: rename some inet_sock fields | Eric Dumazet | 1 | -13/+13 |
| 2009-10-13 | tcp: replace ehash_size by ehash_mask | Eric Dumazet | 1 | -1/+1 |
| 2009-06-18 | net: correct off-by-one write allocations reports | Eric Dumazet | 1 | -2/+2 |
| 2009-04-28 | inet_diag: Remove dup assignments | Arnaldo Carvalho de Melo | 1 | -2/+0 |
| 2008-11-23 | net: Convert TCP/DCCP listening hash tables to use RCU | Eric Dumazet | 1 | -2/+2 |
| 2008-11-21 | inet_diag: Missed conversion after changing inet ehash lockl to spinlocks. | David S. Miller | 1 | -5/+5 |
| 2008-11-20 | net: listening_hash get a spinlock per bucket | Eric Dumazet | 1 | -5/+7 |
| 2008-11-16 | net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls | Eric Dumazet | 1 | -3/+4 |
| 2008-10-16 | net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) | Johannes Berg | 1 | -2/+0 |
| 2008-08-28 | inet_diag: Add empty bucket optimization to inet_diag too | Andi Kleen | 1 | -1/+5 |
| 2008-06-11 | net: remove CVS keywords | Adrian Bunk | 1 | -2/+0 |
| 2008-01-31 | [NETNS]: Tcp-v6 sockets per-net lookup. | Pavel Emelyanov | 1 | -1/+1 |
| 2008-01-31 | [NETNS]: Tcp-v4 sockets per-net lookup. | Pavel Emelyanov | 1 | -1/+1 |
| 2008-01-31 | [INET_DIAG]: Fix inet_diag_lock_handler error path. | Arnaldo Carvalho de Melo | 1 | -5/+6 |
| 2008-01-28 | [NETNS]: Consolidate kernel netlink socket destruction. | Denis V. Lunev | 1 | -1/+1 |
| 2007-12-03 | [INET]: Fix inet_diag dead-lock regression | Herbert Xu | 1 | -21/+46 |
| 2007-11-30 | [INET]: Fix inet_diag register vs rcv race | Pavel Emelyanov | 1 | -9/+5 |
| 2007-11-07 | [INET]: Remove per bucket rwlock in tcp/dccp ehash table. | Eric Dumazet | 1 | -4/+5 |