summaryrefslogtreecommitdiffstats
path: root/include/net/rtnetlink.h
Commit message (Expand)AuthorAgeFilesLines
* 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-10-311-1/+1
* rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu2022-10-311-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-061-1/+2
* rtnetlink: add rtnl_get_net_ns_capable()Christian Brauner2018-09-051-0/+1
* rtnetlink: Remove VLA usageKees Cook2018-05-311-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-091-0/+4
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-091-3/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.slave_validateMatthias Schiffer2017-06-261-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkMatthias Schiffer2017-06-261-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-261-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-261-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-261-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-021-0/+7
* netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen2015-10-211-1/+2
* rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 statsSowmini Varadhan2015-09-151-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
* net: rtnetlink - make create_link take name_assign_typeTom Gundersen2014-07-151-0/+1
* rtnl: make ifla_policy staticJiri Pirko2014-02-181-1/+1
* rtnetlink: provide api for getting and setting slave infoJiri Pirko2014-01-221-0/+14
* netlink: cleanup rntl_af_registerstephen hemminger2014-01-011-2/+1
* rtnetlink.h: Remove extern from function prototypesJoe Perches2013-09-231-21/+19
* rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-221-1/+1
* rtnelink: remove unused parameter from rtnl_create_link().Rami Rosen2012-11-301-1/+1
* rtnl: allow to specify different num for rx and tx queue countJiri Pirko2012-07-201-4/+6
* rtnetlink: ops->get_tx_queue() cannot take a const 'tb'.David S. Miller2012-04-131-1/+1
* rtnetlink: fix commentsstephen hemminger2012-04-131-2/+4
* rtnetlink & bonding: change args got get_tx_queuesstephen hemminger2012-04-131-3/+2
* rtnetlink: Fix problem with buffer allocationGreg Rose2012-02-211-1/+1