summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igbvf
AgeCommit message (Expand)Author
2020-11-24igbvf: Refactor tracesKaren Sornek
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg
2020-07-30igbvf: use generic power managementVaibhav Gupta
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher
2020-03-12net: igbvf: reject unsupported coalescing paramsJakub Kicinski
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-07net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg
2018-11-07igbvf: Replace spin_is_locked() with lockdepLance Roy
2018-09-18intel-ethernet: use correct module licenseJesse Brandeburg
2018-08-07igbvf: netdev: Mark expected switch fall-throughGustavo A. R. Silva
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher
2017-11-21igbvf: Use smp_rmb rather than read_barrier_dependsBrian King
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook
2017-08-08igbvf: convert msleep to mdelay in atomic contextGreg Edwards
2017-08-08igbvf: after mailbox write, wait for replyGreg Edwards
2017-08-08igbvf: add lock around mailbox opsGreg Edwards
2017-04-20igbvf: Use net_device_stats from struct net_deviceTobias Klauser
2017-04-20igb/igbvf: Add VF MAC filter request capabilitiesYury Kylulin
2017-03-21igbvf: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-01igb/igbvf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson
2016-09-27igbvf: bump version to igbvf-2.4.0Todd Fujinaka
2016-05-20intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert
2016-05-13igb/igbvf: Add support for GSO partialAlexander Duyck
2016-05-13igbvf: use BIT() macro instead of shiftsJacob Keller
2016-05-13igbvf: remove unused variable and dead codeJacob Keller
2016-02-24igbvf: remove "link is Up" message when registering mcast addressJon Maxwell
2016-02-24igbvf: Add support for generic Tx checksumsAlexander Duyck
2016-02-15igb/igbvf: don't give upMitch Williams
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-09-22igbvf: Enable TSO for stacked VLANToshiaki Makita
2015-08-18igbvf: clear buffer_info->dma after dma_unmap_single()Stefan Assmann
2015-03-20igbvf: use netif_carrier_off earlier when bringing if downTodd Fujinaka
2015-02-23igbvf: cleanup msleep() and min/max() usageJeff Kirsher
2015-02-23igbvf: Fix code comments and whitespaceJeff Kirsher
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-30igbvf: Fix checksum error when using stacked vlanToshiaki Makita
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko
2014-05-23i40e,igb,ixgbe: remove usless return statementsStephen Hemminger
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe