summaryrefslogtreecommitdiffstats
path: root/net/netlink/af_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* netlink: disable IRQs for netlink_lock_table()Johannes Berg2021-05-171-2/+4
* netlink: don't call ->netlink_bind with table lock heldFlorian Westphal2021-04-161-2/+2
* netlink: add tracepoint at NL_SET_ERR_MSGMarcelo Ricardo Leitner2021-02-041-0/+8
* netlink: export policy in extended ACKJohannes Berg2020-10-091-0/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-10-021-14/+33
|\
| * netlink/compat: Append NLMSG_DONE/extack to frag_listDmitry Safonov2020-09-241-14/+33
* | netlink: add spaces around '&' in netlink_recv/sendmsg()Yang Yingliang2020-09-171-4/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-1/+1
|\
| * netlink: fix a data race in netlink_rcv_wake()zhudi2020-08-281-1/+1
* | net: netlink: delete repeated wordsRandy Dunlap2020-08-241-4/+4
|/
* bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song2020-07-251-2/+6
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-2/+2
* bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song2020-07-211-1/+6
* bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song2020-05-131-0/+5
* bpf: net: Refactor bpf_iter target registrationYonghong Song2020-05-131-9/+9
* net: bpf: Add netlink and ipv6_route bpf_iter targetsYonghong Song2020-05-091-2/+85
* 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-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
* 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
* net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert2019-05-191-1/+1
* net: netlink: Check address length before reading groups fieldTetsuo Handa2019-04-121-1/+2
* 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-081-1/+20
* 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
* 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
|/