summaryrefslogtreecommitdiffstats
path: root/drivers/net/ifb.c
Commit message (Expand)AuthorAgeFilesLines
* ifb: support more featuresEric Dumazet2016-05-091-0/+3
* ifb: add multiqueue operationEric Dumazet2015-07-081-87/+120
* act_mirred: Fix bogus header when redirecting from VLANHerbert Xu2015-04-171-1/+1
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-1/+2
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-291-1/+2
|\
| * ifb: Remove vlan acceleration from vlan_featuresVlad Yasevich2014-03-281-1/+2
* | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-4/+4
|/
* net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-0/+5
* ifb: fix oops when loading the ifb faileddingtianhong2013-07-111-0/+4
* ifb: fix rcu_sched self-detected stallsdingtianhong2013-07-101-1/+3
* net: vlan: announce STAG offload capability in some driversPatrick McHardy2013-04-191-1/+2
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-1/+1
* ifb: dont hard code inet_net useEric Dumazet2013-01-141-1/+1
* net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka2012-02-151-1/+1
* net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław2011-11-161-1/+1
* net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman2011-07-271-1/+1
* ifb: convert to 64 bit statsstephen hemminger2011-06-211-9/+47
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-061-0/+1
* net: call dev_alloc_name from register_netdeviceJiri Pirko2011-05-051-4/+0
* ifb: add performance flagsEric Dumazet2011-01-031-0/+7
* ifb: use netif_receive_skb() instead of netif_rx()Eric Dumazet2010-12-191-1/+1
* ifb: fix a lockdep splatEric Dumazet2010-12-161-1/+1
* 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
OpenPOWER on IntegriCloud