summaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c
Commit message (Expand)AuthorAgeFilesLines
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-2/+1Star
* bridge: Add vlan support to static neighborsVlad Yasevich2013-02-141-9/+17
* bridge: Dump vlan information from a bridge portVlad Yasevich2013-02-141-4/+12
* bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich2013-02-141-0/+72
* netns: fdb: allow unprivileged users to add/del fdb entriesGao feng2013-02-041-6/+0Star
* ethtool: set addr_assign_type to NET_ADDR_SET when addr is passed on createJiri Pirko2013-01-071-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-041-18/+2Star
* rtnl: expose carrier value with possibility to set itJiri Pirko2012-12-291-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-191-9/+4Star
* net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-191-1/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-111-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-031-16/+7Star
* | 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-021-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-091-1/+1
* netlink: kill netlink_set_nonrootPablo Neira Ayuso2012-09-091-1/+1
* net: remove delay at device dismantleEric Dumazet2012-08-231-1/+1
* net: Allow to create links with given ifindexPavel Emelyanov2012-08-101-5/+7
* time: jiffies_delta_to_clock_t() helper to the rescueEric Dumazet2012-08-101-1/+1
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-08-011-0/+1
|\
| * net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o2012-07-151-0/+1
* | ipv6: fix incorrect route 'expires' value passed to userspaceLi Wei2012-07-301-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-111-1/+1
* | rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo().David S. Miller2012-07-111-3/+1Star
* | netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-301-2/+7
* | netlink: Get rid of obsolete rtnetlink macrosThomas Graf2012-06-281-13/+0Star
|/
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-5/+3Star
* 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/+0Star
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* | net: Report dev->promiscuity in netlink reports.Ben Greear2012-04-021-0/+3
* | rtnetlink: Stop using NLA_PUT*().David S. Miller2012-04-021-32/+35
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-061-8/+10
|\