summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_sched.c
AgeCommit message (Expand)Author
2024-03-22overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook
2023-12-18ice: field get conversionJesse Brandeburg
2023-10-03ice: drop two params of ice_aq_move_sched_elems()Przemek Kitszel
2023-10-03ice: ice_sched_remove_elems: replace 1 elem array param by u32Przemek Kitszel
2023-08-17ice: refactor ice_sched to make functions staticJan Sokolowski
2023-07-27ice: changes to the interface with the HW and FW for SRIOV_VF+LAGDave Ertman
2023-07-27ice: Correctly initialize queue context valuesJacob Keller
2023-06-22ice: remove null checks before devm_kfree() callsPrzemek Kitszel
2023-03-28ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg()Jakob Koschel
2023-01-19ice: Reduce scope of variablesTony Nguyen
2023-01-19ice: Remove cppcheck suppressionsTony Nguyen
2022-11-17ice: Add an option to pre-allocate memory for ice_sched_nodeMichal Wilczynski
2022-11-17ice: Introduce new parameters in ice_sched_nodeMichal Wilczynski
2022-09-06ice: Simplify memory allocation in ice_sched_init_port()Christophe JAILLET
2021-12-14ice: Remove unnecessary castsDan Carpenter
2021-12-14ice: Cleanup after ice_status removalTony Nguyen
2021-12-14ice: Remove enum ice_statusTony Nguyen
2021-12-14ice: Use int for ice_statusTony Nguyen
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-20ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil
2021-10-19ice: Add support for VF rate limitingBrett Creeley
2021-10-14ice: Fix failure to re-add LAN/RDMA Tx queuesBrett Creeley
2021-06-25ice: remove the VSI info from previous aggVictor Raj
2021-05-28ice: Implement iidc operationsDave Ertman
2021-04-14ice: suppress false cppcheck issuesBruce Allan
2021-04-07ice: Modify recursive way of adding nodesVictor Raj
2021-03-23ice: Fix prototype warningsTony Nguyen
2021-02-08ice: Use PSM clock frequency to calculate RL profilesBen Shelton
2021-02-08ice: create scheduler aggregator node config and move VSIsKiran Patil
2020-12-09ice: join format strings to same line as ice_debugJacob Keller
2020-08-01ice: Misc minor fixesTony Nguyen
2020-07-29ice: distribute Tx queues evenlyVictor Raj
2020-07-29ice: Add RL profile bit mask checkTarun Singh
2020-07-01ice: replace single-element array used for C struct hackBruce Allan
2020-07-01ice: avoid unnecessary single-member variable-length structsBruce Allan
2020-05-31ice: fix function signature style formatBruce Allan
2020-05-21ice: Fix casting issuesKarol Kolacinski
2019-11-22ice: remove pointless NULL check of port_infoJacob Keller
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-08ice: fix potential infinite loop because loop counter being too smallColin Ian King
2019-11-08ice: Add NDO callback to set the maximum per-queue bitrateUsha Ketineni
2019-09-05ice: Check root pointer for validityAnirudh Venkataramanan
2019-08-26ice: added sibling head to parse nodesVictor Raj
2019-06-28ice: Use struct_size() helperGustavo A. R. Silva
2019-05-02ice: Create framework for VSI queue contextAnirudh Venkataramanan
2019-04-18ice: Add code for DCB initialization part 3/4Anirudh Venkataramanan
2019-04-18ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan
2019-03-25ice: add and use new ice_for_each_traffic_class() macroBruce Allan
2019-03-25ice: update VSI config dynamicallyVictor Raj
2019-03-22ice: code cleanup in ice_sched.cVictor Raj