summaryrefslogtreecommitdiffstats
path: root/include/net/rtnetlink.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: Register rtnl_dellink() and rtnl_setlink() with RTNL_FLAG_DOIT_PER...Kuniyuki Iwashima2024-11-121-0/+1
* rtnetlink: Add peer_type in struct rtnl_link_ops.Kuniyuki Iwashima2024-11-121-0/+2
* rtnetlink: Remove __rtnl_link_register()Kuniyuki Iwashima2024-11-121-2/+0
* rtnetlink: Protect link_ops by mutex.Kuniyuki Iwashima2024-11-121-1/+1
* rtnetlink: Remove __rtnl_link_unregister().Kuniyuki Iwashima2024-11-121-1/+0
* rtnetlink: Define RTNL_FLAG_DOIT_PERNET for per-netns RTNL doit().Kuniyuki Iwashima2024-10-291-0/+1
* rtnetlink: Protect struct rtnl_af_ops with SRCU.Kuniyuki Iwashima2024-10-221-1/+4
* rtnetlink: Return int from rtnl_af_register().Kuniyuki Iwashima2024-10-221-1/+1
* rtnetlink: Protect struct rtnl_link_ops with SRCU.Kuniyuki Iwashima2024-10-221-1/+4
* rtnetlink: Remove rtnl_register() and rtnl_register_module().Kuniyuki Iwashima2024-10-161-5/+10
* rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima2024-10-101-0/+17
* rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski2024-06-051-0/+1
* rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flagEric Dumazet2024-02-261-0/+1
* net: validate veth and vxcan peer ifindexesJakub Kicinski2023-08-201-2/+2
* rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu2022-11-011-1/+1
* rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu2022-11-011-1/+2
* net: rtnetlink: add bulk delete support flagNikolay Aleksandrov2022-04-131-1/+2
* net: rtnetlink: use BIT for flag valuesNikolay Aleksandrov2022-04-131-1/+1
* net: rtnetlink: add helper to extract msg type's kindNikolay Aleksandrov2022-04-131-0/+6
* net: rtnetlink: add msg kind namesNikolay Aleksandrov2022-04-131-0/+7
* net: add extack arg for link opsRocco Yue2021-08-041-1/+2
* rtnetlink: add alloc() method to rtnl_link_opsJohannes Berg2021-06-121-0/+8
* ipv6: report errors for iftoken via netlink extackStephen Hemminger2021-04-081-2/+2
* can: dev: Move device back to init netns on owning netns deleteMartin Willi2021-03-161-0/+2
* net: Add extack argument to rtnl_create_linkDavid Ahern2018-11-071-1/+2
* rtnetlink: add rtnl_get_net_ns_capable()Christian Brauner2018-09-061-0/+1
* rtnetlink: Remove VLA usageKees Cook2018-06-011-2/+2
* rtnetlink: remove __rtnl_registerFlorian Westphal2017-12-041-2/+0
* rtnetlink: get reference on module before invoking handlersFlorian Westphal2017-12-041-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | rtnetlink: remove __rtnl_af_unregisterFlorian Westphal2017-10-041-2/+0
* | rtnetlink: remove slave_validate callbackFlorian Westphal2017-10-041-3/+0
|/
* rtnetlink: add RTNL_FLAG_DOIT_UNLOCKEDFlorian Westphal2017-08-101-0/+4
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-101-3/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.slave_validateMatthias Schiffer2017-06-271-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkMatthias Schiffer2017-06-271-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-271-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-271-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-271-1/+2
* net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-171-1/+2
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+2
* net: AF-specific RTM_GETSTATS attributesRobert Shearman2017-01-171-0/+4
* net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attributeNikolay Aleksandrov2016-06-301-2/+3
* net: rtnetlink: add linkxstats callbacks and attributeNikolay Aleksandrov2016-05-031-0/+7
* netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen2015-10-221-1/+2
* rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 statsSowmini Varadhan2015-09-161-1/+2
* openvswitch: Use regular VXLAN net_device deviceThomas Graf2015-07-211-0/+1
* rtnetlink: Mark name argument of rtnl_create_link() constThomas Graf2015-04-101-1/+1
* rtnl: add link netns id to interface messagesNicolas Dichtel2015-01-191-0/+2