summaryrefslogtreecommitdiffstats
path: root/drivers/net/ifb.c
Commit message (Expand)AuthorAgeFilesLines
* ifb: use the lockless variants of skb_queueChangli Gao2010-12-101-8/+6
* ifb: remove unused macro TX_TIMEOUTChangli Gao2010-12-101-2/+0
* ifb: remove the useless debug statsChangli Gao2010-12-101-19/+0
* ifb: goto resched directly if error happens and dp->tq isn't emptyChangli Gao2010-12-081-0/+2
* net: trans_start cleanupsEric Dumazet2010-05-101-1/+0
* net: rename skb->iif to skb->skb_iifEric Dumazet2009-11-201-3/+3
* ifb: RCU locking avoids touching dev refcountEric Dumazet2009-11-011-2/+4
* ifb: should not use __dev_get_by_index() without locksEric Dumazet2009-10-221-1/+2
* netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger2009-09-011-5/+4
* net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* net: release dst entry in dev_hard_start_xmit()Eric Dumazet2009-05-181-0/+1
* netdev: add more functions to netdevice opsStephen Hemminger2008-11-201-2/+2
* ifb: convert to net_device_opsStephen Hemminger2008-11-191-3/+8
* netdev: Fix lockdep warnings in multiqueue configurations.David S. Miller2008-07-311-5/+7
* pkt_sched: Kill netdev_queue lock.David S. Miller2008-07-171-20/+0
* netdev: Allocate multiple queues for TX.David S. Miller2008-07-171-3/+9
* netdev: The ingress_lock member is no longer needed.David S. Miller2008-07-081-4/+4
* netdev: Move queue_lock into struct netdev_queue.David S. Miller2008-07-081-4/+4
* [NET] ifb: set separate lockdep classes for queue locksJarek Poplawski2008-03-201-0/+15
* [NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik2007-10-101-18/+2
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-1/+2
* [RTNETLINK]: rtnl_link: allow specifying initial device addressPatrick McHardy2007-07-111-0/+12
* [RTNETLINK]: rtnl_link API simplificationPatrick McHardy2007-07-111-52/+6
* [IFB]: Use rtnl_link APIPatrick McHardy2007-07-101-20/+60
* [IFB]: Keep ifb devices on listPatrick McHardy2007-07-101-15/+21
* [IFB]: Fix crash on input device removalPatrick McHardy2007-03-291-22/+13
* Revert "net: ifb error path loop fix"Linus Torvalds2007-01-301-1/+2
* net: ifb error path loop fixMariusz Kozlowski2007-01-301-2/+1
* [NET]: ifb double-counts packetsdean gaudet2007-01-031-2/+2
* [PATCH] pr_debug: ifb: replace missing comma to separate pr_debug argumentsZach Brown2006-10-031-2/+2
* drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-21/+21
* [IFB] After ifb_init_one() failed, i is increased. DecreaseNicolas Dichtel2006-07-211-0/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [NET]: Add netif_tx_lockHerbert Xu2006-06-171-5/+5
* [NET]: Increase default IFB device count.Richard Lucassen2006-02-231-1/+1
* [NET]: Add IFB (Intermediate Functional Block) network device.Jamal Hadi Salim2006-01-091-0/+294
OpenPOWER on IntegriCloud