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
2015-03-18
rtnetlink: call ->dellink on failure when ->newlink exists
WANG Cong
1
-2
/
+10
2015-03-18
rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARY
Daniel Borkmann
1
-8
/
+4
2015-02-26
bridge: dont send notification when skb->len == 0 in rtnl_bridge_notify
Roopa Prabhu
1
-1
/
+5
2014-12-16
rtnetlink: release net refcnt on error in do_setlink()
Nicolas Dichtel
1
-0
/
+1
2014-06-26
rtnetlink: fix userspace API breakage for iproute2 < v3.9.0
Michal Schmidt
1
-4
/
+18
2014-06-26
net: force a list_del() in unregister_netdevice_many()
Eric Dumazet
1
-1
/
+0
2014-06-26
net: Use netlink_ns_capable to verify the permisions of netlink messages
Eric W. Biederman
1
-9
/
+11
2014-05-30
rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is set
David Gibson
1
-6
/
+10
2014-05-30
rtnetlink: Warn when interface's information won't fit in our packet
David Gibson
1
-5
/
+12
2014-04-14
rtnetlink: fix fdb notification flags
Nicolas Dichtel
1
-4
/
+6
2013-09-14
rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg header
Asbjoern Sloth Toennesen
1
-1
/
+1
2013-09-14
rtnetlink: Fix inverted check in ndo_dflt_fdb_del()
Sridhar Samudrala
1
-1
/
+1
2013-04-25
net: fix address check in rtnl_fdb_del
Vlad Yasevich
1
-1
/
+1
2013-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2013-04-08
rtnetlink: Call nlmsg_parse() with correct header length
Michael Riesch
1
-2
/
+2
2013-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2013-03-29
net: rtnetlink: fdb dflt dump must set idx used for cb->arg[0]
John Fastabend
1
-2
/
+2
2013-03-28
net-next: replace obsolete NLMSG_* with type safe nlmsg_*
Hong zhi guo
1
-2
/
+2
2013-03-27
rtnetlink: fix error return code in rtnl_link_fill()
Wei Yongjun
1
-1
/
+3
2013-03-24
ipv4: provide addr and netconf dump consistency info
Nicolas Dichtel
1
-1
/
+4
2013-03-22
rtnetlink: Remove passing of attributes into rtnl_doit functions
Thomas Graf
1
-73
/
+9
2013-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2013-03-17
vxlan: generalize forwarding tables
David Stevens
1
-1
/
+1
2013-03-17
rtnetlink: Mask the rta_type when range checking
Vlad Yasevich
1
-1
/
+1
2013-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2013-03-10
rtnl: fix info leak on RTM_GETLINK request for VF devices
Mathias Krause
1
-0
/
+1
2013-03-07
net: generic fdb support for drivers without ndo_fdb_<op>
Vlad Yasevich
1
-6
/
+75
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
1
-2
/
+1
2013-02-13
bridge: Add vlan support to static neighbors
Vlad Yasevich
1
-9
/
+17
2013-02-13
bridge: Dump vlan information from a bridge port
Vlad Yasevich
1
-4
/
+12
2013-02-13
bridge: Add netlink interface to configure vlans on bridge ports
Vlad Yasevich
1
-0
/
+72
2013-02-04
netns: fdb: allow unprivileged users to add/del fdb entries
Gao feng
1
-6
/
+0
2013-01-06
ethtool: set addr_assign_type to NET_ADDR_SET when addr is passed on create
Jiri Pirko
1
-1
/
+3
2013-01-04
bonding: remove usage of dev->master
Jiri Pirko
1
-0
/
+1
2013-01-04
rtnetlink: remove usage of dev->master
Jiri Pirko
1
-32
/
+37
2013-01-03
rtnl: use dev_set_mac_address() instead of plain ndo_
Jiri Pirko
1
-18
/
+2
2012-12-28
rtnl: expose carrier value with possibility to set it
Jiri Pirko
1
-0
/
+10
2012-11-30
rtnelink: remove unused parameter from rtnl_create_link().
Rami Rosen
1
-2
/
+2
2012-11-18
net: Enable a userns root rtnl calls that are safe for unprivilged users
Eric W. Biederman
1
-9
/
+4
2012-11-18
net: Push capable(CAP_NET_ADMIN) into the rtnl methods
Eric W. Biederman
1
-1
/
+16
2012-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2012-11-03
net: fix bridge notify hook to manage flags correctly
John Fastabend
1
-8
/
+18
2012-11-03
rtnetlink: Use nlmsg type RTM_NEWNEIGH from dflt fdb dump
John Fastabend
1
-1
/
+2
2012-11-02
net: Fix continued iteration in rtnl_bridge_getlink()
Ben Hutchings
1
-16
/
+7
2012-10-31
ixgbe: add setlink, getlink support to ixgbe and ixgbevf
John Fastabend
1
-0
/
+50
2012-10-31
net: set and query VEB/VEPA bridge mode via PF_BRIDGE
John Fastabend
1
-4
/
+81
2012-10-31
net: create generic bridge ops
John Fastabend
1
-0
/
+80
2012-10-23
netlink: cleanup the unnecessary return value check
Hans Zhang
1
-3
/
+3
2012-10-01
netlink: add attributes to fdb interface
stephen hemminger
1
-2
/
+4
2012-09-10
netlink: Rename pid to portid to avoid confusion
Eric W. Biederman
1
-6
/
+6
[next]