summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)Author
2026-04-18rtnetlink: count IFLA_INFO_SLAVE_KIND in if_nlmsg_sizeSabrina Dubroca
2025-10-29net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msgZhengchao Shao
2025-10-29rtnetlink: Allow deleting FDB entries in user namespaceJohannes Wiesböck
2025-10-29net: rtnetlink: add NLM_F_BULK support to rtnl_fdb_delNikolay Aleksandrov
2025-10-29net: rtnetlink: add bulk delete support flagNikolay Aleksandrov
2025-10-29net: rtnetlink: add helper to extract msg type's kindNikolay Aleksandrov
2025-05-02net: fix crash when config small gso_max_size/gso_ipv4_max_sizeWang Liang
2025-04-10rtnetlink: Allocate vfinfo size for VF GUIDs when supportedMark Zhang
2024-10-17rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima
2024-10-17net: rtnetlink: add msg kind namesNikolay Aleksandrov
2024-08-19rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_...Kuniyuki Iwashima
2024-08-19rtnetlink: enable alt_ifname for setlink/newlinkFlorent Fourcot
2024-05-17rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats
2024-03-06rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma
2023-08-30rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel
2023-08-30rtnetlink: return ENODEV when ifname does not exist and group is givenFlorent Fourcot
2023-08-30net: validate veth and vxcan peer ifindexesJakub Kicinski
2023-08-11rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE lengthLin Ma
2023-07-23netlink: do not hard code device address lenth in fdb dumpsEric Dumazet
2023-07-23rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFOEdwin Peer
2023-06-09rtnetlink: call validate_linkmsg in rtnl_create_linkXin Long
2022-06-29net: Write lock dev_base_lock without disabling bottom halves.Sebastian Andrzej Siewior
2022-04-13net: limit altnames to 64k totalJakub Kicinski
2022-04-13net: account alternate interface name memoryJakub Kicinski
2022-02-23net_sched: add __rcu annotation to netdev->qdiscEric Dumazet
2022-02-05rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()Eric Dumazet
2021-10-06rtnetlink: fix if_nlmsg_stats_size() under estimationEric Dumazet
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-26rtnetlink: Return correct error on changing device netnsAndrey Ignatov
2021-08-10net: Support filtering interfaces on no masterLahav Schlesinger
2021-08-04net: add extack arg for link opsRocco Yue
2021-07-27net: netlink: add the case when nlh is NULLYajun Deng
2021-07-16rtnetlink: use nlmsg_notify() in rtnetlink_send()Yajun Deng
2021-06-29net: say "local" instead of "static" addresses in ndo_dflt_fdb_{add,del}Vladimir Oltean
2021-06-29net: use netdev_info in ndo_dflt_fdb_{add,del}Vladimir Oltean
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-12wwan: add interface creation supportJohannes Berg
2021-06-12rtnetlink: add IFLA_PARENT_[DEV|DEV_BUS]_NAMEJohannes Berg
2021-06-12rtnetlink: add alloc() method to rtnl_link_opsJohannes Berg
2021-06-09rtnetlink: Fix regression in bridge VLAN configurationIdo Schimmel
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-06-03rtnetlink: Fix missing error code in rtnl_bridge_notify()Jiapeng Chong
2021-06-03rtnetlink: Fix spelling mistakesZheng Yongjun
2021-05-10rtnetlink: avoid RCU read lock when holding RTNLCong Wang
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-08ipv6: report errors for iftoken via netlink extackStephen Hemminger
2021-04-07net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin
2021-04-07net: introduce nla_policy for IFLA_NEW_IFINDEXAndrei Vagin
2021-04-05net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin
2021-03-03rtnetlink: using dev_base_seq from target netzhang kai