summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-29net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msgZhengchao Shao1-0/+1
2025-10-29rtnetlink: Allow deleting FDB entries in user namespaceJohannes Wiesböck1-3/+0
2025-10-29net: rtnetlink: add NLM_F_BULK support to rtnl_fdb_delNikolay Aleksandrov1-19/+48
2025-10-29net: rtnetlink: add bulk delete support flagNikolay Aleksandrov1-0/+8
2025-10-29net: rtnetlink: add helper to extract msg type's kindNikolay Aleksandrov1-1/+1
2025-05-02net: fix crash when config small gso_max_size/gso_ipv4_max_sizeWang Liang1-1/+1
2025-04-10rtnetlink: Allocate vfinfo size for VF GUIDs when supportedMark Zhang1-0/+3
2024-10-17rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima1-0/+29
2024-10-17net: rtnetlink: add msg kind namesNikolay Aleksandrov1-3/+3
2024-08-19rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_...Kuniyuki Iwashima1-1/+1
2024-08-19rtnetlink: enable alt_ifname for setlink/newlinkFlorent Fourcot1-40/+29
2024-05-17rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats1-1/+1
2024-03-06rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma1-6/+5
2023-08-30rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel1-0/+3
2023-08-30rtnetlink: return ENODEV when ifname does not exist and group is givenFlorent Fourcot1-4/+14
2023-08-30net: validate veth and vxcan peer ifindexesJakub Kicinski1-4/+18
2023-08-11rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE lengthLin Ma1-2/+6
2023-07-23netlink: do not hard code device address lenth in fdb dumpsEric Dumazet1-4/+4
2023-07-23rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFOEdwin Peer1-45/+51
2023-06-09rtnetlink: call validate_linkmsg in rtnl_create_linkXin Long1-1/+7
2022-06-29net: Write lock dev_base_lock without disabling bottom halves.Sebastian Andrzej Siewior1-4/+4
2022-04-13net: limit altnames to 64k totalJakub Kicinski1-0/+11
2022-04-13net: account alternate interface name memoryJakub Kicinski1-1/+1
2022-02-23net_sched: add __rcu annotation to netdev->qdiscEric Dumazet1-2/+4
2022-02-05rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()Eric Dumazet1-2/+4
2021-10-06rtnetlink: fix if_nlmsg_stats_size() under estimationEric Dumazet1-1/+1
2021-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-08-26rtnetlink: Return correct error on changing device netnsAndrey Ignatov1-1/+2
2021-08-11net: Support filtering interfaces on no masterLahav Schlesinger1-0/+7
2021-08-04net: add extack arg for link opsRocco Yue1-4/+5
2021-07-27net: netlink: add the case when nlh is NULLYajun Deng1-5/+1
2021-07-16rtnetlink: use nlmsg_notify() in rtnetlink_send()Yajun Deng1-8/+1
2021-06-29net: say "local" instead of "static" addresses in ndo_dflt_fdb_{add,del}Vladimir Oltean1-2/+2
2021-06-29net: use netdev_info in ndo_dflt_fdb_{add,del}Vladimir Oltean1-3/+3
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2021-06-12wwan: add interface creation supportJohannes Berg1-0/+1
2021-06-12rtnetlink: add IFLA_PARENT_[DEV|DEV_BUS]_NAMEJohannes Berg1-0/+10
2021-06-12rtnetlink: add alloc() method to rtnl_link_opsJohannes Berg1-5/+14
2021-06-10rtnetlink: Fix regression in bridge VLAN configurationIdo Schimmel1-3/+5
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2021-06-03rtnetlink: Fix missing error code in rtnl_bridge_notify()Jiapeng Chong1-1/+3
2021-06-03rtnetlink: Fix spelling mistakesZheng Yongjun1-4/+4
2021-05-11rtnetlink: avoid RCU read lock when holding RTNLCong Wang1-19/+7
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-04-08ipv6: report errors for iftoken via netlink extackStephen Hemminger1-1/+1
2021-04-08net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin1-2/+2
2021-04-08net: introduce nla_policy for IFLA_NEW_IFINDEXAndrei Vagin1-3/+1
2021-04-06net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin1-4/+15
2021-03-04rtnetlink: using dev_base_seq from target netzhang kai1-1/+1
2021-02-12net: fix dev_ifsioc_locked() race conditionCong Wang1-1/+1