aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-30rtnelink: remove unused parameter from rtnl_create_link().Rami Rosen1-2/+2
2012-11-18net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman1-9/+4
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman1-1/+16
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-11-03net: fix bridge notify hook to manage flags correctlyJohn Fastabend1-8/+18
2012-11-03rtnetlink: Use nlmsg type RTM_NEWNEIGH from dflt fdb dumpJohn Fastabend1-1/+2
2012-11-02net: Fix continued iteration in rtnl_bridge_getlink()Ben Hutchings1-16/+7
2012-10-31ixgbe: add setlink, getlink support to ixgbe and ixgbevfJohn Fastabend1-0/+50
2012-10-31net: set and query VEB/VEPA bridge mode via PF_BRIDGEJohn Fastabend1-4/+81
2012-10-31net: create generic bridge opsJohn Fastabend1-0/+80
2012-10-23netlink: cleanup the unnecessary return value checkHans Zhang1-3/+3
2012-10-01netlink: add attributes to fdb interfacestephen hemminger1-2/+4
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-6/+6
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso1-1/+1
2012-09-08netlink: kill netlink_set_nonrootPablo Neira Ayuso1-1/+1
2012-08-22net: remove delay at device dismantleEric Dumazet1-1/+1
2012-08-09net: Allow to create links with given ifindexPavel Emelyanov1-5/+7
2012-08-09time: jiffies_delta_to_clock_t() helper to the rescueEric Dumazet1-1/+1
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-0/+1
2012-07-29ipv6: fix incorrect route 'expires' value passed to userspaceLi Wei1-2/+6
2012-07-27net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc1-1/+7
2012-07-22rtnl: Add #ifdef CONFIG_RPS around num_rx_queues referenceMark A. Greer1-0/+2
2012-07-20rtnl: allow to specify number of rx and tx queues on device creationJiri Pirko1-2/+13
2012-07-20rtnl: allow to specify different num for rx and tx queue countJiri Pirko1-8/+8
2012-07-14net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o1-0/+1
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+1
2012-07-10rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo().David S. Miller1-3/+1
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso1-2/+7
2012-06-27netlink: Get rid of obsolete rtnetlink macrosThomas Graf1-13/+0
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-5/+3
2012-04-15net: rtnetlink notify events for FDB NTF_SELF adds and deletesJohn Fastabend1-2/+33
2012-04-15net: add fdb generic dump routineJohn Fastabend1-0/+84
2012-04-15net: add generic PF_BRIDGE:RTM_ FDB hooksJohn Fastabend1-0/+152
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-3/+3
2012-04-13rtnetlink & bonding: change args got get_tx_queuesstephen hemminger1-4/+4
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2012-04-02net: Report dev->promiscuity in netlink reports.Ben Greear1-0/+3
2012-04-02rtnetlink: Stop using NLA_PUT*().David S. Miller1-32/+35
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+10
2012-03-04rtnetlink: fix rtnl_calcit() and rtnl_dump_ifinfo()Eric Dumazet1-8/+10
2012-02-29rtnetlink: Fix VF IFLA policyGreg Rose1-0/+2
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-21/+57
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso1-2/+7
2012-02-21rtnetlink: Fix problem with buffer allocationGreg Rose1-21/+57
2012-01-26net: RTNETLINK adjusting values of min_ifinfo_dump_sizeStefan Gula1-0/+3
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-1/+1
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris1-1/+1
2011-12-14rtnetlink: rtnl_link_register() sanity testEric Dumazet1-11/+14
2011-10-16if_link: Add additional parameter to IFLA_VF_INFO for spoof checkingGreg Rose1-3/+30