index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_sched.c
Age
Commit message (
Expand
)
Author
2021-02-08
ice: Use PSM clock frequency to calculate RL profiles
Ben Shelton
2021-02-08
ice: create scheduler aggregator node config and move VSIs
Kiran Patil
2020-12-09
ice: join format strings to same line as ice_debug
Jacob Keller
2020-08-01
ice: Misc minor fixes
Tony Nguyen
2020-07-29
ice: distribute Tx queues evenly
Victor Raj
2020-07-29
ice: Add RL profile bit mask check
Tarun Singh
2020-07-01
ice: replace single-element array used for C struct hack
Bruce Allan
2020-07-01
ice: avoid unnecessary single-member variable-length structs
Bruce Allan
2020-05-31
ice: fix function signature style format
Bruce Allan
2020-05-21
ice: Fix casting issues
Karol Kolacinski
2019-11-22
ice: remove pointless NULL check of port_info
Jacob Keller
2019-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-08
ice: fix potential infinite loop because loop counter being too small
Colin Ian King
2019-11-08
ice: Add NDO callback to set the maximum per-queue bitrate
Usha Ketineni
2019-09-05
ice: Check root pointer for validity
Anirudh Venkataramanan
2019-08-26
ice: added sibling head to parse nodes
Victor Raj
2019-06-28
ice: Use struct_size() helper
Gustavo A. R. Silva
2019-05-02
ice: Create framework for VSI queue context
Anirudh Venkataramanan
2019-04-18
ice: Add code for DCB initialization part 3/4
Anirudh Venkataramanan
2019-04-18
ice: Fix incorrect use of abbreviations
Anirudh Venkataramanan
2019-03-25
ice: add and use new ice_for_each_traffic_class() macro
Bruce Allan
2019-03-25
ice: update VSI config dynamically
Victor Raj
2019-03-22
ice: code cleanup in ice_sched.c
Victor Raj
2019-03-22
ice: fix static analysis warnings
Bruce Allan
2019-02-25
ice: check for a leaf node presence
Victor Raj
2019-02-25
ice: sizeof(<type>) should be avoided
Bruce Allan
2019-02-25
ice: Fix added in VSI supported nodes calc
Victor Raj
2019-01-15
ice: Move aggregator list into ice_hw instance
Anirudh Venkataramanan
2019-01-15
ice: Refactor a few Tx scheduler functions
Anirudh Venkataramanan
2018-11-20
ice: Use Tx|Rx in comments
Anirudh Venkataramanan
2018-11-20
ice: Cleanup short function signatures
Bruce Allan
2018-11-13
ice: Fix to make VLAN priority tagged traffic to appear on all TCs
Usha Ketineni
2018-11-13
ice: Remove node before releasing VSI
Anirudh Venkataramanan
2018-10-02
ice: Expand use of VSI handles part 2/2
Anirudh Venkataramanan
2018-09-27
ice: Query the Tx scheduler node before adding it
Anirudh Venkataramanan
2018-08-28
ice: Updates to Tx scheduler code
Anirudh Venkataramanan
2018-08-23
ice: Remove unnecessary node owner check
Bruce Allan
2018-04-24
ice: Fix initialization for num_nodes_added
Anirudh Venkataramanan
2018-03-26
ice: Update Tx scheduler tree for VSI multi-Tx queue support
Anirudh Venkataramanan
2018-03-26
ice: Configure VSIs for Tx/Rx
Anirudh Venkataramanan
2018-03-26
ice: Get MAC/PHY/link info and scheduler topology
Anirudh Venkataramanan
2018-03-26
ice: Get switch config, scheduler config and device capabilities
Anirudh Venkataramanan