aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-29i40e: fix error return code in i40e_probe()Wei Yongjun1-1/+3
2013-10-22i40e: Bump versionCatherine Sullivan1-1/+1
2013-10-22i40e: use pf_id for pf function id in qtx_ctlShannon Nelson1-2/+2
2013-10-22i40e: tweaking icr0 handling for legacy irqShannon Nelson1-7/+5
2013-10-22i40e: fixup legacy interrupt handlingShannon Nelson1-6/+12
2013-10-22i40e: don't free nonexistent ringsMitch Williams1-5/+6
2013-10-22i40e: do not flush after re-enabling interruptsJesse Brandeburg1-1/+2
2013-10-09i40e: Bump versionCatherine Sullivan1-1/+1
2013-10-09i40e: Add support for 64 bit netstatsAlexander Duyck1-11/+67
2013-10-09i40e: Move rings from pointer to array to array of pointersAlexander Duyck1-65/+77
2013-10-09i40e: Replace ring container array with linked listAlexander Duyck1-42/+42
2013-10-09i40e: Move q_vectors from pointer to array to array of pointersAlexander Duyck1-46/+106
2013-10-09i40e: Split bytes and packets from Rx/Tx statsAlexander Duyck1-4/+8
2013-10-09i40e: Link code updatesAnjali Singhai1-2/+6
2013-09-27i40e: better return valuesJesse Brandeburg1-16/+21
2013-09-27i40e: convert ret to aq_retJesse Brandeburg1-55/+52
2013-09-27i40e: small clean ups from reviewJesse Brandeburg1-3/+3
2013-09-27i40e: use common failure flowJesse Brandeburg1-6/+6
2013-09-11i40e: main driver coreJesse Brandeburg1-0/+7375