aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ifb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-4/+1
2018-05-28ifb: fix packets checksumJon Maxwell1-1/+1
2018-03-31net: Do not take net_rwsem in __rtnl_link_unregister()Kirill Tkhai1-0/+2
2017-09-25net: remove MTU limits for dummy and ifb deviceZhang Shengju1-0/+3
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-2/+2
2017-01-08net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn1-8/+5
2017-01-08net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn1-4/+3
2017-01-08net-tc: extract skip classify bit from tc_verdWillem de Bruijn1-1/+1
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-4/+2
2016-05-09ifb: support more featuresEric Dumazet1-0/+3
2015-07-08ifb: add multiqueue operationEric Dumazet1-87/+120
2015-04-17act_mirred: Fix bogus header when redirecting from VLANHerbert Xu1-1/+1
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+2
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+2
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-03-28ifb: Remove vlan acceleration from vlan_featuresVlad Yasevich1-1/+2
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-4/+4
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+5
2013-07-11ifb: fix oops when loading the ifb faileddingtianhong1-0/+4
2013-07-10ifb: fix rcu_sched self-detected stallsdingtianhong1-1/+3
2013-04-19net: vlan: announce STAG offload capability in some driversPatrick McHardy1-1/+2
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-1/+1
2013-01-14ifb: dont hard code inet_net useEric Dumazet1-1/+1
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka1-1/+1
2011-11-16net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław1-1/+1
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman1-1/+1
2011-06-21ifb: convert to 64 bit statsstephen hemminger1-9/+47
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko1-4/+0
2011-01-03ifb: add performance flagsEric Dumazet1-0/+7
2010-12-19ifb: use netif_receive_skb() instead of netif_rx()Eric Dumazet1-1/+1
2010-12-16ifb: fix a lockdep splatEric Dumazet1-1/+1
2010-12-10ifb: use the lockless variants of skb_queueChangli Gao1-8/+6
2010-12-10ifb: remove unused macro TX_TIMEOUTChangli Gao1-2/+0
2010-12-10ifb: remove the useless debug statsChangli Gao1-19/+0
2010-12-08ifb: goto resched directly if error happens and dp->tq isn't emptyChangli Gao1-0/+2
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet1-3/+3
2009-11-01ifb: RCU locking avoids touching dev refcountEric Dumazet1-2/+4
2009-10-22ifb: should not use __dev_get_by_index() without locksEric Dumazet1-1/+2
2009-09-01netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger1-5/+4
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-05-18net: release dst entry in dev_hard_start_xmit()Eric Dumazet1-0/+1
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-2/+2
2008-11-19ifb: convert to net_device_opsStephen Hemminger1-3/+8
2008-07-31netdev: Fix lockdep warnings in multiqueue configurations.David S. Miller1-5/+7
2008-07-17pkt_sched: Kill netdev_queue lock.David S. Miller1-20/+0
2008-07-17netdev: Allocate multiple queues for TX.David S. Miller1-3/+9
2008-07-08netdev: The ingress_lock member is no longer needed.David S. Miller1-4/+4