aboutsummaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)Author
2015-03-18rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong
2015-03-18rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann
2015-02-26bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu
2014-12-16rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel
2014-06-26rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt
2014-06-26net: force a list_del() in unregister_netdevice_many()Eric Dumazet
2014-06-26net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-05-30rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson
2014-05-30rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson
2014-04-14rtnetlink: fix fdb notification flagsNicolas Dichtel
2013-09-14rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg headerAsbjoern Sloth Toennesen
2013-09-14rtnetlink: Fix inverted check in ndo_dflt_fdb_del()Sridhar Samudrala
2013-04-25net: fix address check in rtnl_fdb_delVlad Yasevich
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-08rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-29net: rtnetlink: fdb dflt dump must set idx used for cb->arg[0]John Fastabend
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo
2013-03-27rtnetlink: fix error return code in rtnl_link_fill()Wei Yongjun
2013-03-24ipv4: provide addr and netconf dump consistency infoNicolas Dichtel
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-17vxlan: generalize forwarding tablesDavid Stevens
2013-03-17rtnetlink: Mask the rta_type when range checkingVlad Yasevich
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-10rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause
2013-03-07net: generic fdb support for drivers without ndo_fdb_<op>Vlad Yasevich
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich
2013-02-13bridge: Dump vlan information from a bridge portVlad Yasevich
2013-02-13bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich
2013-02-04netns: fdb: allow unprivileged users to add/del fdb entriesGao feng
2013-01-06ethtool: set addr_assign_type to NET_ADDR_SET when addr is passed on createJiri Pirko
2013-01-04bonding: remove usage of dev->masterJiri Pirko
2013-01-04rtnetlink: remove usage of dev->masterJiri Pirko
2013-01-03rtnl: use dev_set_mac_address() instead of plain ndo_Jiri Pirko
2012-12-28rtnl: expose carrier value with possibility to set itJiri Pirko
2012-11-30rtnelink: remove unused parameter from rtnl_create_link().Rami Rosen
2012-11-18net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-03net: fix bridge notify hook to manage flags correctlyJohn Fastabend
2012-11-03rtnetlink: Use nlmsg type RTM_NEWNEIGH from dflt fdb dumpJohn Fastabend
2012-11-02net: Fix continued iteration in rtnl_bridge_getlink()Ben Hutchings
2012-10-31ixgbe: add setlink, getlink support to ixgbe and ixgbevfJohn Fastabend
2012-10-31net: set and query VEB/VEPA bridge mode via PF_BRIDGEJohn Fastabend
2012-10-31net: create generic bridge opsJohn Fastabend
2012-10-23netlink: cleanup the unnecessary return value checkHans Zhang
2012-10-01netlink: add attributes to fdb interfacestephen hemminger
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman