summaryrefslogtreecommitdiffstats
path: root/net/netlink
Commit message (Expand)AuthorAgeFilesLines
* netlink: do not reset transport header in netlink_recvmsg()Eric Dumazet2022-05-181-1/+0
* netlink: reset network and mac headers in netlink_dump()Eric Dumazet2022-04-271-0/+7
* af_netlink: Fix shift out of bounds in group mask calculationPetr Machata2022-04-201-0/+2
* net: netlink: af_netlink: Prevent empty skb by adding a check on len.Harshit Mogalapalli2021-12-221-0/+5
* netlink: annotate data races around nlk->boundEric Dumazet2021-10-171-4/+10
* netlink: Deal with ESRCH error in nlmsg_notify()Yajun Deng2021-09-221-1/+3
* netlink: disable IRQs for netlink_lock_table()Johannes Berg2021-06-161-2/+4
* genetlink: remove genl_bindSean Tranchetti2020-07-221-52/+0
* net: netlink: cap max groups which will be considered in netlink_bind()Nikolay Aleksandrov2020-03-111-2/+3
* netlink: Don't shift on 64 for ngroupsDmitry Safonov2018-08-091-2/+2
* netlink: Don't shift with UB on nlk->ngroupsDmitry Safonov2018-08-091-1/+5
* netlink: Do not subscribe to non-existent groupsDmitry Safonov2018-08-091-0/+1
* netlink: Fix spectre v1 gadget in netlink_create()Jeremy Cline2018-08-061-0/+2
* netlink: fix uninit-value in netlink_sendmsgEric Dumazet2018-05-161-0/+2
* netlink: make sure nladdr has correct size in netlink_connect()Alexander Potapenko2018-04-131-0/+3
* netlink: avoid a double skb free in genlmsg_mcast()Nicolas Dichtel2018-03-311-1/+1
* netlink: ensure to loop over all netns in genlmsg_multicast_allns()Nicolas Dichtel2018-03-111-2/+10
* netlink: put module reference if dump start failsJason A. Donenfeld2018-03-111-1/+3
* netlink: Add netns check on tapsKevin Cernekee2018-01-021-0/+3
* crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutexHerbert Xu2017-12-251-0/+41
* af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld2017-11-242-6/+12
* netlink: do not set cb_running if dump's start() errsJason A. Donenfeld2017-11-181-6/+7
* netlink: do not proceed if dump's start() errsJason A. Donenfeld2017-10-121-2/+5
* netlink: Do not schedule work from sk_destructHerbert Xu2016-12-051-17/+15
* netlink: Call cb->done from a worker threadHerbert Xu2016-11-292-4/+25
* genetlink: fix a memory leak on error pathWANG Cong2016-11-031-1/+3
* netlink: netlink_diag_dump() runs without locksEric Dumazet2016-11-031-4/+1
* netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet2016-10-061-3/+4
* netlink: don't forget to release a rhashtable_iter structureAndrey Vagin2016-09-071-1/+0
* net: make genetlink ctrl ops conststephen hemminger2016-09-011-2/+2
* netlink: Use rhashtable walk interface in diag dumpHerbert Xu2016-08-191-30/+73
* net/netlink/af_netlink.h: Remove unused structure.Fabien Siron2016-06-091-14/+0
* netlink: Fix dump skb leak/double freeHerbert Xu2016-05-161-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-231-1/+1
|\
| * netlink: don't send NETLINK_URELEASE for unbound socketsDmitry Ivanov2016-04-101-1/+1
* | rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland2016-04-051-1/+2
|/
* netlink: add support for NIC driver ioctlsDavid Decotigny2016-03-221-1/+9
* nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"Florian Westphal2016-02-181-16/+4
* Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal2016-02-181-21/+0
* netlink: remove mmapped netlink supportFlorian Westphal2016-02-184-808/+9
* openvswitch: allow management from inside user namespacesTycho Andersen2016-02-111-0/+4
* netlink: not trim skb for mmaped socket when dumpKen-ichirou MATSUZAWA2016-01-291-1/+2
* genetlink: Fix off-by-one in genl_allocate_reserve_groups()David S. Miller2016-01-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2016-01-132-0/+20
|\
| * netlink: add a start callback for starting a netlink dumpTom Herbert2015-12-152-0/+20
* | net: netlink: Fix multicast group storage allocation for families with more t...Matti Vaittinen2016-01-121-1/+1
|/
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-2/+2
|\
| * netlink: fix locking around NETLINK_LIST_MEMBERSHIPSDavid Herrmann2015-10-221-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-12/+22
|\|