summaryrefslogtreecommitdiffstats
path: root/net/netlink
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* genetlink: do not parse attributes for families with zero maxattrMichal Kubecek2019-10-131-6/+4
* net: genetlink: always allocate separate attrs for dumpit opsJiri Pirko2019-10-081-11/+17
* net: genetlink: remove unused genl_family_attrbuf()Jiri Pirko2019-10-061-19/+0
* net: genetlink: parse attrs and store in contect info struct during dumpitJiri Pirko2019-10-061-17/+22
* net: genetlink: push attrbuf allocation and parsing to a separate functionJiri Pirko2019-10-061-22/+45
* net: genetlink: introduce dump info struct to be available during dumpit opJiri Pirko2019-10-061-9/+38
* net: genetlink: push doit/dumpit code from genl_family_rcv_msgJiri Pirko2019-10-061-77/+96
* net: remove empty netlink_tap_exit_netLi RongQing2019-06-141-5/+0
* net: netlink: make netlink_walk_start() void return typeTaehee Yoo2019-06-111-12/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-213-0/+3
|\
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
| * treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* | net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert2019-05-191-1/+1
|/
* 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
OpenPOWER on IntegriCloud