summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_lib.c
Commit message (Expand)AuthorAgeFilesLines
* ice: Trivial fixesTony Nguyen2020-02-121-3/+4
* ice: Make print statements more compactAnirudh Venkataramanan2020-02-121-24/+12
* ice: Use ice_pf_to_devAnirudh Venkataramanan2020-02-121-7/+7
* ice: fix and consolidate logging of NVM/firmware version informationBruce Allan2020-02-121-19/+0
* ice: Remove ice_dev_onetime_setup()Brett Creeley2020-02-121-1/+0
* ice: Initilialize VF RSS tablesMd Fahad Iqbal Polash2020-01-251-1/+30
* ice: Optimize table usageTony Nguyen2020-01-251-1/+27
* ice: Enable writing hardware filtering tablesTony Nguyen2020-01-241-1/+86
* ice: Restore interrupt throttle settings after VSI rebuildMichal Swiatkowski2020-01-031-0/+102
* ice: Add code to keep track of current dflt_vsiBrett Creeley2020-01-031-0/+118
* ice: Fix VF spoofchkBrett Creeley2020-01-031-16/+18
* ice: Implement ethtool ops for channelsHenry Tieman2019-11-221-14/+56
* ice: Add ice_pf_to_dev(pf) macroBrett Creeley2019-11-221-67/+88
* ice: Do not use devm* functions for local usesTony Nguyen2019-11-221-28/+26
* ice: Introduce and use ice_vsi_type_strAnirudh Venkataramanan2019-11-081-1/+20
* ice: configure software LLDP in ice_init_pf_dcbPaul Greenwalt2019-11-081-10/+4
* ice: Implement DCBNL supportDave Ertman2019-11-081-0/+1
* ice: Use ice_ena_vsi and ice_dis_vsi in DCB configuration flowAnirudh Venkataramanan2019-11-081-0/+56
* ice: introduce frame padding computation logicMaciej Fijalkowski2019-11-041-1/+2
* ice: introduce legacy Rx flagMaciej Fijalkowski2019-11-041-6/+16
* ice: Add support for AF_XDPKrzysztof Kazimierczak2019-11-041-1/+56
* ice: Add support for XDPMaciej Fijalkowski2019-11-041-9/+59
* ice: get rid of per-tc flow in Tx queue configuration routinesMaciej Fijalkowski2019-11-041-42/+21
* ice: Introduce ice_base.cAnirudh Venkataramanan2019-11-041-786/+1
* ice: Enable DDP package downloadTony Nguyen2019-09-121-58/+34
* ice: Fix FW version formatting in dmesgLukasz Czapnik2019-09-121-0/+19
* ice: Minor refactor in queue managementAnirudh Venkataramanan2019-09-051-11/+14
* ice: change work limit to a constantJesse Brandeburg2019-09-051-1/+1
* ice: Update fields in ice_vsi_set_num_qs when reconfiguringBrett Creeley2019-09-051-1/+1
* ice: Alloc queue management bitmaps and arrays dynamicallyAnirudh Venkataramanan2019-08-261-9/+36
* ice: add support for virtchnl_queue_select.[tx|rx]_queues bitmapPaul Greenwalt2019-08-261-3/+12
* ice: add support for enabling/disabling single queuesMaciej Fijalkowski2019-08-261-144/+198
* ice: Fix issues updating VSI MAC filtersAkeem G Abodunrin2019-08-231-0/+30
* ice: Rename ethtool private flag for lldpDave Ertman2019-08-231-2/+2
* ice: Don't call synchronize_irq() for VF's from the hostBrett Creeley2019-08-231-0/+4
* ice: Allow egress control packets from PF_VSIDave Ertman2019-08-231-0/+7
* ice: Remove unnecessary flag ICE_FLAG_MSIX_ENABrett Creeley2019-07-311-42/+29
* ice: Don't return error for disabling LAN Tx queue that does existAkeem G Abodunrin2019-07-311-0/+3
* ice: Set up Tx scheduling tree based on alloc VSI Tx queuesAkeem G Abodunrin2019-07-311-3/+3
* ice: Move vector base setup to PF VSITony Nguyen2019-07-311-4/+4
* ice: track hardware stat registers past rolloverJacob Keller2019-07-311-24/+16
* ice: Use LLDP ethertype define ETH_P_LLDPJeff Kirsher2019-06-051-3/+1
* ice: Trivial cosmetic changesAnirudh Venkataramanan2019-05-301-2/+2
* ice: Add switch rules to handle LLDP packetsDave Ertman2019-05-301-2/+71
* ice: Use right type for ice_cfg_vsi_lan returnAkeem G Abodunrin2019-05-291-8/+10
* ice: Add support for virtchnl_vector_map.[rxq|txq]_mapAnirudh Venkataramanan2019-05-291-35/+73
* ice: Introduce ice_init_mac_fltr and move ice_napi_delTony Nguyen2019-05-291-0/+15
* ice: Add a helper to trigger software interruptBrett Creeley2019-05-291-6/+18
* ice: Configure RSS LUT key only if RSS is enabledMd Fahad Iqbal Polash2019-05-291-0/+7
* ice: Refactor interrupt trackingBrett Creeley2019-05-291-127/+52
OpenPOWER on IntegriCloud