aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-21rtnetlink: remove rtnl_kill_linksstephen hemminger1-8/+0
2010-08-23net: copy_rtnl_link_stats64() simplificationEric Dumazet1-30/+1
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet1-1/+1
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet1-1/+2
2010-06-12net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings1-3/+3
2010-05-28netlink: bug fix: wrong size was calculated for vfinfo list blobScott Feldman1-5/+6
2010-05-28netlink: bug fix: don't overrun skbs on vf_port dumpScott Feldman1-6/+9
2010-05-23rtnetlink: Fix error handling in do_setlink()David Howells1-1/+3
2010-05-17net: Add netlink support for virtual port management (was iovnl)Scott Feldman1-1/+168
2010-05-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-49/+110
2010-05-16rtnetlink: make SR-IOV VF interface symmetricChris Wright1-49/+110
2010-04-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/ipmr-2.6David S. Miller1-7/+7
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+3
2010-04-26net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy1-7/+7