summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)Author
2025-04-03net: hold instance lock during NETDEV_REGISTER/UPStanislav Fomichev
2025-03-27rtnetlink: Allocate vfinfo size for VF GUIDs when supportedMark Zhang
2025-03-19net: reorder dev_addr_sem lockStanislav Fomichev
2025-03-19Revert "net: replace dev_addr_sem with netdev instance lock"Stanislav Fomichev
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski
2025-03-06net: replace dev_addr_sem with netdev instance lockStanislav Fomichev
2025-03-06net: hold netdev instance lock during rtnetlink operationsStanislav Fomichev
2025-03-04net: plumb extack in __dev_change_net_namespace()Nicolas Dichtel
2025-03-04net: advertise netns_immutable property via netlinkNicolas Dichtel
2025-02-21rtnetlink: Create link directly in target net namespaceXiao Liang
2025-02-21rtnetlink: Remove "net" from newlink paramsXiao Liang
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang
2025-02-21rtnetlink: Lookup device in target netns when creating linkXiao Liang
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-06rtnetlink: fix netns leak with rtnl_setlink()Nicolas Dichtel
2025-02-05net-sysfs: remove rtnl_trylock from device attributesAntoine Tenart
2025-01-07rtnetlink: Add rtnl_net_lock_killable().Kuniyuki Iwashima
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-17rtnetlink: Try the outer netns attribute in rtnl_get_peer_net().Kuniyuki Iwashima
2024-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-10rtnetlink: switch rtnl_fdb_dump() to for_each_netdev_dump()Eric Dumazet
2024-12-10rtnetlink: add ndo_fdb_dump_contextEric Dumazet
2024-12-07rtnetlink: fix error code in rtnl_newlink()Dan Carpenter
2024-12-03rtnetlink: fix double call of rtnl_link_get_net_ifla()Cong Wang
2024-11-24rtnetlink: fix rtnl_dump_ifinfo() error pathEric Dumazet
2024-11-15ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata
2024-11-11rtnetlink: Register rtnl_dellink() and rtnl_setlink() with RTNL_FLAG_DOIT_PER...Kuniyuki Iwashima
2024-11-11rtnetlink: Convert RTM_NEWLINK to per-netns RTNL.Kuniyuki Iwashima
2024-11-11rtnetlink: Add peer_type in struct rtnl_link_ops.Kuniyuki Iwashima
2024-11-11rtnetlink: Introduce struct rtnl_nets and helpers.Kuniyuki Iwashima
2024-11-11rtnetlink: Remove __rtnl_link_register()Kuniyuki Iwashima
2024-11-11rtnetlink: Protect link_ops by mutex.Kuniyuki Iwashima
2024-11-11rtnetlink: Remove __rtnl_link_unregister().Kuniyuki Iwashima
2024-11-11net: convert to nla_get_*_default()Johannes Berg
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-30rtnetlink: Fix an error handling path in rtnl_newlink()Christophe JAILLET
2024-10-29net: fix crash when config small gso_max_size/gso_ipv4_max_sizeWang Liang
2024-10-29rtnetlink: Fix kdoc of rtnl_af_register().Kuniyuki Iwashima
2024-10-29rtnetlink: Define rtnl_net_trylock().Kuniyuki Iwashima
2024-10-22rtnetlink: Protect struct rtnl_af_ops with SRCU.Kuniyuki Iwashima
2024-10-22rtnetlink: Return int from rtnl_af_register().Kuniyuki Iwashima
2024-10-22rtnetlink: Call rtnl_link_get_net_capable() in do_setlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Clean up rtnl_setlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Clean up rtnl_dellink().Kuniyuki Iwashima
2024-10-22rtnetlink: Fetch IFLA_LINK_NETNSID in rtnl_newlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Call rtnl_link_get_net_capable() in rtnl_newlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Protect struct rtnl_link_ops with SRCU.Kuniyuki Iwashima
2024-10-22rtnetlink: Move ops->validate to rtnl_newlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Move rtnl_link_ops_get() and retry to rtnl_newlink().Kuniyuki Iwashima