aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-03ixgbevf: get rid of custom busy polling codeEric Dumazet3-215/+0
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-4/+2
2017-01-03ixgbevf: Add support for VF promiscuous modeDon Skidmore4-5/+36
2017-01-03ixgbevf: restore hw_addr on resume or errorEmil Tantilov1-0/+3
2017-01-03ixgbevf: fix AER error handlingEmil Tantilov1-18/+25
2017-01-03ixgbevf: handle race between close and suspend on shutdownEmil Tantilov1-2/+9
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2016-12-01ixgbe/ixgbevf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck1-2/+6
2016-11-04ixgbevf: Handle previously-freed msix_entriesMark Rustad1-2/+7
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson1-16/+17
2016-09-23ixgbevf: add spinlocks for MTU change callsEmil Tantilov1-0/+4
2016-08-20ixgbevf: fix incorrect MAC address on loadEmil Tantilov1-7/+14
2016-08-18ixgbevf: only check Tx queue enablement when debuggingEmil Tantilov1-1/+1
2016-08-18ixgbevf: change hw_dbg to use netdev_dbgEmil Tantilov2-7/+5
2016-07-22ixgbevf: Commonize mailbox write/readTony Nguyen1-29/+6
2016-07-22ixgbevf: Add range checking for setting MTUTony Nguyen3-21/+40
2016-07-22ixgbevf: Protect ixgbevf_reset_subtask from remove eventDon Skidmore1-0/+1
2016-07-22ixgbevf: Add lock around ixgbevf_reinit_locked callDon Skidmore1-0/+2
2016-07-22ixgbevf: add VF support for new hardwareDon Skidmore5-0/+11
2016-07-22ixgbevf: bump version numberDon Skidmore1-1/+1
2016-07-22ixgbevf: fix NACK check in ixgbevf_set_uc_addr_vf()Emil Tantilov1-6/+8
2016-06-29ixgbevf: ixgbevf_write/read_posted_mbx should use IXGBE_ERR_MBX to initialize ret_valXin Long1-2/+2
2016-05-20intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck1-0/+1
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-2/+1
2016-05-04ixgbevf: Remove unused parameterTony Nguyen3-8/+4
2016-05-04ixgbevf: Use mac_ops instead of trying to identify NIC typeAlexander Duyck4-27/+13
2016-05-04ixgbevf: Change the relaxed order settings in VF driver for sparcBabu Moger1-0/+6
2016-05-04ixgbevf: Support Windows hosts (Hyper-V)KY Srinivasan5-7/+263
2016-05-04ixgbevf: Add the device ID's presented while running on Hyper-VKY Srinivasan1-0/+5
2016-04-25ixgbevf: Move API negotiation function into mac_opsAlexander Duyck3-4/+5
2016-04-25ixgbe/ixgbevf: Add support for GSO partialAlexander Duyck1-37/+92
2016-04-25ixgbevf: make use of BIT() macro to avoid shift of signed valuesJacob Keller4-26/+27
2016-04-25ixgbevf: add support for per-queue ethtool statsEmil Tantilov2-46/+91
2016-04-25ixgbevf: refactor ethtool stats handlingEmil Tantilov1-62/+64
2016-04-07ixgbe/ixgbevf: Add support for bulk free in Tx cleanup & cleanup boolean logicAlexander Duyck1-5/+9
2016-04-04ixgbevf: Add support for generic Tx checksumsAlexander Duyck1-61/+43
2016-04-04ixgbevf: use bit operations for setting and checking resetsEmil Tantilov2-16/+8
2016-03-29ixgbevf: fix error code path when setting MAC addressEmil Tantilov2-5/+11
2016-03-29ixgbevf: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann3-4/+6
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2015-12-29ixgbevf: minor cleanups for ixgbevf_set_itr()Emil Tantilov1-2/+3
2015-12-29ixgbevf: Fix handling of NAPI budget when multiple queues are enabled per vectorWilliam Dauchy1-0/+2
2015-12-03ixgbevf: Handle extended IPv6 headers in Tx pathMark Rustad1-8/+14
2015-12-03ixgbevf: Minor cleanupsMark Rustad1-24/+12
2015-12-03ixgbevf: Use a private workqueue to avoid certain possible hangsMark Rustad1-2/+13
2015-11-23ixgbevf: fix spoofed packets with random MACEmil Tantilov2-1/+4
2015-11-23ixgbevf: use ether_addr_copy instead of memcpyEmil Tantilov1-8/+6
2015-11-23ixgbe/ixgbevf: use napi_schedule_irqoff()Alexander Duyck1-1/+1
2015-11-23ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck3-6/+5
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet1-3/+0