Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / drivers / net / ifb.c
2010-05-10 Eric Dumazetnet: trans_start cleanups
2009-11-20 Eric Dumazetnet: rename skb->iif to skb->skb_iif
2009-11-02 Eric Dumazetifb: RCU locking avoids touching dev refcount
2009-10-23 Eric Dumazetifb: should not use __dev_get_by_index() without locks
2009-09-01 Stephen Hemmingernetdev: convert pseudo drivers to netdev_tx_t
2009-07-06 Patrick McHardynet: convert remaining non-symbolic return values in...
2009-05-19 Eric Dumazetnet: release dst entry in dev_hard_start_xmit()
2008-11-21 Stephen Hemmingernetdev: add more functions to netdevice ops
2008-11-20 Stephen Hemmingerifb: convert to net_device_ops
2008-07-31 David S. Millernetdev: Fix lockdep warnings in multiqueue configurations.
2008-07-18 David S. Millerpkt_sched: Kill netdev_queue lock.
2008-07-18 David S. Millernetdev: Allocate multiple queues for TX.
2008-07-09 David S. Millernetdev: The ingress_lock member is no longer needed.
2008-07-09 David S. Millernetdev: Move queue_lock into struct netdev_queue.
2008-03-21 Jarek Poplawski[NET] ifb: set separate lockdep classes for queue locks
2007-10-10 Jeff Garzik[NET] drivers/net: statistics cleanup #1 -- save memory...
2007-10-10 Ralf Baechle[NET]: Nuke SET_MODULE_OWNER macro.
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-07-12 Patrick McHardy[RTNETLINK]: rtnl_link: allow specifying initial device...
2007-07-12 Patrick McHardy[RTNETLINK]: rtnl_link API simplification
2007-07-11 Patrick McHardy[IFB]: Use rtnl_link API
2007-07-11 Patrick McHardy[IFB]: Keep ifb devices on list
2007-03-29 Patrick McHardy[IFB]: Fix crash on input device removal
2007-01-30 Linus TorvaldsRevert "net: ifb error path loop fix"
2007-01-30 Mariusz Kozlowskinet: ifb error path loop fix
2007-01-04 dean gaudet[NET]: ifb double-counts packets
2006-10-03 Zach Brown[PATCH] pr_debug: ifb: replace missing comma to separat...
2006-09-13 Jeff Garzikdrivers/net: Trim trailing whitespace
2006-07-21 Nicolas Dichtel[IFB] After ifb_init_one() failed, i is increased....
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-18 Herbert Xu[NET]: Add netif_tx_lock
2006-02-24 Richard Lucassen[NET]: Increase default IFB device count.
2006-01-09 Jamal Hadi Salim[NET]: Add IFB (Intermediate Functional Block) network...