aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-25net: ethernet: stmicro: stmmac: move dma conf to dedicated structChristian Marangi1-3/+3
2021-12-23net: stmmac: add tc flower filter for EtherType matchingOng Boon Leong1-0/+121
2021-12-14net: stmmac: fix tc flower deletion for VLAN priority Rx steeringOng Boon Leong1-13/+73
2021-11-10net: stmmac: allow a tc-taprio base-time of zeroVladimir Oltean1-2/+0
2021-08-23net: stmmac: fix kernel panic due to NULL pointer dereference of plat->estWong Vee Khee1-5/+7
2021-07-05net: stmmac: ptp: update tas basetime after ptp adjustXiaoliang Yang1-1/+5
2021-07-05net: stmmac: add mutex lock to protect est parametersXiaoliang Yang1-1/+11
2021-07-05net: stmmac: separate the tas basetime calculation functionXiaoliang Yang1-13/+25
2021-06-18net: stmmac: remove redundant continue statementColin Ian King1-3/+1
2021-03-26net: stmmac: Fix kernel panic due to NULL pointer dereference of fpe_cfgMohammad Athari Bin Ismail1-10/+10
2021-03-24net: stmmac: support FPE link partner hand-shaking procedureOng Boon Leong1-7/+32
2021-03-18net: stmmac: add RX frame steering based on VLAN priority in tc flowerOng Boon Leong1-2/+63
2021-03-18net: stmmac: restructure tc implementation for RX VLAN Priority steeringOng Boon Leong1-2/+22
2021-02-22net: stmmac: fix CBS idleslope and sendslope calculationSong, Yoong Siang1-4/+26
2021-02-05net: stmmac: set TxQ mode back to DCB after disabling CBSMohammad Athari Bin Ismail1-1/+6
2021-01-14net: stmmac: fix taprio configuration when base_time is in the pastYannick Vignon1-2/+18
2020-12-10net: stmmac: simplify the return tc_delete_knode()Zheng Yongjun1-8/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski1-1/+1
2020-03-08flow_offload: check for basic action hw stats typeJiri Pirko1-2/+7
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+4
2020-01-13net: stmmac: tc: Add support for ETF Scheduler using TBSJose Abreu1-0/+21
2020-01-10net: stmmac: tc: Do not setup flower filtering if RSS is enabledJose Abreu1-0/+4
2019-12-18net: stmmac: tc: Fix TAPRIO division operationJose Abreu1-2/+4
2019-12-18net: stmmac: Add Frame Preemption support using TAPRIO APIJose Abreu1-1/+28
2019-12-18net: stmmac: Integrate EST with TAPRIO scheduler APIJose Abreu1-0/+108
2019-11-11net: stmmac: tc: Remove the speed dependencyJose Abreu1-2/+0
2019-10-15net: stmmac: make tc_flow_parsers staticBen Dooks (Codethink)1-1/+1
2019-09-05net: stmmac: Implement L3/L4 Filters using TC FlowerJose Abreu1-0/+244
2019-09-05net: stmmac: Do not return error code in TC InitializationJose Abreu1-1/+2
2019-08-18net: sched: use major priority number as hardware priorityPablo Neira Ayuso1-1/+1
2019-08-06net: stmmac: tc: Do not return a fragment entryJose Abreu1-1/+1
2019-01-11net: stmmac: Check if CBS is supported before configuringJose Abreu1-0/+2
2018-08-21net_sched: remove list_head from tc_actionCong Wang1-3/+2
2018-07-07stmmac: fix signed 64-bit divisionArnd Bergmann1-6/+4
2018-07-03net: stmmac_tc: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva1-3/+3
2018-06-30net: stmmac: Add support for CBS QDISCJose Abreu1-0/+62
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2018-05-10net: stmmac: Add support for U32 TC filter using Flexible RX ParserJose Abreu1-0/+295