summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-26ixgbevf: add counters for Rx page allocationsEmil Tantilov1-5/+18
2018-01-26ixgbevf: update code to better handle incrementing page countEmil Tantilov1-8/+22
2018-01-26ixgbevf: add support for DMA_ATTR_SKIP_CPU_SYNC/WEAK_ORDERINGEmil Tantilov1-22/+35
2018-01-26ixgbevf: use length to determine if descriptor is doneEmil Tantilov1-6/+8
2018-01-26ixgbevf: only DMA sync frame lengthEmil Tantilov1-3/+4
2018-01-26ixgbevf: add function for checking if we can reuse pageEmil Tantilov1-26/+33
2018-01-12ixgbevf: Fix kernel-doc format warningsTony Nguyen1-3/+3
2018-01-09ixgbevf: remove redundant setting of xcast_modeEmil Tantilov1-4/+0
2017-11-21ixgbevf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+4
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-1/+1
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-08-01ixgbe: Initialize 64-bit stats seqcountsFlorian Fainelli1-0/+4
2017-06-13ixgbevf: Bump version numberTony Nguyen1-1/+1
2017-05-31ixgbevf: Resolve truncation warning for q_vector->nameTony Nguyen1-7/+7
2017-05-31ixgbe/ixgbevf: Enables TSO for MPLS encapsulated packetsScott Peterson1-2/+10
2017-04-29ixgbevf: Check for RSS key before setting valueTony Nguyen1-2/+31
2017-02-03ixgbevf: get rid of custom busy polling codeEric Dumazet1-64/+0
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-4/+2
2017-01-03ixgbevf: Add support for VF promiscuous modeDon Skidmore1-1/+14
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-18ixgbevf: only check Tx queue enablement when debuggingEmil Tantilov1-1/+1
2016-08-18ixgbevf: change hw_dbg to use netdev_dbgEmil Tantilov1-0/+1
2016-07-22ixgbevf: Add range checking for setting MTUTony Nguyen1-5/+12
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 Skidmore1-0/+2
2016-07-22ixgbevf: bump version numberDon Skidmore1-1/+1
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 Nguyen1-1/+1
2016-05-04ixgbevf: Use mac_ops instead of trying to identify NIC typeAlexander Duyck1-12/+3
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 Srinivasan1-7/+24
2016-04-25ixgbevf: Move API negotiation function into mac_opsAlexander Duyck1-1/+1
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 Keller1-9/+9
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 Tantilov1-9/+6
2016-03-29ixgbevf: fix error code path when setting MAC addressEmil Tantilov1-4/+8
2016-03-29ixgbevf: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann1-2/+2
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1