summaryrefslogtreecommitdiff
path: root/drivers/net/ifb.c
AgeCommit message (Expand)Author
2014-04-07Rewind v3.13-rc3+ (78fd82238d0e5716) to v3.12Scott Wood
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-07-11ifb: fix oops when loading the ifb faileddingtianhong
2013-07-11ifb: fix rcu_sched self-detected stallsdingtianhong
2013-04-19net: vlan: announce STAG offload capability in some driversPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-01-14ifb: dont hard code inet_net useEric Dumazet
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka
2011-11-16net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław
2011-07-28net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman
2011-06-21ifb: convert to 64 bit statsstephen hemminger
2011-06-07net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko
2011-01-03ifb: add performance flagsEric Dumazet
2010-12-20ifb: use netif_receive_skb() instead of netif_rx()Eric Dumazet
2010-12-16ifb: fix a lockdep splatEric Dumazet
2010-12-10ifb: use the lockless variants of skb_queueChangli Gao
2010-12-10ifb: remove unused macro TX_TIMEOUTChangli Gao
2010-12-10ifb: remove the useless debug statsChangli Gao
2010-12-08ifb: goto resched directly if error happens and dp->tq isn't emptyChangli Gao
2010-05-10net: trans_start cleanupsEric Dumazet
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet
2009-11-02ifb: RCU locking avoids touching dev refcountEric Dumazet
2009-10-23ifb: should not use __dev_get_by_index() without locksEric Dumazet
2009-09-01netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger
2009-07-06net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy
2009-05-19net: release dst entry in dev_hard_start_xmit()Eric Dumazet
2008-11-21netdev: add more functions to netdevice opsStephen Hemminger
2008-11-20ifb: convert to net_device_opsStephen Hemminger
2008-07-31netdev: Fix lockdep warnings in multiqueue configurations.David S. Miller
2008-07-18pkt_sched: Kill netdev_queue lock.David S. Miller
2008-07-18netdev: Allocate multiple queues for TX.David S. Miller
2008-07-09netdev: The ingress_lock member is no longer needed.David S. Miller
2008-07-09netdev: Move queue_lock into struct netdev_queue.David S. Miller
2008-03-21[NET] ifb: set separate lockdep classes for queue locksJarek Poplawski
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman
2007-07-12[RTNETLINK]: rtnl_link: allow specifying initial device addressPatrick McHardy
2007-07-12[RTNETLINK]: rtnl_link API simplificationPatrick McHardy
2007-07-11[IFB]: Use rtnl_link APIPatrick McHardy
2007-07-11[IFB]: Keep ifb devices on listPatrick McHardy
2007-03-29[IFB]: Fix crash on input device removalPatrick McHardy
2007-01-30Revert "net: ifb error path loop fix"Linus Torvalds
2007-01-30net: ifb error path loop fixMariusz Kozlowski
2007-01-04[NET]: ifb double-counts packetsdean gaudet
2006-10-03[PATCH] pr_debug: ifb: replace missing comma to separate pr_debug argumentsZach Brown
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik
2006-07-21[IFB] After ifb_init_one() failed, i is increased. DecreaseNicolas Dichtel
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel