summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_client.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: Add bus number info to i40e_bus_info structSudheer Mogilappagari2017-02-111-7/+9
* i40e: Clean up dead codeMitch Williams2017-02-111-10/+3
* i40e: don't check params until after checking for client instanceJacob Keller2017-02-111-2/+2
* i40e: remove unused functionMitch Williams2017-02-021-35/+0
* i40e: reopen client after resetMitch Williams2016-10-281-30/+17
* i40e: Remove unused function i40e_vsi_lookupAlexander Duyck2016-10-281-31/+0
* i40e: Fix client interactionCarolyn Wyborny2016-10-281-16/+13
* 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-251-11/+30
* | i40e: Correcting mutex usage in client codeAvinash Dayanand2016-08-191-0/+1
* | i40e: Initialize pointer in client_release functionHarshitha Ramamurthy2016-08-191-2/+2
* | i40e: Check client is open before calling client opsCatherine Sullivan2016-08-191-0/+25
* | i40e: remove a stray unlockDan Carpenter2016-08-181-1/+0
* | 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/+1
|/
* 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
OpenPOWER on IntegriCloud