summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/enetc/enetc_qos.c
Commit message (Expand)AuthorAgeFilesLines
* net: enetc: Annotate struct enetc_psfp_gate with __counted_byKees Cook2023-10-021-1/+1
* net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-311-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-151-2/+2
|\
| * net: enetc: correct the indexes of highest and 2nd highest TCsWei Fang2023-06-081-2/+2
* | net: enetc: reset taprio stats when taprio is deletedVladimir Oltean2023-06-121-0/+9
* | net/sched: taprio: report class offload stats per TXQ, not per TCVladimir Oltean2023-06-121-13/+7
* | net: enetc: report statistics counters for taprioVladimir Oltean2023-05-311-0/+35
* | net: enetc: refactor enetc_setup_tc_taprio() to have a switch/case for cmdVladimir Oltean2023-05-311-28/+51
* | net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enumVladimir Oltean2023-05-311-1/+5
|/
* net: enetc: check the index of the SFI rather than the handleWei Fang2023-05-051-1/+1
* net: enetc: act upon mqprio queue config in taprio offloadVladimir Oltean2023-02-061-14/+6
* net: enetc: request mqprio to validate the queue countsVladimir Oltean2023-02-061-0/+7
* net: enetc: preserve TX ring priority across reconfigurationVladimir Oltean2022-11-231-8/+13
* net: enetc: Remove duplicated include in enetc_qos.cYang Li2022-10-071-1/+0
* net: enetc: offload per-tc max SDU from tc-taprioVladimir Oltean2022-09-291-3/+28
* net: enetc: use common naming scheme for PTGCR and PTGCAPR registersVladimir Oltean2022-09-291-7/+6
* net: enetc: cache accesses to &priv->si->hwVladimir Oltean2022-09-291-33/+27
* net: enetc: move enetc_set_psfp() out of the common enetc_set_features()Vladimir Oltean2022-09-201-0/+23
* net: enetc: manage ENETC_F_QBV in priv->active_offloads only when enabledVladimir Oltean2022-05-111-0/+6
* net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASKVladimir Oltean2022-04-281-4/+0
* flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu2022-02-281-4/+43
* net:enetc: enetc qos using the CBDR dma alloc functionPo Liu2022-02-091-75/+22
* net:enetc: allocate CBD ring data memory using DMA coherent methodsPo Liu2022-02-091-64/+64
* flow_offload: add index to flow_action_entry structureBaowen Zheng2021-12-191-3/+3
* net: enetc: unmap DMA in enetc_send_cmd()Tim Gardner2021-10-201-7/+11
* net: enetc: catch negative return code from enetc_pf_to_port()Vladimir Oltean2021-06-011-7/+24
* net: enetc: create a common enetc_pf_to_port helperVladimir Oltean2021-04-191-10/+6
* flow_offload: reject configuration of packet-per-second policing in offload d...Baowen Zheng2021-03-131-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-271-12/+2
|\
| * enetc: Let the hardware auto-advance the taprio base-time of 0Vladimir Oltean2020-11-251-12/+2
* | enetc: Fix endianness issues for enetc_qosClaudiu Manoil2020-11-191-45/+39
|/
* enetc: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-10-291-1/+1
* enetc: Migrate to PHYLINK and PCS_LYNXClaudiu Manoil2020-10-111-6/+3
* net/enetc: Fix wrong return value in enetc_psfp_parse_clsflower()Tianjia Zhang2020-08-031-4/+4
* net: enetc: use eth_broadcast_addr() to assign broadcastXu Wang2020-07-091-1/+1
* net:qos: police action offloading parameter 'burst' change to the original valuePo Liu2020-06-291-7/+1
* net: enetc add tc flower offload flow metering policing actionPo Liu2020-06-241-12/+148
* net: enetc: add support max frame size for tc flower offloadPo Liu2020-06-241-16/+36
* net: qos offload add flow status with dropped countPo Liu2020-06-191-2/+5
* net:enetc: bug fix for qos sfi operate space after freedPo Liu2020-05-071-1/+1
* net: enetc: Make some symbols staticChenTao2020-05-061-2/+3
* Merge branch 'net-smc-extent-buffer-mapping-and-port-handling'David S. Miller2020-05-011-0/+4
* net: enetc: add tc flower psfp offload driverPo Liu2020-05-011-0/+1098
* enetc: Don't print from enetc_sched_speed_set when link goes downVladimir Oltean2020-01-171-1/+0
* enetc: Fix an off by one in enetc_setup_tc_txtime()Dan Carpenter2020-01-071-1/+1
* enetc: add support time specific departure base on the qos etfPo Liu2020-01-021-0/+35
* enetc: remove variable 'tc_max_sized_frame' set but not usedChen Wandun2019-12-101-2/+1
* enetc: add support Credit Based Shaper(CBS) for hardware offloadPo Liu2019-11-251-0/+128
* enetc: update TSN Qbv PSPEED set according to adjust link speedPo Liu2019-11-161-0/+34
* enetc: Configure the Time-Aware Scheduler via tc-taprio offloadPo Liu2019-11-161-0/+138