index
:
pub/scm/linux/kernel/git/amit/linux.git
master
amit's fork of linux.git
Amit Shah
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
rtnetlink.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-06
rtnetlink: cap IFLA_VFINFO_LIST at a documented number of VFs
Artem Lytkin
1
-1
/
+21
2026-07-11
net: Call unregister_netdevice_many() per netns.
Kuniyuki Iwashima
1
-1
/
+5
2026-07-11
net: Add per-netns netdev unregistration infra.
Kuniyuki Iwashima
1
-0
/
+4
2026-07-11
rtnetlink: Add per-netns rtnl_work.
Kuniyuki Iwashima
1
-0
/
+26
2026-07-11
rtnetlink: Call unregister_netdevice_many() only once in rtnl_link_unregister().
Kuniyuki Iwashima
1
-5
/
+7
2026-07-11
rtnetlink: Lock sock_net(skb->sk) in rtnl_newlink().
Kuniyuki Iwashima
1
-3
/
+6
2026-07-07
net: rtnetlink: take instance lock inside rtnl_configure_link
Stanislav Fomichev
1
-7
/
+10
2026-06-17
net: ip_gre: require CAP_NET_ADMIN in the device netns for changelink
Maoyi Xie
1
-0
/
+8
2026-06-04
rtnetlink: use dev_isalive() in rtnl_getlink()
Eric Dumazet
1
-0
/
+6
2026-05-26
rtnetlink: add RTEXT_FILTER_NAME_ONLY support to rtnl_dump_ifinfo()
Eric Dumazet
1
-4
/
+15
2026-05-26
rtnetlink: do not assume RTNL is held in link_master_filtered()
Eric Dumazet
1
-6
/
+8
2026-05-26
rtnetlink: do not acquire RTNL in rtnl_getlink() with RTEXT_FILTER_NAME_ONLY
Eric Dumazet
1
-27
/
+67
2026-05-26
rtnetlink: use nla_nest_end_safe() in rtnl_fill_prop_list()
Eric Dumazet
1
-1
/
+4
2026-05-22
dpll: change dpll_netdev_pin_handle_size() to assume DPLL_A_PIN_ID will be used
Eric Dumazet
1
-3
/
+3
2026-05-22
rtnetlink: do not use RTNL in rtnl_af_register() and rtnl_af_unregister()
Eric Dumazet
1
-6
/
+5
2026-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+3
2026-05-21
net: bridge: prevent too big nested attributes in br_fill_linkxstats()
Eric Dumazet
1
-2
/
+3
2026-05-14
bridge: uapi: Add neigh_forward_grat netlink attributes
Danielle Ratson
1
-1
/
+1
2026-05-12
rtnetlink: add RTEXT_FILTER_NAME_ONLY support
Eric Dumazet
1
-9
/
+22
2026-05-01
net: rtnetlink: zero ifla_vf_broadcast to avoid stack infoleak in rtnl_fill_v...
Kai Zen
1
-0
/
+1
2026-04-21
net: introduce ndo_set_rx_mode_async and netdev_rx_mode_work
Stanislav Fomichev
1
-0
/
+1
2026-04-03
rtnetlink: add missing netlink_ns_capable() check for peer netns
Nikolaos Gkarlis
1
-13
/
+27
2026-03-24
rtnetlink: fix leak of SRCU struct in rtnl_link_register
Sabrina Dubroca
1
-0
/
+3
2026-03-20
rtnetlink: count IFLA_INFO_SLAVE_KIND in if_nlmsg_size
Sabrina Dubroca
1
-3
/
+6
2026-03-20
rtnetlink: count IFLA_PARENT_DEV_{NAME,BUS_NAME} in if_nlmsg_size
Sabrina Dubroca
1
-0
/
+16
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2025-11-04
rtnetlink: honor RTEXT_FILTER_SKIP_STATS in IFLA_STATS
Adrian Moreno
1
-4
/
+11
2025-10-16
rtnetlink: Allow deleting FDB entries in user namespace
Johannes Wiesböck
1
-3
/
+0
2025-09-29
net: rtnetlink: fix typo in rtnl_unregister_all() comment
Alok Tiwari
1
-1
/
+1
2025-09-19
rtnetlink: add needed_{head,tail}room attributes
Alasdair McWilliam
1
-1
/
+9
2025-07-18
net: s/dev_get_flags/netif_get_flags/
Stanislav Fomichev
1
-2
/
+2
2025-07-18
net: s/dev_get_port_parent_id/netif_get_port_parent_id/
Stanislav Fomichev
1
-1
/
+1
2025-07-02
net: dst: annotate data-races around dst->lastuse
Eric Dumazet
1
-1
/
+3
2025-06-05
net: prevent a NULL deref in rtnl_create_link()
Eric Dumazet
1
-1
/
+1
2025-05-27
rtnetlink: do_setlink: Use struct sockaddr_storage
Kees Cook
1
-15
/
+4
2025-05-27
net: core: Switch netif_set_mac_address() to struct sockaddr_storage
Kees Cook
1
-1
/
+1
2025-04-21
net: Use nlmsg_payload in rtnetlink file
Breno Leitao
1
-13
/
+12
2025-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+1
2025-04-16
net: don't try to ops lock uninitialized devs
Jakub Kicinski
1
-4
/
+1
2025-04-15
rtnetlink: Use nlmsg_payload in valid_fdb_dump_strict
Breno Leitao
1
-2
/
+2
2025-04-14
net: convert dev->rtnl_link_state to a bool
Jakub Kicinski
1
-7
/
+8
2025-04-08
rtnetlink: Fix bad unlock balance in do_setlink().
Kuniyuki Iwashima
1
-1
/
+1
2025-04-07
net: hold instance lock during NETDEV_CHANGE
Stanislav Fomichev
1
-6
/
+9
2025-04-03
net: hold instance lock during NETDEV_REGISTER/UP
Stanislav Fomichev
1
-4
/
+4
2025-03-27
rtnetlink: Allocate vfinfo size for VF GUIDs when supported
Mark Zhang
1
-0
/
+3
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
[next]