summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf
AgeCommit message (Expand)AuthorLines
2018-09-18intel-ethernet: rename i40evf to iavfJesse Brandeburg-18615/+0
2018-09-08i40e(vf): remove i40e_ethtool_stats.h header fileJacob Keller-222/+218
2018-08-30i40evf: cancel workqueue sync for adminq when a VF is removedLihong Yang-0/+2
2018-08-30i40evf: Don't enable vlan stripping when rx offload is turned onPatryk Małek-5/+6
2018-08-30i40evf: set IFF_UNICAST_FLT flag for the VFLihong Yang-0/+2
2018-08-30i40evf: Validate the number of queues a PF sendsPaul M Stillwell Jr-0/+32
2018-08-30i40evf: Change a VF mac without reloading the VF driverPaweł Jabłoński-2/+9
2018-08-30i40evf: update ethtool stats code and use helper functionsJacob Keller-60/+298
2018-08-07i40e: Add AQ command for rearrange NVM structurePiotr Azarewicz-0/+2
2018-08-07i40e: Add additional return code to i40e_asq_send_commandPiotr Azarewicz-0/+2
2018-08-07i40e/i40evf: remove redundant functions i40evf_aq_{set/get}_phy_registerYueHaibing-69/+0
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley-1/+1
2018-06-25cls_flower: fix error values for commands not supported by driversJiri Pirko-1/+1
2018-05-14i40evf: Fix a hardware reset support in VF driverPaweł Jabłoński-1/+2
2018-05-14i40evf: remove MAX_QUEUES and just use I40EVF_MAX_REQ_QUEUESJacob Keller-3/+3
2018-05-14i40evf: Fix client header defineJeff Kirsher-3/+3
2018-04-30i40evf: Fix turning TSO, GSO and GRO on afterPaweł Jabłoński-0/+18
2018-04-30i40e: fix reading LLDP configurationMariusz Stachura-1/+9
2018-04-30i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller-17/+15
2018-04-30i40evf: Replace GFP_ATOMIC with GFP_KERNEL in i40evf_add_vlanJia-Ju Bai-1/+1
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher-522/+25
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher-0/+21
2018-03-19i40evf: remove flags that are never usedJacob Keller-3/+0
2018-03-19i40evf: Reorder configure_clsflower to avoid deadlock on errorAlexander Duyck-12/+11
2018-03-14i40evf/i40evf_main: Fix variable assignment in i40evf_parse_cls_flowerGustavo A R Silva-1/+1
2018-02-26i40evf: remove redundant array comparisons to 0 checksColin Ian King-36/+25
2018-02-26i40evf: pass struct virtchnl_filter by reference rather than by valueColin Ian King-14/+18
2018-02-26i40e/i40evf: use SW variables for hang detectionAlan Brady-1/+1
2018-02-26i40evf: Fix double locking the same resourcePaweł Jabłoński-6/+8
2018-02-14i40evf: Add support to apply cloud filtersHarshitha Ramamurthy-5/+810
2018-02-14i40evf: Add support to configure bw via tc toolHarshitha Ramamurthy-3/+67
2018-02-14i40evf: Alloc queues for ADq on VFAvinash Dayanand-0/+20
2018-02-14i40evf: add ndo_setup_tc callback to i40evfHarshitha Ramamurthy-1/+257
2018-02-14i40evf: Fix link up issue when queues are disabledAvinash Dayanand-8/+22
2018-02-13i40evf: Make VF reset warning message more clearHarshitha Ramamurthy-1/+1
2018-02-13i40evf: use __dev_[um]c_sync routines in .set_rx_modeJacob Keller-39/+56
2018-02-13i40evf: Use an iterator of the same type as the listHarshitha Ramamurthy-4/+7
2018-02-13i40evf: use GFP_ATOMIC under spin lockWei Yongjun-4/+4
2018-02-12i40e/i40evf: Add support for new mechanism of updating adaptive ITRAlexander Duyck-126/+262
2018-02-12i40e/i40evf: Split container ITR into current_itr and target_itrAlexander Duyck-42/+53
2018-02-12i40evf: Correctly populate rxitr_idx and txitr_idxAlexander Duyck-9/+15
2018-02-12i40e/i40evf: Use usec value instead of reg value for ITR definesAlexander Duyck-28/+39
2018-02-12i40e/i40evf: Don't bother setting the CLEARPBA bitAlexander Duyck-1/+10
2018-02-12i40e/i40evf: Clean-up of bits related to using q_vector->reg_idxAlexander Duyck-9/+9
2018-02-12i40e/i40evf: Clean up logic for adaptive ITRAlexander Duyck-45/+14
2018-02-12i40e/i40evf: Only track one ITR setting per ring instead of Tx/RxAlexander Duyck-21/+20
2018-02-12i40e: fix typo in function descriptionAlan Brady-1/+1
2018-01-29i40e/i40evf: Update DESC_NEEDED value to reflect larger valueAlexander Duyck-1/+1
2018-01-26i40e/i40evf: Record ITR register location in the q_vectorAlexander Duyck-10/+7
2018-01-26i40e: cleanup unnecessary parensJeff Kirsher-1/+1