aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/netlink.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-26rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flagEric Dumazet1-0/+2
2023-12-19netlink: introduce typedef for filter functionJiri Pirko1-2/+4
2023-11-18rtnetlink: introduce nlmsg_new_large and use it in rtnl_getlinkLi RongQing1-0/+1
2023-07-23netlink: Add new netlink_release functionAnjali Kulkarni1-0/+1
2023-07-23netlink: Reverse the patch which removed filteringAnjali Kulkarni1-0/+5
2023-06-12netlink: support extack in dump ->start()Jakub Kicinski1-0/+1
2023-03-27netlink: Add a macro to set policy message with format stringShay Agroskin1-0/+22
2023-03-09netlink: remove unused 'compare' functionFlorian Westphal1-1/+0
2023-02-01netlink: provide an ability to set default extack messageLeon Romanovsky1-0/+10
2023-01-24netlink: fix spelling mistake in dump size assertJakub Kicinski1-1/+1
2023-01-05netlink: add macro for checking dump ctx sizeJakub Kicinski1-0/+4
2022-10-19netlink: add support for formatted extack messagesEdward Cree1-2/+27
2022-08-30netlink: add helpers for extack attr presence checkingJakub Kicinski1-0/+11
2022-08-30netlink: add support for ext_ack missing attributesJakub Kicinski1-0/+13
2022-01-27netlink: remove nl_set_extack_cookie_u32()Jakub Kicinski1-9/+0
2021-10-05netlink: remove netlink_broadcast_filteredFlorian Westphal1-4/+0
2021-04-19netlink: simplify nl_set_extack_cookie_u64(), nl_set_extack_cookie_u32()Alexey Dobriyan1-8/+4
2021-02-04netlink: add tracepoint at NL_SET_ERR_MSGMarcelo Ricardo Leitner1-0/+6
2020-10-21rtnetlink: fix data overflow in rtnl_calcit()Di Zhu1-1/+1
2020-10-09netlink: export policy in extended ACKJohannes Berg1-10/+20
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+13
2020-03-23netlink: check for null extack in cookie helpersMichal Kubecek1-0/+4
2020-03-16netlink: add nl_set_extack_cookie_u32()Michal Kubecek1-0/+9
2020-02-27bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()Martin KaFai Lau1-2/+2
2019-07-01netlink: use 48 byte ctx instead of 6 signed longs for callbackJason A. Donenfeld1-1/+8
2019-01-19net: netlink: add helper to retrieve NETLINK_F_STRICT_CHKJakub Kicinski1-0/+1
2018-12-20linux/netlink.h: drop unnecessary extern prefixStephen Hemminger1-24/+24
2018-11-09netlink: add nl_set_extack_cookie_u64()Johannes Berg1-0/+9
2018-10-16netlink: Add answer_flags to netlink_callbackDavid Ahern1-0/+1
2018-10-08netlink: Add new socket option to enable strict checking on dumpsDavid Ahern1-0/+1
2018-10-08netlink: Pass extack to dump handlersDavid Ahern1-0/+1
2018-07-24netlink: do not store start function in netlink_cbFlorian Westphal1-1/+0
2018-01-15netlink: extack: avoid parenthesized string constant warningJohannes Berg1-2/+2
2017-11-14netlink: remove unused NETLINK SKB flagsJohannes Berg1-3/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-30net: add extack arg to lwtunnel build stateDavid Ahern1-0/+10
2017-05-22net: ipv4: Add extack messages for route add failuresDavid Ahern1-0/+5
2017-05-03xdp: use common helper for netlink extended ack reportingDaniel Borkmann1-11/+8
2017-05-01netlink: add NULL-friendly helper for setting extended ACK messageJakub Kicinski1-0/+8
2017-04-13netlink: allow sending extended ACK with cookie on successJohannes Berg1-0/+7
2017-04-13netlink: extended ACK reportingJohannes Berg1-1/+25
2016-02-18nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"Florian Westphal1-10/+0
2015-12-15netlink: add a start callback for starting a netlink dumpTom Herbert1-0/+2
2015-09-09netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann1-2/+11
2015-05-09netlink: allow to listen "all" netnsNicolas Dichtel1-0/+2
2015-04-13netlink: Fix portid type in netlink_notifyRichard Weinberger1-1/+1
2014-12-27netlink/genetlink: pass network namespace to bind/unbindJohannes Berg1-2/+2
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2014-06-02netlink: Only check file credentials for implicit destinationsEric W. Biederman1-3/+4
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7