summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-05rtnetlink: honor RTEXT_FILTER_SKIP_STATS in IFLA_STATSAdrian Moreno1-4/+11
2025-10-17rtnetlink: Allow deleting FDB entries in user namespaceJohannes Wiesböck1-3/+0
2025-09-30net: rtnetlink: fix typo in rtnl_unregister_all() commentAlok Tiwari1-1/+1
2025-09-20rtnetlink: add needed_{head,tail}room attributesAlasdair McWilliam1-1/+9
2025-07-19net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev1-2/+2
2025-07-19net: s/dev_get_port_parent_id/netif_get_port_parent_id/Stanislav Fomichev1-1/+1
2025-07-03net: dst: annotate data-races around dst->lastuseEric Dumazet1-1/+3
2025-06-05net: prevent a NULL deref in rtnl_create_link()Eric Dumazet1-1/+1
2025-05-27rtnetlink: do_setlink: Use struct sockaddr_storageKees Cook1-15/+4
2025-05-27net: core: Switch netif_set_mac_address() to struct sockaddr_storageKees Cook1-1/+1
2025-04-22net: Use nlmsg_payload in rtnetlink fileBreno Leitao1-13/+12
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+1
2025-04-17net: don't try to ops lock uninitialized devsJakub Kicinski1-4/+1
2025-04-15rtnetlink: Use nlmsg_payload in valid_fdb_dump_strictBreno Leitao1-2/+2
2025-04-15net: convert dev->rtnl_link_state to a boolJakub Kicinski1-7/+8
2025-04-08rtnetlink: Fix bad unlock balance in do_setlink().Kuniyuki Iwashima1-1/+1
2025-04-07net: hold instance lock during NETDEV_CHANGEStanislav Fomichev1-6/+9
2025-04-04net: hold instance lock during NETDEV_REGISTER/UPStanislav Fomichev1-4/+4
2025-03-27rtnetlink: Allocate vfinfo size for VF GUIDs when supportedMark Zhang1-0/+3
2025-03-19net: reorder dev_addr_sem lockStanislav Fomichev1-2/+13
2025-03-19Revert "net: replace dev_addr_sem with netdev instance lock"Stanislav Fomichev1-5/+1
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski1-0/+1
2025-03-06net: replace dev_addr_sem with netdev instance lockStanislav Fomichev1-1/+5
2025-03-06net: hold netdev instance lock during rtnetlink operationsStanislav Fomichev1-14/+32
2025-03-04net: plumb extack in __dev_change_net_namespace()Nicolas Dichtel1-1/+1
2025-03-04net: advertise netns_immutable property via netlinkNicolas Dichtel1-0/+3
2025-02-22rtnetlink: Create link directly in target net namespaceXiao Liang1-7/+2
2025-02-22rtnetlink: Remove "net" from newlink paramsXiao Liang1-6/+0
2025-02-22rtnetlink: Pack newlink() params into structXiao Liang1-4/+11
2025-02-22rtnetlink: Lookup device in target netns when creating linkXiao Liang1-2/+8
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2025-02-07rtnetlink: fix netns leak with rtnl_setlink()Nicolas Dichtel1-0/+1
2025-02-06net-sysfs: remove rtnl_trylock from device attributesAntoine Tenart1-0/+5
2025-01-07rtnetlink: Add rtnl_net_lock_killable().Kuniyuki Iwashima1-1/+10
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2024-12-18rtnetlink: Try the outer netns attribute in rtnl_get_peer_net().Kuniyuki Iwashima1-2/+3
2024-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2024-12-11rtnetlink: switch rtnl_fdb_dump() to for_each_netdev_dump()Eric Dumazet1-57/+35
2024-12-11rtnetlink: add ndo_fdb_dump_contextEric Dumazet1-12/+14
2024-12-08rtnetlink: fix error code in rtnl_newlink()Dan Carpenter1-1/+3
2024-12-03rtnetlink: fix double call of rtnl_link_get_net_ifla()Cong Wang1-21/+23
2024-11-25rtnetlink: fix rtnl_dump_ifinfo() error pathEric Dumazet1-4/+10
2024-11-16ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata1-3/+8
2024-11-16ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata1-3/+6
2024-11-12rtnetlink: Register rtnl_dellink() and rtnl_setlink() with RTNL_FLAG_DOIT_PER...Kuniyuki Iwashima1-3/+16
2024-11-12rtnetlink: Convert RTM_NEWLINK to per-netns RTNL.Kuniyuki Iwashima1-3/+24
2024-11-12rtnetlink: Add peer_type in struct rtnl_link_ops.Kuniyuki Iwashima1-4/+51
2024-11-12rtnetlink: Introduce struct rtnl_nets and helpers.Kuniyuki Iwashima1-3/+67
2024-11-12rtnetlink: Remove __rtnl_link_register()Kuniyuki Iwashima1-28/+7
2024-11-12rtnetlink: Protect link_ops by mutex.Kuniyuki Iwashima1-13/+20