aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/enetc/enetc_qos.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-02net: enetc: Annotate struct enetc_psfp_gate with __counted_byKees Cook1-1/+1
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-4/+4
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-06-12net: enetc: reset taprio stats when taprio is deletedVladimir Oltean1-0/+9
2023-06-12net/sched: taprio: report class offload stats per TXQ, not per TCVladimir Oltean1-13/+7
2023-06-08net: enetc: correct the indexes of highest and 2nd highest TCsWei Fang1-2/+2
2023-05-31net: enetc: report statistics counters for taprioVladimir Oltean1-0/+35
2023-05-31net: enetc: refactor enetc_setup_tc_taprio() to have a switch/case for cmdVladimir Oltean1-28/+51
2023-05-31net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enumVladimir Oltean1-1/+5
2023-05-05net: enetc: check the index of the SFI rather than the handleWei Fang1-1/+1
2023-02-06net: enetc: act upon mqprio queue config in taprio offloadVladimir Oltean1-14/+6
2023-02-06net: enetc: request mqprio to validate the queue countsVladimir Oltean1-0/+7
2022-11-23net: enetc: preserve TX ring priority across reconfigurationVladimir Oltean1-8/+13
2022-10-07net: enetc: Remove duplicated include in enetc_qos.cYang Li1-1/+0
2022-09-29net: enetc: offload per-tc max SDU from tc-taprioVladimir Oltean1-3/+28
2022-09-29net: enetc: use common naming scheme for PTGCR and PTGCAPR registersVladimir Oltean1-7/+6
2022-09-29net: enetc: cache accesses to &priv->si->hwVladimir Oltean1-33/+27
2022-09-20net: enetc: move enetc_set_psfp() out of the common enetc_set_features()Vladimir Oltean1-0/+23
2022-05-11net: enetc: manage ENETC_F_QBV in priv->active_offloads only when enabledVladimir Oltean1-0/+6
2022-04-28net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASKVladimir Oltean1-4/+0
2022-02-28flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu1-4/+43
2022-02-09net:enetc: enetc qos using the CBDR dma alloc functionPo Liu1-75/+22
2022-02-09net:enetc: allocate CBD ring data memory using DMA coherent methodsPo Liu1-64/+64
2021-12-19flow_offload: add index to flow_action_entry structureBaowen Zheng1-3/+3
2021-10-20net: enetc: unmap DMA in enetc_send_cmd()Tim Gardner1-7/+11
2021-06-01net: enetc: catch negative return code from enetc_pf_to_port()Vladimir Oltean1-7/+24
2021-04-19net: enetc: create a common enetc_pf_to_port helperVladimir Oltean1-10/+6
2021-03-13flow_offload: reject configuration of packet-per-second policing in offload driversBaowen Zheng1-0/+5
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-12/+2
2020-11-25enetc: Let the hardware auto-advance the taprio base-time of 0Vladimir Oltean1-12/+2
2020-11-19enetc: Fix endianness issues for enetc_qosClaudiu Manoil1-45/+39
2020-10-29enetc: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-10-11enetc: Migrate to PHYLINK and PCS_LYNXClaudiu Manoil1-6/+3
2020-08-03net/enetc: Fix wrong return value in enetc_psfp_parse_clsflower()Tianjia Zhang1-4/+4
2020-07-09net: enetc: use eth_broadcast_addr() to assign broadcastXu Wang1-1/+1
2020-06-29net:qos: police action offloading parameter 'burst' change to the original valuePo Liu1-7/+1
2020-06-24net: enetc add tc flower offload flow metering policing actionPo Liu1-12/+148
2020-06-24net: enetc: add support max frame size for tc flower offloadPo Liu1-16/+36
2020-06-19net: qos offload add flow status with dropped countPo Liu1-2/+5
2020-05-07net:enetc: bug fix for qos sfi operate space after freedPo Liu1-1/+1
2020-05-06net: enetc: Make some symbols staticChenTao1-2/+3
2020-05-01Merge branch 'net-smc-extent-buffer-mapping-and-port-handling'David S. Miller1-0/+4
2020-05-01net: enetc: add tc flower psfp offload driverPo Liu1-0/+1098
2020-01-17enetc: Don't print from enetc_sched_speed_set when link goes downVladimir Oltean1-1/+0
2020-01-07enetc: Fix an off by one in enetc_setup_tc_txtime()Dan Carpenter1-1/+1
2020-01-02enetc: add support time specific departure base on the qos etfPo Liu1-0/+35
2019-12-10enetc: remove variable 'tc_max_sized_frame' set but not usedChen Wandun1-2/+1
2019-11-25enetc: add support Credit Based Shaper(CBS) for hardware offloadPo Liu1-0/+128
2019-11-16enetc: update TSN Qbv PSPEED set according to adjust link speedPo Liu1-0/+34
2019-11-16enetc: Configure the Time-Aware Scheduler via tc-taprio offloadPo Liu1-0/+138