summaryrefslogtreecommitdiff
path: root/net/netlink
AgeCommit message (Expand)Author
2018-08-09netlink: Don't shift on 64 for ngroupsDmitry Safonov
2018-08-09netlink: Don't shift with UB on nlk->ngroupsDmitry Safonov
2018-08-09netlink: Do not subscribe to non-existent groupsDmitry Safonov
2018-08-06netlink: Fix spectre v1 gadget in netlink_create()Jeremy Cline
2018-05-16netlink: fix uninit-value in netlink_sendmsgEric Dumazet
2018-04-13netlink: make sure nladdr has correct size in netlink_connect()Alexander Potapenko
2018-03-31netlink: avoid a double skb free in genlmsg_mcast()Nicolas Dichtel
2018-03-11netlink: ensure to loop over all netns in genlmsg_multicast_allns()Nicolas Dichtel
2018-03-11netlink: put module reference if dump start failsJason A. Donenfeld
2018-01-02netlink: Add netns check on tapsKevin Cernekee
2017-12-25crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutexHerbert Xu
2017-11-24af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld
2017-11-18netlink: do not set cb_running if dump's start() errsJason A. Donenfeld
2017-10-12netlink: do not proceed if dump's start() errsJason A. Donenfeld
2016-12-05netlink: Do not schedule work from sk_destructHerbert Xu
2016-11-29netlink: Call cb->done from a worker threadHerbert Xu
2016-11-03genetlink: fix a memory leak on error pathWANG Cong
2016-11-03netlink: netlink_diag_dump() runs without locksEric Dumazet
2016-10-06netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet
2016-09-07netlink: don't forget to release a rhashtable_iter structureAndrey Vagin
2016-09-01net: make genetlink ctrl ops conststephen hemminger
2016-08-19netlink: Use rhashtable walk interface in diag dumpHerbert Xu
2016-06-09net/netlink/af_netlink.h: Remove unused structure.Fabien Siron
2016-05-16netlink: Fix dump skb leak/double freeHerbert Xu
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-10netlink: don't send NETLINK_URELEASE for unbound socketsDmitry Ivanov
2016-04-05rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland
2016-03-22netlink: add support for NIC driver ioctlsDavid Decotigny
2016-02-18nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"Florian Westphal
2016-02-18Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal
2016-02-18netlink: remove mmapped netlink supportFlorian Westphal
2016-02-11openvswitch: allow management from inside user namespacesTycho Andersen
2016-01-29netlink: not trim skb for mmaped socket when dumpKen-ichirou MATSUZAWA
2016-01-13genetlink: Fix off-by-one in genl_allocate_reserve_groups()David S. Miller
2016-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2016-01-12net: netlink: Fix multicast group storage allocation for families with more t...Matti Vaittinen
2015-12-15netlink: add a start callback for starting a netlink dumpTom Herbert
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-22netlink: fix locking around NETLINK_LIST_MEMBERSHIPSDavid Herrmann
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-18netlink: Trim skb to alloc size to avoid MSG_TRUNCArad, Ronen
2015-10-09net/netlink: lockdep_genl_is_held can be booleanYaowei Bai
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-24genetlink: simplify genl_notifyJiri Benc
2015-09-24netlink: Replace rhash_portid with boundHerbert Xu
2015-09-20netlink: Fix autobind race condition that leads to zero port IDHerbert Xu
2015-09-11netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann
2015-09-09netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann
2015-09-09netlink, mmap: don't walk rx ring on poll if receive queue non-emptyDaniel Borkmann