summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_client.c
AgeCommit message (Expand)Author
2018-04-30i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-03-26i40e: move client flags into state bitsJacob Keller
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher
2018-03-19i40e: Close client on suspend and restore client MSIx on resumeShiraz Saleem
2018-01-23i40e: Disable iWARP VSI PETCP_ENA flag on netdev down eventsShiraz Saleem
2017-06-20i40e: use dev_dbg instead of dev_info when warning about missing routineJacob Keller
2017-06-01virtchnl: rename i40e to generic virtchnlJesse Brandeburg
2017-05-31i40e: Check for memory allocation failureChristophe Jaillet
2017-04-30i40e: use DECLARE_BITMAP for state fieldsJacob Keller
2017-04-30i40e: separate PF and VSI state flagsJacob Keller
2017-04-06i40e: register existing client on probeMitch Williams
2017-04-06i40e: remove client instance on driver unloadMitch Williams
2017-03-27i40e: initialize params before notifying of l2_param_changesJacob Keller
2017-03-15i40e: KISS the client interfaceMitch Williams
2017-02-11i40e: Add bus number info to i40e_bus_info structSudheer Mogilappagari
2017-02-11i40e: Clean up dead codeMitch Williams
2017-02-11i40e: don't check params until after checking for client instanceJacob Keller
2017-02-02i40e: remove unused functionMitch Williams
2016-10-28i40e: reopen client after resetMitch Williams
2016-10-28i40e: Remove unused function i40e_vsi_lookupAlexander Duyck
2016-10-28i40e: Fix client interactionCarolyn Wyborny
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-25i40e: Change some init flow for the clientAnjali Singhai Jain
2016-08-19i40e: Correcting mutex usage in client codeAvinash Dayanand
2016-08-19i40e: Initialize pointer in client_release functionHarshitha Ramamurthy
2016-08-19i40e: Check client is open before calling client opsCatherine Sullivan
2016-08-18i40e: remove a stray unlockDan Carpenter
2016-08-18i40e: Force register writes to mitigate sync issues with iwarp VF driverAvinash Dayanand
2016-08-18i40e: Fix a bug where a client close can be called before an open is completeAnjali Singhai Jain
2016-08-18i40e: Use list_move instead of list_del/list_addWei Yongjun
2016-07-22i40e: Move the mutex lock in i40e_client_unregisterCatherine Sullivan
2016-02-29i40e: Add support for client interface for IWARP driverAnjali Singhai Jain