aboutsummaryrefslogtreecommitdiff
path: root/net/netlink/af_netlink.h
AgeCommit message (Expand)AuthorFilesLines
2016-06-09net/netlink/af_netlink.h: Remove unused structure.Gravatar Fabien Siron 1-14/+0
2016-02-18netlink: remove mmapped netlink supportGravatar Florian Westphal 1-15/+0
2015-09-24netlink: Replace rhash_portid with boundGravatar Herbert Xu 1-1/+1
2015-09-20netlink: Fix autobind race condition that leads to zero port IDGravatar Herbert Xu 1-0/+1
2015-09-11netlink, mmap: transform mmap skb into full skb on tapsGravatar Daniel Borkmann 1-0/+9
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2015-01-16genetlink: synchronize socket closing and family removalGravatar Johannes Berg 1-0/+1
2015-01-13netlink: eliminate nl_sk_hash_lockGravatar Ying Xue 1-1/+0
2015-01-03netlink: Lockless lookup with RCU grace period in socket releaseGravatar Thomas Graf 1-0/+1
2014-12-27netlink/genetlink: pass network namespace to bind/unbindGravatar Johannes Berg 1-4/+4
2014-08-06netlink: hold nl_sock_hash_lock during diag dumpGravatar Thomas Graf 1-0/+1
2014-08-02netlink: Convert netlink_lookup() to use RCU protected hash tableGravatar Thomas Graf 1-14/+4
2014-04-22netlink: have netlink per-protocol bind function return an error code.Gravatar Richard Guy Briggs 1-2/+4
2014-03-10netlink: autosize skb lengthesGravatar Eric Dumazet 1-0/+1
2013-08-15netlink: Eliminate kmalloc in netlink dump operation.Gravatar Pravin B Shelar 1-1/+2
2013-06-11netlink: Add compare function for netlink_tableGravatar Gao feng 1-0/+1
2013-04-19netlink: mmaped netlink: ring setupGravatar Patrick McHardy 1-0/+20
2013-03-21net: prepare netlink code for netlink diagGravatar Andrey Vagin 1-0/+62