aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/enetc/enetc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-29net: enetc: offload per-tc max SDU from tc-taprioVladimir Oltean1-0/+5
2022-09-29net: enetc: cache accesses to &priv->si->hwVladimir Oltean1-4/+5
2022-09-20net: enetc: deny offload of tc-based TSN features on VF interfacesVladimir Oltean1-2/+1
2022-09-20net: enetc: move enetc_set_psfp() out of the common enetc_set_features()Vladimir Oltean1-2/+7
2022-05-11net: enetc: count the tc-taprio window dropsPo Liu1-0/+2
2022-02-09net:enetc: command BD ring data memory alloc as one function alonePo Liu1-0/+38
2021-10-08net: enetc: add support for software TSOIoana Ciornei1-0/+4
2021-04-19net: enetc: create a common enetc_pf_to_port helperVladimir Oltean1-0/+16
2021-04-16net: enetc: use dedicated TX rings for XDPVladimir Oltean1-0/+1
2021-04-16net: enetc: increase TX ring sizeVladimir Oltean1-1/+1
2021-04-12enetc: support PTP Sync packet one-step timestampingYangbo Lu1-5/+15
2021-04-12enetc: mark TX timestamp type per skbYangbo Lu1-4/+7
2021-03-31net: enetc: add support for XDP_REDIRECTVladimir Oltean1-1/+10
2021-03-31net: enetc: increase RX ring default sizeVladimir Oltean1-1/+1
2021-03-31net: enetc: add support for XDP_TXVladimir Oltean1-0/+25
2021-03-31net: enetc: add support for XDP_DROP and XDP_PASSVladimir Oltean1-0/+14
2021-03-31net: enetc: add a dedicated is_eof bit in the TX software BDVladimir Oltean1-0/+1
2021-03-10net: enetc: use enum enetc_active_offloadsVladimir Oltean1-1/+1
2021-03-10net: enetc: simplify callers of enetc_rxbd_nextVladimir Oltean1-8/+15
2021-03-10net: enetc: pass bd_count as an argument to enetc_setup_cbdrVladimir Oltean1-1/+1
2021-03-10net: enetc: squash clear_cbdr and free_cbdr into teardown_cbdrVladimir Oltean1-2/+1
2021-03-10net: enetc: save the mode register address inside struct enetc_cbdrVladimir Oltean1-1/+2
2021-03-10net: enetc: squash enetc_alloc_cbdr and enetc_setup_cbdrVladimir Oltean1-2/+2
2021-03-10net: enetc: save the DMA device for enetc_free_cbdrVladimir Oltean1-1/+2
2021-03-01net: enetc: initialize RFS/RSS memories for unused ports tooVladimir Oltean1-0/+4
2021-03-01net: enetc: don't overwrite the RSS indirection table when initializingVladimir Oltean1-0/+1
2020-11-04enetc: Remove Tx checksumming offload codeClaudiu Manoil1-3/+2
2020-10-11enetc: Migrate to PHYLINK and PCS_LYNXClaudiu Manoil1-5/+4
2020-07-21enetc: Add adaptive interrupt coalescingClaudiu Manoil1-2/+9
2020-07-21enetc: Add interrupt coalescing supportClaudiu Manoil1-0/+18
2020-07-21enetc: Drop redundant ____cacheline_aligned_in_smpClaudiu Manoil1-1/+1
2020-07-21enetc: Refine buffer descriptor ring sizesClaudiu Manoil1-2/+3
2020-05-01net: enetc: add tc flower psfp offload driverPo Liu1-4/+42
2020-05-01net: enetc: add hw tc hw offload features for PSPF capabilityPo Liu1-0/+48
2020-03-10enetc: Add dynamic allocation of extended Rx BD ringsClaudiu Manoil1-1/+17
2020-03-10enetc: Clean up Rx BD iterationClaudiu Manoil1-1/+16
2020-02-24freescale: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-02enetc: add support time specific departure base on the qos etfPo Liu1-0/+3
2019-11-25enetc: add support Credit Based Shaper(CBS) for hardware offloadPo Liu1-0/+2
2019-11-16enetc: update TSN Qbv PSPEED set according to adjust link speedPo Liu1-0/+8
2019-11-16enetc: Configure the Time-Aware Scheduler via tc-taprio offloadPo Liu1-0/+7
2019-05-28enetc: Enable TC offloading with mqprioCamelia Groza1-0/+3
2019-05-24enetc: add get_ts_info interface for ethtoolY.b. Lu1-0/+3
2019-05-24enetc: add hardware timestamping supportY.b. Lu1-1/+11
2019-01-24enetc: Add RFS and RSS supportClaudiu Manoil1-0/+16
2019-01-24enetc: Add vf to pf messaging supportClaudiu Manoil1-0/+14
2019-01-24enetc: Introduce basic PF and VF ENETC ethernet driversClaudiu Manoil1-0/+200