summaryrefslogtreecommitdiffstats
path: root/net/netlink/af_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* netlink: Don't shift on 64 for ngroupsDmitry Safonov2018-08-091-2/+2
* netlink: Fix spectre v1 gadget in netlink_create()Jeremy Cline2018-08-061-0/+2
* netlink: Don't shift with UB on nlk->ngroupsDmitry Safonov2018-08-031-1/+5
* netlink: Do not subscribe to non-existent groupsDmitry Safonov2018-08-031-0/+1
* 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-121-0/+3
* netlink: put module reference if dump start failsJason A. Donenfeld2018-03-081-1/+3
* netlink: reset extack earlier in netlink_rcv_skbXin Long2018-01-311-1/+1
* netlink: extack needs to be reset each time through loopDavid Ahern2018-01-311-1/+2
* netlink: Add netns check on tapsKevin Cernekee2018-01-021-0/+3
* af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld2017-11-241-6/+11
* netlink: fix netlink_ack() extack raceJohannes Berg2017-10-181-4/+4
* netlink: do not set cb_running if dump's start() errsJason A. Donenfeld2017-10-091-6/+7
* netlink: do not proceed if dump's start() errsJason A. Donenfeld2017-09-301-2/+5
* netlink: access nlk groups safely in netlink bind and getnameXin Long2017-09-061-4/+12
* netlink: fix an use-after-free issue for nlk groupsXin Long2017-09-061-3/+3
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-3/+3
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-011-3/+3
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* netlink: don't send unknown nsidNicolas Dichtel2017-06-011-1/+3
* netlink: allow sending extended ACK with cookie on successJohannes Berg2017-04-131-11/+22
* netlink: extended ACK reportingJohannes Berg2017-04-131-9/+62
* netlink/diag: report flags for netlink socketsAndrey Vagin2017-04-051-8/+0
* crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutexHerbert Xu2017-03-211-0/+41
* net: adjust skb->truesize in pskb_expand_head()Eric Dumazet2017-01-271-5/+3
* netlink: do not enter direct reclaim from netlink_trim()Eric Dumazet2017-01-161-1/+3
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* netlink: use blocking notifierWANG Cong2016-12-101-4/+4
* netlink: Do not schedule work from sk_destructHerbert Xu2016-12-051-17/+15
* netlink: Call cb->done from a worker threadHerbert Xu2016-11-291-4/+23
* netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet2016-10-061-3/+4
* 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
* netlink: remove mmapped netlink supportFlorian Westphal2016-02-181-745/+9
* netlink: not trim skb for mmaped socket when dumpKen-ichirou MATSUZAWA2016-01-291-1/+2
* netlink: add a start callback for starting a netlink dumpTom Herbert2015-12-151-0/+4
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
* netlink: fix locking around NETLINK_LIST_MEMBERSHIPSDavid Herrmann2015-10-221-2/+2
* netlink: Trim skb to alloc size to avoid MSG_TRUNCArad, Ronen2015-10-181-12/+22
* netlink: Replace rhash_portid with boundHerbert Xu2015-09-241-11/+28
* netlink: Fix autobind race condition that leads to zero port IDHerbert Xu2015-09-201-5/+7
* netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann2015-09-111-7/+23
* 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