summaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: Mask the rta_type when range checkingVlad Yasevich2013-03-171-1/+1
* rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause2013-03-101-0/+1
* 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
* | ipv6: fix incorrect route 'expires' value passed to userspaceLi Wei2012-07-291-2/+6
* | net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc2012-07-271-1/+7
* | rtnl: Add #ifdef CONFIG_RPS around num_rx_queues referenceMark A. Greer2012-07-221-0/+2
* | rtnl: allow to specify number of rx and tx queues on device creationJiri Pirko2012-07-201-2/+13
* | rtnl: allow to specify different num for rx and tx queue countJiri Pirko2012-07-201-8/+8
* | net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-1/+1
* | rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo().David S. Miller2012-07-101-3/+1
* | netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-291-2/+7
* | netlink: Get rid of obsolete rtnetlink macrosThomas Graf2012-06-271-13/+0
|/
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-5/+3
* net: rtnetlink notify events for FDB NTF_SELF adds and deletesJohn Fastabend2012-04-151-2/+33
* net: add fdb generic dump routineJohn Fastabend2012-04-151-0/+84
* net: add generic PF_BRIDGE:RTM_ FDB hooksJohn Fastabend2012-04-151-0/+152
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-3/+3
* rtnetlink & bonding: change args got get_tx_queuesstephen hemminger2012-04-131-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-101-1/+0
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | net: Report dev->promiscuity in netlink reports.Ben Greear2012-04-021-0/+3