summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)Author
2013-02-04netns: fdb: allow unprivileged users to add/del fdb entriesGao feng
2013-01-07ethtool: set addr_assign_type to NET_ADDR_SET when addr is passed on createJiri Pirko
2013-01-04bonding: remove usage of dev->masterJiri Pirko
2013-01-04rtnetlink: remove usage of dev->masterJiri Pirko
2013-01-04rtnl: use dev_set_mac_address() instead of plain ndo_Jiri Pirko
2012-12-28rtnl: expose carrier value with possibility to set itJiri Pirko
2012-11-30rtnelink: remove unused parameter from rtnl_create_link().Rami Rosen
2012-11-19net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman
2012-11-19net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-03net: fix bridge notify hook to manage flags correctlyJohn Fastabend
2012-11-03rtnetlink: Use nlmsg type RTM_NEWNEIGH from dflt fdb dumpJohn Fastabend
2012-11-03net: Fix continued iteration in rtnl_bridge_getlink()Ben Hutchings
2012-10-31ixgbe: add setlink, getlink support to ixgbe and ixgbevfJohn Fastabend
2012-10-31net: set and query VEB/VEPA bridge mode via PF_BRIDGEJohn Fastabend
2012-10-31net: create generic bridge opsJohn Fastabend
2012-10-23netlink: cleanup the unnecessary return value checkHans Zhang
2012-10-01netlink: add attributes to fdb interfacestephen hemminger
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso
2012-09-08netlink: kill netlink_set_nonrootPablo Neira Ayuso
2012-08-23net: remove delay at device dismantleEric Dumazet
2012-08-09net: Allow to create links with given ifindexPavel Emelyanov
2012-08-09time: jiffies_delta_to_clock_t() helper to the rescueEric Dumazet
2012-08-01Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-07-30ipv6: fix incorrect route 'expires' value passed to userspaceLi Wei
2012-07-27net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc
2012-07-22rtnl: Add #ifdef CONFIG_RPS around num_rx_queues referenceMark A. Greer
2012-07-20rtnl: allow to specify number of rx and tx queues on device creationJiri Pirko
2012-07-20rtnl: allow to specify different num for rx and tx queue countJiri Pirko
2012-07-15net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o
2012-07-11net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-07-11rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo().David S. Miller
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso
2012-06-27netlink: Get rid of obsolete rtnetlink macrosThomas Graf
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-04-15net: rtnetlink notify events for FDB NTF_SELF adds and deletesJohn Fastabend
2012-04-15net: add fdb generic dump routineJohn Fastabend
2012-04-15net: add generic PF_BRIDGE:RTM_ FDB hooksJohn Fastabend
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-13rtnetlink & bonding: change args got get_tx_queuesstephen hemminger
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-02net: Report dev->promiscuity in netlink reports.Ben Greear
2012-04-02rtnetlink: Stop using NLA_PUT*().David S. Miller
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-03-05rtnetlink: fix rtnl_calcit() and rtnl_dump_ifinfo()Eric Dumazet
2012-03-01rtnetlink: Fix VF IFLA policyGreg Rose
2012-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso