summaryrefslogtreecommitdiff
path: root/net/netlink (follow)
Commit message (Expand)AuthorAge
* netlink: annotate data races around nlk->boundEric Dumazet2021-10-17
* netlink: Deal with ESRCH error in nlmsg_notify()Yajun Deng2021-09-22
* netlink: disable IRQs for netlink_lock_table()Johannes Berg2021-06-16
* genetlink: remove genl_bindSean Tranchetti2020-07-22
* net: netlink: cap max groups which will be considered in netlink_bind()Nikolay Aleksandrov2020-03-11
* netlink: Don't shift on 64 for ngroupsDmitry Safonov2018-08-09
* netlink: Don't shift with UB on nlk->ngroupsDmitry Safonov2018-08-09
* netlink: Do not subscribe to non-existent groupsDmitry Safonov2018-08-09
* netlink: Fix spectre v1 gadget in netlink_create()Jeremy Cline2018-08-06
* netlink: fix uninit-value in netlink_sendmsgEric Dumazet2018-05-16
* netlink: make sure nladdr has correct size in netlink_connect()Alexander Potapenko2018-04-13
* netlink: avoid a double skb free in genlmsg_mcast()Nicolas Dichtel2018-03-31
* netlink: ensure to loop over all netns in genlmsg_multicast_allns()Nicolas Dichtel2018-03-11
* netlink: Add netns check on tapsKevin Cernekee2018-01-02
* crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutexHerbert Xu2017-12-25
* netlink: add a start callback for starting a netlink dumpTom Herbert2017-12-05
* af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld2017-11-24
* netlink: Allow direct reclaim for fallback allocationRoss Lagerwall2017-05-08
* netlink: remove mmapped netlink supportFlorian Westphal2017-03-22
* netlink: Do not schedule work from sk_destructHerbert Xu2016-12-10
* netlink: Call cb->done from a worker threadHerbert Xu2016-12-10
* netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet2016-11-15
* netlink: Fix dump skb leak/double freeHerbert Xu2016-06-24
* netlink: don't send NETLINK_URELEASE for unbound socketsDmitry Ivanov2016-05-04
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-06
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-24
|\
| * netlink: fix locking around NETLINK_LIST_MEMBERSHIPSDavid Herrmann2015-10-22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-20
|\|
| * netlink: Trim skb to alloc size to avoid MSG_TRUNCArad, Ronen2015-10-18
* | net/netlink: lockdep_genl_is_held can be booleanYaowei Bai2015-10-09
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-26
|\|
| * netlink: Replace rhash_portid with boundHerbert Xu2015-09-24
| * netlink: Fix autobind race condition that leads to zero port IDHerbert Xu2015-09-20
| * netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann2015-09-11
* | genetlink: simplify genl_notifyJiri Benc2015-09-24
|/
* netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann2015-09-09
* netlink, mmap: don't walk rx ring on poll if receive queue non-emptyDaniel Borkmann2015-09-09
* netlink: rx mmap: fix POLLIN conditionKen-ichirou MATSUZAWA2015-08-30
* netlink: mmap: fix lookup frame positionKen-ichirou MATSUZAWA2015-08-28
* netlink: add NETLINK_CAP_ACK socket optionChristophe Ricard2015-08-28
* netlink: mmap: fix tx type checkKen-ichirou MATSUZAWA2015-08-23
* netlink: make sure -EBUSY won't escape from netlink_insertDaniel Borkmann2015-08-10
* netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal2015-07-21
* netlink: Delete an unnecessary check before the function call "module_put"Markus Elfring2015-07-03
* netlink: add API to retrieve all group membershipsDavid Herrmann2015-06-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-23
|\
| * netlink: Reset portid after netlink_insert failureHerbert Xu2015-05-16
| * netlink: move nl_table in read_mostly sectionEric Dumazet2015-05-14
* | netlink: Use random autobind roverHerbert Xu2015-05-17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-13
|\|