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