summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_client.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: use dev_dbg instead of dev_info when warning about missing routineJacob Keller2017-06-211-3/+3
* virtchnl: rename i40e to generic virtchnlJesse Brandeburg2017-06-011-1/+1
* i40e: Check for memory allocation failureChristophe Jaillet2017-05-311-0/+2
* i40e: use DECLARE_BITMAP for state fieldsJacob Keller2017-04-301-8/+8
* i40e: separate PF and VSI state flagsJacob Keller2017-04-301-2/+2
* i40e: register existing client on probeMitch Williams2017-04-071-0/+6
* i40e: remove client instance on driver unloadMitch Williams2017-04-071-0/+3
* i40e: initialize params before notifying of l2_param_changesJacob Keller2017-03-281-0/+2
* i40e: KISS the client interfaceMitch Williams2017-03-151-307/+150Star
* i40e: Add bus number info to i40e_bus_info structSudheer Mogilappagari2017-02-121-7/+9
* i40e: Clean up dead codeMitch Williams2017-02-121-10/+3Star
* i40e: don't check params until after checking for client instanceJacob Keller2017-02-121-2/+2
* i40e: remove unused functionMitch Williams2017-02-031-35/+0Star
* i40e: reopen client after resetMitch Williams2016-10-291-30/+17Star
* i40e: Remove unused function i40e_vsi_lookupAlexander Duyck2016-10-291-31/+0Star
* i40e: Fix client interactionCarolyn Wyborny2016-10-291-16/+13Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-11/+30
|\
| * i40e: Change some init flow for the clientAnjali Singhai Jain2016-08-261-11/+30
* | i40e: Correcting mutex usage in client codeAvinash Dayanand2016-08-201-0/+1
* | i40e: Initialize pointer in client_release functionHarshitha Ramamurthy2016-08-201-2/+2
* | i40e: Check client is open before calling client opsCatherine Sullivan2016-08-201-0/+25
* | i40e: remove a stray unlockDan Carpenter2016-08-181-1/+0Star
* | i40e: Force register writes to mitigate sync issues with iwarp VF driverAvinash Dayanand2016-08-181-1/+2
* | i40e: Fix a bug where a client close can be called before an open is completeAnjali Singhai Jain2016-08-181-0/+2
* | i40e: Use list_move instead of list_del/list_addWei Yongjun2016-08-181-2/+1Star
|/
* i40e: Move the mutex lock in i40e_client_unregisterCatherine Sullivan2016-07-221-2/+2
* i40e: Add support for client interface for IWARP driverAnjali Singhai Jain2016-02-291-0/+1012