summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_lib.c
AgeCommit message (Expand)Author
2020-01-24ice: Enable writing hardware filtering tablesTony Nguyen
2020-01-03ice: Restore interrupt throttle settings after VSI rebuildMichal Swiatkowski
2020-01-03ice: Add code to keep track of current dflt_vsiBrett Creeley
2020-01-03ice: Fix VF spoofchkBrett Creeley
2019-11-22ice: Implement ethtool ops for channelsHenry Tieman
2019-11-22ice: Add ice_pf_to_dev(pf) macroBrett Creeley
2019-11-22ice: Do not use devm* functions for local usesTony Nguyen
2019-11-08ice: Introduce and use ice_vsi_type_strAnirudh Venkataramanan
2019-11-08ice: configure software LLDP in ice_init_pf_dcbPaul Greenwalt
2019-11-08ice: Implement DCBNL supportDave Ertman
2019-11-08ice: Use ice_ena_vsi and ice_dis_vsi in DCB configuration flowAnirudh Venkataramanan
2019-11-04ice: introduce frame padding computation logicMaciej Fijalkowski
2019-11-04ice: introduce legacy Rx flagMaciej Fijalkowski
2019-11-04ice: Add support for AF_XDPKrzysztof Kazimierczak
2019-11-04ice: Add support for XDPMaciej Fijalkowski
2019-11-04ice: get rid of per-tc flow in Tx queue configuration routinesMaciej Fijalkowski
2019-11-04ice: Introduce ice_base.cAnirudh Venkataramanan
2019-09-12ice: Enable DDP package downloadTony Nguyen
2019-09-12ice: Fix FW version formatting in dmesgLukasz Czapnik
2019-09-05ice: Minor refactor in queue managementAnirudh Venkataramanan
2019-09-05ice: change work limit to a constantJesse Brandeburg
2019-09-05ice: Update fields in ice_vsi_set_num_qs when reconfiguringBrett Creeley
2019-08-26ice: Alloc queue management bitmaps and arrays dynamicallyAnirudh Venkataramanan
2019-08-26ice: add support for virtchnl_queue_select.[tx|rx]_queues bitmapPaul Greenwalt
2019-08-26ice: add support for enabling/disabling single queuesMaciej Fijalkowski
2019-08-23ice: Fix issues updating VSI MAC filtersAkeem G Abodunrin
2019-08-23ice: Rename ethtool private flag for lldpDave Ertman
2019-08-23ice: Don't call synchronize_irq() for VF's from the hostBrett Creeley
2019-08-23ice: Allow egress control packets from PF_VSIDave Ertman
2019-07-31ice: Remove unnecessary flag ICE_FLAG_MSIX_ENABrett Creeley
2019-07-31ice: Don't return error for disabling LAN Tx queue that does existAkeem G Abodunrin
2019-07-31ice: Set up Tx scheduling tree based on alloc VSI Tx queuesAkeem G Abodunrin
2019-07-31ice: Move vector base setup to PF VSITony Nguyen
2019-07-31ice: track hardware stat registers past rolloverJacob Keller
2019-06-05ice: Use LLDP ethertype define ETH_P_LLDPJeff Kirsher
2019-05-30ice: Trivial cosmetic changesAnirudh Venkataramanan
2019-05-30ice: Add switch rules to handle LLDP packetsDave Ertman
2019-05-29ice: Use right type for ice_cfg_vsi_lan returnAkeem G Abodunrin
2019-05-29ice: Add support for virtchnl_vector_map.[rxq|txq]_mapAnirudh Venkataramanan
2019-05-29ice: Introduce ice_init_mac_fltr and move ice_napi_delTony Nguyen
2019-05-29ice: Add a helper to trigger software interruptBrett Creeley
2019-05-29ice: Configure RSS LUT key only if RSS is enabledMd Fahad Iqbal Polash
2019-05-29ice: Refactor interrupt trackingBrett Creeley
2019-05-29ice: Add handler for ethtool selftestAnirudh Venkataramanan
2019-05-29ice: Don't call ice_cfg_itr() for SR-IOVBrett Creeley
2019-05-23ice: Fix couple of issues in ice_vsi_releaseBrett Creeley
2019-05-04ice: Add function to program ethertype based filter rule on VSIsAkeem G Abodunrin
2019-05-04ice: Always free/allocate q_vectorsBrett Creeley
2019-05-04ice: Add more validation in ice_vc_cfg_irq_map_msgMichal Swiatkowski
2019-05-04ice: Don't remove VLAN filters that were never programmedAkeem G Abodunrin