summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf
Commit message (Expand)AuthorAgeFilesLines
...
* i40e: Specify AQ event opcode to wait forShannon Nelson2016-04-261-0/+1
* i40evf: Don't PanicMitch Williams2016-04-261-2/+4
* i40e/i40evf: Add support for IPIP and SIT offloadsAlexander Duyck2016-04-262-8/+18
* i40e/i40evf: Clean up feature flagsAlexander Duyck2016-04-261-34/+32
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-232-28/+31
|\
| * i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per packetAlexander Duyck2016-04-132-28/+31
* | i40evf: properly handle VLAN featuresMitch Williams2016-04-061-15/+12
* | i40e/i40evf: Bump patch from 1.5.2 to 1.5.5Harshitha Ramamurthy2016-04-061-1/+1
* | i40e: Input set mask constants for RSS, flow director, and flex bytesKiran Patil2016-04-061-0/+42
* | i40e: Add RSS configuration to virtual channelMitch Williams2016-04-061-3/+42
* | i40e: Move NVM variable out of AQ structShannon Nelson2016-04-062-1/+1
* | i40e/i40evf: Faster RX via avoiding FCoEJesse Brandeburg2016-04-062-1/+13
* | i40e/i40evf: Drop unused tx_ring argumentJesse Brandeburg2016-04-061-4/+2
* | i40e/i40evf: Move stack var deeperJesse Brandeburg2016-04-061-1/+2
* | i40e/i40evf: Fix TSO checksum pseudo-header adjustmentAlexander Duyck2016-04-051-7/+4
* | i40e/i40evf: Bump patch from 1.5.1 to 1.5.2Avinash Dayanand2016-04-051-1/+1
* | i40evf: Fix get_rss_aqCatherine Sullivan2016-04-051-1/+1
* | i40evf: Add longer wait after remove moduleMitch Williams2016-04-051-2/+2
* | i40e: Add new device ID for X722Catherine Sullivan2016-04-052-0/+2
* | i40evf: Fix VLAN featuresMitch Williams2016-04-051-0/+23
* | i40e/i40evf: Bump patch from 1.4.25 to 1.5.1Catherine Sullivan2016-04-051-2/+2
* | i40evf: Add additional check for resetMitch Williams2016-04-051-0/+2
* | i40e/i40evf: Fix casting in transmit codeJesse Brandeburg2016-04-051-2/+3
* | i40e/i40evf: Add support for bulk free in Tx cleanupAlexander Duyck2016-04-051-9/+11
* | i40e/i40evf: Fix handling of boolean logic in polling routinesAlexander Duyck2016-04-051-5/+8
* | i40evf: remove dead codeAlan Cox2016-04-051-10/+1
* | i40e/i40evf: Allow up to 12K bytes of data per Tx descriptor instead of 8KAlexander Duyck2016-04-052-7/+41
|/
* i40e/i40evf: Bump i40e to 1.4.25 and i40evf to 1.4.15Jesse Brandeburg2016-02-191-1/+1
* i40e: implement and use Rx CTL helper functionsShannon Nelson2016-02-182-0/+133
* i40e: add adminq commands for Rx CTL registersShannon Nelson2016-02-181-0/+16
* i40e: Add functions to blink led on 10GBaseT PHYCarolyn Wyborny2016-02-181-0/+7
* i40e/i40evf: Move Tx checksum closer to TSOAlexander Duyck2016-02-181-5/+5
* i40e/i40evf: Rewrite logic for 8 descriptor per packet checkAlexander Duyck2016-02-182-46/+78
* i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_txAlexander Duyck2016-02-182-50/+56
* i40evf: Update feature flags to reflect newly enabled featuresAlexander Duyck2016-02-181-4/+19
* i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUMAlexander Duyck2016-02-181-1/+18
* i40e/i40evf: Clean-up Rx packet checksum handlingAlexander Duyck2016-02-181-13/+10
* i40e/i40evf: Add exception handling for Tx checksumAlexander Duyck2016-02-182-13/+23
* i40e/i40evf: Do not write to descriptor unless we completeAlexander Duyck2016-02-181-38/+42
* i40e/i40evf: Handle IPv6 extension headers in checksum offloadAlexander Duyck2016-02-181-1/+13
* i40e/i40evf: Add support for IPv4 encapsulated in IPv6Alexander Duyck2016-02-181-15/+26
* i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum pathAlexander Duyck2016-02-181-26/+26
* i40e/i40evf: Consolidate all header changes into TSO functionAlexander Duyck2016-02-181-18/+26
* i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO pathAlexander Duyck2016-02-181-13/+18
* i40e/i40evf: Use u64 values instead of casting them in TSO functionAlexander Duyck2016-02-181-5/+4
* i40e/i40evf: Drop outer checksum offload that was not requestedAlexander Duyck2016-02-182-42/+5
* i40e/i40evf: Bump i40e to 1.4.15 and i40evf to 1.4.11.Catherine Sullivan2016-02-171-1/+1
* i40e: When in promisc mode apply promisc mode to Tx Traffic as wellAnjali Singhai Jain2016-02-171-1/+2
* i40e: clean event descriptor before useShannon Nelson2016-02-171-1/+4
* i40evf: set adapter state on reset failureMitch Williams2016-02-171-0/+1
OpenPOWER on IntegriCloud