summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbevf
AgeCommit message (Expand)Author
2018-11-13ixgbevf: VF2VF TCP RSSSebastian Basierski
2018-08-03ixgbevf: fix MAC address changes through ixgbevf_set_mac()Emil Tantilov
2018-03-24ixgbevf: fix size of queue stats lengthEmil Tantilov
2017-11-30ixgbevf: Use smp_rmb rather than read_barrier_dependsBrian King
2016-12-01ixgbe/ixgbevf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck
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
2016-03-29ixgbevf: fix error code path when setting MAC addressEmil Tantilov
2016-03-29ixgbevf: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim
2015-12-29ixgbevf: minor cleanups for ixgbevf_set_itr()Emil Tantilov
2015-12-29ixgbevf: Fix handling of NAPI budget when multiple queues are enabled per vectorWilliam Dauchy
2015-12-03ixgbevf: Handle extended IPv6 headers in Tx pathMark Rustad
2015-12-03ixgbevf: Minor cleanupsMark Rustad
2015-12-03ixgbevf: Use a private workqueue to avoid certain possible hangsMark Rustad
2015-11-23ixgbevf: fix spoofed packets with random MACEmil Tantilov
2015-11-23ixgbevf: use ether_addr_copy instead of memcpyEmil Tantilov
2015-11-23ixgbe/ixgbevf: use napi_schedule_irqoff()Alexander Duyck
2015-11-23ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet
2015-10-23ixgbe, ixgbevf: Add new mbox API xcast modeHiroshi Shimamoto
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg
2015-09-22ixgbevf: Enables TSO for stacked VLANToshiaki Makita
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-21mm: make page pfmemalloc check more robustMichal Hocko