aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-06ice: Simplify memory allocation in ice_sched_init_port()Christophe JAILLET1-2/+2
2021-12-14ice: Remove unnecessary castsDan Carpenter1-4/+2
2021-12-14ice: Cleanup after ice_status removalTony Nguyen1-28/+26
2021-12-14ice: Remove enum ice_statusTony Nguyen1-93/+93
2021-12-14ice: Use int for ice_statusTony Nguyen1-110/+110
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+13
2021-10-20ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil1-7/+61
2021-10-19ice: Add support for VF rate limitingBrett Creeley1-0/+130
2021-10-14ice: Fix failure to re-add LAN/RDMA Tx queuesBrett Creeley1-0/+13
2021-06-25ice: remove the VSI info from previous aggVictor Raj1-2/+22
2021-05-28ice: Implement iidc operationsDave Ertman1-5/+64
2021-04-14ice: suppress false cppcheck issuesBruce Allan1-0/+1
2021-04-07ice: Modify recursive way of adding nodesVictor Raj1-53/+77
2021-03-23ice: Fix prototype warningsTony Nguyen1-1/+1
2021-02-08ice: Use PSM clock frequency to calculate RL profilesBen Shelton1-8/+50
2021-02-08ice: create scheduler aggregator node config and move VSIsKiran Patil1-20/+981
2020-12-09ice: join format strings to same line as ice_debugJacob Keller1-14/+7
2020-08-01ice: Misc minor fixesTony Nguyen1-2/+2
2020-07-29ice: distribute Tx queues evenlyVictor Raj1-4/+51
2020-07-29ice: Add RL profile bit mask checkTarun Singh1-5/+6
2020-07-01ice: replace single-element array used for C struct hackBruce Allan1-2/+2
2020-07-01ice: avoid unnecessary single-member variable-length structsBruce Allan1-34/+27
2020-05-31ice: fix function signature style formatBruce Allan1-8/+4
2020-05-21ice: Fix casting issuesKarol Kolacinski1-1/+1
2019-11-22ice: remove pointless NULL check of port_infoJacob Keller1-2/+1
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-11-08ice: fix potential infinite loop because loop counter being too smallColin Ian King1-1/+1
2019-11-08ice: Add NDO callback to set the maximum per-queue bitrateUsha Ketineni1-2/+1262
2019-09-05ice: Check root pointer for validityAnirudh Venkataramanan1-1/+1
2019-08-26ice: added sibling head to parse nodesVictor Raj1-36/+21
2019-06-28ice: Use struct_size() helperGustavo A. R. Silva1-2/+2
2019-05-02ice: Create framework for VSI queue contextAnirudh Venkataramanan1-5/+49
2019-04-18ice: Add code for DCB initialization part 3/4Anirudh Venkataramanan1-26/+1
2019-04-18ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan1-52/+52
2019-03-25ice: add and use new ice_for_each_traffic_class() macroBruce Allan1-1/+1
2019-03-25ice: update VSI config dynamicallyVictor Raj1-62/+13
2019-03-22ice: code cleanup in ice_sched.cVictor Raj1-8/+9
2019-03-22ice: fix static analysis warningsBruce Allan1-1/+1
2019-02-25ice: check for a leaf node presenceVictor Raj1-0/+23
2019-02-25ice: sizeof(<type>) should be avoidedBruce Allan1-5/+4
2019-02-25ice: Fix added in VSI supported nodes calcVictor Raj1-2/+7
2019-01-15ice: Move aggregator list into ice_hw instanceAnirudh Venkataramanan1-13/+21
2019-01-15ice: Refactor a few Tx scheduler functionsAnirudh Venkataramanan1-76/+46
2018-11-20ice: Use Tx|Rx in commentsAnirudh Venkataramanan1-3/+3
2018-11-20ice: Cleanup short function signaturesBruce Allan1-4/+2
2018-11-13ice: Fix to make VLAN priority tagged traffic to appear on all TCsUsha Ketineni1-1/+1
2018-11-13ice: Remove node before releasing VSIAnirudh Venkataramanan1-1/+107
2018-10-02ice: Expand use of VSI handles part 2/2Anirudh Venkataramanan1-103/+48
2018-09-27ice: Query the Tx scheduler node before adding itAnirudh Venkataramanan1-1/+66
2018-08-28ice: Updates to Tx scheduler codeAnirudh Venkataramanan1-111/+50