Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / drivers / net / veth.c
2010-05-06 Eric Dumazetveth: Dont kfree_skb() after dev_forward_skb()
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-02-27 Patrick McHardyrtnetlink: support specifying device flags on device...
2010-02-17 Tejun Heopercpu: add __percpu sparse annotations to net drivers
2009-12-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-11-29 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-26 Arnd Bergmannveth: move loopback logic to common location
2009-11-19 Eric Dumazetveth: Fix veth_get_stats()
2009-11-08 Eric W. Biedermannet: Support specifying the network namespace upon...
2009-10-30 Eric Dumazetveth: Fix veth_dellink method
2009-10-28 Eric Dumazetnet: add a list_head parameter to dellink() method
2009-10-03 Christoph Lameterthis_cpu: Eliminate get/put_cpu
2009-09-02 Stephen Hemmingernetdev: drivers should make ethtool_ops const
2009-09-01 Stephen Hemmingernetdev: convert pseudo drivers to netdev_tx_t
2009-07-24 Ben Greearveth: Zero timestamp in xmit path.
2009-07-06 Patrick McHardynet: use NETDEV_TX_OK instead of 0 in ndo_start_xmit...
2009-06-25 David S. MillerRevert "veth: prevent oops caused by netdev destructor"
2009-05-29 Eric Dumazetveth: dont release skb->dst in veth_xmit()
2009-04-27 Stephen Hemmingerveth: prevent oops caused by netdev destructor
2009-03-04 Eric Biedermanveth: Allow setting the L3 MTU
2009-03-02 Eric W. Biedermanveth: Fix carrier detect
2009-02-22 Daniel Lezcanoveth : add the set_mac_address capability
2008-11-21 Stephen Hemmingernetdev: add more functions to netdevice ops
2008-11-20 Stephen Hemmingerveth: convert to net_device_ops
2008-10-29 Daniel Lezcanoveth: remove unused list
2008-10-29 Daniel Lezcanoveth: Remove useless veth field
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-02-20 Daniel Lezcanoveth: fix dev refcount race
2008-01-21 Patrick McHardy[NET]: rtnl_link: fix use-after-free
2007-12-27 Stephen Hemminger[VETH]: move veth.h to include/linux
2007-10-10 Jeff Garzik[netdrvr] Stop using legacy hooks ->self_test_count...
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-10-10 Pavel Emelyanov[NET]: Virtual ethernet device driver.