aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/rtnetlink.h
AgeCommit message (Expand)AuthorFilesLines
2025-02-21rtnetlink: Remove "net" from newlink paramsXiao Liang1-2/+0
2025-02-21net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang1-0/+17
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang1-4/+21
2024-11-11rtnetlink: Register rtnl_dellink() and rtnl_setlink() with RTNL_FLAG_DOIT_PER...Kuniyuki Iwashima1-0/+1
2024-11-11rtnetlink: Add peer_type in struct rtnl_link_ops.Kuniyuki Iwashima1-0/+2
2024-11-11rtnetlink: Remove __rtnl_link_register()Kuniyuki Iwashima1-2/+0
2024-11-11rtnetlink: Protect link_ops by mutex.Kuniyuki Iwashima1-1/+1
2024-11-11rtnetlink: Remove __rtnl_link_unregister().Kuniyuki Iwashima1-1/+0
2024-10-29rtnetlink: Define RTNL_FLAG_DOIT_PERNET for per-netns RTNL doit().Kuniyuki Iwashima1-0/+1
2024-10-22rtnetlink: Protect struct rtnl_af_ops with SRCU.Kuniyuki Iwashima1-1/+4
2024-10-22rtnetlink: Return int from rtnl_af_register().Kuniyuki Iwashima1-1/+1
2024-10-22rtnetlink: Protect struct rtnl_link_ops with SRCU.Kuniyuki Iwashima1-1/+4
2024-10-15rtnetlink: Remove rtnl_register() and rtnl_register_module().Kuniyuki Iwashima1-5/+10
2024-10-10rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima1-0/+17
2024-06-05rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski1-0/+1
2024-02-26rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flagEric Dumazet1-0/+1
2023-08-20net: validate veth and vxcan peer ifindexesJakub Kicinski1-2/+2
2022-10-31rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu1-1/+1
2022-10-31rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu1-1/+2
2022-04-13net: rtnetlink: add bulk delete support flagNikolay Aleksandrov1-1/+2
2022-04-13net: rtnetlink: use BIT for flag valuesNikolay Aleksandrov1-1/+1
2022-04-13net: rtnetlink: add helper to extract msg type's kindNikolay Aleksandrov1-0/+6
2022-04-13net: rtnetlink: add msg kind namesNikolay Aleksandrov1-0/+7
2021-08-04net: add extack arg for link opsRocco Yue1-1/+2
2021-06-12rtnetlink: add alloc() method to rtnl_link_opsJohannes Berg1-0/+8
2021-04-08ipv6: report errors for iftoken via netlink extackStephen Hemminger1-2/+2
2021-03-16can: dev: Move device back to init netns on owning netns deleteMartin Willi1-0/+2
2018-11-06net: Add extack argument to rtnl_create_linkDavid Ahern1-1/+2
2018-09-05rtnetlink: add rtnl_get_net_ns_capable()Christian Brauner1-0/+1
2018-05-31rtnetlink: Remove VLA usageKees Cook1-2/+2
2017-12-04rtnetlink: remove __rtnl_registerFlorian Westphal1-2/+0
2017-12-04rtnetlink: get reference on module before invoking handlersFlorian Westphal1-0/+2
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-04rtnetlink: remove __rtnl_af_unregisterFlorian Westphal1-2/+0
2017-10-04rtnetlink: remove slave_validate callbackFlorian Westphal1-3/+0
2017-08-09rtnetlink: add RTNL_FLAG_DOIT_UNLOCKEDFlorian Westphal1-0/+4
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-3/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.slave_validateMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern1-1/+2
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+2
2017-01-17net: AF-specific RTM_GETSTATS attributesRobert Shearman1-0/+4
2016-06-30net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attributeNikolay Aleksandrov1-2/+3
2016-05-02net: rtnetlink: add linkxstats callbacks and attributeNikolay Aleksandrov1-0/+7
2015-10-21netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen1-1/+2
2015-09-15rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 statsSowmini Varadhan1-1/+2
2015-07-21openvswitch: Use regular VXLAN net_device deviceThomas Graf1-0/+1
2015-04-10rtnetlink: Mark name argument of rtnl_create_link() constThomas Graf1-1/+1
2015-01-19rtnl: add link netns id to interface messagesNicolas Dichtel1-0/+2
2014-07-15net: rtnetlink - make create_link take name_assign_typeTom Gundersen1-0/+1
2014-02-18rtnl: make ifla_policy staticJiri Pirko1-1/+1
2014-01-22rtnetlink: provide api for getting and setting slave infoJiri Pirko1-0/+14
2014-01-01netlink: cleanup rntl_af_registerstephen hemminger1-2/+1
2013-09-23rtnetlink.h: Remove extern from function prototypesJoe Perches1-21/+19
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf1-1/+1
2012-11-30rtnelink: remove unused parameter from rtnl_create_link().Rami Rosen1-1/+1
2012-07-20rtnl: allow to specify different num for rx and tx queue countJiri Pirko1-4/+6
2012-04-13rtnetlink: ops->get_tx_queue() cannot take a const 'tb'.David S. Miller1-1/+1
2012-04-13rtnetlink: fix commentsstephen hemminger1-2/+4
2012-04-13rtnetlink & bonding: change args got get_tx_queuesstephen hemminger1-3/+2
2012-02-21rtnetlink: Fix problem with buffer allocationGreg Rose1-1/+1
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-2/+5
2010-11-27rtnl: make link af-specific updates atomicThomas Graf1-4/+8
2010-11-17rtnetlink: Link address family APIThomas Graf1-0/+31
2010-10-21rtnetlink: remove rtnl_kill_linksstephen hemminger1-1/+0
2010-02-27rtnetlink: support specifying device flags on device creationPatrick McHardy1-0/+2
2009-11-08net: Support specifying the network namespace upon device creation.Eric W. Biederman1-3/+5
2009-10-28net: add a list_head parameter to dellink() methodEric Dumazet1-1/+2
2009-09-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-1/+1
2009-09-02vlan: multiqueue vlan deviceEric Dumazet1-0/+3
2009-08-25netlink: constify nlmsghdr argumentsPatrick McHardy1-1/+1
2008-04-16[RTNL]: Introduce the rtnl_kill_links helper.Pavel Emelyanov1-0/+1
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+1
2007-10-10[RTNETLINK]: Introduce generic rtnl_create_link().Pavel Emelianov1-0/+4
2007-07-10[RTNETLINK]: Link creation APIPatrick McHardy1-0/+58
2007-04-26[NETLINK]: Possible cleanups.Adrian Bunk1-1/+0
2007-04-25[NET] rules: Unified rules dumpingThomas Graf1-0/+8
2007-04-25[RTNL]: Message handler registration interfaceThomas Graf1-0/+18