summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: Add a new variable to track number of pf instancesAnjali Singhai Jain2013-12-071-0/+4
* i40e: add num_VFs messageAnjali Singhai Jain2013-12-071-0/+3
* i40e: only set up the rings to be usedShannon Nelson2013-12-071-7/+7
* i40e: Enable all PCTYPEs except FCOE for RSS.Anjali Singhai Jain2013-12-071-14/+24
* i40e: refactor reset codeAnjali Singhai Jain2013-12-071-36/+95
* i40e: Bump versionCatherine Sullivan2013-12-071-1/+1
* i40e: enable early hardware supportJesse Brandeburg2013-12-071-5/+44
* i40e: Add flag for L2 VEB filteringKevin Scott2013-12-071-1/+3
* i40e: add support for triggering EMPRShannon Nelson2013-12-061-0/+18
* i40e: add interrupt testShannon Nelson2013-12-061-0/+5
* i40e: default debug mask settingShannon Nelson2013-12-061-0/+1
* i40e: select reset counters correctlyShannon Nelson2013-12-061-3/+3
* i40e: firmware version fields offsets updateAnjali Singhai jain2013-12-061-0/+7
* i40e: fix error return code in i40e_probe()Wei Yongjun2013-10-291-1/+3
* i40e: Bump versionCatherine Sullivan2013-10-221-1/+1
* i40e: use pf_id for pf function id in qtx_ctlShannon Nelson2013-10-221-2/+2
* i40e: tweaking icr0 handling for legacy irqShannon Nelson2013-10-221-7/+5Star
* i40e: fixup legacy interrupt handlingShannon Nelson2013-10-221-6/+12
* i40e: don't free nonexistent ringsMitch Williams2013-10-221-5/+6
* i40e: do not flush after re-enabling interruptsJesse Brandeburg2013-10-221-1/+2
* i40e: Bump versionCatherine Sullivan2013-10-101-1/+1
* i40e: Add support for 64 bit netstatsAlexander Duyck2013-10-101-11/+67
* i40e: Move rings from pointer to array to array of pointersAlexander Duyck2013-10-101-65/+77
* i40e: Replace ring container array with linked listAlexander Duyck2013-10-101-42/+42
* i40e: Move q_vectors from pointer to array to array of pointersAlexander Duyck2013-10-101-46/+106
* i40e: Split bytes and packets from Rx/Tx statsAlexander Duyck2013-10-101-4/+8
* i40e: Link code updatesAnjali Singhai2013-10-101-2/+6
* i40e: better return valuesJesse Brandeburg2013-09-271-16/+21
* i40e: convert ret to aq_retJesse Brandeburg2013-09-271-55/+52Star
* i40e: small clean ups from reviewJesse Brandeburg2013-09-271-3/+3
* i40e: use common failure flowJesse Brandeburg2013-09-271-6/+6
* i40e: main driver coreJesse Brandeburg2013-09-111-0/+7375