index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
rtnetlink.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-05
dpll: move all dpll<>netdev helpers to dpll code
Jakub Kicinski
1
-2
/
+2
2024-02-28
rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back
Lin Ma
1
-6
/
+5
2024-02-12
net: add rcu safety to rtnl_prop_list_size()
Eric Dumazet
1
-6
/
+9
2024-01-11
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-05
net: core: synchronize link-watch when carrier is queried
Johannes Berg
1
-0
/
+8
2023-11-18
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-16
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
2023-09-17
netdev: expose DPLL pin handle for netdevice
Jiri Pirko
1
-0
/
+36
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+21
2023-08-24
rtnetlink: Reject negative ifindexes in RTM_NEWLINK
Ido Schimmel
1
-0
/
+3
2023-08-20
net: validate veth and vxcan peer ifindexes
Jakub Kicinski
1
-4
/
+18
2023-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+6
2023-07-27
rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE length
Lin Ma
1
-2
/
+6
2023-07-19
bridge: Add backup nexthop ID support
Ido Schimmel
1
-1
/
+1
2023-07-18
rtnetlink: Move nesting cancellation rollback to proper function
Gal Pressman
1
-5
/
+4
2023-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2023-06-22
netlink: do not hard code device address lenth in fdb dumps
Eric Dumazet
1
-4
/
+4
2023-06-14
rtnetlink: move validate_linkmsg out of do_setlink
Xin Long
1
-41
/
+42
2023-06-14
rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFO
Edwin Peer
1
-45
/
+51
2023-06-01
rtnetlink: add the missing IFLA_GRO_ tb check in validate_linkmsg
Xin Long
1
-0
/
+12
2023-06-01
rtnetlink: move IFLA_GSO_ tb check to validate_linkmsg
Xin Long
1
-15
/
+19
2023-06-01
rtnetlink: call validate_linkmsg in rtnl_create_link
Xin Long
1
-1
/
+7
2023-04-21
bridge: Allow setting per-{Port, VLAN} neighbor suppression state
Ido Schimmel
1
-1
/
+1
2023-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+9
2023-04-12
rtnetlink: Restore RTM_NEW/DELLINK notification behavior
Martin Willi
1
-2
/
+9
2023-03-28
net: dst: Switch to rcuref_t reference counting
Thomas Gleixner
1
-1
/
+1
2023-03-17
rtnetlink: bridge: mcast: Relax group address validation in common code
Ido Schimmel
1
-2
/
+3
2023-03-17
rtnetlink: bridge: mcast: Move MDB handlers out of bridge driver
Ido Schimmel
1
-0
/
+217
2023-02-06
net: bridge: Add netlink knobs for number / maximum MDB entries
Petr Machata
1
-1
/
+1
2023-02-01
net: add gso_ipv4_max_size and gro_ipv4_max_size per device
Xin Long
1
-0
/
+33
2022-11-03
net: expose devlink port over rtnetlink
Jiri Pirko
1
-0
/
+39
2022-11-03
bridge: Add MAC Authentication Bypass (MAB) support
Hans J. Schultz
1
-0
/
+5
2022-10-31
rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_link
Hangbin Liu
1
-3
/
+4
2022-10-31
rtnetlink: Honour NLM_F_ECHO flag in rtnl_newlink_create
Hangbin Liu
1
-2
/
+4
2022-10-31
rtnetlink: pass netlink message header and portid to rtnl_configure_link()
Hangbin Liu
1
-16
/
+19
2022-09-20
net: rtnetlink: Enslave device before bringing it up
Phil Sutter
1
-7
/
+7
2022-09-16
rtnetlink: advertise allmulti counter
Nicolas Dichtel
1
-0
/
+3
2022-09-01
net: rtnetlink: use netif_oper_up instead of open code
Juhee Kang
1
-4
/
+2
2022-08-15
net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msg
Zhengchao Shao
1
-0
/
+1
2022-05-16
net: allow gro_max_size to exceed 65536
Alexander Duyck
1
-8
/
+0
2022-05-16
net: allow gso_max_size to exceed 65536
Alexander Duyck
1
-1
/
+1
2022-05-16
net: add IFLA_TSO_{MAX_SIZE|SEGS} attributes
Eric Dumazet
1
-0
/
+6
2022-05-12
rtnetlink: verify rate parameters for calls to ndo_set_vf_rate
Bin Chen
1
-10
/
+18
[next]