index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_sched.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ice, libie: move generic adminq descriptors to lib
Michal Swiatkowski
2025-07-24
1
-9
/
+9
*
ice: fix rebuilding the Tx scheduler tree for large queue counts
Michal Kubiak
2025-05-30
1
-28
/
+142
*
ice: create new Tx scheduler nodes for new queues only
Michal Kubiak
2025-05-30
1
-5
/
+6
*
ice: Adjust over allocation of memory in ice_sched_add_root_node() and ice_sc...
Aleksandr Mishin
2024-08-26
1
-4
/
+2
*
ice: Adjust the VSI/Aggregator layers
Raj Victor
2024-04-22
1
-18
/
+19
*
overflow: Change DEFINE_FLEX to take __counted_by member
Kees Cook
2024-03-22
1
-2
/
+2
*
ice: field get conversion
Jesse Brandeburg
2023-12-18
1
-2
/
+1
*
ice: drop two params of ice_aq_move_sched_elems()
Przemek Kitszel
2023-10-03
1
-21
/
+9
*
ice: ice_sched_remove_elems: replace 1 elem array param by u32
Przemek Kitszel
2023-10-03
1
-17
/
+9
*
ice: refactor ice_sched to make functions static
Jan Sokolowski
2023-08-17
1
-1
/
+1
*
ice: changes to the interface with the HW and FW for SRIOV_VF+LAG
Dave Ertman
2023-07-27
1
-7
/
+7
*
ice: Correctly initialize queue context values
Jacob Keller
2023-07-27
1
-5
/
+18
*
ice: remove null checks before devm_kfree() calls
Przemek Kitszel
2023-06-22
1
-8
/
+3
*
ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg()
Jakob Koschel
2023-03-28
1
-3
/
+5
*
ice: Reduce scope of variables
Tony Nguyen
2023-01-19
1
-2
/
+4
*
ice: Remove cppcheck suppressions
Tony Nguyen
2023-01-19
1
-1
/
+0
*
ice: Add an option to pre-allocate memory for ice_sched_node
Michal Wilczynski
2022-11-18
1
-6
/
+17
*
ice: Introduce new parameters in ice_sched_node
Michal Wilczynski
2022-11-18
1
-5
/
+76
*
ice: Simplify memory allocation in ice_sched_init_port()
Christophe JAILLET
2022-09-06
1
-2
/
+2
*
ice: Remove unnecessary casts
Dan Carpenter
2021-12-14
1
-4
/
+2
*
ice: Cleanup after ice_status removal
Tony Nguyen
2021-12-14
1
-28
/
+26
*
ice: Remove enum ice_status
Tony Nguyen
2021-12-14
1
-93
/
+93
*
ice: Use int for ice_status
Tony Nguyen
2021-12-14
1
-110
/
+110
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-10-22
1
-0
/
+13
|
\
|
*
ice: Fix failure to re-add LAN/RDMA Tx queues
Brett Creeley
2021-10-14
1
-0
/
+13
*
|
ice: Add infrastructure for mqprio support via ndo_setup_tc
Kiran Patil
2021-10-20
1
-7
/
+61
*
|
ice: Add support for VF rate limiting
Brett Creeley
2021-10-19
1
-0
/
+130
|
/
*
ice: remove the VSI info from previous agg
Victor Raj
2021-06-25
1
-2
/
+22
*
ice: Implement iidc operations
Dave Ertman
2021-05-29
1
-5
/
+64
*
ice: suppress false cppcheck issues
Bruce Allan
2021-04-15
1
-0
/
+1
*
ice: Modify recursive way of adding nodes
Victor Raj
2021-04-08
1
-53
/
+77
*
ice: Fix prototype warnings
Tony Nguyen
2021-03-23
1
-1
/
+1
*
ice: Use PSM clock frequency to calculate RL profiles
Ben Shelton
2021-02-09
1
-8
/
+50
*
ice: create scheduler aggregator node config and move VSIs
Kiran Patil
2021-02-09
1
-20
/
+981
*
ice: join format strings to same line as ice_debug
Jacob Keller
2020-12-09
1
-14
/
+7
*
ice: Misc minor fixes
Tony Nguyen
2020-08-01
1
-2
/
+2
*
ice: distribute Tx queues evenly
Victor Raj
2020-07-29
1
-4
/
+51
*
ice: Add RL profile bit mask check
Tarun Singh
2020-07-29
1
-5
/
+6
*
ice: replace single-element array used for C struct hack
Bruce Allan
2020-07-01
1
-2
/
+2
*
ice: avoid unnecessary single-member variable-length structs
Bruce Allan
2020-07-01
1
-34
/
+27
*
ice: fix function signature style format
Bruce Allan
2020-05-31
1
-8
/
+4
*
ice: Fix casting issues
Karol Kolacinski
2020-05-22
1
-1
/
+1
*
ice: remove pointless NULL check of port_info
Jacob Keller
2019-11-22
1
-2
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-09
1
-1
/
+1
|
\
|
*
ice: fix potential infinite loop because loop counter being too small
Colin Ian King
2019-11-09
1
-1
/
+1
*
|
ice: Add NDO callback to set the maximum per-queue bitrate
Usha Ketineni
2019-11-08
1
-2
/
+1262
|
/
*
ice: Check root pointer for validity
Anirudh Venkataramanan
2019-09-05
1
-1
/
+1
*
ice: added sibling head to parse nodes
Victor Raj
2019-08-27
1
-36
/
+21
*
ice: Use struct_size() helper
Gustavo A. R. Silva
2019-06-28
1
-2
/
+2
*
ice: Create framework for VSI queue context
Anirudh Venkataramanan
2019-05-02
1
-5
/
+49
[next]