aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ifb.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Gravatar Danny Kukawka 1-1/+1
2011-11-16net: remove NETIF_F_NO_CSUM feature bitGravatar Michał Mirosław 1-1/+1
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedGravatar Neil Horman 1-1/+1
2011-06-21ifb: convert to 64 bit statsGravatar stephen hemminger 1-9/+47
2011-06-06net: remove interrupt.h inclusion from netdevice.hGravatar Alexey Dobriyan 1-0/+1
2011-05-05net: call dev_alloc_name from register_netdeviceGravatar Jiri Pirko 1-4/+0
2011-01-03ifb: add performance flagsGravatar Eric Dumazet 1-0/+7
2010-12-19ifb: use netif_receive_skb() instead of netif_rx()Gravatar Eric Dumazet 1-1/+1
2010-12-16ifb: fix a lockdep splatGravatar Eric Dumazet 1-1/+1
2010-12-10ifb: use the lockless variants of skb_queueGravatar Changli Gao 1-8/+6
2010-12-10ifb: remove unused macro TX_TIMEOUTGravatar Changli Gao 1-2/+0
2010-12-10ifb: remove the useless debug statsGravatar Changli Gao 1-19/+0
2010-12-08ifb: goto resched directly if error happens and dp->tq isn't emptyGravatar Changli Gao 1-0/+2
2010-05-10net: trans_start cleanupsGravatar Eric Dumazet 1-1/+0
2009-11-20net: rename skb->iif to skb->skb_iifGravatar Eric Dumazet 1-3/+3
2009-11-01ifb: RCU locking avoids touching dev refcountGravatar Eric Dumazet 1-2/+4
2009-10-22ifb: should not use __dev_get_by_index() without locksGravatar Eric Dumazet 1-1/+2
2009-09-01netdev: convert pseudo drivers to netdev_tx_tGravatar Stephen Hemminger 1-5/+4
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsGravatar Patrick McHardy 1-1/+1
2009-05-18net: release dst entry in dev_hard_start_xmit()Gravatar Eric Dumazet 1-0/+1
2008-11-20netdev: add more functions to netdevice opsGravatar Stephen Hemminger 1-2/+2
2008-11-19ifb: convert to net_device_opsGravatar Stephen Hemminger 1-3/+8
2008-07-31netdev: Fix lockdep warnings in multiqueue configurations.Gravatar David S. Miller 1-5/+7
2008-07-17pkt_sched: Kill netdev_queue lock.Gravatar David S. Miller 1-20/+0
2008-07-17netdev: Allocate multiple queues for TX.Gravatar David S. Miller 1-3/+9
2008-07-08netdev: The ingress_lock member is no longer needed.Gravatar David S. Miller 1-4/+4
2008-07-08netdev: Move queue_lock into struct netdev_queue.Gravatar David S. Miller 1-4/+4
2008-03-20[NET] ifb: set separate lockdep classes for queue locksGravatar Jarek Poplawski 1-0/+15
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeGravatar Jeff Garzik 1-18/+2
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Gravatar Ralf Baechle 1-1/+0
2007-10-10[NET]: Make the device list and device lookups per namespace.Gravatar Eric W. Biederman 1-1/+2
2007-07-11[RTNETLINK]: rtnl_link: allow specifying initial device addressGravatar Patrick McHardy 1-0/+12
2007-07-11[RTNETLINK]: rtnl_link API simplificationGravatar Patrick McHardy 1-52/+6
2007-07-10[IFB]: Use rtnl_link APIGravatar Patrick McHardy 1-20/+60
2007-07-10[IFB]: Keep ifb devices on listGravatar Patrick McHardy 1-15/+21
2007-03-29[IFB]: Fix crash on input device removalGravatar Patrick McHardy 1-22/+13
2007-01-30Revert "net: ifb error path loop fix"Gravatar Linus Torvalds 1-1/+2
2007-01-30net: ifb error path loop fixGravatar Mariusz Kozlowski 1-2/+1
2007-01-03[NET]: ifb double-counts packetsGravatar dean gaudet 1-2/+2
2006-10-03[PATCH] pr_debug: ifb: replace missing comma to separate pr_debug argumentsGravatar Zach Brown 1-2/+2
2006-09-13drivers/net: Trim trailing whitespaceGravatar Jeff Garzik 1-21/+21
2006-07-21[IFB] After ifb_init_one() failed, i is increased. DecreaseGravatar Nicolas Dichtel 1-0/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-17[NET]: Add netif_tx_lockGravatar Herbert Xu 1-5/+5
2006-02-23[NET]: Increase default IFB device count.Gravatar Richard Lucassen 1-1/+1
2006-01-09[NET]: Add IFB (Intermediate Functional Block) network device.Gravatar Jamal Hadi Salim 1-0/+294