summaryrefslogtreecommitdiffstats
path: root/drivers/net/ifb.c
Commit message (Expand)AuthorAgeFilesLines
* ifb: fix packets checksumJon Maxwell2018-05-281-1/+1
* net: Do not take net_rwsem in __rtnl_link_unregister()Kirill Tkhai2018-03-311-0/+2
* net: remove MTU limits for dummy and ifb deviceZhang Shengju2017-09-251-0/+3
* net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-261-1/+2
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-2/+2
* net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn2017-01-081-8/+5
* net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn2017-01-081-4/+3
* net-tc: extract skip classify bit from tc_verdWillem de Bruijn2017-01-081-1/+1
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2
* 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