summaryrefslogtreecommitdiffstats
path: root/drivers/net/ifb.c
AgeCommit message (Expand)AuthorLines
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet-1/+2
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen-2/+2
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+2
2014-03-28ifb: Remove vlan acceleration from vlan_featuresVlad Yasevich-1/+2
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman-4/+4
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz-0/+5
2013-07-11ifb: fix oops when loading the ifb faileddingtianhong-0/+4
2013-07-10ifb: fix rcu_sched self-detected stallsdingtianhong-1/+3
2013-04-19net: vlan: announce STAG offload capability in some driversPatrick McHardy-1/+2
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy-1/+1
2013-01-14ifb: dont hard code inet_net useEric Dumazet-1/+1
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka-1/+1
2011-11-16net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław-1/+1
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman-1/+1
2011-06-21ifb: convert to 64 bit statsstephen hemminger-9/+47
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan-0/+1
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko-4/+0
2011-01-03ifb: add performance flagsEric Dumazet-0/+7
2010-12-19ifb: use netif_receive_skb() instead of netif_rx()Eric Dumazet-1/+1
2010-12-16ifb: fix a lockdep splatEric Dumazet-1/+1
2010-12-10ifb: use the lockless variants of skb_queueChangli Gao-8/+6
2010-12-10ifb: remove unused macro TX_TIMEOUTChangli Gao-2/+0
2010-12-10ifb: remove the useless debug statsChangli Gao-19/+0
2010-12-08ifb: goto resched directly if error happens and dp->tq isn't emptyChangli Gao-0/+2
2010-05-10net: trans_start cleanupsEric Dumazet-1/+0
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet-3/+3
2009-11-01ifb: RCU locking avoids touching dev refcountEric Dumazet-2/+4
2009-10-22ifb: should not use __dev_get_by_index() without locksEric Dumazet-1/+2
2009-09-01netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger-5/+4
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy-1/+1
2009-05-18net: release dst entry in dev_hard_start_xmit()Eric Dumazet-0/+1
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger-2/+2
2008-11-19ifb: convert to net_device_opsStephen Hemminger-3/+8
2008-07-31netdev: Fix lockdep warnings in multiqueue configurations.David S. Miller-5/+7
2008-07-17pkt_sched: Kill netdev_queue lock.David S. Miller-20/+0
2008-07-17netdev: Allocate multiple queues for TX.David S. Miller-3/+9
2008-07-08netdev: The ingress_lock member is no longer needed.David S. Miller-4/+4
2008-07-08netdev: Move queue_lock into struct netdev_queue.David S. Miller-4/+4
2008-03-20[NET] ifb: set separate lockdep classes for queue locksJarek Poplawski-0/+15
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik-18/+2
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle-1/+0
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman-1/+2
2007-07-11[RTNETLINK]: rtnl_link: allow specifying initial device addressPatrick McHardy-0/+12
2007-07-11[RTNETLINK]: rtnl_link API simplificationPatrick McHardy-52/+6
2007-07-10[IFB]: Use rtnl_link APIPatrick McHardy-20/+60
2007-07-10[IFB]: Keep ifb devices on listPatrick McHardy-15/+21
2007-03-29[IFB]: Fix crash on input device removalPatrick McHardy-22/+13
2007-01-30Revert "net: ifb error path loop fix"Linus Torvalds-1/+2
2007-01-30net: ifb error path loop fixMariusz Kozlowski-2/+1
2007-01-03[NET]: ifb double-counts packetsdean gaudet-2/+2