aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/ice/ice_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-10ice: use variable name more descriptive than typeBruce Allan1-12/+12
2020-03-10ice: Correct setting VLAN pruningBrett Creeley1-8/+2
2020-03-10ice: Improve clarity of prints and variablesBrett Creeley1-92/+108
2020-03-10ice: allow bigger VFsMitch Williams1-5/+4
2020-02-15ice: remove unnecessary fallthrough commentsBruce Allan1-2/+0
2020-02-15ice: Fix implicit queue mapping mode in ice_vsi_get_qsBrett Creeley1-9/+12
2020-02-15ice: Add support to enable/disable all Rx queues before waitingBrett Creeley1-11/+21
2020-02-15ice: Add initial support for QinQBrett Creeley1-3/+40
2020-02-12ice: Trivial fixesTony Nguyen1-3/+4
2020-02-12ice: Make print statements more compactAnirudh Venkataramanan1-24/+12
2020-02-12ice: Use ice_pf_to_devAnirudh Venkataramanan1-7/+7
2020-02-12ice: fix and consolidate logging of NVM/firmware version informationBruce Allan1-19/+0
2020-02-12ice: Remove ice_dev_onetime_setup()Brett Creeley1-1/+0
2020-01-25ice: Initilialize VF RSS tablesMd Fahad Iqbal Polash1-1/+30
2020-01-25ice: Optimize table usageTony Nguyen1-1/+27
2020-01-24ice: Enable writing hardware filtering tablesTony Nguyen1-1/+86
2020-01-03ice: Restore interrupt throttle settings after VSI rebuildMichal Swiatkowski1-0/+102
2020-01-03ice: Add code to keep track of current dflt_vsiBrett Creeley1-0/+118
2020-01-03ice: Fix VF spoofchkBrett Creeley1-16/+18
2019-11-22ice: Implement ethtool ops for channelsHenry Tieman1-14/+56
2019-11-22ice: Add ice_pf_to_dev(pf) macroBrett Creeley1-67/+88
2019-11-22ice: Do not use devm* functions for local usesTony Nguyen1-28/+26
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