summaryrefslogtreecommitdiff
path: root/drivers/net/ifb.c
Commit message (Expand)AuthorAge
* net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-06
* ifb: fix oops when loading the ifb faileddingtianhong2013-07-11
* ifb: fix rcu_sched self-detected stallsdingtianhong2013-07-10
* net: vlan: announce STAG offload capability in some driversPatrick McHardy2013-04-19
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-19
* ifb: dont hard code inet_net useEric Dumazet2013-01-14
* net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka2012-02-15
* net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław2011-11-16
* net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman2011-07-27
* ifb: convert to 64 bit statsstephen hemminger2011-06-21
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-06
* net: call dev_alloc_name from register_netdeviceJiri Pirko2011-05-05
* ifb: add performance flagsEric Dumazet2011-01-03
* ifb: use netif_receive_skb() instead of netif_rx()Eric Dumazet2010-12-19
* ifb: fix a lockdep splatEric Dumazet2010-12-16
* ifb: use the lockless variants of skb_queueChangli Gao2010-12-10
* ifb: remove unused macro TX_TIMEOUTChangli Gao2010-12-10
* ifb: remove the useless debug statsChangli Gao2010-12-10
* ifb: goto resched directly if error happens and dp->tq isn't emptyChangli Gao2010-12-08
* net: trans_start cleanupsEric Dumazet2010-05-10
* net: rename skb->iif to skb->skb_iifEric Dumazet2009-11-20
* ifb: RCU locking avoids touching dev refcountEric Dumazet2009-11-01
* ifb: should not use __dev_get_by_index() without locksEric Dumazet2009-10-22
* netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger2009-09-01
* net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-05
* net: release dst entry in dev_hard_start_xmit()Eric Dumazet2009-05-18
* netdev: add more functions to netdevice opsStephen Hemminger2008-11-20
* ifb: convert to net_device_opsStephen Hemminger2008-11-19
* netdev: Fix lockdep warnings in multiqueue configurations.David S. Miller2008-07-31
* pkt_sched: Kill netdev_queue lock.David S. Miller2008-07-17
* netdev: Allocate multiple queues for TX.David S. Miller2008-07-17
* netdev: The ingress_lock member is no longer needed.David S. Miller2008-07-08
* netdev: Move queue_lock into struct netdev_queue.David S. Miller2008-07-08
* [NET] ifb: set separate lockdep classes for queue locksJarek Poplawski2008-03-20
* [NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik2007-10-10
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-10
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-10
* [RTNETLINK]: rtnl_link: allow specifying initial device addressPatrick McHardy2007-07-11
* [RTNETLINK]: rtnl_link API simplificationPatrick McHardy2007-07-11
* [IFB]: Use rtnl_link APIPatrick McHardy2007-07-10
* [IFB]: Keep ifb devices on listPatrick McHardy2007-07-10
* [IFB]: Fix crash on input device removalPatrick McHardy2007-03-29
* Revert "net: ifb error path loop fix"Linus Torvalds2007-01-30
* net: ifb error path loop fixMariusz Kozlowski2007-01-30
* [NET]: ifb double-counts packetsdean gaudet2007-01-03
* [PATCH] pr_debug: ifb: replace missing comma to separate pr_debug argumentsZach Brown2006-10-03
* drivers/net: Trim trailing whitespaceJeff Garzik2006-09-13
* [IFB] After ifb_init_one() failed, i is increased. DecreaseNicolas Dichtel2006-07-21
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [NET]: Add netif_tx_lockHerbert Xu2006-06-17