summaryrefslogtreecommitdiffstats
path: root/include/linux/netlink.h
Commit message (Expand)AuthorAgeFilesLines
* netlink: Add new netlink_release functionAnjali Kulkarni2023-07-231-0/+1
* netlink: Reverse the patch which removed filteringAnjali Kulkarni2023-07-231-0/+5
* netlink: support extack in dump ->start()Jakub Kicinski2023-06-121-0/+1
* netlink: Add a macro to set policy message with format stringShay Agroskin2023-03-271-0/+22
* netlink: remove unused 'compare' functionFlorian Westphal2023-03-091-1/+0
* netlink: provide an ability to set default extack messageLeon Romanovsky2023-02-011-0/+10
* netlink: fix spelling mistake in dump size assertJakub Kicinski2023-01-241-1/+1
* netlink: add macro for checking dump ctx sizeJakub Kicinski2023-01-051-0/+4
* netlink: add support for formatted extack messagesEdward Cree2022-10-191-2/+27
* netlink: add helpers for extack attr presence checkingJakub Kicinski2022-08-301-0/+11
* netlink: add support for ext_ack missing attributesJakub Kicinski2022-08-301-0/+13
* netlink: remove nl_set_extack_cookie_u32()Jakub Kicinski2022-01-271-9/+0
* netlink: remove netlink_broadcast_filteredFlorian Westphal2021-10-051-4/+0
* netlink: simplify nl_set_extack_cookie_u64(), nl_set_extack_cookie_u32()Alexey Dobriyan2021-04-191-8/+4
* netlink: add tracepoint at NL_SET_ERR_MSGMarcelo Ricardo Leitner2021-02-041-0/+6
* rtnetlink: fix data overflow in rtnl_calcit()Di Zhu2020-10-211-1/+1
* netlink: export policy in extended ACKJohannes Berg2020-10-091-10/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-0/+13
|\
| * netlink: check for null extack in cookie helpersMichal Kubecek2020-03-231-0/+4
| * netlink: add nl_set_extack_cookie_u32()Michal Kubecek2020-03-161-0/+9
* | bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()Martin KaFai Lau2020-02-271-2/+2
|/
* netlink: use 48 byte ctx instead of 6 signed longs for callbackJason A. Donenfeld2019-07-011-1/+8
* net: netlink: add helper to retrieve NETLINK_F_STRICT_CHKJakub Kicinski2019-01-191-0/+1
* linux/netlink.h: drop unnecessary extern prefixStephen Hemminger2018-12-201-24/+24
* netlink: add nl_set_extack_cookie_u64()Johannes Berg2018-11-091-0/+9
* netlink: Add answer_flags to netlink_callbackDavid Ahern2018-10-161-0/+1
* netlink: Add new socket option to enable strict checking on dumpsDavid Ahern2018-10-081-0/+1
* netlink: Pass extack to dump handlersDavid Ahern2018-10-081-0/+1
* netlink: do not store start function in netlink_cbFlorian Westphal2018-07-241-1/+0
* netlink: extack: avoid parenthesized string constant warningJohannes Berg2018-01-151-2/+2
* netlink: remove unused NETLINK SKB flagsJohannes Berg2017-11-141-3/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* net: add extack arg to lwtunnel build stateDavid Ahern2017-05-301-0/+10
* net: ipv4: Add extack messages for route add failuresDavid Ahern2017-05-221-0/+5
* xdp: use common helper for netlink extended ack reportingDaniel Borkmann2017-05-031-11/+8
* netlink: add NULL-friendly helper for setting extended ACK messageJakub Kicinski2017-05-011-0/+8
* netlink: allow sending extended ACK with cookie on successJohannes Berg2017-04-131-0/+7
* netlink: extended ACK reportingJohannes Berg2017-04-131-1/+25
* nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"Florian Westphal2016-02-181-10/+0
* netlink: add a start callback for starting a netlink dumpTom Herbert2015-12-151-0/+2
* netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann2015-09-091-2/+11
* netlink: allow to listen "all" netnsNicolas Dichtel2015-05-091-0/+2
* netlink: Fix portid type in netlink_notifyRichard Weinberger2015-04-131-1/+1
* netlink/genetlink: pass network namespace to bind/unbindJohannes Berg2014-12-271-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-031-3/+4
|\
| * netlink: Only check file credentials for implicit destinationsEric W. Biederman2014-06-021-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-121-0/+7
|\|
| * net: Add variants of capable for use on netlink messagesEric W. Biederman2014-04-241-0/+7
* | netlink: have netlink per-protocol bind function return an error code.Richard Guy Briggs2014-04-221-1/+2
|/
* netlink: cleanup tap related functionsstephen hemminger2014-01-011-2/+0