index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
rtnetlink.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-19
net: reorder dev_addr_sem lock
Stanislav Fomichev
1
-2
/
+13
2025-03-19
Revert "net: replace dev_addr_sem with netdev instance lock"
Stanislav Fomichev
1
-5
/
+1
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
1
-0
/
+1
2025-03-06
net: replace dev_addr_sem with netdev instance lock
Stanislav Fomichev
1
-1
/
+5
2025-03-06
net: hold netdev instance lock during rtnetlink operations
Stanislav Fomichev
1
-14
/
+32
2025-03-04
net: plumb extack in __dev_change_net_namespace()
Nicolas Dichtel
1
-1
/
+1
2025-03-04
net: advertise netns_immutable property via netlink
Nicolas Dichtel
1
-0
/
+3
2025-02-21
rtnetlink: Create link directly in target net namespace
Xiao Liang
1
-7
/
+2
2025-02-21
rtnetlink: Remove "net" from newlink params
Xiao Liang
1
-6
/
+0
2025-02-21
rtnetlink: Pack newlink() params into struct
Xiao Liang
1
-4
/
+11
2025-02-21
rtnetlink: Lookup device in target netns when creating link
Xiao Liang
1
-2
/
+8
2025-02-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2025-02-06
rtnetlink: fix netns leak with rtnl_setlink()
Nicolas Dichtel
1
-0
/
+1
2025-02-05
net-sysfs: remove rtnl_trylock from device attributes
Antoine Tenart
1
-0
/
+5
2025-01-07
rtnetlink: Add rtnl_net_lock_killable().
Kuniyuki Iwashima
1
-1
/
+10
2024-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+3
2024-12-17
rtnetlink: Try the outer netns attribute in rtnl_get_peer_net().
Kuniyuki Iwashima
1
-2
/
+3
2024-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2024-12-10
rtnetlink: switch rtnl_fdb_dump() to for_each_netdev_dump()
Eric Dumazet
1
-57
/
+35
2024-12-10
rtnetlink: add ndo_fdb_dump_context
Eric Dumazet
1
-12
/
+14
2024-12-07
rtnetlink: fix error code in rtnl_newlink()
Dan Carpenter
1
-1
/
+3
2024-12-03
rtnetlink: fix double call of rtnl_link_get_net_ifla()
Cong Wang
1
-21
/
+23
2024-11-24
rtnetlink: fix rtnl_dump_ifinfo() error path
Eric Dumazet
1
-4
/
+10
2024-11-15
ndo_fdb_del: Add a parameter to report whether notification was sent
Petr Machata
1
-3
/
+8
2024-11-15
ndo_fdb_add: Add a parameter to report whether notification was sent
Petr Machata
1
-3
/
+6
2024-11-11
rtnetlink: Register rtnl_dellink() and rtnl_setlink() with RTNL_FLAG_DOIT_PER...
Kuniyuki Iwashima
1
-3
/
+16
2024-11-11
rtnetlink: Convert RTM_NEWLINK to per-netns RTNL.
Kuniyuki Iwashima
1
-3
/
+24
2024-11-11
rtnetlink: Add peer_type in struct rtnl_link_ops.
Kuniyuki Iwashima
1
-4
/
+51
2024-11-11
rtnetlink: Introduce struct rtnl_nets and helpers.
Kuniyuki Iwashima
1
-3
/
+67
2024-11-11
rtnetlink: Remove __rtnl_link_register()
Kuniyuki Iwashima
1
-28
/
+7
2024-11-11
rtnetlink: Protect link_ops by mutex.
Kuniyuki Iwashima
1
-13
/
+20
2024-11-11
rtnetlink: Remove __rtnl_link_unregister().
Kuniyuki Iwashima
1
-22
/
+10
2024-11-11
net: convert to nla_get_*_default()
Johannes Berg
1
-4
/
+1
2024-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2024-10-30
rtnetlink: Fix an error handling path in rtnl_newlink()
Christophe JAILLET
1
-2
/
+4
2024-10-29
net: fix crash when config small gso_max_size/gso_ipv4_max_size
Wang Liang
1
-2
/
+2
2024-10-29
rtnetlink: Fix kdoc of rtnl_af_register().
Kuniyuki Iwashima
1
-1
/
+1
2024-10-29
rtnetlink: Define rtnl_net_trylock().
Kuniyuki Iwashima
1
-0
/
+11
2024-10-22
rtnetlink: Protect struct rtnl_af_ops with SRCU.
Kuniyuki Iwashima
1
-16
/
+47
2024-10-22
rtnetlink: Return int from rtnl_af_register().
Kuniyuki Iwashima
1
-1
/
+3
2024-10-22
rtnetlink: Call rtnl_link_get_net_capable() in do_setlink().
Kuniyuki Iwashima
1
-16
/
+16
2024-10-22
rtnetlink: Clean up rtnl_setlink().
Kuniyuki Iwashima
1
-10
/
+7
2024-10-22
rtnetlink: Clean up rtnl_dellink().
Kuniyuki Iwashima
1
-17
/
+10
2024-10-22
rtnetlink: Fetch IFLA_LINK_NETNSID in rtnl_newlink().
Kuniyuki Iwashima
1
-25
/
+24
2024-10-22
rtnetlink: Call rtnl_link_get_net_capable() in rtnl_newlink().
Kuniyuki Iwashima
1
-23
/
+28
2024-10-22
rtnetlink: Protect struct rtnl_link_ops with SRCU.
Kuniyuki Iwashima
1
-22
/
+61
2024-10-22
rtnetlink: Move ops->validate to rtnl_newlink().
Kuniyuki Iwashima
1
-25
/
+24
2024-10-22
rtnetlink: Move rtnl_link_ops_get() and retry to rtnl_newlink().
Kuniyuki Iwashima
1
-24
/
+18
2024-10-22
rtnetlink: Move simple validation from __rtnl_newlink() to rtnl_newlink().
Kuniyuki Iwashima
1
-19
/
+24
2024-10-22
rtnetlink: Factorise do_setlink() path from __rtnl_newlink().
Kuniyuki Iwashima
1
-68
/
+74
[next]