summaryrefslogtreecommitdiff
path: root/net/netlink/af_netlink.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-16netlink: disable IRQs for netlink_lock_table()Johannes Berg1-2/+4
2020-03-20netlink: Use netlink header as base to calculate bad attribute offsetPablo Neira Ayuso1-1/+1
2020-03-11net: netlink: cap max groups which will be considered in netlink_bind()Nikolay Aleksandrov1-2/+3
2018-08-09netlink: Don't shift on 64 for ngroupsDmitry Safonov1-2/+2
2018-08-06netlink: Fix spectre v1 gadget in netlink_create()Jeremy Cline1-0/+2
2018-08-03netlink: Don't shift with UB on nlk->ngroupsDmitry Safonov1-1/+5
2018-08-03netlink: Do not subscribe to non-existent groupsDmitry Safonov1-0/+1
2018-05-16netlink: fix uninit-value in netlink_sendmsgEric Dumazet1-0/+2
2018-04-12netlink: make sure nladdr has correct size in netlink_connect()Alexander Potapenko1-0/+3
2018-03-09netlink: put module reference if dump start failsJason A. Donenfeld1-1/+3
2018-01-31netlink: reset extack earlier in netlink_rcv_skbXin Long1-1/+1
2018-01-31netlink: extack needs to be reset each time through loopDavid Ahern1-1/+2
2018-01-02netlink: Add netns check on tapsKevin Cernekee1-0/+3
2017-11-24af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld1-6/+11
2017-10-18netlink: fix netlink_ack() extack raceJohannes Berg1-4/+4
2017-10-09netlink: do not set cb_running if dump's start() errsJason A. Donenfeld1-6/+7
2017-09-30netlink: do not proceed if dump's start() errsJason A. Donenfeld1-2/+5
2017-09-07netlink: access nlk groups safely in netlink bind and getnameXin Long1-4/+12
2017-09-07netlink: fix an use-after-free issue for nlk groupsXin Long1-3/+3
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-06-01netlink: don't send unknown nsidNicolas Dichtel1-1/+3
2017-04-13netlink: allow sending extended ACK with cookie on successJohannes Berg1-11/+22
2017-04-13netlink: extended ACK reportingJohannes Berg1-9/+62
2017-04-05netlink/diag: report flags for netlink socketsAndrey Vagin1-8/+0
2017-03-22crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutexHerbert Xu1-0/+41
2017-01-27net: adjust skb->truesize in pskb_expand_head()Eric Dumazet1-5/+3
2017-01-16netlink: do not enter direct reclaim from netlink_trim()Eric Dumazet1-1/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-11netlink: use blocking notifierWANG Cong1-4/+4
2016-12-06netlink: Do not schedule work from sk_destructHerbert Xu1-17/+15
2016-11-30netlink: Call cb->done from a worker threadHerbert Xu1-4/+23
2016-10-07netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet1-3/+4
2016-05-17netlink: Fix dump skb leak/double freeHerbert Xu1-2/+5
2016-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-04-11netlink: don't send NETLINK_URELEASE for unbound socketsDmitry Ivanov1-1/+1
2016-04-05rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland1-1/+2
2016-03-22netlink: add support for NIC driver ioctlsDavid Decotigny1-1/+9
2016-02-18nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"Florian Westphal1-16/+4
2016-02-18netlink: remove mmapped netlink supportFlorian Westphal1-745/+9
2016-01-30netlink: not trim skb for mmaped socket when dumpKen-ichirou MATSUZAWA1-1/+2
2015-12-16netlink: add a start callback for starting a netlink dumpTom Herbert1-0/+4
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-1/+1
2015-10-22netlink: fix locking around NETLINK_LIST_MEMBERSHIPSDavid Herrmann1-2/+2
2015-10-19netlink: Trim skb to alloc size to avoid MSG_TRUNCArad, Ronen1-12/+22
2015-09-24netlink: Replace rhash_portid with boundHerbert Xu1-11/+28
2015-09-21netlink: Fix autobind race condition that leads to zero port IDHerbert Xu1-5/+7