summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf
Commit message (Expand)AuthorAgeFilesLines
* i40e: Add AQ command for rearrange NVM structurePiotr Azarewicz2018-08-071-0/+2
* i40e: Add additional return code to i40e_asq_send_commandPiotr Azarewicz2018-08-071-0/+2
* i40e/i40evf: remove redundant functions i40evf_aq_{set/get}_phy_registerYueHaibing2018-08-071-69/+0Star
* net: sched: pass extack pointer to block binds and cb registrationJohn Hurley2018-06-261-1/+1
* cls_flower: fix error values for commands not supported by driversJiri Pirko2018-06-251-1/+1
* i40evf: Fix a hardware reset support in VF driverPaweł Jabłoński2018-05-141-1/+2
* i40evf: remove MAX_QUEUES and just use I40EVF_MAX_REQ_QUEUESJacob Keller2018-05-142-3/+3
* i40evf: Fix client header defineJeff Kirsher2018-05-141-3/+3
* i40evf: Fix turning TSO, GSO and GRO on afterPaweł Jabłoński2018-04-301-0/+18
* i40e: fix reading LLDP configurationMariusz Stachura2018-04-301-1/+9
* i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller2018-04-306-17/+15Star
* i40evf: Replace GFP_ATOMIC with GFP_KERNEL in i40evf_add_vlanJia-Ju Bai2018-04-301-1/+1
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-2723-522/+25Star
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-2321-0/+21
* i40evf: remove flags that are never usedJacob Keller2018-03-191-3/+0Star
* i40evf: Reorder configure_clsflower to avoid deadlock on errorAlexander Duyck2018-03-191-12/+11Star
* i40evf/i40evf_main: Fix variable assignment in i40evf_parse_cls_flowerGustavo A R Silva2018-03-141-1/+1
* i40evf: remove redundant array comparisons to 0 checksColin Ian King2018-02-261-36/+25Star
* i40evf: pass struct virtchnl_filter by reference rather than by valueColin Ian King2018-02-261-14/+18
* i40e/i40evf: use SW variables for hang detectionAlan Brady2018-02-261-1/+1
* i40evf: Fix double locking the same resourcePaweł Jabłoński2018-02-261-6/+8
* i40evf: Add support to apply cloud filtersHarshitha Ramamurthy2018-02-143-5/+810
* i40evf: Add support to configure bw via tc toolHarshitha Ramamurthy2018-02-143-3/+67
* i40evf: Alloc queues for ADq on VFAvinash Dayanand2018-02-142-0/+20
* i40evf: add ndo_setup_tc callback to i40evfHarshitha Ramamurthy2018-02-143-1/+257
* i40evf: Fix link up issue when queues are disabledAvinash Dayanand2018-02-143-8/+22
* i40evf: Make VF reset warning message more clearHarshitha Ramamurthy2018-02-131-1/+1
* i40evf: use __dev_[um]c_sync routines in .set_rx_modeJacob Keller2018-02-131-39/+56
* i40evf: Use an iterator of the same type as the listHarshitha Ramamurthy2018-02-131-4/+7
* i40evf: use GFP_ATOMIC under spin lockWei Yongjun2018-02-131-4/+4
* i40e/i40evf: Add support for new mechanism of updating adaptive ITRAlexander Duyck2018-02-124-126/+262
* i40e/i40evf: Split container ITR into current_itr and target_itrAlexander Duyck2018-02-124-42/+53
* i40evf: Correctly populate rxitr_idx and txitr_idxAlexander Duyck2018-02-121-9/+15
* i40e/i40evf: Use usec value instead of reg value for ITR definesAlexander Duyck2018-02-123-28/+39
* i40e/i40evf: Don't bother setting the CLEARPBA bitAlexander Duyck2018-02-121-1/+10
* i40e/i40evf: Clean-up of bits related to using q_vector->reg_idxAlexander Duyck2018-02-122-9/+9
* i40e/i40evf: Clean up logic for adaptive ITRAlexander Duyck2018-02-121-45/+14Star
* i40e/i40evf: Only track one ITR setting per ring instead of Tx/RxAlexander Duyck2018-02-124-21/+20Star
* i40e: fix typo in function descriptionAlan Brady2018-02-121-1/+1
* i40e/i40evf: Update DESC_NEEDED value to reflect larger valueAlexander Duyck2018-01-291-1/+1
* i40e/i40evf: Record ITR register location in the q_vectorAlexander Duyck2018-01-263-10/+7Star
* i40e: cleanup unnecessary parensJeff Kirsher2018-01-261-1/+1
* i40e: Display LLDP information on vSphere Web ClientUpasana Menon2018-01-261-0/+12
* i40e/i40evf: Use ring pointers to clean up _set_itr_per_queueAlexander Duyck2018-01-261-14/+14
* i40evf: Allow turning off offloads when the VF has VLAN setPaweł Jabłoński2018-01-261-6/+12
* i40e: Add returning AQ critical error to SWMichal Kosiarz2018-01-263-4/+12
* i40evf: ignore link up if not runningAlan Brady2018-01-231-12/+23
* i40e/i40evf: Detect and recover hung queue scenarioSudheer Mogilappagari2018-01-233-0/+58
* i40evf: Don't schedule reset_task when device is being removedAvinash Dayanand2018-01-232-1/+9
* i40evf: remove flush_scheduled_work call in i40evf_removeSudheer Mogilappagari2018-01-231-2/+0Star