index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
rtnetlink.c
Age
Commit message (
Expand
)
Author
2025-02-06
rtnetlink: fix netns leak with rtnl_setlink()
Nicolas Dichtel
2025-01-07
rtnetlink: Add rtnl_net_lock_killable().
Kuniyuki Iwashima
2024-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-12-17
rtnetlink: Try the outer netns attribute in rtnl_get_peer_net().
Kuniyuki Iwashima
2024-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-12-10
rtnetlink: switch rtnl_fdb_dump() to for_each_netdev_dump()
Eric Dumazet
2024-12-10
rtnetlink: add ndo_fdb_dump_context
Eric Dumazet
2024-12-07
rtnetlink: fix error code in rtnl_newlink()
Dan Carpenter
2024-12-03
rtnetlink: fix double call of rtnl_link_get_net_ifla()
Cong Wang
2024-11-24
rtnetlink: fix rtnl_dump_ifinfo() error path
Eric Dumazet
2024-11-15
ndo_fdb_del: Add a parameter to report whether notification was sent
Petr Machata
2024-11-15
ndo_fdb_add: Add a parameter to report whether notification was sent
Petr Machata
2024-11-11
rtnetlink: Register rtnl_dellink() and rtnl_setlink() with RTNL_FLAG_DOIT_PER...
Kuniyuki Iwashima
2024-11-11
rtnetlink: Convert RTM_NEWLINK to per-netns RTNL.
Kuniyuki Iwashima
2024-11-11
rtnetlink: Add peer_type in struct rtnl_link_ops.
Kuniyuki Iwashima
2024-11-11
rtnetlink: Introduce struct rtnl_nets and helpers.
Kuniyuki Iwashima
2024-11-11
rtnetlink: Remove __rtnl_link_register()
Kuniyuki Iwashima
2024-11-11
rtnetlink: Protect link_ops by mutex.
Kuniyuki Iwashima
2024-11-11
rtnetlink: Remove __rtnl_link_unregister().
Kuniyuki Iwashima
2024-11-11
net: convert to nla_get_*_default()
Johannes Berg
2024-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-10-30
rtnetlink: Fix an error handling path in rtnl_newlink()
Christophe JAILLET
2024-10-29
net: fix crash when config small gso_max_size/gso_ipv4_max_size
Wang Liang
2024-10-29
rtnetlink: Fix kdoc of rtnl_af_register().
Kuniyuki Iwashima
2024-10-29
rtnetlink: Define rtnl_net_trylock().
Kuniyuki Iwashima
2024-10-22
rtnetlink: Protect struct rtnl_af_ops with SRCU.
Kuniyuki Iwashima
2024-10-22
rtnetlink: Return int from rtnl_af_register().
Kuniyuki Iwashima
2024-10-22
rtnetlink: Call rtnl_link_get_net_capable() in do_setlink().
Kuniyuki Iwashima
2024-10-22
rtnetlink: Clean up rtnl_setlink().
Kuniyuki Iwashima
2024-10-22
rtnetlink: Clean up rtnl_dellink().
Kuniyuki Iwashima
2024-10-22
rtnetlink: Fetch IFLA_LINK_NETNSID in rtnl_newlink().
Kuniyuki Iwashima
2024-10-22
rtnetlink: Call rtnl_link_get_net_capable() in rtnl_newlink().
Kuniyuki Iwashima
2024-10-22
rtnetlink: Protect struct rtnl_link_ops with SRCU.
Kuniyuki Iwashima
2024-10-22
rtnetlink: Move ops->validate to rtnl_newlink().
Kuniyuki Iwashima
2024-10-22
rtnetlink: Move rtnl_link_ops_get() and retry to rtnl_newlink().
Kuniyuki Iwashima
2024-10-22
rtnetlink: Move simple validation from __rtnl_newlink() to rtnl_newlink().
Kuniyuki Iwashima
2024-10-22
rtnetlink: Factorise do_setlink() path from __rtnl_newlink().
Kuniyuki Iwashima
2024-10-22
rtnetlink: Call validate_linkmsg() in do_setlink().
Kuniyuki Iwashima
2024-10-22
rtnetlink: Allocate linkinfo[] as struct rtnl_newlink_tbs.
Kuniyuki Iwashima
2024-10-15
rtnetlink: Remove rtnl_register() and rtnl_register_module().
Kuniyuki Iwashima
2024-10-15
rtnetlink: Use rtnl_register_many().
Kuniyuki Iwashima
2024-10-15
rtnetlink: Panic when __rtnl_register_many() fails for builtin callers.
Kuniyuki Iwashima
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-10-10
genetlink: extend info user-storage to match NL cb ctx
Paolo Abeni
2024-10-10
rtnetlink: Add bulk registration helpers for rtnetlink message handlers.
Kuniyuki Iwashima
2024-10-08
rtnetlink: Add assertion helpers for per-netns RTNL.
Kuniyuki Iwashima
2024-10-08
rtnetlink: Add per-netns RTNL.
Kuniyuki Iwashima
2024-10-04
net: add IFLA_MAX_PACING_OFFLOAD_HORIZON device attribute
Eric Dumazet
2024-09-03
netdevice: convert private flags > BIT(31) to bitfields
Alexander Lobakin
2024-08-23
rtnetlink: delete redundant judgment statements
Li Zetao
[next]