aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-08ice: Introduce and use ice_vsi_type_strAnirudh Venkataramanan1-1/+20
2019-11-08ice: configure software LLDP in ice_init_pf_dcbPaul Greenwalt1-10/+4
2019-11-08ice: Implement DCBNL supportDave Ertman1-0/+1
2019-11-08ice: Use ice_ena_vsi and ice_dis_vsi in DCB configuration flowAnirudh Venkataramanan1-0/+56
2019-11-04ice: introduce frame padding computation logicMaciej Fijalkowski1-1/+2
2019-11-04ice: introduce legacy Rx flagMaciej Fijalkowski1-6/+16
2019-11-04ice: Add support for AF_XDPKrzysztof Kazimierczak1-1/+56
2019-11-04ice: Add support for XDPMaciej Fijalkowski1-9/+59
2019-11-04ice: get rid of per-tc flow in Tx queue configuration routinesMaciej Fijalkowski1-42/+21
2019-11-04ice: Introduce ice_base.cAnirudh Venkataramanan1-786/+1
2019-09-12ice: Enable DDP package downloadTony Nguyen1-58/+34
2019-09-12ice: Fix FW version formatting in dmesgLukasz Czapnik1-0/+19
2019-09-05ice: Minor refactor in queue managementAnirudh Venkataramanan1-11/+14
2019-09-05ice: change work limit to a constantJesse Brandeburg1-1/+1
2019-09-05ice: Update fields in ice_vsi_set_num_qs when reconfiguringBrett Creeley1-1/+1
2019-08-26ice: Alloc queue management bitmaps and arrays dynamicallyAnirudh Venkataramanan1-9/+36
2019-08-26ice: add support for virtchnl_queue_select.[tx|rx]_queues bitmapPaul Greenwalt1-3/+12
2019-08-26ice: add support for enabling/disabling single queuesMaciej Fijalkowski1-144/+198
2019-08-23ice: Fix issues updating VSI MAC filtersAkeem G Abodunrin1-0/+30
2019-08-23ice: Rename ethtool private flag for lldpDave Ertman1-2/+2
2019-08-23ice: Don't call synchronize_irq() for VF's from the hostBrett Creeley1-0/+4
2019-08-23ice: Allow egress control packets from PF_VSIDave Ertman1-0/+7
2019-07-31ice: Remove unnecessary flag ICE_FLAG_MSIX_ENABrett Creeley1-42/+29
2019-07-31ice: Don't return error for disabling LAN Tx queue that does existAkeem G Abodunrin1-0/+3
2019-07-31ice: Set up Tx scheduling tree based on alloc VSI Tx queuesAkeem G Abodunrin1-3/+3
2019-07-31ice: Move vector base setup to PF VSITony Nguyen1-4/+4
2019-07-31ice: track hardware stat registers past rolloverJacob Keller1-24/+16
2019-06-05ice: Use LLDP ethertype define ETH_P_LLDPJeff Kirsher1-3/+1
2019-05-30ice: Trivial cosmetic changesAnirudh Venkataramanan1-2/+2
2019-05-30ice: Add switch rules to handle LLDP packetsDave Ertman1-2/+71
2019-05-29ice: Use right type for ice_cfg_vsi_lan returnAkeem G Abodunrin1-8/+10
2019-05-29ice: Add support for virtchnl_vector_map.[rxq|txq]_mapAnirudh Venkataramanan1-35/+73
2019-05-29ice: Introduce ice_init_mac_fltr and move ice_napi_delTony Nguyen1-0/+15
2019-05-29ice: Add a helper to trigger software interruptBrett Creeley1-6/+18
2019-05-29ice: Configure RSS LUT key only if RSS is enabledMd Fahad Iqbal Polash1-0/+7
2019-05-29ice: Refactor interrupt trackingBrett Creeley1-127/+52
2019-05-29ice: Add handler for ethtool selftestAnirudh Venkataramanan1-6/+38
2019-05-29ice: Don't call ice_cfg_itr() for SR-IOVBrett Creeley1-1/+2
2019-05-23ice: Fix couple of issues in ice_vsi_releaseBrett Creeley1-11/+13
2019-05-04ice: Add function to program ethertype based filter rule on VSIsAkeem G Abodunrin1-0/+55
2019-05-04ice: Always free/allocate q_vectorsBrett Creeley1-20/+14
2019-05-04ice: Add more validation in ice_vc_cfg_irq_map_msgMichal Swiatkowski1-14/+18
2019-05-04ice: Don't remove VLAN filters that were never programmedAkeem G Abodunrin1-1/+5
2019-05-04ice: Preserve VLAN Rx stripping settingsTony Nguyen1-0/+4
2019-05-04ice: Use pf instead of vsi-backJesse Brandeburg1-30/+30
2019-05-02ice: Use dev_err when ice_cfg_vsi_lan failsBrett Creeley1-3/+6
2019-05-02ice: Add reg_idx variable in ice_q_vector structureBrett Creeley1-17/+67
2019-05-02ice: Fix issue when adding more than allowed VLANsAkeem G Abodunrin1-6/+9
2019-05-02ice: Remove unnecessary wait when disabling/enabling Rx queuesBrett Creeley1-8/+2
2019-05-02ice: Add ability to update rx-usecs-highBrett Creeley1-1/+1