aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-02i40e: Fix kernel crash during module removalIvan Vecera1-1/+4
2021-06-02RDMA/irdma: Add irdma Kconfig/Makefile and remove i40iwShiraz Saleem1-149/+0
2021-05-28i40e: Register auxiliary devices to provide RDMAShiraz Saleem1-20/+110
2021-05-26i40e: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2021-05-07i40e: Fix use-after-free in i40e_client_subtask()Yunjian Wang1-0/+1
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-2/+0
2020-06-25i40e: Move client header locationShiraz Saleem1-1/+1
2019-05-04i40e: Use struct_size() in kzalloc()Gustavo A. R. Silva1-4/+2
2018-04-30i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller1-3/+3
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-25/+1
2018-03-26i40e: move client flags into state bitsJacob Keller1-4/+3
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2018-03-19i40e: Close client on suspend and restore client MSIx on resumeShiraz Saleem1-3/+13
2018-01-23i40e: Disable iWARP VSI PETCP_ENA flag on netdev down eventsShiraz Saleem1-17/+19
2017-06-20i40e: use dev_dbg instead of dev_info when warning about missing routineJacob Keller1-3/+3
2017-06-01virtchnl: rename i40e to generic virtchnlJesse Brandeburg1-1/+1
2017-05-31i40e: Check for memory allocation failureChristophe Jaillet1-0/+2
2017-04-30i40e: use DECLARE_BITMAP for state fieldsJacob Keller1-8/+8
2017-04-30i40e: separate PF and VSI state flagsJacob Keller1-2/+2
2017-04-06i40e: register existing client on probeMitch Williams1-0/+6
2017-04-06i40e: remove client instance on driver unloadMitch Williams1-0/+3
2017-03-27i40e: initialize params before notifying of l2_param_changesJacob Keller1-0/+2
2017-03-15i40e: KISS the client interfaceMitch Williams1-307/+150
2017-02-11i40e: Add bus number info to i40e_bus_info structSudheer Mogilappagari1-7/+9
2017-02-11i40e: Clean up dead codeMitch Williams1-10/+3
2017-02-11i40e: don't check params until after checking for client instanceJacob Keller1-2/+2
2017-02-02i40e: remove unused functionMitch Williams1-35/+0
2016-10-28i40e: reopen client after resetMitch Williams1-30/+17
2016-10-28i40e: Remove unused function i40e_vsi_lookupAlexander Duyck1-31/+0
2016-10-28i40e: Fix client interactionCarolyn Wyborny1-16/+13
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+30
2016-08-25i40e: Change some init flow for the clientAnjali Singhai Jain1-11/+30
2016-08-19i40e: Correcting mutex usage in client codeAvinash Dayanand1-0/+1
2016-08-19i40e: Initialize pointer in client_release functionHarshitha Ramamurthy1-2/+2
2016-08-19i40e: 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-02-29i40e: Add support for client interface for IWARP driverAnjali Singhai Jain1-0/+1012