summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
AgeCommit message (Expand)Author
2017-11-21ixgbevf: Use smp_rmb rather than read_barrier_dependsBrian King
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook
2017-08-01ixgbe: Initialize 64-bit stats seqcountsFlorian Fainelli
2017-06-13ixgbevf: Bump version numberTony 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-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-18ixgbevf: only check Tx queue enablement when debuggingEmil Tantilov
2016-08-18ixgbevf: change hw_dbg to use netdev_dbgEmil Tantilov
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-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-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-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