summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/enetc/enetc.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-02net: enetc: Annotate struct enetc_int_vector with __counted_byKees Cook1-1/+1
2023-08-03eth: add missing xdp.h includes in driversJakub Kicinski1-0/+1
2023-05-31net: enetc: refactor enetc_setup_tc_taprio() to have a switch/case for cmdVladimir Oltean1-0/+1
2023-04-21net: enetc: only commit preemptible TCs to hardware when MM TX is activeVladimir Oltean1-1/+4
2023-04-14net: enetc: add support for preemptible traffic classesVladimir Oltean1-0/+1
2023-02-08net: enetc: add support for MAC Merge layerVladimir Oltean1-1/+7
2023-02-04net: enetc: ensure we always have a minimum number of TXQs for stackVladimir Oltean1-0/+3
2023-01-23net: enetc: implement software lockstep for port MAC registersVladimir Oltean1-0/+2
2023-01-23net: enetc: detect frame preemption hardware capabilityVladimir Oltean1-2/+3
2023-01-19net: enetc: rename "xdp" and "dev" in enetc_setup_bpf()Vladimir Oltean1-1/+1
2023-01-19net: enetc: split ring resource allocation from assignmentVladimir Oltean1-0/+19
2023-01-06net: ethernet: enetc: get rid of xdp_redirect_sg counterLorenzo Bianconi1-1/+0
2022-11-24net: enetc: preserve TX ring priority across reconfigurationVladimir Oltean1-0/+1
2022-09-30net: enetc: offload per-tc max SDU from tc-taprioVladimir Oltean1-0/+5
2022-09-30net: 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-12net: 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-20net: enetc: create a common enetc_pf_to_port helperVladimir Oltean1-0/+16
2021-04-17net: enetc: use dedicated TX rings for XDPVladimir Oltean1-0/+1
2021-04-17net: 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-04-01net: enetc: add support for XDP_REDIRECTVladimir Oltean1-1/+10
2021-04-01net: enetc: increase RX ring default sizeVladimir Oltean1-1/+1
2021-04-01net: enetc: add support for XDP_TXVladimir Oltean1-0/+25
2021-04-01net: enetc: add support for XDP_DROP and XDP_PASSVladimir Oltean1-0/+14
2021-04-01net: enetc: add a dedicated is_eof bit in the TX software BDVladimir Oltean1-0/+1
2021-03-11net: enetc: use enum enetc_active_offloadsVladimir Oltean1-1/+1
2021-03-11net: enetc: simplify callers of enetc_rxbd_nextVladimir Oltean1-8/+15
2021-03-11net: enetc: pass bd_count as an argument to enetc_setup_cbdrVladimir Oltean1-1/+1
2021-03-11net: enetc: squash clear_cbdr and free_cbdr into teardown_cbdrVladimir Oltean1-2/+1
2021-03-11net: enetc: save the mode register address inside struct enetc_cbdrVladimir Oltean1-1/+2
2021-03-11net: enetc: squash enetc_alloc_cbdr and enetc_setup_cbdrVladimir Oltean1-2/+2
2021-03-11net: enetc: save the DMA device for enetc_free_cbdrVladimir Oltean1-1/+2
2021-03-02net: enetc: initialize RFS/RSS memories for unused ports tooVladimir Oltean1-0/+4
2021-03-02net: enetc: don't overwrite the RSS indirection table when initializingVladimir Oltean1-0/+1
2020-11-05enetc: Remove Tx checksumming offload codeClaudiu Manoil1-3/+2
2020-10-11enetc: Migrate to PHYLINK and PCS_LYNXClaudiu Manoil1-5/+4
2020-07-22enetc: Add adaptive interrupt coalescingClaudiu Manoil1-2/+9
2020-07-22enetc: Add interrupt coalescing supportClaudiu Manoil1-0/+18
2020-07-22enetc: Drop redundant ____cacheline_aligned_in_smpClaudiu Manoil1-1/+1
2020-07-22enetc: Refine buffer descriptor ring sizesClaudiu Manoil1-2/+3
2020-05-02net: enetc: add tc flower psfp offload driverPo Liu1-4/+42
2020-05-02net: enetc: add hw tc hw offload features for PSPF capabilityPo Liu1-0/+48
2020-03-11enetc: Add dynamic allocation of extended Rx BD ringsClaudiu Manoil1-1/+17
2020-03-11enetc: Clean up Rx BD iterationClaudiu Manoil1-1/+16
2020-02-25freescale: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1