aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf
AgeCommit message (Expand)Author
2020-02-05ixgbevf: Remove limit of 10 entries for unicast filter listRadoslaw Tyl
2018-11-13ixgbevf: VF2VF TCP RSSSebastian Basierski
2018-08-03ixgbevf: fix MAC address changes through ixgbevf_set_mac()Emil Tantilov
2017-11-30ixgbevf: Use smp_rmb rather than read_barrier_dependsBrian King
2017-08-01ixgbe: Initialize 64-bit stats seqcountsFlorian Fainelli
2017-06-13ixgbevf: Bump version numberTony Nguyen
2017-05-31ixgbevf: Resolve warnings for -Wimplicit-fallthroughTony Nguyen
2017-05-31ixgbevf: Resolve truncation warning for q_vector->nameTony Nguyen
2017-05-31ixgbe/ixgbevf: Enables TSO for MPLS encapsulated packetsScott Peterson
2017-04-29ixgbevf: Check for RSS key before setting valueTony Nguyen
2017-04-29ixgbevf: Fix errors in retrieving RETA and RSS from PFTony Nguyen
2017-04-29ixgbevf: fix size of queue stats lengthEmil Tantilov
2017-04-18ixgbevf: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-02-03ixgbevf: get rid of custom busy polling codeEric Dumazet
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2017-01-03ixgbevf: Add support for VF promiscuous modeDon Skidmore
2017-01-03ixgbevf: restore hw_addr on resume or errorEmil Tantilov
2017-01-03ixgbevf: fix AER error handlingEmil Tantilov
2017-01-03ixgbevf: handle race between close and suspend on shutdownEmil Tantilov
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-01ixgbe/ixgbevf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck
2016-11-04ixgbevf: Handle previously-freed msix_entriesMark Rustad
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson
2016-09-23ixgbevf: add spinlocks for MTU change callsEmil Tantilov
2016-08-20ixgbevf: fix incorrect MAC address on loadEmil Tantilov
2016-08-18ixgbevf: only check Tx queue enablement when debuggingEmil Tantilov
2016-08-18ixgbevf: change hw_dbg to use netdev_dbgEmil Tantilov
2016-07-22ixgbevf: Commonize mailbox write/readTony Nguyen
2016-07-22ixgbevf: Add range checking for setting MTUTony Nguyen
2016-07-22ixgbevf: Protect ixgbevf_reset_subtask from remove eventDon Skidmore
2016-07-22ixgbevf: Add lock around ixgbevf_reinit_locked callDon Skidmore
2016-07-22ixgbevf: add VF support for new hardwareDon Skidmore
2016-07-22ixgbevf: bump version numberDon Skidmore
2016-07-22ixgbevf: fix NACK check in ixgbevf_set_uc_addr_vf()Emil Tantilov
2016-06-29ixgbevf: ixgbevf_write/read_posted_mbx should use IXGBE_ERR_MBX to initialize...Xin Long
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-04ixgbevf: Remove unused parameterTony Nguyen
2016-05-04ixgbevf: Use mac_ops instead of trying to identify NIC typeAlexander Duyck
2016-05-04ixgbevf: Change the relaxed order settings in VF driver for sparcBabu Moger
2016-05-04ixgbevf: Support Windows hosts (Hyper-V)KY Srinivasan
2016-05-04ixgbevf: Add the device ID's presented while running on Hyper-VKY Srinivasan
2016-04-25ixgbevf: Move API negotiation function into mac_opsAlexander Duyck
2016-04-25ixgbe/ixgbevf: Add support for GSO partialAlexander Duyck
2016-04-25ixgbevf: make use of BIT() macro to avoid shift of signed valuesJacob Keller
2016-04-25ixgbevf: add support for per-queue ethtool statsEmil Tantilov
2016-04-25ixgbevf: refactor ethtool stats handlingEmil Tantilov
2016-04-07ixgbe/ixgbevf: Add support for bulk free in Tx cleanup & cleanup boolean logicAlexander Duyck
2016-04-04ixgbevf: Add support for generic Tx checksumsAlexander Duyck
2016-04-04ixgbevf: use bit operations for setting and checking resetsEmil Tantilov