summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_sched.c
Commit message (Expand)AuthorAgeFilesLines
* ice: Remove cppcheck suppressionsTony Nguyen2023-01-191-1/+0
* ice: Add an option to pre-allocate memory for ice_sched_nodeMichal Wilczynski2022-11-171-6/+17
* ice: Introduce new parameters in ice_sched_nodeMichal Wilczynski2022-11-171-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-281-5/+64
* ice: suppress false cppcheck issuesBruce Allan2021-04-141-0/+1
* ice: Modify recursive way of adding nodesVictor Raj2021-04-071-53/+77
* ice: Fix prototype warningsTony Nguyen2021-03-231-1/+1
* ice: Use PSM clock frequency to calculate RL profilesBen Shelton2021-02-081-8/+50
* ice: create scheduler aggregator node config and move VSIsKiran Patil2021-02-081-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-211-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-081-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-261-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
* ice: Add code for DCB initialization part 3/4Anirudh Venkataramanan2019-04-181-26/+1
* ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan2019-04-181-52/+52
* ice: add and use new ice_for_each_traffic_class() macroBruce Allan2019-03-251-1/+1
* ice: update VSI config dynamicallyVictor Raj2019-03-251-62/+13
* ice: code cleanup in ice_sched.cVictor Raj2019-03-221-8/+9
* ice: fix static analysis warningsBruce Allan2019-03-221-1/+1
* ice: check for a leaf node presenceVictor Raj2019-02-251-0/+23
* ice: sizeof(<type>) should be avoidedBruce Allan2019-02-251-5/+4
* ice: Fix added in VSI supported nodes calcVictor Raj2019-02-251-2/+7
* ice: Move aggregator list into ice_hw instanceAnirudh Venkataramanan2019-01-151-13/+21
* ice: Refactor a few Tx scheduler functionsAnirudh Venkataramanan2019-01-151-76/+46
* ice: Use Tx|Rx in commentsAnirudh Venkataramanan2018-11-201-3/+3
* ice: Cleanup short function signaturesBruce Allan2018-11-201-4/+2
* ice: Fix to make VLAN priority tagged traffic to appear on all TCsUsha Ketineni2018-11-131-1/+1
* ice: Remove node before releasing VSIAnirudh Venkataramanan2018-11-131-1/+107