summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_txrx.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-11i40e/i40evf: Add Flow director stats to PF statsAnjali Singhai Jain1-1/+6
2014-06-09i40e/i40evf: add PPRS bit to error bits and fix bug in Rx checksumJesse Brandeburg1-19/+55
2014-06-09i40e: allow for more VSIsMitch Williams1-1/+1
2014-06-08i40e/i40evf: fix TSO accountingJesse Brandeburg1-6/+1
2014-06-05i40e: don't use OR to check a valueJesse Brandeburg1-2/+2
2014-05-29i40e: Use the new i40e_get_fd_cnt_all function in other placesAnjali Singhai Jain1-3/+1
2014-05-29i40e/i40evf: Remove reserved PCTYPE definesKevin Scott1-17/+12
2014-05-21i40e: add required includeMitch Williams1-0/+1
2014-04-28i40e: remove ptp_tx_work timestamp work itemJacob Keller1-3/+0
2014-04-19e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski1-2/+2
2014-04-19i40e: remove open-coded skb_cow_headFrancois Romieu1-9/+9
2014-04-01i40e: fix function kernel doc descriptionJean Sacren1-1/+1
2014-03-28i40e: Use DEBUG_FD message level for an FD messageAnjali Singhai Jain1-2/+3
2014-03-28i40e: Delete ATR filter on RSTAnjali Singhai Jain1-3/+6
2014-03-20i40e/i40evf: reduce context descriptorsJesse Brandeburg1-1/+2
2014-03-20i40e/i40evf: enable hardware feature head write backJesse Brandeburg1-6/+40
2014-03-15i40e: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-03-15i40e: Add code to handle FD table full conditionAnjali Singhai Jain1-9/+51
2014-03-07i40e/i40evf: carefully fill tx ringJesse Brandeburg1-2/+2
2014-03-07i40e/i40evf: i40e implementation for skb_set_hashJesse Brandeburg1-2/+27
2014-03-07i40e: Flow Director sideband accountingJoseph Gasparakis1-6/+271
2014-02-14i40e: spelling errorJesse Brandeburg1-1/+1
2014-01-18i40e: rename definesJesse Brandeburg1-1/+1
2014-01-15i40e: whitespace fixesJesse Brandeburg1-2/+2
2014-01-11i40e: enable PTPJacob Keller1-0/+53
2014-01-11i40e: check for possible incorrect ipv6 checksumShannon Nelson1-0/+4
2014-01-09i40e: trivial: formatting and checkpatch fixesMitch Williams1-15/+15
2014-01-09i40e: shorten wordy fieldsMitch Williams1-4/+4
2014-01-09i40e: add a comment on barrier and fix panic on resetGreg Rose1-0/+1
2014-01-09i40e: Fix GPL headerGreg Rose1-4/+3
2014-01-06i40e: Record dma buffer info for dummy packetsAnjali Singhai Jain1-1/+8
2014-01-05i40e: fix constant cast issuesJesse Brandeburg1-4/+4
2014-01-04i40e: Rx checksum offload for VXLANJoseph Gasparakis1-5/+52
2013-12-07i40e: 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-10i40e: Add support for 64 bit netstatsAlexander Duyck1-0/+4
2013-10-10i40e: Move rings from pointer to array to array of pointersAlexander Duyck1-2/+2
2013-10-10i40e: Replace ring container array with linked listAlexander Duyck1-9/+10
2013-10-10i40e: Split bytes and packets from Rx/Tx statsAlexander Duyck1-6/+6
2013-10-10i40e: Add support for Tx byte queue limitsAlexander Duyck1-0/+15
2013-10-10i40e: Drop dead code and flags from Tx hotpathAlexander Duyck1-26/+5
2013-10-10i40e: clean up Tx fast pathAlexander Duyck1-98/+122
2013-10-10i40e: Do not directly increment Tx next_to_useAlexander Duyck1-21/+25
2013-10-10i40e: Cleanup Tx buffer info layoutAlexander Duyck1-8/+8
2013-10-10i40e: Drop unused completed statAlexander Duyck1-2/+1
2013-09-11i40e: transmit, receive, and NAPIJesse Brandeburg1-0/+1817