summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/enetc/enetc.h
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-03enetc: 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-29enetc: 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-25enetc: Add RFS and RSS supportClaudiu Manoil1-0/+16
2019-01-25enetc: Add vf to pf messaging supportClaudiu Manoil1-0/+14
2019-01-25enetc: Introduce basic PF and VF ENETC ethernet driversClaudiu Manoil1-0/+200