aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_sched.c
Commit message (Expand)AuthorAgeFilesLines
* ice, libie: move generic adminq descriptors to libMichal Swiatkowski2025-07-241-9/+9
* ice: fix rebuilding the Tx scheduler tree for large queue countsMichal Kubiak2025-05-301-28/+142
* ice: create new Tx scheduler nodes for new queues onlyMichal Kubiak2025-05-301-5/+6
* ice: Adjust over allocation of memory in ice_sched_add_root_node() and ice_sc...Aleksandr Mishin2024-08-261-4/+2
* ice: Adjust the VSI/Aggregator layersRaj Victor2024-04-221-18/+19
* overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook2024-03-221-2/+2
* ice: field get conversionJesse Brandeburg2023-12-181-2/+1
* ice: drop two params of ice_aq_move_sched_elems()Przemek Kitszel2023-10-031-21/+9
* ice: ice_sched_remove_elems: replace 1 elem array param by u32Przemek Kitszel2023-10-031-17/+9
* ice: refactor ice_sched to make functions staticJan Sokolowski2023-08-171-1/+1
* ice: changes to the interface with the HW and FW for SRIOV_VF+LAGDave Ertman2023-07-271-7/+7
* ice: Correctly initialize queue context valuesJacob Keller2023-07-271-5/+18
* ice: remove null checks before devm_kfree() callsPrzemek Kitszel2023-06-221-8/+3
* ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg()Jakob Koschel2023-03-281-3/+5
* ice: Reduce scope of variablesTony Nguyen2023-01-191-2/+4
* ice: Remove cppcheck suppressionsTony Nguyen2023-01-191-1/+0
* ice: Add an option to pre-allocate memory for ice_sched_nodeMichal Wilczynski2022-11-181-6/+17
* ice: Introduce new parameters in ice_sched_nodeMichal Wilczynski2022-11-181-5/+76
* ice: Simplify memory allocation in ice_sched_init_port()Christophe JAILLET2022-09-061-2/+2
* ice: Remove unnecessary castsDan Carpenter2021-12-141-4/+2
* ice: Cleanup after ice_status removalTony Nguyen2021-12-141-28/+26
* ice: Remove enum ice_statusTony Nguyen2021-12-141-93/+93
* ice: Use int for ice_statusTony Nguyen2021-12-141-110/+110
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-0/+13
|\
| * ice: Fix failure to re-add LAN/RDMA Tx queuesBrett Creeley2021-10-141-0/+13
* | ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil2021-10-201-7/+61
* | ice: Add support for VF rate limitingBrett Creeley2021-10-191-0/+130
|/
* ice: remove the VSI info from previous aggVictor Raj2021-06-251-2/+22
* ice: Implement iidc operationsDave Ertman2021-05-291-5/+64
* ice: suppress false cppcheck issuesBruce Allan2021-04-151-0/+1
* ice: Modify recursive way of adding nodesVictor Raj2021-04-081-53/+77
* ice: Fix prototype warningsTony Nguyen2021-03-231-1/+1
* ice: Use PSM clock frequency to calculate RL profilesBen Shelton2021-02-091-8/+50
* ice: create scheduler aggregator node config and move VSIsKiran Patil2021-02-091-20/+981
* ice: join format strings to same line as ice_debugJacob Keller2020-12-091-14/+7
* ice: Misc minor fixesTony Nguyen2020-08-011-2/+2
* ice: distribute Tx queues evenlyVictor Raj2020-07-291-4/+51
* ice: Add RL profile bit mask checkTarun Singh2020-07-291-5/+6
* ice: replace single-element array used for C struct hackBruce Allan2020-07-011-2/+2
* ice: avoid unnecessary single-member variable-length structsBruce Allan2020-07-011-34/+27
* ice: fix function signature style formatBruce Allan2020-05-311-8/+4
* ice: Fix casting issuesKarol Kolacinski2020-05-221-1/+1
* ice: remove pointless NULL check of port_infoJacob Keller2019-11-221-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-1/+1
|\
| * ice: fix potential infinite loop because loop counter being too smallColin Ian King2019-11-091-1/+1
* | ice: Add NDO callback to set the maximum per-queue bitrateUsha Ketineni2019-11-081-2/+1262
|/
* ice: Check root pointer for validityAnirudh Venkataramanan2019-09-051-1/+1
* ice: added sibling head to parse nodesVictor Raj2019-08-271-36/+21
* ice: Use struct_size() helperGustavo A. R. Silva2019-06-281-2/+2
* ice: Create framework for VSI queue contextAnirudh Venkataramanan2019-05-021-5/+49