index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
rtnetlink.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-29
rtnetlink: Allow deleting FDB entries in user namespace
Johannes Wiesböck
1
-3
/
+0
2025-04-10
rtnetlink: Allocate vfinfo size for VF GUIDs when supported
Mark Zhang
1
-0
/
+3
2024-10-30
net: fix crash when config small gso_max_size/gso_ipv4_max_size
Wang Liang
1
-2
/
+2
2024-10-10
rtnetlink: Add bulk registration helpers for rtnetlink message handlers.
Kuniyuki Iwashima
1
-0
/
+29
2024-09-03
netdevice: convert private flags > BIT(31) to bitfields
Alexander Lobakin
1
-1
/
+1
2024-08-23
rtnetlink: delete redundant judgment statements
Li Zetao
1
-2
/
+1
2024-07-29
rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_...
Kuniyuki Iwashima
1
-1
/
+1
2024-07-12
net: reduce rtnetlink_rcv_msg() stack usage
Eric Dumazet
1
-6
/
+12
2024-06-10
rtnetlink: move rtnl_lock handling out of af_netlink
Jakub Kicinski
1
-2
/
+7
2024-06-05
rtnetlink: make the "split" NLM_DONE handling generic
Jakub Kicinski
1
-2
/
+42
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-05-07
rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protection
Eric Dumazet
1
-3
/
+2
2024-05-07
rtnetlink: do not depend on RTNL in rtnl_xdp_prog_skb()
Eric Dumazet
1
-5
/
+7
2024-05-07
rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()
Eric Dumazet
1
-4
/
+4
2024-05-07
rtnetlink: do not depend on RTNL for many attributes
Eric Dumazet
1
-20
/
+31
2024-05-07
rtnetlink: do not depend on RTNL for IFLA_TXQLEN output
Eric Dumazet
1
-1
/
+1
2024-05-07
rtnetlink: do not depend on RTNL for IFLA_IFNAME output
Eric Dumazet
1
-2
/
+6
2024-05-07
rtnetlink: do not depend on RTNL for IFLA_QDISC output
Eric Dumazet
1
-3
/
+3
2024-05-04
rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation
Roded Zats
1
-1
/
+1
2024-05-04
rtnetlink: use for_each_netdev_dump() in rtnl_stats_dump()
Eric Dumazet
1
-37
/
+22
2024-05-04
rtnetlink: change rtnl_stats_dump() return value
Eric Dumazet
1
-1
/
+1
2024-03-30
netlink: introduce type-checking attribute iteration
Johannes Berg
1
-8
/
+7
2024-03-08
netlink: let core handle error cases in dump operations
Eric Dumazet
1
-4
/
+1
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2024-03-06
dpll: move all dpll<>netdev helpers to dpll code
Jakub Kicinski
1
-2
/
+2
2024-03-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+5
2024-02-29
rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back
Lin Ma
1
-6
/
+5
2024-02-26
rtnetlink: provide RCU protection to rtnl_fill_prop_list()
Eric Dumazet
1
-5
/
+4
2024-02-26
rtnetlink: make rtnl_fill_link_ifmap() RCU ready
Eric Dumazet
1
-10
/
+11
2024-02-26
rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flag
Eric Dumazet
1
-0
/
+2
2024-02-26
rtnetlink: prepare nla_put_iflink() to run under RCU
Eric Dumazet
1
-3
/
+3
2024-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+9
2024-02-14
net: remove dev_base_lock from do_setlink()
Eric Dumazet
1
-2
/
+0
2024-02-14
net: add netdev_set_operstate() helper
Eric Dumazet
1
-7
/
+15
2024-02-14
net-sysfs: convert dev->operstate reads to lockless ones
Eric Dumazet
1
-2
/
+2
2024-02-14
dev: annotate accesses to dev->link
Eric Dumazet
1
-1
/
+1
2024-02-14
rtnetlink: use xarray iterator to implement rtnl_dump_ifinfo()
Eric Dumazet
1
-38
/
+20
2024-02-13
net: add rcu safety to rtnl_prop_list_size()
Eric Dumazet
1
-6
/
+9
2024-02-04
net: make dev_unreg_count global
Eric Dumazet
1
-10
/
+1
2024-01-12
Revert "net: rtnetlink: Enslave device before bringing it up"
Nicolas Dichtel
1
-7
/
+7
2023-12-20
rtnetlink: bridge: Enable MDB bulk deletion
Ido Schimmel
1
-1
/
+2
2023-12-20
rtnetlink: bridge: Invoke MDB bulk deletion when needed
Ido Schimmel
1
-0
/
+8
2023-12-20
rtnetlink: bridge: Use a different policy for MDB bulk delete
Ido Schimmel
1
-2
/
+49
2023-12-18
net: rtnl: use rcu_replace_pointer_rtnl in rtnl_unregister_*
Pedro Tammela
1
-9
/
+3
2023-12-06
net: core: synchronize link-watch when carrier is queried
Johannes Berg
1
-0
/
+8
2023-11-19
rtnetlink: introduce nlmsg_new_large and use it in rtnl_getlink
Li RongQing
1
-1
/
+1
2023-10-27
rtnetlink: Add MDB get support
Ido Schimmel
1
-1
/
+88
2023-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+1
2023-10-17
netlink: Correct offload_xstats size
Christoph Paasch
1
-3
/
+1
2023-10-13
net: Handle bulk delete policy in bridge driver
Amit Cohen
1
-17
/
+10
[next]