summaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg headerAsbjoern Sloth Toennesen2013-08-131-1/+1
* rtnetlink: Fix inverted check in ndo_dflt_fdb_del()Sridhar Samudrala2013-08-101-1/+1
* rtnetlink: allow using zero MAC address in rtnl_fdb_{add,del}Mike Rapoport2013-06-251-8/+0
* net/core: Add VF link state controlRony Efraim2013-06-131-2/+20
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-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
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-6/+6
* netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-081-1/+1
* netlink: kill netlink_set_nonrootPablo Neira Ayuso2012-09-081-1/+1
* net: remove delay at device dismantleEric Dumazet2012-08-221-1/+1
* net: Allow to create links with given ifindexPavel Emelyanov2012-08-091-5/+7
* time: jiffies_delta_to_clock_t() helper to the rescueEric Dumazet2012-08-091-1/+1
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-311-0/+1
|\
| * net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o2012-07-141-0/+1
OpenPOWER on IntegriCloud