aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf
Commit message (Expand)AuthorAge
* ixgbe/ixgbevf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck2016-12-01
* ixgbevf: add spinlocks for MTU change callsEmil Tantilov2016-09-23
* ixgbevf: fix incorrect MAC address on loadEmil Tantilov2016-08-20
* ixgbevf: only check Tx queue enablement when debuggingEmil Tantilov2016-08-19
* ixgbevf: change hw_dbg to use netdev_dbgEmil Tantilov2016-08-19
* ixgbevf: Commonize mailbox write/readTony Nguyen2016-07-22
* ixgbevf: Add range checking for setting MTUTony Nguyen2016-07-22
* ixgbevf: Protect ixgbevf_reset_subtask from remove eventDon Skidmore2016-07-22
* ixgbevf: Add lock around ixgbevf_reinit_locked callDon Skidmore2016-07-22
* ixgbevf: add VF support for new hardwareDon Skidmore2016-07-22
* ixgbevf: bump version numberDon Skidmore2016-07-22
* ixgbevf: fix NACK check in ixgbevf_set_uc_addr_vf()Emil Tantilov2016-07-22
* ixgbevf: ixgbevf_write/read_posted_mbx should use IXGBE_ERR_MBX to initialize...Xin Long2016-06-29
* intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck2016-05-20
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-20
* ixgbevf: Remove unused parameterTony Nguyen2016-05-04
* ixgbevf: Use mac_ops instead of trying to identify NIC typeAlexander Duyck2016-05-04
* ixgbevf: Change the relaxed order settings in VF driver for sparcBabu Moger2016-05-04
* ixgbevf: Support Windows hosts (Hyper-V)KY Srinivasan2016-05-04
* ixgbevf: Add the device ID's presented while running on Hyper-VKY Srinivasan2016-05-04
* ixgbevf: Move API negotiation function into mac_opsAlexander Duyck2016-04-25
* ixgbe/ixgbevf: Add support for GSO partialAlexander Duyck2016-04-25
* ixgbevf: make use of BIT() macro to avoid shift of signed valuesJacob Keller2016-04-25
* ixgbevf: add support for per-queue ethtool statsEmil Tantilov2016-04-25
* ixgbevf: refactor ethtool stats handlingEmil Tantilov2016-04-25
* ixgbe/ixgbevf: Add support for bulk free in Tx cleanup & cleanup boolean logicAlexander Duyck2016-04-07
* ixgbevf: Add support for generic Tx checksumsAlexander Duyck2016-04-04
* ixgbevf: use bit operations for setting and checking resetsEmil Tantilov2016-04-04
* ixgbevf: fix error code path when setting MAC addressEmil Tantilov2016-03-30
* ixgbevf: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-03-30
* mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-17
* ixgbevf: minor cleanups for ixgbevf_set_itr()Emil Tantilov2015-12-29
* ixgbevf: Fix handling of NAPI budget when multiple queues are enabled per vectorWilliam Dauchy2015-12-29
* ixgbevf: Handle extended IPv6 headers in Tx pathMark Rustad2015-12-03
* ixgbevf: Minor cleanupsMark Rustad2015-12-03
* ixgbevf: Use a private workqueue to avoid certain possible hangsMark Rustad2015-12-03
* ixgbevf: fix spoofed packets with random MACEmil Tantilov2015-11-23
* ixgbevf: use ether_addr_copy instead of memcpyEmil Tantilov2015-11-23
* ixgbe/ixgbevf: use napi_schedule_irqoff()Alexander Duyck2015-11-23
* ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck2015-11-23
* net: provide generic busy polling to all NAPI driversEric Dumazet2015-11-18
* ixgbe, ixgbevf: Add new mbox API xcast modeHiroshi Shimamoto2015-10-23
* drivers/net/intel: use napi_complete_done()Jesse Brandeburg2015-10-16
* ixgbevf: Enables TSO for stacked VLANToshiaki Makita2015-09-22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-28
|\
| * mm: make page pfmemalloc check more robustMichal Hocko2015-08-21
* | ixgbevf: add support for reporting RSS key and hash table for X550Emil Tantilov2015-07-23
* | ixgbevf: Set Rx hash type for ingress packetsFan Du2015-07-17
* | ixgbevf: fold ixgbevf_pull_tail into ixgbevf_add_rx_fragAlexander Duyck2015-07-17
|/
* ixgbevf: Use dev_kfree_skb_any in xmit path, not dev_kfree_skbAlexander Duyck2015-05-04