summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_client.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: remove unnecessary qv_info ptr NULL checksAlexey Kodanev2024-03-061-4/+0
* i40e: Remove circular header dependencies and fix headersIvan Vecera2023-10-051-1/+0
* i40e: use ERR_PTR error print in i40e messagesJan Sokolowski2023-02-091-4/+4
* i40e: use int for i40e_statusJan Sokolowski2023-02-091-2/+2
* i40e: Remove string printing for i40e_statusJan Sokolowski2023-02-091-4/+4
* virtchnl: i40e/iavf: rename iwarp to rdmaJesse Brandeburg2023-01-251-1/+1
* i40e: Fix kernel crash during module removalIvan Vecera2022-09-021-1/+4
* RDMA/irdma: Add irdma Kconfig/Makefile and remove i40iwShiraz Saleem2021-06-021-149/+0
* i40e: Register auxiliary devices to provide RDMAShiraz Saleem2021-05-281-20/+110
* i40e: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-05-261-1/+1
* i40e: Fix use-after-free in i40e_client_subtask()Yunjian Wang2021-05-071-0/+1
* intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg2020-09-251-2/+0
* i40e: Move client header locationShiraz Saleem2020-06-251-1/+1
* i40e: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-05-041-4/+2
* i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller2018-04-301-3/+3
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-25/+1
* i40e: move client flags into state bitsJacob Keller2018-03-261-4/+3
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* i40e: Close client on suspend and restore client MSIx on resumeShiraz Saleem2018-03-191-3/+13
* i40e: Disable iWARP VSI PETCP_ENA flag on netdev down eventsShiraz Saleem2018-01-231-17/+19
* i40e: use dev_dbg instead of dev_info when warning about missing routineJacob Keller2017-06-201-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-061-0/+6
* i40e: remove client instance on driver unloadMitch Williams2017-04-061-0/+3
* i40e: initialize params before notifying of l2_param_changesJacob Keller2017-03-271-0/+2
* i40e: KISS the client interfaceMitch Williams2017-03-151-307/+150
* 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