summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)Author
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
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-13rtnetlink: implement setting of master deviceJiri Pirko
2011-01-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-30net: Fix ip link add netns oopsEric W. Biederman
2011-01-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-27net: fix validate_link_af in rtnetlink coreKurt Van Dijck
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-20rtnetlink: fix link attribute validation with IFLA_GROUPPatrick McHardy
2011-01-19netlink: support setting devgroup parametersVlad Dogaru
2011-01-19net_device: add support for network device groupsVlad Dogaru
2011-01-19Revert "netlink: test for all flags of the NLM_F_DUMP composite"David S. Miller
2011-01-09netlink: test for all flags of the NLM_F_DUMP compositeJan Engelhardt
2010-11-27rtnl: make link af-specific updates atomicThomas Graf
2010-11-17rtnetlink: Link address family APIThomas Graf
2010-11-12rtnetlink: Fix message size calculation for link messagesThomas Graf
2010-10-21rtnetlink: remove rtnl_kill_linksstephen hemminger
2010-08-23net: copy_rtnl_link_stats64() simplificationEric Dumazet
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet
2010-06-12net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings
2010-05-28netlink: bug fix: wrong size was calculated for vfinfo list blobScott Feldman
2010-05-28netlink: bug fix: don't overrun skbs on vf_port dumpScott Feldman
2010-05-23rtnetlink: Fix error handling in do_setlink()David Howells
2010-05-17net: Add netlink support for virtual port management (was iovnl)Scott Feldman
2010-05-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-05-16rtnetlink: make SR-IOV VF interface symmetricChris Wright
2010-04-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-26net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy
2010-04-22rtnetlink: potential ERR_PTR dereferenceDan Carpenter
2010-04-13net: fib_rules: decouple address families from real address familiesPatrick McHardy
2010-03-27net: increase preallocated size of nlmsg to accomodate for IFLA_STATS64Jan Engelhardt
2010-03-27net: fix unaligned access in IFLA_STATS64Jan Engelhardt
2010-03-21net: rtnetlink: ignore NETDEV_PRE_TYPE_CHANGE in rtnetlink_event()Patrick McHardy
2010-03-16net: core: add IFLA_STATS64 supportJan Engelhardt