summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-11rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet1-0/+3
2019-02-11rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel1-0/+10
2018-12-17rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet1-0/+6
2018-11-20rtnetlink: validate attributes in do_setlink()Eric Dumazet1-4/+4
2018-01-01net: enable interface alias removal via rtnlNicolas Dichtel1-1/+4
2017-09-15rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych1-0/+2
2017-02-23rtnetlink: fix rtnl_vfinfo_sizeSabrina Dubroca1-3/+4
2017-02-23rtnl: reset calcit fptr in rtnl_unregister()Mathias Krause1-0/+1
2016-06-15net: fix infoleak in rtnetlinkKangjie Lu1-8/+10
2015-08-27rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann1-81/+85
2015-04-13net: use for_each_netdev_safe() in rtnl_group_changelink()WANG Cong1-2/+2
2015-03-12rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong1-2/+10
2015-03-12rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann1-12/+6
2015-02-10bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu1-1/+5
2014-12-15rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel1-0/+1
2014-10-15rtnetlink: fix VF info sizeJiri Benc1-1/+2
2014-06-12rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt1-4/+18
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-06-12net/core: Add VF link state control policyDoug Ledford1-0/+2
2014-06-09net: force a list_del() in unregister_netdevice_many()Eric Dumazet1-1/+0
2014-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2014-06-04rtnetlink: fix a memory leak when ->newlink failsCong Wang1-3/+7
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+32
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty1-6/+32
2014-05-15rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang1-1/+32
2014-04-24rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson1-6/+10
2014-04-24rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson1-5/+12
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-9/+11
2014-04-01net-sysfs: expose number of carrier on/off changesdavid decotigny1-1/+5
2014-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2014-03-21rtnetlink: fix fdb notification flagsNicolas Dichtel1-4/+6
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+12
2014-02-19rtnl: make ifla_policy staticJiri Pirko1-51/+56
2014-02-14net: correct error path in rtnl_newlink()Cong Wang1-7/+12
2014-02-05rtnetlink: fix oops in rtnl_link_get_slave_info_data_sizeFernando Luis Vazquez Cao1-1/+1
2014-01-24rtnetlink: remove check for fill_slave_info in rtnl_have_link_slave_infoJiri Pirko1-2/+1
2014-01-23bonding: convert netlink to use slave data info apiJiri Pirko1-51/+0
2014-01-23rtnetlink: provide api for getting and setting slave infoJiri Pirko1-20/+138
2014-01-23rtnetlink: put "BOND" into nl attribute names which are related to bondingJiri Pirko1-8/+8
2014-01-18bonding: add netlink attributes to slave link devsfeldma@cumulusnetworks.com1-0/+54
2014-01-02netlink: cleanup rntl_af_registerstephen hemminger1-20/+2
2013-10-26net: fix rtnl notification in atomic contextAlexei Starovoitov1-4/+5
2013-09-30dev: update __dev_notify_flags() to send rtnl msgNicolas Dichtel1-2/+1
2013-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-08-15rtnetlink: remove an unneeded testDan Carpenter1-2/+2
2013-08-14rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg headerAsbjoern Sloth Toennesen1-1/+1
2013-08-10rtnetlink: Fix inverted check in ndo_dflt_fdb_del()Sridhar Samudrala1-1/+1
2013-07-31rtnl: export physical port id via RT netlinkJiri Pirko1-1/+24
2013-06-25rtnetlink: allow using zero MAC address in rtnl_fdb_{add,del}Mike Rapoport1-8/+0
2013-06-14net/core: Add VF link state controlRony Efraim1-2/+20