summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40evf/i40evf_main.c
AgeCommit message (Expand)Author
2018-09-18intel-ethernet: rename i40evf to iavfJesse Brandeburg
2018-08-30i40evf: cancel workqueue sync for adminq when a VF is removedLihong Yang
2018-08-30i40evf: Don't enable vlan stripping when rx offload is turned onPatryk Małek
2018-08-30i40evf: set IFF_UNICAST_FLT flag for the VFLihong Yang
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley
2018-06-25cls_flower: fix error values for commands not supported by driversJiri Pirko
2018-05-14i40evf: Fix a hardware reset support in VF driverPaweł Jabłoński
2018-05-14i40evf: remove MAX_QUEUES and just use I40EVF_MAX_REQ_QUEUESJacob Keller
2018-04-30i40evf: Fix turning TSO, GSO and GRO on afterPaweł Jabłoński
2018-04-30i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller
2018-04-30i40evf: Replace GFP_ATOMIC with GFP_KERNEL in i40evf_add_vlanJia-Ju Bai
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher
2018-03-19i40evf: Reorder configure_clsflower to avoid deadlock on errorAlexander Duyck
2018-03-14i40evf/i40evf_main: Fix variable assignment in i40evf_parse_cls_flowerGustavo A R Silva
2018-02-26i40evf: remove redundant array comparisons to 0 checksColin Ian King
2018-02-26i40evf: Fix double locking the same resourcePaweł Jabłoński
2018-02-14i40evf: Add support to apply cloud filtersHarshitha Ramamurthy
2018-02-14i40evf: Add support to configure bw via tc toolHarshitha Ramamurthy
2018-02-14i40evf: Alloc queues for ADq on VFAvinash Dayanand
2018-02-14i40evf: add ndo_setup_tc callback to i40evfHarshitha Ramamurthy
2018-02-14i40evf: Fix link up issue when queues are disabledAvinash Dayanand
2018-02-13i40evf: use __dev_[um]c_sync routines in .set_rx_modeJacob Keller
2018-02-13i40evf: Use an iterator of the same type as the listHarshitha Ramamurthy
2018-02-12i40e/i40evf: Add support for new mechanism of updating adaptive ITRAlexander Duyck
2018-02-12i40e/i40evf: Split container ITR into current_itr and target_itrAlexander Duyck
2018-02-12i40e/i40evf: Clean-up of bits related to using q_vector->reg_idxAlexander Duyck
2018-02-12i40e/i40evf: Only track one ITR setting per ring instead of Tx/RxAlexander Duyck
2018-01-26i40e/i40evf: Record ITR register location in the q_vectorAlexander Duyck
2018-01-26i40evf: Allow turning off offloads when the VF has VLAN setPaweł Jabłoński
2018-01-23i40e/i40evf: Detect and recover hung queue scenarioSudheer Mogilappagari
2018-01-23i40evf: Don't schedule reset_task when device is being removedAvinash Dayanand
2018-01-23i40evf: remove flush_scheduled_work call in i40evf_removeSudheer Mogilappagari
2018-01-10i40evf: Drop i40evf_fire_sw_int as it is prone to racesAlexander Duyck
2018-01-10i40evf: Do not clear MSI-X PBA manuallyAlexander Duyck
2018-01-10i40e/i40evf: Bump driver versionsAlice Michael
2018-01-10i40evf: hold the critical task bit lock while openingJacob Keller
2018-01-10i40evf: release bit locks in reverse orderJacob Keller
2018-01-10i40evf: use spinlock to protect (mac|vlan)_filter_listJacob Keller
2018-01-10i40evf: don't rely on netif_running() outside rtnl_lock()Jacob Keller
2017-11-21i40evf: fix client notify of l2 paramsAlan Brady
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook
2017-10-09i40e/i40evf: fix incorrect default ITR values on driver loadJacob Keller
2017-10-09i40evf: fix mac filter removal timing issueAlan Brady
2017-10-06i40evf: enable support for VF VLAN tag stripping controlJacob Keller
2017-10-06i40e/i40evf: spread CPU affinity hints across online CPUs onlyJacob Keller
2017-10-02i40e: make i40evf_map_rings_to_vectors voidMitch Williams
2017-10-02i40evf: Enable VF to request an alternate queue allocationAlan Brady
2017-09-29i40evf: fix ring to vector mappingAlan Brady
2017-09-29i40e: shutdown all IRQs and disable MSI-X when suspendedJacob Keller