summaryrefslogtreecommitdiff
path: root/drivers/net/ifb.c
AgeCommit message (Expand)Author
2021-10-29ifb: fix building without CONFIG_NET_CLS_ACTArnd Bergmann
2021-10-14netfilter: Introduce egress hookLukas Wunner
2021-05-20ifb: remove leading spaces before tabsHui Tang
2021-02-02ifb: use new tasklet APIEmil Renner Berthing
2020-11-03net: bonding, dummy, ifb, team: advertise NETIF_F_GSO_SOFTWAREAlexander Lobakin
2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-05-28ifb: fix packets checksumJon Maxwell
2018-03-31net: Do not take net_rwsem in __rtnl_link_unregister()Kirill Tkhai
2017-09-25net: remove MTU limits for dummy and ifb deviceZhang Shengju
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-01-08net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn
2017-01-08net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn
2017-01-08net-tc: extract skip classify bit from tc_verdWillem de Bruijn
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-05-09ifb: support more featuresEric Dumazet
2015-07-08ifb: add multiqueue operationEric Dumazet
2015-04-17act_mirred: Fix bogus header when redirecting from VLANHerbert Xu
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-28ifb: Remove vlan acceleration from vlan_featuresVlad Yasevich
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-07-11ifb: fix oops when loading the ifb faileddingtianhong
2013-07-10ifb: fix rcu_sched self-detected stallsdingtianhong
2013-04-19net: vlan: announce STAG offload capability in some driversPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-01-14ifb: dont hard code inet_net useEric Dumazet
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka
2011-11-16net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman
2011-06-21ifb: convert to 64 bit statsstephen hemminger
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko
2011-01-03ifb: add performance flagsEric Dumazet
2010-12-19ifb: use netif_receive_skb() instead of netif_rx()Eric Dumazet
2010-12-16ifb: fix a lockdep splatEric Dumazet
2010-12-10ifb: use the lockless variants of skb_queueChangli Gao
2010-12-10ifb: remove unused macro TX_TIMEOUTChangli Gao
2010-12-10ifb: remove the useless debug statsChangli Gao
2010-12-08ifb: goto resched directly if error happens and dp->tq isn't emptyChangli Gao
2010-05-10net: trans_start cleanupsEric Dumazet
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet
2009-11-01ifb: RCU locking avoids touching dev refcountEric Dumazet
2009-10-22ifb: should not use __dev_get_by_index() without locksEric Dumazet
2009-09-01netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy
2009-05-18net: release dst entry in dev_hard_start_xmit()Eric Dumazet