summaryrefslogtreecommitdiffstats
path: root/drivers/net/ifb.c
Commit message (Expand)AuthorAgeFilesLines
* net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-6/+6
* net: ifb: support ethtools statsTonghao Zhang2021-11-291-25/+121
* ifb: fix building without CONFIG_NET_CLS_ACTArnd Bergmann2021-10-291-0/+2
* netfilter: Introduce egress hookLukas Wunner2021-10-141-0/+3
* ifb: remove leading spaces before tabsHui Tang2021-05-201-2/+2
* ifb: use new tasklet APIEmil Renner Berthing2021-02-021-4/+3
* net: bonding, dummy, ifb, team: advertise NETIF_F_GSO_SOFTWAREAlexander Lobakin2020-11-031-2/+1
* net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso2020-03-251-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1
* 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