summaryrefslogtreecommitdiff
path: root/drivers/net/ifb.c
Commit message (Expand)AuthorAge
* net: Do not take net_rwsem in __rtnl_link_unregister()Kirill Tkhai2018-03-31
* net: remove MTU limits for dummy and ifb deviceZhang Shengju2017-09-25
* net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-26
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-07
* net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn2017-01-08
* net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn2017-01-08
* net-tc: extract skip classify bit from tc_verdWillem de Bruijn2017-01-08
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-08
* ifb: support more featuresEric Dumazet2016-05-09
* ifb: add multiqueue operationEric Dumazet2015-07-08
* act_mirred: Fix bogus header when redirecting from VLANHerbert Xu2015-04-17
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-07
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-29
|\
| * ifb: Remove vlan acceleration from vlan_featuresVlad Yasevich2014-03-28
* | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-14
|/
* 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