summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: No need to calculate speed divider when offload is disabledXiaolei Wang2024-06-181-18/+22
* net: stmmac: replace priv->speed with the portTransmitRate from the tc-cbs pa...Xiaolei Wang2024-06-111-14/+11
* net: stmmac: move the EST structure to struct stmmac_privXiaolei Wang2024-05-131-21/+19
* net: stmmac: move the EST lock to struct stmmac_privXiaolei Wang2024-05-131-8/+10
* net: stmmac: Report taprio offload statusRohan G Thomas2024-01-311-4/+58
* net: stmmac: Offload queueMaxSDU from tc-taprioRohan G Thomas2024-01-311-0/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-071-0/+1
|\
| * net: stmmac: fix FPE events losingJianheng Zhang2023-12-041-0/+1
* | net: stmmac: Add support for EST cycle-time-extensionRohan G Thomas2023-12-041-0/+4
* | net: stmmac: Refactor EST implementationRohan G Thomas2023-12-041-2/+2
|/
* net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enumVladimir Oltean2023-05-311-2/+5
* net/sched: taprio: only pass gate mask per TXQ for igc, stmmac, tsnep, am65_cpswVladimir Oltean2023-02-061-0/+20
* net: stmmac: Add check for taprio basetime configurationMichael Sit Wei Hong2022-12-121-0/+3
* net: ethernet: stmicro: stmmac: move dma conf to dedicated structChristian Marangi2022-07-251-3/+3
* net: stmmac: add tc flower filter for EtherType matchingOng Boon Leong2021-12-231-0/+121
* net: stmmac: fix tc flower deletion for VLAN priority Rx steeringOng Boon Leong2021-12-141-13/+73
* net: stmmac: allow a tc-taprio base-time of zeroVladimir Oltean2021-11-101-2/+0
* net: stmmac: fix kernel panic due to NULL pointer dereference of plat->estWong Vee Khee2021-08-231-5/+7
* net: stmmac: ptp: update tas basetime after ptp adjustXiaoliang Yang2021-07-051-1/+5
* net: stmmac: add mutex lock to protect est parametersXiaoliang Yang2021-07-051-1/+11
* net: stmmac: separate the tas basetime calculation functionXiaoliang Yang2021-07-051-13/+25
* net: stmmac: remove redundant continue statementColin Ian King2021-06-181-3/+1
* net: stmmac: Fix kernel panic due to NULL pointer dereference of fpe_cfgMohammad Athari Bin Ismail2021-03-261-10/+10
* net: stmmac: support FPE link partner hand-shaking procedureOng Boon Leong2021-03-241-7/+32
* net: stmmac: add RX frame steering based on VLAN priority in tc flowerOng Boon Leong2021-03-181-2/+63
* net: stmmac: restructure tc implementation for RX VLAN Priority steeringOng Boon Leong2021-03-181-2/+22
* net: stmmac: fix CBS idleslope and sendslope calculationSong, Yoong Siang2021-02-221-4/+26
* net: stmmac: set TxQ mode back to DCB after disabling CBSMohammad Athari Bin Ismail2021-02-051-1/+6
* net: stmmac: fix taprio configuration when base_time is in the pastYannick Vignon2021-01-141-2/+18
* net: stmmac: simplify the return tc_delete_knode()Zheng Yongjun2020-12-101-8/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski2020-03-171-1/+1
* flow_offload: check for basic action hw stats typeJiri Pirko2020-03-081-2/+7
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-0/+4
|\
| * net: stmmac: tc: Do not setup flower filtering if RSS is enabledJose Abreu2020-01-101-0/+4
* | net: stmmac: tc: Add support for ETF Scheduler using TBSJose Abreu2020-01-131-0/+21
* | net: stmmac: tc: Fix TAPRIO division operationJose Abreu2019-12-181-2/+4
* | net: stmmac: Add Frame Preemption support using TAPRIO APIJose Abreu2019-12-181-1/+28
* | net: stmmac: Integrate EST with TAPRIO scheduler APIJose Abreu2019-12-181-0/+108
|/
* net: stmmac: tc: Remove the speed dependencyJose Abreu2019-11-111-2/+0
* net: stmmac: make tc_flow_parsers staticBen Dooks (Codethink)2019-10-151-1/+1
* net: stmmac: Implement L3/L4 Filters using TC FlowerJose Abreu2019-09-051-0/+244
* net: stmmac: Do not return error code in TC InitializationJose Abreu2019-09-051-1/+2
* net: sched: use major priority number as hardware priorityPablo Neira Ayuso2019-08-181-1/+1
* net: stmmac: tc: Do not return a fragment entryJose Abreu2019-08-061-1/+1
* net: stmmac: Check if CBS is supported before configuringJose Abreu2019-01-111-0/+2
* net_sched: remove list_head from tc_actionCong Wang2018-08-211-3/+2
* stmmac: fix signed 64-bit divisionArnd Bergmann2018-07-071-6/+4
* net: stmmac_tc: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2018-07-031-3/+3
* net: stmmac: Add support for CBS QDISCJose Abreu2018-06-301-0/+62