Age | Commit message (Expand) | Author | Files | Lines |
2019-09-12 | ice: Enable DDP package download | Tony Nguyen | 1 | -58/+34 |
2019-09-12 | ice: Fix FW version formatting in dmesg | Lukasz Czapnik | 1 | -0/+19 |
2019-09-05 | ice: Minor refactor in queue management | Anirudh Venkataramanan | 1 | -11/+14 |
2019-09-05 | ice: change work limit to a constant | Jesse Brandeburg | 1 | -1/+1 |
2019-09-05 | ice: Update fields in ice_vsi_set_num_qs when reconfiguring | Brett Creeley | 1 | -1/+1 |
2019-08-27 | ice: Alloc queue management bitmaps and arrays dynamically | Anirudh Venkataramanan | 1 | -9/+36 |
2019-08-27 | ice: add support for virtchnl_queue_select.[tx|rx]_queues bitmap | Paul Greenwalt | 1 | -3/+12 |
2019-08-27 | ice: add support for enabling/disabling single queues | Maciej Fijalkowski | 1 | -144/+198 |
2019-08-23 | ice: Fix issues updating VSI MAC filters | Akeem G Abodunrin | 1 | -0/+30 |
2019-08-23 | ice: Rename ethtool private flag for lldp | Dave Ertman | 1 | -2/+2 |
2019-08-23 | ice: Don't call synchronize_irq() for VF's from the host | Brett Creeley | 1 | -0/+4 |
2019-08-23 | ice: Allow egress control packets from PF_VSI | Dave Ertman | 1 | -0/+7 |
2019-07-31 | ice: Remove unnecessary flag ICE_FLAG_MSIX_ENA | Brett Creeley | 1 | -42/+29 |
2019-07-31 | ice: Don't return error for disabling LAN Tx queue that does exist | Akeem G Abodunrin | 1 | -0/+3 |
2019-07-31 | ice: Set up Tx scheduling tree based on alloc VSI Tx queues | Akeem G Abodunrin | 1 | -3/+3 |
2019-07-31 | ice: Move vector base setup to PF VSI | Tony Nguyen | 1 | -4/+4 |
2019-07-31 | ice: track hardware stat registers past rollover | Jacob Keller | 1 | -24/+16 |
2019-06-05 | ice: Use LLDP ethertype define ETH_P_LLDP | Jeff Kirsher | 1 | -3/+1 |
2019-05-30 | ice: Trivial cosmetic changes | Anirudh Venkataramanan | 1 | -2/+2 |
2019-05-30 | ice: Add switch rules to handle LLDP packets | Dave Ertman | 1 | -2/+71 |
2019-05-30 | ice: Use right type for ice_cfg_vsi_lan return | Akeem G Abodunrin | 1 | -8/+10 |
2019-05-30 | ice: Add support for virtchnl_vector_map.[rxq|txq]_map | Anirudh Venkataramanan | 1 | -35/+73 |
2019-05-30 | ice: Introduce ice_init_mac_fltr and move ice_napi_del | Tony Nguyen | 1 | -0/+15 |
2019-05-29 | ice: Add a helper to trigger software interrupt | Brett Creeley | 1 | -6/+18 |
2019-05-29 | ice: Configure RSS LUT key only if RSS is enabled | Md Fahad Iqbal Polash | 1 | -0/+7 |
2019-05-29 | ice: Refactor interrupt tracking | Brett Creeley | 1 | -127/+52 |
2019-05-29 | ice: Add handler for ethtool selftest | Anirudh Venkataramanan | 1 | -6/+38 |
2019-05-29 | ice: Don't call ice_cfg_itr() for SR-IOV | Brett Creeley | 1 | -1/+2 |
2019-05-23 | ice: Fix couple of issues in ice_vsi_release | Brett Creeley | 1 | -11/+13 |
2019-05-05 | ice: Add function to program ethertype based filter rule on VSIs | Akeem G Abodunrin | 1 | -0/+55 |
2019-05-05 | ice: Always free/allocate q_vectors | Brett Creeley | 1 | -20/+14 |
2019-05-05 | ice: Add more validation in ice_vc_cfg_irq_map_msg | Michal Swiatkowski | 1 | -14/+18 |
2019-05-05 | ice: Don't remove VLAN filters that were never programmed | Akeem G Abodunrin | 1 | -1/+5 |
2019-05-04 | ice: Preserve VLAN Rx stripping settings | Tony Nguyen | 1 | -0/+4 |
2019-05-04 | ice: Use pf instead of vsi-back | Jesse Brandeburg | 1 | -30/+30 |
2019-05-02 | ice: Use dev_err when ice_cfg_vsi_lan fails | Brett Creeley | 1 | -3/+6 |
2019-05-02 | ice: Add reg_idx variable in ice_q_vector structure | Brett Creeley | 1 | -17/+67 |
2019-05-02 | ice: Fix issue when adding more than allowed VLANs | Akeem G Abodunrin | 1 | -6/+9 |
2019-05-02 | ice: Remove unnecessary wait when disabling/enabling Rx queues | Brett Creeley | 1 | -8/+2 |
2019-05-02 | ice: Add ability to update rx-usecs-high | Brett Creeley | 1 | -1/+1 |
2019-05-02 | ice: Add 52 byte RSS hash key support | Paul Greenwalt | 1 | -7/+5 |
2019-05-02 | ice: Use ice_for_each_q_vector macro where possible | Brett Creeley | 1 | -3/+3 |
2019-05-02 | ice: Validate ring existence and its q_vector per VSI | Maciej Fijalkowski | 1 | -1/+2 |
2019-05-02 | ice: Reduce scope of variable in ice_vsi_cfg_rxqs | Brett Creeley | 1 | -7/+11 |
2019-05-02 | ice: Create framework for VSI queue context | Anirudh Venkataramanan | 1 | -39/+60 |
2019-04-18 | ice: Update rings based on TC information | Anirudh Venkataramanan | 1 | -0/+2 |
2019-04-18 | ice: Add code for DCB initialization part 3/4 | Anirudh Venkataramanan | 1 | -0/+135 |
2019-04-18 | ice: Fix incorrect use of abbreviations | Anirudh Venkataramanan | 1 | -12/+12 |
2019-03-27 | ice: Update function header for __ice_vsi_get_qs | Anirudh Venkataramanan | 1 | -4/+3 |
2019-03-27 | ice: Audit hotpath structures with pahole | Brett Creeley | 1 | -2/+0 |