summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_txrx.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-06i40e: check multi-bit state correctlyJesse Brandeburg1-7/+9
2013-10-22i40e: tweaking icr0 handling for legacy irqShannon Nelson1-1/+2
2013-10-22i40e: refactor fdir setup functionJesse Brandeburg1-45/+33
2013-10-22i40e: fix sign extension issueJesse Brandeburg1-6/+6
2013-10-22i40e: do not flush after re-enabling interruptsJesse Brandeburg1-2/+0
2013-10-09i40e: Add support for 64 bit netstatsAlexander Duyck1-0/+4
2013-10-09i40e: Move rings from pointer to array to array of pointersAlexander Duyck1-2/+2
2013-10-09i40e: Replace ring container array with linked listAlexander Duyck1-9/+10
2013-10-09i40e: Split bytes and packets from Rx/Tx statsAlexander Duyck1-6/+6
2013-10-09i40e: Add support for Tx byte queue limitsAlexander Duyck1-0/+15
2013-10-09i40e: Drop dead code and flags from Tx hotpathAlexander Duyck1-26/+5
2013-10-09i40e: clean up Tx fast pathAlexander Duyck1-98/+122
2013-10-09i40e: Do not directly increment Tx next_to_useAlexander Duyck1-21/+25
2013-10-09i40e: Cleanup Tx buffer info layoutAlexander Duyck1-8/+8
2013-10-09i40e: Drop unused completed statAlexander Duyck1-2/+1
2013-09-11i40e: transmit, receive, and NAPIJesse Brandeburg1-0/+1817