summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann2015-10-271-91/+96
* if_link: Add an additional parameter to ifla_vf_info for RSS queryingVlad Zolotarov2015-10-271-6/+26
* rtnl: restore notifications for deleted interfacesNicolas Dichtel2015-07-201-3/+0
* rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel2015-06-151-0/+3
* net: do not use rcu in rtnl_dump_ifinfo()Eric Dumazet2015-03-141-3/+1
* rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong2015-03-141-2/+10
* rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann2015-03-141-12/+6
* 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-11-291-0/+1
* bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINKThomas Graf2014-11-261-5/+12
* bridge: Validate IFLA_BRIDGE_FLAGS attribute lengthThomas Graf2014-11-261-0/+6
* rtnl/do_setlink(): notify when a netdev is modifiedNicolas Dichtel2014-09-021-14/+21
* rtnl/do_setlink(): last arg is now a set of flagsNicolas Dichtel2014-09-021-21/+22
* rtnl/do_setlink(): set modified when IFLA_LINKMODE is updatedNicolas Dichtel2014-09-021-1/+5
* rtnl/do_setlink(): set modified when IFLA_TXQLEN is updatedNicolas Dichtel2014-09-021-2/+8
* rtnetlink: fix VF info sizeJiri Benc2014-08-081-1/+2
* rtnetlink: Drop unnecessary return value from ndo_dflt_fdb_delAlexander Duyck2014-07-161-4/+2
* net: rtnetlink - make create_link take name_assign_typeTom Gundersen2014-07-151-4/+8
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-2/+2
* bridge: netlink dump interface at par with brctlJamal Hadi Salim2014-07-101-16/+58
* bridge: fdb dumping takes a filter deviceJamal Hadi Salim2014-07-101-3/+6
* rtnetlink: allow to register ops without ops->setup setJiri Pirko2014-07-011-2/+10
* rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt2014-06-121-4/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-111-1/+2
|\
| * net/core: Add VF link state control policyDoug Ledford2014-06-111-0/+2
| * net: force a list_del() in unregister_netdevice_many()Eric Dumazet2014-06-081-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-031-3/+7
|\ \ | |/
| * rtnetlink: fix a memory leak when ->newlink failsCong Wang2014-06-031-3/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-1/+32
|\ \ | |/
| * rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang2014-05-151-1/+32
* | net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty2014-05-231-6/+32
|/
* rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson2014-04-241-6/+10
* rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson2014-04-241-5/+12
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-241-9/+11
* net-sysfs: expose number of carrier on/off changesdavid decotigny2014-03-311-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-251-4/+6
|\
| * rtnetlink: fix fdb notification flagsNicolas Dichtel2014-03-201-4/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-191-7/+12
|\ \ | |/
| * net: correct error path in rtnl_newlink()Cong Wang2014-02-131-7/+12
* | rtnl: make ifla_policy staticJiri Pirko2014-02-181-51/+56
|/
* rtnetlink: fix oops in rtnl_link_get_slave_info_data_sizeFernando Luis Vazquez Cao2014-02-041-1/+1
* rtnetlink: remove check for fill_slave_info in rtnl_have_link_slave_infoJiri Pirko2014-01-231-2/+1
* bonding: convert netlink to use slave data info apiJiri Pirko2014-01-221-51/+0
* rtnetlink: provide api for getting and setting slave infoJiri Pirko2014-01-221-20/+138
* rtnetlink: put "BOND" into nl attribute names which are related to bondingJiri Pirko2014-01-221-8/+8
* bonding: add netlink attributes to slave link devsfeldma@cumulusnetworks.com2014-01-171-0/+54
* netlink: cleanup rntl_af_registerstephen hemminger2014-01-011-20/+2
* net: fix rtnl notification in atomic contextAlexei Starovoitov2013-10-251-4/+5
* dev: update __dev_notify_flags() to send rtnl msgNicolas Dichtel2013-09-301-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-161-2/+2
|\