summaryrefslogtreecommitdiffstats
path: root/net/netlink
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* netlink: add a start callback for starting a netlink dumpTom Herbert2017-12-052-0/+20
* af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld2017-11-242-6/+12
* netlink: Allow direct reclaim for fallback allocationRoss Lagerwall2017-05-081-1/+1
* netlink: remove mmapped netlink supportFlorian Westphal2017-03-224-806/+8
* netlink: Do not schedule work from sk_destructHerbert Xu2016-12-101-17/+15
* netlink: Call cb->done from a worker threadHerbert Xu2016-12-102-4/+25
* netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet2016-11-151-5/+4
* netlink: Fix dump skb leak/double freeHerbert Xu2016-06-241-2/+5
* netlink: don't send NETLINK_URELEASE for unbound socketsDmitry Ivanov2016-05-041-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
|\|
| * netlink: Trim skb to alloc size to avoid MSG_TRUNCArad, Ronen2015-10-181-12/+22
* | net/netlink: lockdep_genl_is_held can be booleanYaowei Bai2015-10-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-262-14/+59
|\|
| * netlink: Replace rhash_portid with boundHerbert Xu2015-09-242-12/+29
| * netlink: Fix autobind race condition that leads to zero port IDHerbert Xu2015-09-202-5/+8
| * netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann2015-09-112-7/+32
* | genetlink: simplify genl_notifyJiri Benc2015-09-241-6/+6
|/
* netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann2015-09-091-6/+12
* netlink, mmap: don't walk rx ring on poll if receive queue non-emptyDaniel Borkmann2015-09-091-5/+12
* netlink: rx mmap: fix POLLIN conditionKen-ichirou MATSUZAWA2015-08-301-12/+16
* netlink: mmap: fix lookup frame positionKen-ichirou MATSUZAWA2015-08-281-2/+2
* netlink: add NETLINK_CAP_ACK socket optionChristophe Ricard2015-08-281-3/+24
* netlink: mmap: fix tx type checkKen-ichirou MATSUZAWA2015-08-231-1/+1
* netlink: make sure -EBUSY won't escape from netlink_insertDaniel Borkmann2015-08-101-0/+5
* netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal2015-07-211-32/+47
* netlink: Delete an unnecessary check before the function call "module_put"Markus Elfring2015-07-031-1/+1
* netlink: add API to retrieve all group membershipsDavid Herrmann2015-06-211-0/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-1/+2
|\
| * netlink: Reset portid after netlink_insert failureHerbert Xu2015-05-161-0/+1
| * netlink: move nl_table in read_mostly sectionEric Dumazet2015-05-141-1/+1
* | netlink: Use random autobind roverHerbert Xu2015-05-171-6/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-131-1/+0
|\|
| * netlink: Remove max_size settingHerbert Xu2015-05-031-1/+0
* | netlink: Create kernel netlink sockets in the proper network namespaceEric W. Biederman2015-05-111-8/+6
* | net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-6/+5