aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlink/diag.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert1-6/+2
2017-04-05netlink/diag: report flags for netlink socketsAndrey Vagin1-0/+25
2016-11-03netlink: netlink_diag_dump() runs without locksEric Dumazet1-4/+1
2016-09-07netlink: don't forget to release a rhashtable_iter structureAndrey Vagin1-1/+0
2016-08-19netlink: Use rhashtable walk interface in diag dumpHerbert Xu1-30/+73
2016-02-18netlink: remove mmapped netlink supportFlorian Westphal1-39/+0
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-1/+2
2015-01-13netlink: eliminate nl_sk_hash_lockYing Xue1-5/+5
2015-01-03rhashtable: Convert bucket iterators to take table and indexThomas Graf1-1/+3
2014-08-06netlink: hold nl_sock_hash_lock during diag dumpThomas Graf1-0/+3
2014-08-02netlink: Convert netlink_lookup() to use RCU protected hash tableThomas Graf1-3/+8
2013-04-23netlink: Fix build with mmap disabled.David S. Miller1-0/+7
2013-04-19netlink: add RX/TX-ring support to netlink diagPatrick McHardy1-0/+32
2013-03-21netlink: Diag core and basic socket info dumping (v2)Andrey Vagin1-0/+188