开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
rtnetlink.c
Age
Commit message (
Expand
)
Author
2016-05-19
net: fix infoleak in rtnetlink
Kangjie Lu
2015-08-27
rtnetlink: verify IFLA_VF_INFO attributes before passing them to driver
Daniel Borkmann
2015-03-12
rtnetlink: call ->dellink on failure when ->newlink exists
WANG Cong
2015-03-12
rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARY
Daniel Borkmann
2015-02-10
bridge: dont send notification when skb->len == 0 in rtnl_bridge_notify
Roopa Prabhu
2015-01-06
rtnetlink: release net refcnt on error in do_setlink()
Nicolas Dichtel
2014-10-17
rtnetlink: fix VF info size
Jiri Benc
2014-06-23
rtnetlink: fix userspace API breakage for iproute2 < v3.9.0
Michal Schmidt
2014-06-23
net: force a list_del() in unregister_netdevice_many()
Eric Dumazet
2014-06-23
net: Use netlink_ns_capable to verify the permisions of netlink messages
Eric W. Biederman
2014-05-29
rtnetlink: wait for unregistering devices in rtnl_link_unregister()
Cong Wang
2014-05-29
rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is set
David Gibson
2014-05-29
rtnetlink: Warn when interface's information won't fit in our packet
David Gibson
2014-04-18
rtnetlink: fix fdb notification flags
Nicolas Dichtel
2013-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-08-15
rtnetlink: remove an unneeded test
Dan Carpenter
2013-08-13
rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg header
Asbjoern Sloth Toennesen
2013-08-10
rtnetlink: Fix inverted check in ndo_dflt_fdb_del()
Sridhar Samudrala
2013-07-30
rtnl: export physical port id via RT netlink
Jiri Pirko
2013-06-25
rtnetlink: allow using zero MAC address in rtnl_fdb_{add,del}
Mike Rapoport
2013-06-13
net/core: Add VF link state control
Rony Efraim
2013-05-28
net: pass info struct via netdevice notifier
Jiri Pirko
2013-04-25
net: fix address check in rtnl_fdb_del
Vlad Yasevich
2013-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-04-08
rtnetlink: Call nlmsg_parse() with correct header length
Michael Riesch
2013-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-03-29
net: rtnetlink: fdb dflt dump must set idx used for cb->arg[0]
John Fastabend
2013-03-28
net-next: replace obsolete NLMSG_* with type safe nlmsg_*
Hong zhi guo
2013-03-27
rtnetlink: fix error return code in rtnl_link_fill()
Wei Yongjun
2013-03-24
ipv4: provide addr and netconf dump consistency info
Nicolas Dichtel
2013-03-22
rtnetlink: Remove passing of attributes into rtnl_doit functions
Thomas Graf
2013-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-03-17
vxlan: generalize forwarding tables
David Stevens
2013-03-17
rtnetlink: Mask the rta_type when range checking
Vlad Yasevich
2013-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-03-10
rtnl: fix info leak on RTM_GETLINK request for VF devices
Mathias Krause
2013-03-07
net: generic fdb support for drivers without ndo_fdb_<op>
Vlad Yasevich
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-13
bridge: Add vlan support to static neighbors
Vlad Yasevich
2013-02-13
bridge: Dump vlan information from a bridge port
Vlad Yasevich
2013-02-13
bridge: Add netlink interface to configure vlans on bridge ports
Vlad Yasevich
2013-02-04
netns: fdb: allow unprivileged users to add/del fdb entries
Gao feng
2013-01-06
ethtool: set addr_assign_type to NET_ADDR_SET when addr is passed on create
Jiri Pirko
2013-01-04
bonding: remove usage of dev->master
Jiri Pirko
2013-01-04
rtnetlink: remove usage of dev->master
Jiri Pirko
2013-01-03
rtnl: use dev_set_mac_address() instead of plain ndo_
Jiri Pirko
2012-12-28
rtnl: expose carrier value with possibility to set it
Jiri Pirko
2012-11-30
rtnelink: remove unused parameter from rtnl_create_link().
Rami Rosen
2012-11-18
net: Enable a userns root rtnl calls that are safe for unprivilged users
Eric W. Biederman
2012-11-18
net: Push capable(CAP_NET_ADMIN) into the rtnl methods
Eric W. Biederman
[next]