summaryrefslogtreecommitdiffstats
path: root/net/netlink
AgeCommit message (Expand)AuthorLines
2015-02-27rhashtable: remove indirection for grow/shrink decision functionsDaniel Borkmann-2/+0
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller-0/+5
2015-02-04netlink: Use rhashtable walk iteratorHerbert Xu-66/+64
2015-02-04netlink: make the check for "send from tx_ring" deterministicAl Viro-0/+5
2015-01-30netlink: fix wrong subscription bitmask to group mapping inPablo Neira-2/+2
2015-01-28net: remove sock_iocbChristoph Hellwig-18/+10
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-15/+28
2015-01-27netlink: Kill redundant net argument in netlink_insertHerbert Xu-8/+7
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg-3/+6
2015-01-16genetlink: synchronize socket closing and family removalJohannes Berg-14/+27
2015-01-16genetlink: disallow subscribing to unknown mcast groupsJohannes Berg-1/+1
2015-01-16netlink: Fix netlink_insert EADDRINUSE errorHerbert Xu-4/+7
2015-01-13netlink: eliminate nl_sk_hash_lockYing Xue-19/+25
2015-01-03netlink: Lockless lookup with RCU grace period in socket releaseThomas Graf-16/+17
2015-01-03rhashtable: Per bucket locks & deferred expansion/shrinkingThomas Graf-13/+2
2015-01-03rhashtable: Convert bucket iterators to take table and indexThomas Graf-5/+11
2015-01-03rhashtable: Do hashing inside of rhashtable_lookup_compare()Thomas Graf-4/+1
2014-12-29genetlink: A genl_bind() to an out-of-range multicast group should not WARN().David S. Miller-6/+1
2014-12-27netlink/genetlink: pass network namespace to bind/unbindJohannes Berg-19/+22
2014-12-27genetlink: pass multicast bind/unbind to familiesJohannes Berg-0/+59
2014-12-27netlink: call unbind when releasing socketJohannes Berg-0/+7
2014-12-27netlink: update listeners directly when removing socketJohannes Berg-5/+5
2014-12-27netlink: rename netlink_unbind() to netlink_undo_bind()Johannes Berg-4/+4
2014-12-18netlink: Don't reorder loads/stores before marking mmap netlink frame as avai...Thomas Graf-1/+1
2014-12-18netlink: Always copy on mmap TX.David Miller-36/+16
2014-12-10netlink: use jhash as hashfn for rhashtableDaniel Borkmann-1/+1
2014-12-09put iov_iter into msghdrAl Viro-1/+1
2014-11-24new helper: memcpy_from_msg()Al Viro-1/+1
2014-11-19netlink: Deletion of an unnecessary check before the function call "__module_...Markus Elfring-2/+1
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+3
2014-11-13rhashtable: Drop gfp_flags arg in insert/remove functionsThomas Graf-2/+2
2014-11-13rhashtable: Add parent argument to mutex_is_heldHerbert Xu-1/+1
2014-11-13netlink: Move mutex_is_held under PROVE_LOCKINGHerbert Xu-2/+4
2014-11-12netlink: Properly unbind in error conditions.Hiroaki SHIMODA-2/+3
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller-1/+1
2014-10-21netlink: Re-add locking to netlink_lookup() and seq walkerThomas Graf-12/+25
2014-10-09fix misuses of f_count() in ppp and netlinkAl Viro-1/+1
2014-08-14netlink: Annotate RCU locking for seq_file walkerThomas Graf-0/+2
2014-08-07netlink: reset network header before passing to tapsDaniel Borkmann-1/+1
2014-08-06netlink: hold nl_sock_hash_lock during diag dumpThomas Graf-0/+5
2014-08-04netlink: fix lockdep splatsEric Dumazet-2/+2
2014-08-02netlink: Convert netlink_lookup() to use RCU protected hash tableThomas Graf-195/+119
2014-07-31netlink: Use PAGE_ALIGNED macroTobias Klauser-1/+1
2014-07-16netlink: remove bool varibleVarka Bhadram-4/+2
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2014-07-09netlink: Fix handling of error from netlink_dump().Ben Pfaff-2/+2
2014-07-07netlink: Fix do_one_broadcast() prototype.Rami Rosen-9/+6
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+6
2014-06-02netlink: Only check file credentials for implicit destinationsEric W. Biederman-1/+6