summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)Author
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
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2010-02-27rtnetlink: support specifying device flags on device creationPatrick McHardy
2010-02-27dev: support deferring device flag change notificationsPatrick McHardy
2010-02-27rtnetlink: handle rtnl_link netlink notifications manuallyPatrick McHardy
2010-02-27rtnetlink: ignore NETDEV_PRE_UP notifier in rtnetlink_event()Patrick McHardy
2010-02-26rtnetlink: clean up SR-IOV config interfaceWilliams, Mitch A
2010-02-25net: Add checking to rcu_dereference() primitivesPaul E. McKenney
2010-02-12rtnetlink: Add VF config code to rtnetlinkWilliams, Mitch A