summaryrefslogtreecommitdiffstats
path: root/net/netlink/diag.c
Commit message (Expand)AuthorAgeFilesLines
* rhashtable: Change rhashtable_walk_start to return voidTom Herbert2017-12-111-6/+2
* netlink/diag: report flags for netlink socketsAndrey Vagin2017-04-051-0/+25
* netlink: netlink_diag_dump() runs without locksEric Dumazet2016-11-031-4/+1
* netlink: don't forget to release a rhashtable_iter structureAndrey Vagin2016-09-071-1/+0
* netlink: Use rhashtable walk interface in diag dumpHerbert Xu2016-08-191-30/+73
* netlink: remove mmapped netlink supportFlorian Westphal2016-02-181-39/+0
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-1/+2
* netlink: eliminate nl_sk_hash_lockYing Xue2015-01-131-5/+5
* rhashtable: Convert bucket iterators to take table and indexThomas Graf2015-01-031-1/+3
* netlink: hold nl_sock_hash_lock during diag dumpThomas Graf2014-08-061-0/+3
* netlink: Convert netlink_lookup() to use RCU protected hash tableThomas Graf2014-08-021-3/+8
* netlink: Fix build with mmap disabled.David S. Miller2013-04-231-0/+7
* netlink: add RX/TX-ring support to netlink diagPatrick McHardy2013-04-191-0/+32
* netlink: Diag core and basic socket info dumping (v2)Andrey Vagin2013-03-211-0/+188