aboutsummaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
Commit message (Expand)AuthorAgeFilesLines
* UPSTREAM: net: fix infoleak in rtnetlinkKangjie Lu2016-06-161-8/+10
* rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong2015-03-181-2/+10
* rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann2015-03-181-8/+4
* bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu2015-02-261-1/+5
* rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel2014-12-161-0/+1
* rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt2014-06-261-4/+18
* net: force a list_del() in unregister_netdevice_many()Eric Dumazet2014-06-261-1/+0
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-06-261-9/+11
* rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson2014-05-301-6/+10
* rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson2014-05-301-5/+12
* rtnetlink: fix fdb notification flagsNicolas Dichtel2014-04-141-4/+6
* rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg headerAsbjoern Sloth Toennesen2013-09-141-1/+1
* rtnetlink: Fix inverted check in ndo_dflt_fdb_del()Sridhar Samudrala2013-09-141-1/+1
* net: fix address check in rtnl_fdb_delVlad Yasevich2013-04-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-221-2/+2
|\
| * rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch2013-04-081-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-011-1/+3
|\|
| * rtnetlink: fix error return code in rtnl_link_fill()Wei Yongjun2013-03-271-1/+3
* | net: rtnetlink: fdb dflt dump must set idx used for cb->arg[0]John Fastabend2013-03-291-2/+2
* | net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-2/+2
* | ipv4: provide addr and netconf dump consistency infoNicolas Dichtel2013-03-241-1/+4
* | rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-221-73/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-201-1/+1
|\|
| * rtnetlink: Mask the rta_type when range checkingVlad Yasevich2013-03-171-1/+1
* | vxlan: generalize forwarding tablesDavid Stevens2013-03-171-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-121-0/+1
|\|
| * rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause2013-03-101-0/+1
* | net: generic fdb support for drivers without ndo_fdb_<op>Vlad Yasevich2013-03-071-6/+75
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
* bridge: Add vlan support to static neighborsVlad Yasevich2013-02-131-9/+17
* bridge: Dump vlan information from a bridge portVlad Yasevich2013-02-131-4/+12
* bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich2013-02-131-0/+72
* netns: fdb: allow unprivileged users to add/del fdb entriesGao feng2013-02-041-6/+0
* ethtool: set addr_assign_type to NET_ADDR_SET when addr is passed on createJiri Pirko2013-01-061-1/+3
* bonding: remove usage of dev->masterJiri Pirko2013-01-041-0/+1
* rtnetlink: remove usage of dev->masterJiri Pirko2013-01-041-32/+37
* rtnl: use dev_set_mac_address() instead of plain ndo_Jiri Pirko2013-01-031-18/+2
* rtnl: expose carrier value with possibility to set itJiri Pirko2012-12-281-0/+10
* rtnelink: remove unused parameter from rtnl_create_link().Rami Rosen2012-11-301-2/+2
* net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman2012-11-181-9/+4
* net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-181-1/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-101-1/+2
|\
| * rtnetlink: Use nlmsg type RTM_NEWNEIGH from dflt fdb dumpJohn Fastabend2012-11-031-1/+2
* | net: fix bridge notify hook to manage flags correctlyJohn Fastabend2012-11-031-8/+18
* | net: Fix continued iteration in rtnl_bridge_getlink()Ben Hutchings2012-11-021-16/+7
* | ixgbe: add setlink, getlink support to ixgbe and ixgbevfJohn Fastabend2012-10-311-0/+50
* | net: set and query VEB/VEPA bridge mode via PF_BRIDGEJohn Fastabend2012-10-311-4/+81
* | net: create generic bridge opsJohn Fastabend2012-10-311-0/+80
* | netlink: cleanup the unnecessary return value checkHans Zhang2012-10-231-3/+3
|/
* netlink: add attributes to fdb interfacestephen hemminger2012-10-011-2/+4