summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-08-09netlink: Don't shift on 64 for ngroupsDmitry Safonov1-2/+2
2018-08-09netlink: Don't shift with UB on nlk->ngroupsDmitry Safonov1-1/+5
2018-08-09netlink: Do not subscribe to non-existent groupsDmitry Safonov1-0/+1
2018-08-06netlink: Fix spectre v1 gadget in netlink_create()Jeremy Cline1-0/+2
2018-05-16netlink: fix uninit-value in netlink_sendmsgEric Dumazet1-0/+2
2018-04-13netlink: make sure nladdr has correct size in netlink_connect()Alexander Potapenko1-0/+3
2018-03-31netlink: avoid a double skb free in genlmsg_mcast()Nicolas Dichtel1-1/+1
2018-03-11netlink: ensure to loop over all netns in genlmsg_multicast_allns()Nicolas Dichtel1-2/+10
2018-03-11netlink: put module reference if dump start failsJason A. Donenfeld1-1/+3
2018-01-02netlink: Add netns check on tapsKevin Cernekee1-0/+3
2017-12-25crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutexHerbert Xu1-0/+41
2017-11-24af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld2-6/+12
2017-11-18netlink: do not set cb_running if dump's start() errsJason A. Donenfeld1-6/+7
2017-10-12netlink: do not proceed if dump's start() errsJason A. Donenfeld1-2/+5
2016-12-06netlink: Do not schedule work from sk_destructHerbert Xu1-17/+15
2016-11-30netlink: Call cb->done from a worker threadHerbert Xu2-4/+25
2016-11-03genetlink: fix a memory leak on error pathWANG Cong1-1/+3
2016-11-03netlink: netlink_diag_dump() runs without locksEric Dumazet1-4/+1
2016-10-07netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet1-3/+4
2016-09-08netlink: don't forget to release a rhashtable_iter structureAndrey Vagin1-1/+0
2016-09-01net: make genetlink ctrl ops conststephen hemminger1-2/+2
2016-08-19netlink: Use rhashtable walk interface in diag dumpHerbert Xu1-30/+73
2016-06-10net/netlink/af_netlink.h: Remove unused structure.Fabien Siron1-14/+0
2016-05-17netlink: Fix dump skb leak/double freeHerbert Xu1-2/+5
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller317-1784/+2913
2016-04-11netlink: don't send NETLINK_URELEASE for unbound socketsDmitry Ivanov1-1/+1
2016-04-05rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland8-11/+17
2016-03-22netlink: add support for NIC driver ioctlsDavid Decotigny1-1/+9
2016-02-18nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"Florian Westphal3-30/+6
2016-02-18Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal4-31/+5
2016-02-18netlink: remove mmapped netlink supportFlorian Westphal7-1140/+15
2016-02-11openvswitch: allow management from inside user namespacesTycho Andersen3-10/+15
2016-01-30netlink: not trim skb for mmaped socket when dumpKen-ichirou MATSUZAWA1-1/+2
2016-01-13genetlink: Fix off-by-one in genl_allocate_reserve_groups()David S. Miller1-1/+1
2016-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller4246-245747/+334108
2016-01-12net: netlink: Fix multicast group storage allocation for families with more t...Matti Vaittinen1-1/+1
2015-12-16netlink: add a start callback for starting a netlink dumpTom Herbert4-0/+24
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman66-172/+210
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller69-404/+771
2015-10-22netlink: fix locking around NETLINK_LIST_MEMBERSHIPSDavid Herrmann1-2/+2
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller510-2206/+4030
2015-10-19netlink: Trim skb to alloc size to avoid MSG_TRUNCArad, Ronen1-12/+22
2015-10-09net/netlink: lockdep_genl_is_held can be booleanYaowei Bai2-2/+2
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1105-7316/+12640
2015-09-24genetlink: simplify genl_notifyJiri Benc4-14/+11
2015-09-24netlink: Replace rhash_portid with boundHerbert Xu2-12/+29
2015-09-21netlink: Fix autobind race condition that leads to zero port IDHerbert Xu2-5/+8
2015-09-11netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann2-7/+32
2015-09-10netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann3-10/+26
2015-09-10netlink, mmap: don't walk rx ring on poll if receive queue non-emptyDaniel Borkmann1-5/+12
[next]