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
compress-2026-04-27
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
reconnect-fixes
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
2021-10-17
rtnetlink: fix if_nlmsg_stats_size() under estimation
Eric Dumazet
1
-1
/
+1
2021-06-30
rtnetlink: Fix regression in bridge VLAN configuration
Ido Schimmel
1
-3
/
+5
2021-06-30
rtnetlink: Fix missing error code in rtnl_bridge_notify()
Jiapeng Chong
1
-1
/
+3
2020-06-03
net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flags
Roopa Prabhu
1
-1
/
+1
2019-11-28
net: rtnetlink: prevent underflows in do_setvfinfo()
Dan Carpenter
1
-1
/
+22
2018-12-17
rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devices
Eric Dumazet
1
-0
/
+3
2018-11-10
rtnetlink: Disallow FDB configuration for non-Ethernet device
Ido Schimmel
1
-0
/
+10
2018-10-18
rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096
Eric Dumazet
1
-0
/
+6
2018-07-28
rtnetlink: add rtnl_link_state check in rtnl_configure_link
Roopa Prabhu
1
-3
/
+6
2018-06-13
rtnetlink: validate attributes in do_setlink()
Eric Dumazet
1
-4
/
+4
2017-10-12
net: rtnetlink: fix info leak in RTM_GETSTATS call
Nikolay Aleksandrov
1
-0
/
+3
2017-08-11
rtnetlink: allocate more memory for dev_set_mac_address()
WANG Cong
1
-1
/
+2
2017-07-05
rtnetlink: add IFLA_GROUP to ifla_policy
Serhey Popovych
1
-0
/
+2
2017-07-05
net: Zero ifla_vf_info in rtnl_fill_vfinfo()
Mintz, Yuval
1
-1
/
+2
2017-06-07
net: Improve handling of failures on link and route dumps
David Ahern
1
-12
/
+24
2017-05-14
rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
Michal Schmidt
1
-1
/
+1
2017-01-15
rtnl: stats - add missing netlink message size checks
Mathias Krause
1
-0
/
+6
2016-12-02
net/rtnetlink: fix attribute name in nlmsg_size() comments
Tobias Klauser
1
-2
/
+2
2016-11-23
rtnetlink: fix the wrong minimal dump size getting from rtnl_calcit()
Zhang Shengju
1
-1
/
+1
2016-11-19
rtnl: fix the loop index update error in rtnl_dump_ifinfo()
Zhang Shengju
1
-1
/
+1
2016-11-18
rtnetlink: fix FDB size computation
Sabrina Dubroca
1
-1
/
+4
2016-11-15
rtnetlink: fix rtnl message size computation for XDP
Sabrina Dubroca
1
-1
/
+2
2016-11-15
rtnetlink: fix rtnl_vfinfo_size
Sabrina Dubroca
1
-5
/
+7
2016-11-09
rtnl: reset calcit fptr in rtnl_unregister()
Mathias Krause
1
-0
/
+1
2016-10-13
net: rtnl: info leak in rtnl_fill_vfinfo()
Dan Carpenter
1
-0
/
+2
2016-10-03
net: rtnl: avoid uninitialized data in IFLA_VF_VLAN_LIST handling
Arnd Bergmann
1
-0
/
+3
2016-09-24
net: Update API for VF vlan protocol 802.1ad support
Moshe Shemesh
1
-15
/
+65
2016-09-18
net: core: Add offload stats to if_stats_msg
Nogah Frankel
1
-4
/
+107
2016-09-09
rtnetlink: remove unused ifla_stats_policy
stephen hemminger
1
-4
/
+0
2016-09-01
rtnetlink: fdb dump: optimize by saving last interface markers
Roopa Prabhu
1
-40
/
+65
2016-08-23
net: rtnetlink: Don't export empty RTAX_FEATURES
Phil Sutter
1
-0
/
+2
2016-07-20
rtnl: protect do_setlink from IFLA_XDP_ATTACHED
Brenden Blanco
1
-0
/
+4
2016-07-19
rtnl: add option for setting link xdp prog
Brenden Blanco
1
-0
/
+64
2016-07-01
net: introduce NETDEV_CHANGE_TX_QUEUE_LEN
Jason Wang
1
-4
/
+12
2016-06-30
net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attribute
Nikolay Aleksandrov
1
-2
/
+48
2016-06-15
net_sched: add the ability to defer skb freeing
Eric Dumazet
1
-0
/
+22
2016-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+10
2016-05-04
net: fix infoleak in rtnetlink
Kangjie Lu
1
-8
/
+10
2016-05-02
net: rtnetlink: add linkxstats callbacks and attribute
Nikolay Aleksandrov
1
-0
/
+30
2016-05-02
net: rtnetlink: allow rtnl_fill_statsinfo to save private state counter
Nikolay Aleksandrov
1
-13
/
+31
2016-04-26
rtnl: align nlattr properly when needed
Nicolas Dichtel
1
-2
/
+2
2016-04-25
rtnl: use nla_put_u64_64bit()
Nicolas Dichtel
1
-18
/
+18
2016-04-21
rtnl: use the new API to align IFLA_STATS*
Nicolas Dichtel
1
-17
/
+5
2016-04-20
rtnetlink: add new RTM_GETSTATS message to dump link stats
Roopa Prabhu
1
-0
/
+158
2016-04-19
net: Add helpers for 64-bit aligning netlink attributes.
David S. Miller
1
-19
/
+5
2016-04-19
net: Align IFLA_STATS64 attributes properly on architectures that need it.
David S. Miller
1
-0
/
+19
2016-04-18
rtnetlink: rtnl_fill_stats: avoid an unnecssary stats copy
Roopa Prabhu
1
-15
/
+8
2016-03-31
rtnl: fix msg size calculation in if_nlmsg_size()
Nicolas Dichtel
1
-0
/
+1
2016-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+4
2016-03-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-0
/
+36
[next]