summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_txrx.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: fix function kernel doc descriptionJean Sacren2014-03-311-1/+1
* i40e: Use DEBUG_FD message level for an FD messageAnjali Singhai Jain2014-03-281-2/+3
* i40e: Delete ATR filter on RSTAnjali Singhai Jain2014-03-281-3/+6
* i40e/i40evf: reduce context descriptorsJesse Brandeburg2014-03-191-1/+2
* i40e/i40evf: enable hardware feature head write backJesse Brandeburg2014-03-191-6/+40
* i40e: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-0/+3
* i40e: Add code to handle FD table full conditionAnjali Singhai Jain2014-03-141-9/+51
* i40e/i40evf: carefully fill tx ringJesse Brandeburg2014-03-061-2/+2
* i40e/i40evf: i40e implementation for skb_set_hashJesse Brandeburg2014-03-061-2/+27
* i40e: Flow Director sideband accountingJoseph Gasparakis2014-03-061-6/+271
* i40e: spelling errorJesse Brandeburg2014-02-131-1/+1
* i40e: rename definesJesse Brandeburg2014-01-171-1/+1
* i40e: whitespace fixesJesse Brandeburg2014-01-141-2/+2
* i40e: enable PTPJacob Keller2014-01-101-0/+53
* i40e: check for possible incorrect ipv6 checksumShannon Nelson2014-01-101-0/+4
* i40e: trivial: formatting and checkpatch fixesMitch Williams2014-01-091-15/+15
* i40e: shorten wordy fieldsMitch Williams2014-01-091-4/+4
* i40e: add a comment on barrier and fix panic on resetGreg Rose2014-01-091-0/+1
* i40e: Fix GPL headerGreg Rose2014-01-091-4/+3
* i40e: Record dma buffer info for dummy packetsAnjali Singhai Jain2014-01-051-1/+8
* i40e: fix constant cast issuesJesse Brandeburg2014-01-041-4/+4
* i40e: Rx checksum offload for VXLANJoseph Gasparakis2014-01-031-5/+52
* i40e: check multi-bit state correctlyJesse Brandeburg2013-12-061-7/+9
* i40e: tweaking icr0 handling for legacy irqShannon Nelson2013-10-221-1/+2
* i40e: refactor fdir setup functionJesse Brandeburg2013-10-221-45/+33
* i40e: fix sign extension issueJesse Brandeburg2013-10-221-6/+6
* i40e: do not flush after re-enabling interruptsJesse Brandeburg2013-10-221-2/+0
* i40e: Add support for 64 bit netstatsAlexander Duyck2013-10-091-0/+4
* i40e: Move rings from pointer to array to array of pointersAlexander Duyck2013-10-091-2/+2
* i40e: Replace ring container array with linked listAlexander Duyck2013-10-091-9/+10
* i40e: Split bytes and packets from Rx/Tx statsAlexander Duyck2013-10-091-6/+6
* i40e: Add support for Tx byte queue limitsAlexander Duyck2013-10-091-0/+15
* i40e: Drop dead code and flags from Tx hotpathAlexander Duyck2013-10-091-26/+5
* i40e: clean up Tx fast pathAlexander Duyck2013-10-091-98/+122
* i40e: Do not directly increment Tx next_to_useAlexander Duyck2013-10-091-21/+25
* i40e: Cleanup Tx buffer info layoutAlexander Duyck2013-10-091-8/+8
* i40e: Drop unused completed statAlexander Duyck2013-10-091-2/+1
* i40e: transmit, receive, and NAPIJesse Brandeburg2013-09-111-0/+1817
OpenPOWER on IntegriCloud