summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)Author
2012-11-03rtnetlink: Use nlmsg type RTM_NEWNEIGH from dflt fdb dumpJohn Fastabend
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-22net: 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-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-07-29ipv6: 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-14net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-07-10rtnetlink: 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-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-03-04rtnetlink: fix rtnl_calcit() and rtnl_dump_ifinfo()Eric Dumazet
2012-02-29rtnetlink: Fix VF IFLA policyGreg Rose
2012-02-26Merge 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
2012-02-21rtnetlink: Fix problem with buffer allocationGreg Rose
2012-01-26net: RTNETLINK adjusting values of min_ifinfo_dump_sizeStefan Gula
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris
2011-12-14rtnetlink: rtnl_link_register() sanity testEric Dumazet
2011-10-16if_link: Add additional parameter to IFLA_VF_INFO for spoof checkingGreg Rose
2011-08-11rtnetlink: remove initialization of dev->real_num_tx_queuesJiri Pirko
2011-07-01rtnl: provide link dump consistency infoThomas Graf
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds
2011-05-25net: hold rtnl again in dump callbacksEric Dumazet
2011-05-22rtnetlink: ignore NETDEV_RELEASE and NETDEV_JOIN eventAmerigo Wang
2011-05-10net: Allow setting the network namespace by fdEric W. Biederman
2011-05-09net: use batched device unregister in veth and macvlanEric Dumazet
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko
2011-05-02net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet