aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlink/af_netlink.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-13af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-13netlink: extended ACK reportingJohannes Berg1-0/+1
2017-04-05netlink/diag: report flags for netlink socketsAndrey Vagin1-0/+8
2016-11-29netlink: Call cb->done from a worker threadHerbert Xu1-0/+2
2016-06-09net/netlink/af_netlink.h: Remove unused structure.Fabien Siron1-14/+0
2016-02-18netlink: remove mmapped netlink supportFlorian Westphal1-15/+0
2015-09-24netlink: Replace rhash_portid with boundHerbert Xu1-1/+1
2015-09-20netlink: Fix autobind race condition that leads to zero port IDHerbert Xu1-0/+1
2015-09-11netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann1-0/+9
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-01-16genetlink: synchronize socket closing and family removalJohannes Berg1-0/+1
2015-01-13netlink: eliminate nl_sk_hash_lockYing Xue1-1/+0
2015-01-03netlink: Lockless lookup with RCU grace period in socket releaseThomas Graf1-0/+1
2014-12-27netlink/genetlink: pass network namespace to bind/unbindJohannes Berg1-4/+4
2014-08-06netlink: hold nl_sock_hash_lock during diag dumpThomas Graf1-0/+1
2014-08-02netlink: Convert netlink_lookup() to use RCU protected hash tableThomas Graf1-14/+4
2014-04-22netlink: have netlink per-protocol bind function return an error code.Richard Guy Briggs1-2/+4
2014-03-10netlink: autosize skb lengthesEric Dumazet1-0/+1
2013-08-15netlink: Eliminate kmalloc in netlink dump operation.Pravin B Shelar1-1/+2
2013-06-11netlink: Add compare function for netlink_tableGao feng1-0/+1
2013-04-19netlink: mmaped netlink: ring setupPatrick McHardy1-0/+20
2013-03-21net: prepare netlink code for netlink diagAndrey Vagin1-0/+62