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