summaryrefslogtreecommitdiff
path: root/net/netlink
AgeCommit message (Expand)AuthorFilesLines
2018-08-09netlink: Don't shift on 64 for ngroupsDmitry Safonov1-2/+2
2018-08-09netlink: Don't shift with UB on nlk->ngroupsDmitry Safonov1-1/+5
2018-08-09netlink: Do not subscribe to non-existent groupsDmitry Safonov1-0/+1
2018-08-06netlink: Fix spectre v1 gadget in netlink_create()Jeremy Cline1-0/+2
2018-05-16netlink: fix uninit-value in netlink_sendmsgEric Dumazet1-0/+2
2018-04-13netlink: make sure nladdr has correct size in netlink_connect()Alexander Potapenko1-0/+3
2018-03-31netlink: avoid a double skb free in genlmsg_mcast()Nicolas Dichtel1-1/+1
2018-03-11netlink: ensure to loop over all netns in genlmsg_multicast_allns()Nicolas Dichtel1-2/+10
2018-01-02netlink: Add netns check on tapsKevin Cernekee1-0/+3
2017-12-25crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutexHerbert Xu1-0/+41
2017-12-05netlink: add a start callback for starting a netlink dumpTom Herbert2-0/+20
2017-11-24af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld2-6/+12
2017-05-08netlink: Allow direct reclaim for fallback allocationRoss Lagerwall1-1/+1
2017-03-22netlink: remove mmapped netlink supportFlorian Westphal4-806/+8
2016-12-10netlink: Do not schedule work from sk_destructHerbert Xu1-17/+15
2016-12-10netlink: Call cb->done from a worker threadHerbert Xu2-4/+25
2016-11-15netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet1-5/+4
2016-06-24netlink: Fix dump skb leak/double freeHerbert Xu1-2/+5
2016-05-05netlink: don't send NETLINK_URELEASE for unbound socketsDmitry Ivanov1-1/+1
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-1/+1
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-10-22netlink: fix locking around NETLINK_LIST_MEMBERSHIPSDavid Herrmann1-2/+2
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+22
2015-10-19netlink: Trim skb to alloc size to avoid MSG_TRUNCArad, Ronen1-12/+22
2015-10-09net/netlink: lockdep_genl_is_held can be booleanYaowei Bai1-1/+1
2015-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-14/+59
2015-09-24genetlink: simplify genl_notifyJiri Benc1-6/+6
2015-09-24netlink: Replace rhash_portid with boundHerbert Xu2-12/+29
2015-09-21netlink: Fix autobind race condition that leads to zero port IDHerbert Xu2-5/+8
2015-09-12netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann2-7/+32
2015-09-10netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann1-6/+12
2015-09-10netlink, mmap: don't walk rx ring on poll if receive queue non-emptyDaniel Borkmann1-5/+12
2015-08-31netlink: rx mmap: fix POLLIN conditionKen-ichirou MATSUZAWA1-12/+16
2015-08-29netlink: mmap: fix lookup frame positionKen-ichirou MATSUZAWA1-2/+2
2015-08-29netlink: add NETLINK_CAP_ACK socket optionChristophe Ricard1-3/+24
2015-08-24netlink: mmap: fix tx type checkKen-ichirou MATSUZAWA1-1/+1
2015-08-10netlink: make sure -EBUSY won't escape from netlink_insertDaniel Borkmann1-0/+5
2015-07-22netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal1-32/+47
2015-07-03netlink: Delete an unnecessary check before the function call "module_put"Markus Elfring1-1/+1
2015-06-21netlink: add API to retrieve all group membershipsDavid Herrmann1-0/+22
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-05-18netlink: Use random autobind roverHerbert Xu1-6/+10
2015-05-17netlink: Reset portid after netlink_insert failureHerbert Xu1-0/+1
2015-05-15netlink: move nl_table in read_mostly sectionEric Dumazet1-1/+1
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2015-05-11netlink: Create kernel netlink sockets in the proper network namespaceEric W. Biederman1-8/+6
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-6/+5
2015-05-10netlink: allow to listen "all" netnsNicolas Dichtel1-5/+47
2015-05-10netlink: rename private flags and statesNicolas Dichtel1-29/+30
2015-05-04netlink: Remove max_size settingHerbert Xu1-1/+0