aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-08rtnetlink: fix VF info sizeJiri Benc1-1/+2
2014-07-16rtnetlink: Drop unnecessary return value from ndo_dflt_fdb_delAlexander Duyck1-4/+2
2014-07-15net: rtnetlink - make create_link take name_assign_typeTom Gundersen1-4/+8
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+2
2014-07-10bridge: netlink dump interface at par with brctlJamal Hadi Salim1-16/+58
2014-07-10bridge: fdb dumping takes a filter deviceJamal Hadi Salim1-3/+6
2014-07-01rtnetlink: allow to register ops without ops->setup setJiri Pirko1-2/+10
2014-06-12rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt1-4/+18
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-06-11net/core: Add VF link state control policyDoug Ledford1-0/+2
2014-06-08net: force a list_del() in unregister_netdevice_many()Eric Dumazet1-1/+0
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2014-06-03rtnetlink: 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 through ip tool.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-03-31net-sysfs: expose number of carrier on/off changesdavid decotigny1-1/+5
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2014-03-20rtnetlink: 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-18rtnl: make ifla_policy staticJiri Pirko1-51/+56
2014-02-13net: correct error path in rtnl_newlink()Cong Wang1-7/+12
2014-02-04rtnetlink: fix oops in rtnl_link_get_slave_info_data_sizeFernando Luis Vazquez Cao1-1/+1
2014-01-23rtnetlink: remove check for fill_slave_info in rtnl_have_link_slave_infoJiri Pirko1-2/+1
2014-01-22bonding: convert netlink to use slave data info apiJiri Pirko1-51/+0
2014-01-22rtnetlink: provide api for getting and setting slave infoJiri Pirko1-20/+138
2014-01-22rtnetlink: put "BOND" into nl attribute names which are related to bondingJiri Pirko1-8/+8
2014-01-17bonding: add netlink attributes to slave link devsfeldma@cumulusnetworks.com1-0/+54
2014-01-01netlink: cleanup rntl_af_registerstephen hemminger1-20/+2
2013-10-25net: 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-16Merge 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-13rtnetlink: 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-30rtnl: 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-13net/core: Add VF link state controlRony Efraim1-2/+20
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-04-25net: fix address check in rtnl_fdb_delVlad Yasevich1-1/+1
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-04-08rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch1-2/+2
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2013-03-29net: rtnetlink: fdb dflt dump must set idx used for cb->arg[0]John Fastabend1-2/+2
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo1-2/+2
2013-03-27rtnetlink: fix error return code in rtnl_link_fill()Wei Yongjun1-1/+3
2013-03-24ipv4: provide addr and netconf dump consistency infoNicolas Dichtel1-1/+4