summaryrefslogtreecommitdiffstats
path: root/net/netlink
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-26/+17
|\
| * netlink: allow extack cookie also for error messagesMichal Kubecek2020-03-161-26/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-1/+1
|\|
| * netlink: Use netlink header as base to calculate bad attribute offsetPablo Neira Ayuso2020-02-291-1/+1
* | net: Add missing annotation for *netlink_seq_start()Jules Irenge2020-03-111-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-271-2/+3
|\|
| * net: genetlink: return the error code when attribute parsing fails.Paolo Abeni2020-02-221-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-211-2/+3
|\|
| * net: netlink: cap max groups which will be considered in netlink_bind()Nikolay Aleksandrov2020-02-201-2/+3
* | net: netlink: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-171-1/+1
|/
* 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