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-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-07-31
rtnetlink: Fix memory(net_device) leak when ->newlink fails
Weilong Chen
1
-1
/
+2
2020-04-24
net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flags
Roopa Prabhu
1
-1
/
+1
2020-01-29
net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()
Eric Dumazet
1
-2
/
+11
2019-12-01
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-04
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-10-18
rtnetlink: fix rtnl_fdb_dump() for ndmsg header
Mauricio Faria de Oliveira
1
-9
/
+20
2018-07-28
rtnetlink: add rtnl_link_state check in rtnl_configure_link
Roopa Prabhu
1
-3
/
+6
2018-06-11
rtnetlink: validate attributes in do_setlink()
Eric Dumazet
1
-4
/
+4
2017-10-16
net: enable interface alias removal via rtnl
Nicolas Dichtel
1
-1
/
+4
2017-10-16
rtnetlink: do not set notification for tx_queue_len in do_setlink
Xin Long
1
-1
/
+1
2017-10-16
rtnetlink: check DO_SETLINK_NOTIFY correctly in do_setlink
Xin Long
1
-1
/
+1
2017-10-16
rtnetlink: bring NETDEV_CHANGEUPPER event process back in rtnetlink_event
Xin Long
1
-0
/
+1
2017-10-16
rtnetlink: bring NETDEV_POST_TYPE_CHANGE event process back in rtnetlink_event
Xin Long
1
-0
/
+1
2017-10-16
rtnetlink: bring NETDEV_CHANGE_TX_QUEUE_LEN event process back in rtnetlink_e...
Xin Long
1
-0
/
+1
2017-10-16
rtnetlink: bring NETDEV_CHANGEMTU event process back in rtnetlink_event
Xin Long
1
-0
/
+1
2017-10-03
net: rtnetlink: fix info leak in RTM_GETSTATS call
Nikolay Aleksandrov
1
-0
/
+3
2017-08-13
rtnelink: Move link dump consistency check out of the loop
Jakub Sitnicki
1
-4
/
+2
2017-08-10
rtnetlink: fallback to UNSPEC if current family has no doit callback
Florian Westphal
1
-0
/
+6
2017-08-10
rtnetlink: init handler refcounts to 1
Florian Westphal
1
-1
/
+6
2017-08-10
rtnetlink: switch rtnl_link_get_slave_info_data_size to rcu
Florian Westphal
1
-4
/
+12
2017-08-10
rtnetlink: do not use RTM_GETLINK directly
Florian Westphal
1
-2
/
+2
2017-08-10
rtnetlink: use rcu_dereference_raw to silence rcu splat
Florian Westphal
1
-1
/
+1
2017-08-09
rtnetlink: add RTNL_FLAG_DOIT_UNLOCKED
Florian Westphal
1
-0
/
+15
2017-08-09
rtnetlink: protect handler table with rcu
Florian Westphal
1
-56
/
+65
2017-08-09
rtnetlink: small rtnl lock pushdown
Florian Westphal
1
-6
/
+13
2017-08-09
rtnetlink: add reference counting to prevent module unload while dump is in p...
Florian Westphal
1
-1
/
+13
2017-08-09
rtnetlink: make rtnl_register accept a flags parameter
Florian Westphal
1
-18
/
+18
2017-08-09
rtnetlink: call rtnl_calcit directly
Florian Westphal
1
-25
/
+4
2017-07-20
rtnetlink: allocate more memory for dev_set_mac_address()
WANG Cong
1
-1
/
+2
2017-07-19
Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"
David Ahern
1
-0
/
+1
2017-07-01
net: convert sk_buff.users from atomic_t to refcount_t
Reshetova, Elena
1
-1
/
+1
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.slave_validate
Matthias Schiffer
1
-1
/
+2
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelink
Matthias Schiffer
1
-1
/
+2
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.validate
Matthias Schiffer
1
-1
/
+1
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.changelink
Matthias Schiffer
1
-1
/
+1
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.newlink
Matthias Schiffer
1
-1
/
+2
2017-06-23
xdp: add reporting of offload mode
Jakub Kicinski
1
-3
/
+3
2017-06-23
xdp: add HW offload mode flag for installing programs
Jakub Kicinski
1
-2
/
+2
2017-06-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2017-06-21
rtnetlink: add restricted rtnl groups for ipv4 and ipv6 mroute
Julien Gomes
1
-0
/
+13
2017-06-20
rtnetlink: add IFLA_GROUP to ifla_policy
Serhey Popovych
1
-0
/
+2
2017-06-16
net: Add IFLA_XDP_PROG_ID
Martin KaFai Lau
1
-6
/
+21
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2017-06-08
net: Zero ifla_vf_info in rtnl_fill_vfinfo()
Mintz, Yuval
1
-1
/
+2
2017-05-31
rtnetlink: use the new rtnl_get_event() interface
Vlad Yasevich
1
-1
/
+1
2017-05-27
rtnl: Add support for netdev event to link messages
Vlad Yasevich
1
-9
/
+56
[next]