summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_client.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+30
2016-08-26i40e: Change some init flow for the clientAnjali Singhai Jain1-11/+30
2016-08-20i40e: Correcting mutex usage in client codeAvinash Dayanand1-0/+1
2016-08-20i40e: Initialize pointer in client_release functionHarshitha Ramamurthy1-2/+2
2016-08-20i40e: Check client is open before calling client opsCatherine Sullivan1-0/+25
2016-08-18i40e: remove a stray unlockDan Carpenter1-1/+0
2016-08-18i40e: Force register writes to mitigate sync issues with iwarp VF driverAvinash Dayanand1-1/+2
2016-08-18i40e: Fix a bug where a client close can be called before an open is completeAnjali Singhai Jain1-0/+2
2016-08-18i40e: Use list_move instead of list_del/list_addWei Yongjun1-2/+1
2016-07-22i40e: Move the mutex lock in i40e_client_unregisterCatherine Sullivan1-2/+2
2016-03-01i40e: Add support for client interface for IWARP driverAnjali Singhai Jain1-0/+1012