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