summaryrefslogtreecommitdiff
path: root/net/netlink
AgeCommit message (Expand)Author
2016-07-10netlink: Fix dump skb leak/double freeHerbert Xu
2016-05-08netlink: don't send NETLINK_URELEASE for unbound socketsDmitry Ivanov
2015-12-09netlink: Add missing goto statement to netlink_insertHerbert Xu
2015-10-27netlink: Trim skb to alloc size to avoid MSG_TRUNCArad, Ronen
2015-10-03netlink: Replace rhash_portid with boundHerbert Xu
2015-10-03netlink: Fix autobind race condition that leads to zero port IDHerbert Xu
2015-10-03netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann
2015-09-29netlink: make sure -EBUSY won't escape from netlink_insertDaniel Borkmann
2015-09-29netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal
2015-05-16netlink: Reset portid after netlink_insert failureHerbert Xu
2015-05-14netlink: move nl_table in read_mostly sectionEric Dumazet
2015-05-03netlink: Remove max_size settingHerbert Xu
2015-04-25net: fix crash in build_skb()Eric Dumazet
2015-03-25rhashtable: provide len to obj_hashfnPatrick McHardy
2015-03-24rhashtable: Disable automatic shrinking by defaultThomas Graf
2015-03-23netlink: Use default rhashtable hashfnHerbert Xu
2015-03-21netlink: Remove netlink_compare_arg.trailerHerbert Xu
2015-03-20netlink: Move namespace into hash keyHerbert Xu
2015-03-18netlink: Use rhashtable max_size instead of max_shiftHerbert Xu
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
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