summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-05ixgbevf: Remove limit of 10 entries for unicast filter listRadoslaw Tyl1-5/+0
2018-11-13ixgbevf: VF2VF TCP RSSSebastian Basierski1-0/+4
2018-08-03ixgbevf: fix MAC address changes through ixgbevf_set_mac()Emil Tantilov1-0/+1
2017-11-30ixgbevf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-08-02ixgbe: Initialize 64-bit stats seqcountsFlorian Fainelli1-0/+4
2017-06-14ixgbevf: 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-30ixgbevf: Check for RSS key before setting valueTony Nguyen1-2/+31
2017-02-04ixgbevf: get rid of custom busy polling codeEric Dumazet1-64/+0
2017-01-09net: make ndo_get_stats64 a void functionstephen hemminger1-4/+2
2017-01-04ixgbevf: Add support for VF promiscuous modeDon Skidmore1-1/+14
2017-01-04ixgbevf: restore hw_addr on resume or errorEmil Tantilov1-0/+3
2017-01-04ixgbevf: fix AER error handlingEmil Tantilov1-18/+25
2017-01-04ixgbevf: 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-05ixgbevf: 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-19ixgbevf: only check Tx queue enablement when debuggingEmil Tantilov1-1/+1
2016-08-19ixgbevf: 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-21intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck1-0/+1
2016-05-21net: 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-08ixgbe/ixgbevf: Add support for bulk free in Tx cleanup & cleanup boolean logicAlexander Duyck1-5/+9
2016-04-05ixgbevf: 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-30ixgbevf: fix error code path when setting MAC addressEmil Tantilov1-4/+8
2016-03-30ixgbevf: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann1-2/+2
2016-03-18mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2015-12-30ixgbevf: minor cleanups for ixgbevf_set_itr()Emil Tantilov1-2/+3
2015-12-30ixgbevf: Fix handling of NAPI budget when multiple queues are enabled per vectorWilliam Dauchy1-0/+2
2015-12-03ixgbevf: Handle extended IPv6 headers in Tx pathMark Rustad1-8/+14
2015-12-03ixgbevf: Minor cleanupsMark Rustad1-24/+12
2015-12-03ixgbevf: Use a private workqueue to avoid certain possible hangsMark Rustad1-2/+13
2015-11-23ixgbevf: fix spoofed packets with random MACEmil Tantilov1-0/+1
2015-11-23ixgbevf: use ether_addr_copy instead of memcpyEmil Tantilov1-8/+6
2015-11-23ixgbe/ixgbevf: use napi_schedule_irqoff()Alexander Duyck1-1/+1