aboutsummaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)Author
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
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan
2009-12-13net: Fix userspace RTM_NEWLINK notifications.Eric W. Biederman
2009-11-08net: Support specifying the network namespace upon device creation.Eric W. Biederman
2009-11-07rtnetlink: CleanupsEric Dumazet
2009-10-28net: add a list_head parameter to dellink() methodEric Dumazet
2009-10-24rtnetlink: speedup rtnl_dump_ifinfo()Eric Dumazet
2009-10-22rtnetlink: rtnl_setlink() and rtnl_getlink() changesEric Dumazet
2009-09-06net_sched: reintroduce dev->qdisc for use by sch_apiPatrick McHardy
2009-09-02vlan: multiqueue vlan deviceEric Dumazet
2009-07-12net: move and export get_net_ns_by_pidJohannes Berg
2009-02-24netlink: change nlmsg_notify() return value logicPablo Neira Ayuso
2008-11-19netdev: introduce dev_get_stats()Stephen Hemminger
2008-11-19netdev: network device operations infrastructureStephen Hemminger
2008-11-16rtnetlink: propagate error from dev_change_flags in do_setlink()Johannes Berg
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg
2008-10-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-10-07net: Fix netdev_run_todo dead-lockHerbert Xu
2008-09-22net: network device name ifalias supportStephen Hemminger