aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-11rtnetlink: remove initialization of dev->real_num_tx_queuesJiri Pirko1-1/+0
2011-07-01rtnl: provide link dump consistency infoThomas Graf1-0/+4
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-11/+49
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds1-1/+4
2011-05-25net: hold rtnl again in dump callbacksEric Dumazet1-2/+7
2011-05-22rtnetlink: ignore NETDEV_RELEASE and NETDEV_JOIN eventAmerigo Wang1-0/+2
2011-05-10net: Allow setting the network namespace by fdEric W. Biederman1-1/+4
2011-05-09net: use batched device unregister in veth and macvlanEric Dumazet1-1/+4
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko1-8/+0
2011-05-02net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet1-7/+5
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-02-13rtnetlink: implement setting of master deviceJiri Pirko1-0/+43
2011-01-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+3
2011-01-30net: Fix ip link add netns oopsEric W. Biederman1-0/+3
2011-01-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+1
2011-01-27net: fix validate_link_af in rtnetlink coreKurt Van Dijck1-2/+1
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-01-20rtnetlink: fix link attribute validation with IFLA_GROUPPatrick McHardy1-5/+8
2011-01-19netlink: support setting devgroup parametersVlad Dogaru1-4/+28
2011-01-19net_device: add support for network device groupsVlad Dogaru1-0/+6
2011-01-19Revert "netlink: test for all flags of the NLM_F_DUMP composite"David S. Miller1-1/+1
2011-01-09netlink: test for all flags of the NLM_F_DUMP compositeJan Engelhardt1-1/+1
2010-11-27rtnl: make link af-specific updates atomicThomas Graf1-5/+24
2010-11-17rtnetlink: Link address family APIThomas Graf1-2/+145
2010-11-12rtnetlink: Fix message size calculation for link messagesThomas Graf1-4/+5