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
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
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
2026-04-02
rtnetlink: count IFLA_INFO_SLAVE_KIND in if_nlmsg_size
Sabrina Dubroca
1
-3
/
+6
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-11-08
net: fix crash when config small gso_max_size/gso_ipv4_max_size
Wang Liang
1
-2
/
+2
2024-10-17
rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flag
Eric Dumazet
1
-0
/
+2
2024-10-17
rtnetlink: Add bulk registration helpers for rtnetlink message handlers.
Kuniyuki Iwashima
1
-0
/
+29
2024-08-11
rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_...
Kuniyuki Iwashima
1
-1
/
+1
2024-05-17
net-sysfs: convert dev->operstate reads to lockless ones
Eric Dumazet
1
-2
/
+2
2024-05-17
rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation
Roded Zats
1
-1
/
+1
2024-03-06
rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back
Lin Ma
1
-6
/
+5
2024-01-25
Revert "net: rtnetlink: Enslave device before bringing it up"
Nicolas Dichtel
1
-7
/
+7
2023-10-16
netlink: Correct offload_xstats size
Christoph Paasch
1
-3
/
+1
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
2022-05-09
rtnetlink: add extack support in fdb del handlers
Alaa Mohamed
1
-2
/
+2
2022-05-06
net: don't allow user space to lift the device limits
Jakub Kicinski
1
-2
/
+2
2022-05-02
rtnl: move rtnl_newlink_create()
Jakub Kicinski
1
-91
/
+86
[next]