summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_client.c
Commit message (Expand)AuthorAge
* i40e: move client flags into state bitsJacob Keller2018-03-26
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-23
* i40e: Close client on suspend and restore client MSIx on resumeShiraz Saleem2018-03-19
* i40e: Disable iWARP VSI PETCP_ENA flag on netdev down eventsShiraz Saleem2018-01-23
* i40e: use dev_dbg instead of dev_info when warning about missing routineJacob Keller2017-06-20
* virtchnl: rename i40e to generic virtchnlJesse Brandeburg2017-06-01
* i40e: Check for memory allocation failureChristophe Jaillet2017-05-31
* i40e: use DECLARE_BITMAP for state fieldsJacob Keller2017-04-30
* i40e: separate PF and VSI state flagsJacob Keller2017-04-30
* i40e: register existing client on probeMitch Williams2017-04-06
* i40e: remove client instance on driver unloadMitch Williams2017-04-06
* i40e: initialize params before notifying of l2_param_changesJacob Keller2017-03-27
* i40e: KISS the client interfaceMitch Williams2017-03-15
* i40e: Add bus number info to i40e_bus_info structSudheer Mogilappagari2017-02-11
* i40e: Clean up dead codeMitch Williams2017-02-11
* i40e: don't check params until after checking for client instanceJacob Keller2017-02-11
* i40e: remove unused functionMitch Williams2017-02-02
* i40e: reopen client after resetMitch Williams2016-10-28
* i40e: Remove unused function i40e_vsi_lookupAlexander Duyck2016-10-28
* i40e: Fix client interactionCarolyn Wyborny2016-10-28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-30
|\
| * i40e: Change some init flow for the clientAnjali Singhai Jain2016-08-25
* | i40e: Correcting mutex usage in client codeAvinash Dayanand2016-08-19
* | i40e: Initialize pointer in client_release functionHarshitha Ramamurthy2016-08-19
* | i40e: Check client is open before calling client opsCatherine Sullivan2016-08-19
* | i40e: remove a stray unlockDan Carpenter2016-08-18
* | i40e: Force register writes to mitigate sync issues with iwarp VF driverAvinash Dayanand2016-08-18
* | i40e: Fix a bug where a client close can be called before an open is completeAnjali Singhai Jain2016-08-18
* | i40e: Use list_move instead of list_del/list_addWei Yongjun2016-08-18
|/
* i40e: Move the mutex lock in i40e_client_unregisterCatherine Sullivan2016-07-22
* i40e: Add support for client interface for IWARP driverAnjali Singhai Jain2016-02-29