summaryrefslogtreecommitdiffstats
path: root/net/netlink
Commit message (Expand)AuthorAgeFilesLines
* genetlink: do not validate dump requests if there is no policyMichal Kubecek2019-05-041-10/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-021-2/+2
|\
| * genetlink: use idr_alloc_cyclic for family->id assignmentMarcel Holtmann2019-04-261-2/+2
* | genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-3/+26
* | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+3
* | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-1/+2
|\|
| * net: netlink: Check address length before reading groups fieldTetsuo Handa2019-04-121-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-271-1/+2
|\|
| * genetlink: Fix a memory leak on error pathYueHaibing2019-03-211-1/+2
* | genetlink: make policy common to familyJohannes Berg2019-03-221-3/+3
|/
* rhashtable: Remove obsolete rhashtable_walk_init functionHerbert Xu2019-02-221-9/+1
* net: netlink: add helper to retrieve NETLINK_F_STRICT_CHKJakub Kicinski2019-01-191-0/+8
* net: netlink: rename NETLINK_DUMP_STRICT_CHK -> NETLINK_GET_STRICT_CHKJakub Kicinski2018-12-141-2/+2
* netlink: Add answer_flags to netlink_callbackDavid Ahern2018-10-161-1/+2
* netlink: Add new socket option to enable strict checking on dumpsDavid Ahern2018-10-082-1/+21
* netlink: Pass extack to dump handlersDavid Ahern2018-10-081-1/+11
* netlink: remove hash::nelems check in netlink_insertLi RongQing2018-09-121-5/+0
* netlink: Make groups check less stupid in netlink_bind()Dmitry Safonov2018-09-051-4/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-051-2/+2
|\
| * netlink: Don't shift on 64 for ngroupsDmitry Safonov2018-08-041-2/+2
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-0/+7
|\|
| * netlink: Fix spectre v1 gadget in netlink_create()Jeremy Cline2018-08-011-0/+2
| * netlink: Don't shift with UB on nlk->ngroupsDmitry Safonov2018-07-301-1/+5
| * netlink: Do not subscribe to non-existent groupsDmitry Safonov2018-07-291-0/+1
* | netlink: do not store start function in netlink_cbFlorian Westphal2018-07-241-3/+2
|/
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-4/+6
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-1/+1
|\
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-1/+1
* | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-16/+2
* | net/netlink: make sure the headers line up actual value outputYU Bo2018-05-041-3/+3
|/
* netlink: fix uninit-value in netlink_sendmsgEric Dumazet2018-04-071-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-011-0/+3
|\
| * netlink: make sure nladdr has correct size in netlink_connect()Alexander Potapenko2018-03-251-0/+3
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-272-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-1/+1
|\|
| * netlink: avoid a double skb free in genlmsg_mcast()Nicolas Dichtel2018-03-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-241-1/+3
|\|
| * netlink: put module reference if dump start failsJason A. Donenfeld2018-02-221-1/+3
* | net: Convert netlink_tap_net_opsKirill Tkhai2018-02-131-0/+1
* | net: Convert genl_pernet_opsKirill Tkhai2018-02-131-0/+1
* | net: Convert netlink_net_opsKirill Tkhai2018-02-131-0/+1
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-3/+2
|/
* netlink: ensure to loop over all netns in genlmsg_multicast_allns()Nicolas Dichtel2018-02-081-2/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-191-1/+1
|\
| * netlink: reset extack earlier in netlink_rcv_skbXin Long2018-01-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-171-1/+2
|\|
| * netlink: extack needs to be reset each time through loopDavid Ahern2018-01-151-1/+2
* | net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-1/+0