| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-07-25 | bpf: Refactor bpf_iter_reg to have separate seq_info member | Yonghong Song | 1 | -2/+6 |
| 2020-07-24 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 1 | -2/+2 |
| 2020-07-21 | bpf: net: Use precomputed btf_id for bpf iterators | Yonghong Song | 1 | -1/+6 |
| 2020-07-01 | genetlink: remove genl_bind | Sean Tranchetti | 1 | -49/+0 |
| 2020-06-29 | genetlink: get rid of family->attrbuf | Cong Wang | 1 | -35/+13 |
| 2020-06-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 1 | -16/+12 |
| 2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -1/+1 |
| 2020-06-12 | genetlink: clean up family attributes allocations | Cong Wang | 1 | -16/+12 |
| 2020-06-04 | genetlink: fix memory leaks in genl_family_rcv_msg_dumpit() | Cong Wang | 1 | -36/+58 |
| 2020-05-13 | bpf: Enable bpf_iter targets registering ctx argument types | Yonghong Song | 1 | -0/+5 |
| 2020-05-13 | bpf: net: Refactor bpf_iter target registration | Yonghong Song | 1 | -9/+9 |
| 2020-05-09 | net: bpf: Add netlink and ipv6_route bpf_iter targets | Yonghong Song | 1 | -2/+85 |
| 2020-04-30 | netlink: add infrastructure to expose policies to userspace | Johannes Berg | 3 | -1/+387 |
| 2020-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -26/+17 |
| 2020-03-16 | netlink: allow extack cookie also for error messages | Michal Kubecek | 1 | -26/+17 |
| 2020-03-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
| 2020-03-11 | net: Add missing annotation for *netlink_seq_start() | Jules Irenge | 1 | -0/+1 |
| 2020-02-29 | netlink: Use netlink header as base to calculate bad attribute offset | Pablo Neira Ayuso | 1 | -1/+1 |
| 2020-02-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+3 |
| 2020-02-22 | net: genetlink: return the error code when attribute parsing fails. | Paolo Abeni | 1 | -2/+3 |
| 2020-02-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+3 |
| 2020-02-20 | net: netlink: cap max groups which will be considered in netlink_bind() | Nikolay Aleksandrov | 1 | -2/+3 |
| 2020-02-17 | net: netlink: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya | 1 | -1/+1 |
| 2019-10-13 | genetlink: do not parse attributes for families with zero maxattr | Michal Kubecek | 1 | -6/+4 |
| 2019-10-08 | net: genetlink: always allocate separate attrs for dumpit ops | Jiri Pirko | 1 | -11/+17 |
| 2019-10-06 | net: genetlink: remove unused genl_family_attrbuf() | Jiri Pirko | 1 | -19/+0 |
| 2019-10-06 | net: genetlink: parse attrs and store in contect info struct during dumpit | Jiri Pirko | 1 | -17/+22 |
| 2019-10-06 | net: genetlink: push attrbuf allocation and parsing to a separate function | Jiri Pirko | 1 | -22/+45 |
| 2019-10-06 | net: genetlink: introduce dump info struct to be available during dumpit op | Jiri Pirko | 1 | -9/+38 |
| 2019-10-06 | net: genetlink: push doit/dumpit code from genl_family_rcv_msg | Jiri Pirko | 1 | -77/+96 |
| 2019-06-14 | net: remove empty netlink_tap_exit_net | Li RongQing | 1 | -5/+0 |
| 2019-06-11 | net: netlink: make netlink_walk_start() void return type | Taehee Yoo | 1 | -12/+3 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2019-05-21 | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 3 | -0/+3 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
| 2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-19 | net: Treat sock->sk_drops as an unsigned int when printing | Patrick Talbert | 1 | -1/+1 |
| 2019-05-04 | genetlink: do not validate dump requests if there is no policy | Michal Kubecek | 1 | -10/+14 |
| 2019-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
| 2019-04-27 | genetlink: optionally validate strictly/dumps | Johannes Berg | 1 | -3/+26 |
| 2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg | 1 | -2/+3 |
| 2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 1 | -6/+6 |
| 2019-04-26 | genetlink: use idr_alloc_cyclic for family->id assignment | Marcel Holtmann | 1 | -2/+2 |
| 2019-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
| 2019-04-12 | net: netlink: Check address length before reading groups field | Tetsuo Handa | 1 | -1/+2 |
| 2019-03-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
| 2019-03-22 | genetlink: make policy common to family | Johannes Berg | 1 | -3/+3 |
| 2019-03-21 | genetlink: Fix a memory leak on error path | YueHaibing | 1 | -1/+2 |
| 2019-02-22 | rhashtable: Remove obsolete rhashtable_walk_init function | Herbert Xu | 1 | -9/+1 |
| 2019-01-19 | net: netlink: add helper to retrieve NETLINK_F_STRICT_CHK | Jakub Kicinski | 1 | -0/+8 |
| 2018-12-14 | net: netlink: rename NETLINK_DUMP_STRICT_CHK -> NETLINK_GET_STRICT_CHK | Jakub Kicinski | 1 | -2/+2 |
| 2018-10-16 | netlink: Add answer_flags to netlink_callback | David Ahern | 1 | -1/+2 |
| 2018-10-08 | netlink: Add new socket option to enable strict checking on dumps | David Ahern | 2 | -1/+21 |
| 2018-10-08 | netlink: Pass extack to dump handlers | David Ahern | 1 | -1/+11 |
| 2018-09-12 | netlink: remove hash::nelems check in netlink_insert | Li RongQing | 1 | -5/+0 |
| 2018-09-05 | netlink: Make groups check less stupid in netlink_bind() | Dmitry Safonov | 1 | -4/+2 |
| 2018-08-05 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
| 2018-08-04 | netlink: Don't shift on 64 for ngroups | Dmitry Safonov | 1 | -2/+2 |
| 2018-08-02 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+7 |
| 2018-08-01 | netlink: Fix spectre v1 gadget in netlink_create() | Jeremy Cline | 1 | -0/+2 |
| 2018-07-30 | netlink: Don't shift with UB on nlk->ngroups | Dmitry Safonov | 1 | -1/+5 |
| 2018-07-29 | netlink: Do not subscribe to non-existent groups | Dmitry Safonov | 1 | -0/+1 |
| 2018-07-24 | netlink: do not store start function in netlink_cb | Florian Westphal | 1 | -3/+2 |
| 2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 1 | -1/+1 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -4/+6 |
| 2018-06-04 | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -1/+1 |
| 2018-05-26 | net: convert datagram_poll users tp ->poll_mask | Christoph Hellwig | 1 | -1/+1 |
| 2018-05-16 | proc: introduce proc_create_net{,_data} | Christoph Hellwig | 1 | -16/+2 |
| 2018-05-04 | net/netlink: make sure the headers line up actual value output | YU Bo | 1 | -3/+3 |
| 2018-04-07 | netlink: fix uninit-value in netlink_sendmsg | Eric Dumazet | 1 | -0/+2 |
| 2018-04-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+3 |
| 2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai | 2 | -3/+0 |
| 2018-03-25 | netlink: make sure nladdr has correct size in netlink_connect() | Alexander Potapenko | 1 | -0/+3 |
| 2018-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2018-03-16 | netlink: avoid a double skb free in genlmsg_mcast() | Nicolas Dichtel | 1 | -1/+1 |
| 2018-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
| 2018-02-22 | netlink: put module reference if dump start fails | Jason A. Donenfeld | 1 | -1/+3 |
| 2018-02-13 | net: Convert netlink_tap_net_ops | Kirill Tkhai | 1 | -0/+1 |
| 2018-02-13 | net: Convert genl_pernet_ops | Kirill Tkhai | 1 | -0/+1 |
| 2018-02-13 | net: Convert netlink_net_ops | Kirill Tkhai | 1 | -0/+1 |
| 2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko | 1 | -3/+2 |
| 2018-02-08 | netlink: ensure to loop over all netns in genlmsg_multicast_allns() | Nicolas Dichtel | 1 | -2/+10 |
| 2018-01-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2018-01-18 | netlink: reset extack earlier in netlink_rcv_skb | Xin Long | 1 | -1/+1 |
| 2018-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
| 2018-01-16 | net: delete /proc THIS_MODULE references | Alexey Dobriyan | 1 | -1/+0 |
| 2018-01-15 | netlink: extack needs to be reset each time through loop | David Ahern | 1 | -1/+2 |
| 2017-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+3 |
| 2017-12-11 | netlink: Add netns check on taps | Kevin Cernekee | 1 | -0/+3 |
| 2017-12-11 | netlink: convert netlink tap spinlock to mutex | Cong Wang | 1 | -6/+6 |
| 2017-12-11 | netlink: make netlink tap per netns | Cong Wang | 1 | -17/+49 |
| 2017-12-11 | rhashtable: Change rhashtable_walk_start to return void | Tom Herbert | 2 | -8/+5 |
| 2017-11-14 | netlink: remove unnecessary forward declaration | Johannes Berg | 1 | -1/+0 |
| 2017-11-13 | af_netlink: ensure that NLMSG_DONE never fails in dumps | Jason A. Donenfeld | 2 | -6/+12 |
| 2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -0/+2 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2 | -0/+2 |
| 2017-11-01 | netlink: Allow ext_ack to carry non-error messages | David Ahern | 1 | -9/+9 |
| 2017-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+4 |
| 2017-10-18 | netlink: fix netlink_ack() extack race | Johannes Berg | 1 | -4/+4 |
| 2017-10-18 | netlink: use NETLINK_CB(in_skb).sk instead of looking it up | Johannes Berg | 1 | -10/+2 |
| 2017-10-09 | netlink: do not set cb_running if dump's start() errs | Jason A. Donenfeld | 1 | -6/+7 |
| 2017-09-30 | netlink: do not proceed if dump's start() errs | Jason A. Donenfeld | 1 | -2/+5 |
| 2017-09-06 | netlink: access nlk groups safely in netlink bind and getname | Xin Long | 1 | -4/+12 |
| 2017-09-06 | netlink: fix an use-after-free issue for nlk groups | Xin Long | 1 | -3/+3 |
| 2017-07-01 | net: convert sock.sk_refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -3/+3 |
| 2017-07-01 | net: convert sock.sk_wmem_alloc from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+1 |
| 2017-07-01 | net: convert sk_buff.users from atomic_t to refcount_t | Reshetova, Elena | 1 | -3/+3 |
| 2017-06-16 | networking: make skb_put & friends return void pointers | Johannes Berg | 1 | -1/+1 |
| 2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg | 1 | -1/+1 |
| 2017-06-01 | netlink: don't send unknown nsid | Nicolas Dichtel | 1 | -1/+3 |
| 2017-04-13 | netlink: pass extended ACK struct where available | Johannes Berg | 1 | -1/+1 |
| 2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 1 | -1/+1 |
| 2017-04-13 | netlink: allow sending extended ACK with cookie on success | Johannes Berg | 1 | -11/+22 |
| 2017-04-13 | genetlink: pass extended ACK report down | Johannes Berg | 1 | -2/+4 |
| 2017-04-13 | netlink: extended ACK reporting | Johannes Berg | 3 | -10/+65 |
| 2017-04-05 | netlink/diag: report flags for netlink sockets | Andrey Vagin | 3 | -8/+33 |
| 2017-03-22 | genetlink: fix counting regression on ctrl_dumpfamily() | Stanislaw Gruszka | 1 | -1/+3 |
| 2017-03-21 | crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutex | Herbert Xu | 1 | -0/+41 |
| 2017-01-27 | net: adjust skb->truesize in pskb_expand_head() | Eric Dumazet | 1 | -5/+3 |
| 2017-01-16 | netlink: do not enter direct reclaim from netlink_trim() | Eric Dumazet | 1 | -1/+3 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2016-12-10 | netlink: use blocking notifier | WANG Cong | 1 | -4/+4 |
| 2016-12-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -17/+15 |
| 2016-12-05 | netlink: Do not schedule work from sk_destruct | Herbert Xu | 1 | -17/+15 |
| 2016-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -4/+25 |
| 2016-11-29 | netlink: Call cb->done from a worker thread | Herbert Xu | 2 | -4/+25 |
| 2016-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -4/+2 |
| 2016-11-03 | genetlink: fix a memory leak on error path | WANG Cong | 1 | -1/+3 |
| 2016-11-03 | netlink: netlink_diag_dump() runs without locks | Eric Dumazet | 1 | -4/+1 |
| 2016-11-01 | genetlink: fix error return code in genl_register_family() | Wei Yongjun | 1 | -1/+3 |
| 2016-10-29 | genetlink: Fix generic netlink family unregister | pravin shelar | 1 | -1/+1 |
| 2016-10-27 | genetlink: mark families as __ro_after_init | Johannes Berg | 1 | -1/+1 |
| 2016-10-27 | genetlink: use idr to track families | Johannes Berg | 1 | -165/+106 |
| 2016-10-27 | genetlink: statically initialize families | Johannes Berg | 1 | -15/+20 |
| 2016-10-27 | genetlink: no longer support using static family IDs | Johannes Berg | 1 | -15/+22 |
| 2016-10-27 | genetlink: introduce and use genl_family_attrbuf() | Johannes Berg | 1 | -0/+19 |
| 2016-10-06 | netlink: do not enter direct reclaim from netlink_dump() | Eric Dumazet | 1 | -3/+4 |
| 2016-09-07 | netlink: don't forget to release a rhashtable_iter structure | Andrey Vagin | 1 | -1/+0 |
| 2016-09-01 | net: make genetlink ctrl ops const | stephen hemminger | 1 | -2/+2 |
| 2016-08-19 | netlink: Use rhashtable walk interface in diag dump | Herbert Xu | 1 | -30/+73 |
| 2016-06-09 | net/netlink/af_netlink.h: Remove unused structure. | Fabien Siron | 1 | -14/+0 |
| 2016-05-16 | netlink: Fix dump skb leak/double free | Herbert Xu | 1 | -2/+5 |
| 2016-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2016-04-10 | netlink: don't send NETLINK_URELEASE for unbound sockets | Dmitry Ivanov | 1 | -1/+1 |
| 2016-04-05 | rhashtable: accept GFP flags in rhashtable_walk_init | Bob Copeland | 1 | -1/+2 |
| 2016-03-22 | netlink: add support for NIC driver ioctls | David Decotigny | 1 | -1/+9 |
| 2016-02-18 | nfnetlink: Revert "nfnetlink: add support for memory mapped netlink" | Florian Westphal | 1 | -16/+4 |
| 2016-02-18 | Revert "genl: Add genlmsg_new_unicast() for unicast message allocation" | Florian Westphal | 1 | -21/+0 |
| 2016-02-18 | netlink: remove mmapped netlink support | Florian Westphal | 4 | -808/+9 |
| 2016-02-11 | openvswitch: allow management from inside user namespaces | Tycho Andersen | 1 | -0/+4 |
| 2016-01-29 | netlink: not trim skb for mmaped socket when dump | Ken-ichirou MATSUZAWA | 1 | -1/+2 |
| 2016-01-13 | genetlink: Fix off-by-one in genl_allocate_reserve_groups() | David S. Miller | 1 | -1/+1 |
| 2016-01-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux | David S. Miller | 2 | -0/+20 |
| 2016-01-12 | net: netlink: Fix multicast group storage allocation for families with more t... | Matti Vaittinen | 1 | -1/+1 |
| 2015-12-15 | netlink: add a start callback for starting a netlink dump | Tom Herbert | 2 | -0/+20 |
| 2015-11-06 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 1 | -1/+1 |
| 2015-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
| 2015-10-22 | netlink: fix locking around NETLINK_LIST_MEMBERSHIPS | David Herrmann | 1 | -2/+2 |
| 2015-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -12/+22 |
| 2015-10-18 | netlink: Trim skb to alloc size to avoid MSG_TRUNC | Arad, Ronen | 1 | -12/+22 |
| 2015-10-09 | net/netlink: lockdep_genl_is_held can be boolean | Yaowei Bai | 1 | -1/+1 |
| 2015-09-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -14/+59 |
| 2015-09-24 | genetlink: simplify genl_notify | Jiri Benc | 1 | -6/+6 |
| 2015-09-24 | netlink: Replace rhash_portid with bound | Herbert Xu | 2 | -12/+29 |
| 2015-09-20 | netlink: Fix autobind race condition that leads to zero port ID | Herbert Xu | 2 | -5/+8 |
| 2015-09-11 | netlink, mmap: transform mmap skb into full skb on taps | Daniel Borkmann | 2 | -7/+32 |
| 2015-09-09 | netlink, mmap: fix edge-case leakages in nf queue zero-copy | Daniel Borkmann | 1 | -6/+12 |
| 2015-09-09 | netlink, mmap: don't walk rx ring on poll if receive queue non-empty | Daniel Borkmann | 1 | -5/+12 |
| 2015-08-30 | netlink: rx mmap: fix POLLIN condition | Ken-ichirou MATSUZAWA | 1 | -12/+16 |
| 2015-08-28 | netlink: mmap: fix lookup frame position | Ken-ichirou MATSUZAWA | 1 | -2/+2 |
| 2015-08-28 | netlink: add NETLINK_CAP_ACK socket option | Christophe Ricard | 1 | -3/+24 |
| 2015-08-23 | netlink: mmap: fix tx type check | Ken-ichirou MATSUZAWA | 1 | -1/+1 |
| 2015-08-10 | netlink: make sure -EBUSY won't escape from netlink_insert | Daniel Borkmann | 1 | -0/+5 |
| 2015-07-21 | netlink: don't hold mutex in rcu callback when releasing mmapd ring | Florian Westphal | 1 | -32/+47 |
| 2015-07-03 | netlink: Delete an unnecessary check before the function call "module_put" | Markus Elfring | 1 | -1/+1 |
| 2015-06-21 | netlink: add API to retrieve all group memberships | David Herrmann | 1 | -0/+22 |
| 2015-05-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
| 2015-05-17 | netlink: Use random autobind rover | Herbert Xu | 1 | -6/+10 |
| 2015-05-16 | netlink: Reset portid after netlink_insert failure | Herbert Xu | 1 | -0/+1 |
| 2015-05-14 | netlink: move nl_table in read_mostly section | Eric Dumazet | 1 | -1/+1 |
| 2015-05-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+0 |
| 2015-05-11 | netlink: Create kernel netlink sockets in the proper network namespace | Eric W. Biederman | 1 | -8/+6 |
| 2015-05-11 | net: Pass kern from net_proto_family.create to sk_alloc | Eric W. Biederman | 1 | -6/+5 |
| 2015-05-09 | netlink: allow to listen "all" netns | Nicolas Dichtel | 1 | -5/+47 |
| 2015-05-09 | netlink: rename private flags and states | Nicolas Dichtel | 1 | -29/+30 |
| 2015-05-03 | netlink: Remove max_size setting | Herbert Xu | 1 | -1/+0 |
| 2015-04-25 | net: fix crash in build_skb() | Eric Dumazet | 1 | -4/+2 |
| 2015-03-25 | rhashtable: provide len to obj_hashfn | Patrick McHardy | 1 | -1/+1 |
| 2015-03-24 | rhashtable: Disable automatic shrinking by default | Thomas Graf | 1 | -0/+1 |
| 2015-03-23 | netlink: Use default rhashtable hashfn | Herbert Xu | 1 | -2/+1 |
| 2015-03-21 | netlink: Remove netlink_compare_arg.trailer | Herbert Xu | 1 | -2/+3 |
| 2015-03-20 | netlink: Move namespace into hash key | Herbert Xu | 1 | -32/+56 |
| 2015-03-18 | netlink: Use rhashtable max_size instead of max_shift | Herbert Xu | 1 | -1/+1 |
| 2015-03-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+0 |
| 2015-03-02 | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue | 1 | -4/+2 |
| 2015-02-27 | rhashtable: remove indirection for grow/shrink decision functions | Daniel Borkmann | 1 | -2/+0 |
| 2015-02-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
| 2015-02-04 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | David S. Miller | 1 | -0/+5 |
| 2015-02-04 | netlink: Use rhashtable walk iterator | Herbert Xu | 1 | -66/+64 |