summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/enetc/enetc.h
Commit message (Expand)AuthorAgeFilesLines
* net: enetc: Replace ifdef with IS_ENABLEDMartyn Welch2024-09-131-6/+3
* net: enetc: Annotate struct enetc_int_vector with __counted_byKees Cook2023-10-021-1/+1
* eth: add missing xdp.h includes in driversJakub Kicinski2023-08-031-0/+1
* net: enetc: refactor enetc_setup_tc_taprio() to have a switch/case for cmdVladimir Oltean2023-05-311-0/+1
* net: enetc: only commit preemptible TCs to hardware when MM TX is activeVladimir Oltean2023-04-201-1/+4
* net: enetc: add support for preemptible traffic classesVladimir Oltean2023-04-131-0/+1
* net: enetc: add support for MAC Merge layerVladimir Oltean2023-02-071-1/+7
* net: enetc: ensure we always have a minimum number of TXQs for stackVladimir Oltean2023-02-031-0/+3
* net: enetc: implement software lockstep for port MAC registersVladimir Oltean2023-01-231-0/+2
* net: enetc: detect frame preemption hardware capabilityVladimir Oltean2023-01-231-2/+3
* net: enetc: rename "xdp" and "dev" in enetc_setup_bpf()Vladimir Oltean2023-01-181-1/+1
* net: enetc: split ring resource allocation from assignmentVladimir Oltean2023-01-181-0/+19
* net: ethernet: enetc: get rid of xdp_redirect_sg counterLorenzo Bianconi2023-01-051-1/+0
* net: enetc: preserve TX ring priority across reconfigurationVladimir Oltean2022-11-231-0/+1
* net: enetc: offload per-tc max SDU from tc-taprioVladimir Oltean2022-09-291-0/+5
* net: enetc: cache accesses to &priv->si->hwVladimir Oltean2022-09-291-4/+5
* net: enetc: deny offload of tc-based TSN features on VF interfacesVladimir Oltean2022-09-201-2/+1
* net: enetc: move enetc_set_psfp() out of the common enetc_set_features()Vladimir Oltean2022-09-201-2/+7
* net: enetc: count the tc-taprio window dropsPo Liu2022-05-111-0/+2
* net:enetc: command BD ring data memory alloc as one function alonePo Liu2022-02-091-0/+38
* net: enetc: add support for software TSOIoana Ciornei2021-10-081-0/+4
* net: enetc: create a common enetc_pf_to_port helperVladimir Oltean2021-04-191-0/+16
* net: enetc: use dedicated TX rings for XDPVladimir Oltean2021-04-161-0/+1
* net: enetc: increase TX ring sizeVladimir Oltean2021-04-161-1/+1
* enetc: support PTP Sync packet one-step timestampingYangbo Lu2021-04-121-5/+15
* enetc: mark TX timestamp type per skbYangbo Lu2021-04-121-4/+7
* net: enetc: add support for XDP_REDIRECTVladimir Oltean2021-03-311-1/+10
* net: enetc: increase RX ring default sizeVladimir Oltean2021-03-311-1/+1
* net: enetc: add support for XDP_TXVladimir Oltean2021-03-311-0/+25
* net: enetc: add support for XDP_DROP and XDP_PASSVladimir Oltean2021-03-311-0/+14
* net: enetc: add a dedicated is_eof bit in the TX software BDVladimir Oltean2021-03-311-0/+1
* net: enetc: use enum enetc_active_offloadsVladimir Oltean2021-03-101-1/+1
* net: enetc: simplify callers of enetc_rxbd_nextVladimir Oltean2021-03-101-8/+15
* net: enetc: pass bd_count as an argument to enetc_setup_cbdrVladimir Oltean2021-03-101-1/+1
* net: enetc: squash clear_cbdr and free_cbdr into teardown_cbdrVladimir Oltean2021-03-101-2/+1
* net: enetc: save the mode register address inside struct enetc_cbdrVladimir Oltean2021-03-101-1/+2
* net: enetc: squash enetc_alloc_cbdr and enetc_setup_cbdrVladimir Oltean2021-03-101-2/+2
* net: enetc: save the DMA device for enetc_free_cbdrVladimir Oltean2021-03-101-1/+2
* net: enetc: initialize RFS/RSS memories for unused ports tooVladimir Oltean2021-03-011-0/+4
* net: enetc: don't overwrite the RSS indirection table when initializingVladimir Oltean2021-03-011-0/+1
* enetc: Remove Tx checksumming offload codeClaudiu Manoil2020-11-041-3/+2
* enetc: Migrate to PHYLINK and PCS_LYNXClaudiu Manoil2020-10-111-5/+4
* enetc: Add adaptive interrupt coalescingClaudiu Manoil2020-07-211-2/+9
* enetc: Add interrupt coalescing supportClaudiu Manoil2020-07-211-0/+18
* enetc: Drop redundant ____cacheline_aligned_in_smpClaudiu Manoil2020-07-211-1/+1
* enetc: Refine buffer descriptor ring sizesClaudiu Manoil2020-07-211-2/+3
* net: enetc: add tc flower psfp offload driverPo Liu2020-05-011-4/+42
* net: enetc: add hw tc hw offload features for PSPF capabilityPo Liu2020-05-011-0/+48
* enetc: Add dynamic allocation of extended Rx BD ringsClaudiu Manoil2020-03-101-1/+17
* enetc: Clean up Rx BD iterationClaudiu Manoil2020-03-101-1/+16