aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf
AgeCommit message (Expand)Author
2018-02-26ixgbevf: add support for padding packetEmil Tantilov
2018-02-26ixgbevf: setup queue countsEmil Tantilov
2018-02-26ixgbevf: add support for using order 1 pages to receive large framesEmil Tantilov
2018-02-26ixgbevf: add ethtool private flag for legacy RxEmil Tantilov
2018-02-26ixgbevf: use page_address offset from pageEmil Tantilov
2018-01-26ixgbevf: use ARRAY_SIZE for various array sizing calculationsColin Ian King
2018-01-26ixgbevf: don't bother clearing tx_buffer_info in ixgbevf_clean_tx_ring()Emil Tantilov
2018-01-26ixgbevf: improve performance and reduce size of ixgbevf_tx_map()Emil Tantilov
2018-01-26ixgbevf: clear rx_buffer_info in configure instead of cleanEmil Tantilov
2018-01-26ixgbevf: add counters for Rx page allocationsEmil Tantilov
2018-01-26ixgbevf: update code to better handle incrementing page countEmil Tantilov
2018-01-26ixgbevf: add support for DMA_ATTR_SKIP_CPU_SYNC/WEAK_ORDERINGEmil Tantilov
2018-01-26ixgbevf: use length to determine if descriptor is doneEmil Tantilov
2018-01-26ixgbevf: only DMA sync frame lengthEmil Tantilov
2018-01-26ixgbevf: add function for checking if we can reuse pageEmil Tantilov
2018-01-12ixgbevf: Fix kernel-doc format warningsTony Nguyen
2018-01-09ixgbevf: remove redundant setting of xcast_modeEmil Tantilov
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 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