summaryrefslogtreecommitdiff
path: root/net/netlink/af_netlink.c
AgeCommit message (Expand)Author
2021-10-17netlink: annotate data races around nlk->boundEric Dumazet
2021-09-22netlink: Deal with ESRCH error in nlmsg_notify()Yajun Deng
2021-06-16netlink: disable IRQs for netlink_lock_table()Johannes Berg
2020-03-11net: netlink: cap max groups which will be considered in netlink_bind()Nikolay Aleksandrov
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-01-02netlink: Add netns check on tapsKevin Cernekee
2017-12-25crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutexHerbert Xu
2017-12-05netlink: add a start callback for starting a netlink dumpTom Herbert
2017-11-24af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld
2017-05-08netlink: Allow direct reclaim for fallback allocationRoss Lagerwall
2017-03-22netlink: remove mmapped netlink supportFlorian Westphal
2016-12-10netlink: Do not schedule work from sk_destructHerbert Xu
2016-12-10netlink: Call cb->done from a worker threadHerbert Xu
2016-11-15netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet
2016-06-24netlink: Fix dump skb leak/double freeHerbert Xu
2016-05-04netlink: don't send NETLINK_URELEASE for unbound socketsDmitry Ivanov
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-10-22netlink: fix locking around NETLINK_LIST_MEMBERSHIPSDavid Herrmann
2015-10-18netlink: Trim skb to alloc size to avoid MSG_TRUNCArad, Ronen
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
2015-08-30netlink: rx mmap: fix POLLIN conditionKen-ichirou MATSUZAWA
2015-08-28netlink: mmap: fix lookup frame positionKen-ichirou MATSUZAWA
2015-08-28netlink: add NETLINK_CAP_ACK socket optionChristophe Ricard
2015-08-23netlink: mmap: fix tx type checkKen-ichirou MATSUZAWA
2015-08-10netlink: make sure -EBUSY won't escape from netlink_insertDaniel Borkmann
2015-07-21netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal
2015-07-03netlink: Delete an unnecessary check before the function call "module_put"Markus Elfring
2015-06-21netlink: add API to retrieve all group membershipsDavid Herrmann
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-17netlink: Use random autobind roverHerbert Xu
2015-05-16netlink: Reset portid after netlink_insert failureHerbert Xu
2015-05-14netlink: move nl_table in read_mostly sectionEric Dumazet
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-11netlink: Create kernel netlink sockets in the proper network namespaceEric W. Biederman
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-05-09netlink: allow to listen "all" netnsNicolas Dichtel
2015-05-09netlink: rename private flags and statesNicolas Dichtel
2015-05-03netlink: Remove max_size settingHerbert Xu
2015-04-25net: fix crash in build_skb()Eric Dumazet
2015-03-25rhashtable: provide len to obj_hashfnPatrick McHardy
2015-03-24rhashtable: Disable automatic shrinking by defaultThomas Graf