summaryrefslogtreecommitdiffstats
path: root/net/netlink
AgeCommit message (Expand)AuthorLines
2016-12-05netlink: Do not schedule work from sk_destructHerbert Xu-17/+15
2016-11-29netlink: Call cb->done from a worker threadHerbert Xu-4/+25
2016-11-03genetlink: fix a memory leak on error pathWANG Cong-1/+3
2016-11-03netlink: netlink_diag_dump() runs without locksEric Dumazet-4/+1
2016-10-06netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet-3/+4
2016-09-07netlink: don't forget to release a rhashtable_iter structureAndrey Vagin-1/+0
2016-09-01net: make genetlink ctrl ops conststephen hemminger-2/+2
2016-08-19netlink: Use rhashtable walk interface in diag dumpHerbert Xu-30/+73
2016-06-09net/netlink/af_netlink.h: Remove unused structure.Fabien Siron-14/+0
2016-05-16netlink: Fix dump skb leak/double freeHerbert Xu-2/+5
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2016-04-10netlink: don't send NETLINK_URELEASE for unbound socketsDmitry Ivanov-1/+1
2016-04-05rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland-1/+2
2016-03-22netlink: add support for NIC driver ioctlsDavid Decotigny-1/+9
2016-02-18nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"Florian Westphal-16/+4
2016-02-18Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal-21/+0
2016-02-18netlink: remove mmapped netlink supportFlorian Westphal-808/+9
2016-02-11openvswitch: allow management from inside user namespacesTycho Andersen-0/+4
2016-01-29netlink: not trim skb for mmaped socket when dumpKen-ichirou MATSUZAWA-1/+2
2016-01-13genetlink: Fix off-by-one in genl_allocate_reserve_groups()David S. Miller-1/+1
2016-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller-0/+20
2016-01-12net: netlink: Fix multicast group storage allocation for families with more t...Matti Vaittinen-1/+1
2015-12-15netlink: add a start callback for starting a netlink dumpTom Herbert-0/+20
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman-1/+1
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2015-10-22netlink: fix locking around NETLINK_LIST_MEMBERSHIPSDavid Herrmann-2/+2
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-12/+22
2015-10-18netlink: Trim skb to alloc size to avoid MSG_TRUNCArad, Ronen-12/+22
2015-10-09net/netlink: lockdep_genl_is_held can be booleanYaowei Bai-1/+1
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-14/+59
2015-09-24genetlink: simplify genl_notifyJiri Benc-6/+6
2015-09-24netlink: Replace rhash_portid with boundHerbert Xu-12/+29
2015-09-20netlink: Fix autobind race condition that leads to zero port IDHerbert Xu-5/+8
2015-09-11netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann-7/+32
2015-09-09netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann-6/+12
2015-09-09netlink, mmap: don't walk rx ring on poll if receive queue non-emptyDaniel Borkmann-5/+12
2015-08-30netlink: rx mmap: fix POLLIN conditionKen-ichirou MATSUZAWA-12/+16
2015-08-28netlink: mmap: fix lookup frame positionKen-ichirou MATSUZAWA-2/+2
2015-08-28netlink: add NETLINK_CAP_ACK socket optionChristophe Ricard-3/+24
2015-08-23netlink: mmap: fix tx type checkKen-ichirou MATSUZAWA-1/+1
2015-08-10netlink: make sure -EBUSY won't escape from netlink_insertDaniel Borkmann-0/+5
2015-07-21netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal-32/+47
2015-07-03netlink: Delete an unnecessary check before the function call "module_put"Markus Elfring-1/+1
2015-06-21netlink: add API to retrieve all group membershipsDavid Herrmann-0/+22
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+2
2015-05-17netlink: Use random autobind roverHerbert Xu-6/+10
2015-05-16netlink: Reset portid after netlink_insert failureHerbert Xu-0/+1
2015-05-14netlink: move nl_table in read_mostly sectionEric Dumazet-1/+1
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+0
2015-05-11netlink: Create kernel netlink sockets in the proper network namespaceEric W. Biederman-8/+6