Age | Commit message (Expand) | Author | Files | Lines |
2023-04-20 | net: enetc: only commit preemptible TCs to hardware when MM TX is active | Vladimir Oltean | 1 | -0/+3 |
2023-04-13 | net: enetc: add support for preemptible traffic classes | Vladimir Oltean | 1 | -0/+4 |
2023-02-07 | net: enetc: add support for MAC Merge statistics counters | Vladimir Oltean | 1 | -0/+6 |
2023-02-07 | net: enetc: add support for MAC Merge layer | Vladimir Oltean | 1 | -1/+18 |
2023-01-23 | net: enetc: implement software lockstep for port MAC registers | Vladimir Oltean | 1 | -4/+0 |
2023-01-23 | net: enetc: stop configuring pMAC in lockstep with eMAC | Vladimir Oltean | 1 | -1/+0 |
2023-01-23 | net: enetc: add definition for offset between eMAC and pMAC regs | Vladimir Oltean | 1 | -51/+53 |
2023-01-23 | net: enetc: detect frame preemption hardware capability | Vladimir Oltean | 1 | -1/+2 |
2022-09-29 | net: enetc: use common naming scheme for PTGCR and PTGCAPR registers | Vladimir Oltean | 1 | -5/+5 |
2022-09-19 | net: enetc: parameterize port MAC stats to also cover the pMAC | Vladimir Oltean | 1 | -52/+54 |
2022-05-11 | net: enetc: count the tc-taprio window drops | Po Liu | 1 | -0/+1 |
2022-02-17 | treewide: Replace zero-length arrays with flexible-array members | Gustavo A. R. Silva | 1 | -1/+1 |
2021-10-16 | ethernet: enetc: use eth_hw_addr_set() | Jakub Kicinski | 1 | -1/+5 |
2021-04-19 | net: enetc: add support for flow control | Vladimir Oltean | 1 | -0/+9 |
2021-04-12 | enetc: support PTP Sync packet one-step timestamping | Yangbo Lu | 1 | -0/+7 |
2021-03-08 | net: enetc: set MAC RX FIFO to recommended value | Alex Marginean | 1 | -0/+2 |
2021-03-01 | net: enetc: force the RGMII speed and duplex instead of operating in inband mode | Vladimir Oltean | 1 | -3/+10 |
2021-03-01 | net: enetc: fix incorrect TPID when receiving 802.1ad tagged packets | Vladimir Oltean | 1 | -0/+3 |
2021-03-01 | net: enetc: take the MDIO lock only once per NAPI poll cycle | Vladimir Oltean | 1 | -0/+2 |
2021-02-04 | net: enetc: initialize the RFS and RSS memories | Vladimir Oltean | 1 | -0/+2 |
2020-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+7 |
2020-12-07 | enetc: Fix reporting of h/w packet counters | Claudiu Manoil | 1 | -3/+7 |
2020-11-19 | enetc: Fix endianness issues for enetc_ethtool | Claudiu Manoil | 1 | -4/+4 |
2020-11-19 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+109 |
2020-11-17 | enetc: Workaround for MDIO register access issue | Alex Marginean | 1 | -6/+109 |
2020-11-04 | enetc: Remove Tx checksumming offload code | Claudiu Manoil | 1 | -26/+21 |
2020-07-21 | enetc: Add interrupt coalescing support | Claudiu Manoil | 1 | -2/+17 |
2020-07-21 | enetc: Fix interrupt coalescing register naming | Claudiu Manoil | 1 | -4/+4 |
2020-07-19 | net: enetc: Initialize SerDes for SGMII and USXGMII protocols | Michael Walle | 1 | -0/+3 |
2020-06-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -8/+8 |
2020-06-24 | net: enetc add tc flower offload flow metering policing action | Po Liu | 1 | -0/+24 |
2020-06-19 | enetc: Fix HW_VLAN_CTAG_TX|RX toggling | Claudiu Manoil | 1 | -8/+8 |
2020-05-01 | net: enetc: add tc flower psfp offload driver | Po Liu | 1 | -0/+142 |
2020-05-01 | net: enetc: add hw tc hw offload features for PSPF capability | Po Liu | 1 | -0/+17 |
2020-03-10 | enetc: Add dynamic allocation of extended Rx BD rings | Claudiu Manoil | 1 | -6/+3 |
2020-02-24 | freescale: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
2020-01-05 | enetc: Make MDIO accessors more generic and export to include/linux/fsl | Claudiu Manoil | 1 | -0/+1 |
2020-01-02 | enetc: add support time specific departure base on the qos etf | Po Liu | 1 | -1/+9 |
2019-11-25 | enetc: add support Credit Based Shaper(CBS) for hardware offload | Po Liu | 1 | -0/+4 |
2019-11-16 | enetc: update TSN Qbv PSPEED set according to adjust link speed | Po Liu | 1 | -0/+5 |
2019-11-16 | enetc: Configure the Time-Aware Scheduler via tc-taprio offload | Po Liu | 1 | -16/+68 |
2019-05-28 | enetc: Enable TC offloading with mqprio | Camelia Groza | 1 | -1/+11 |
2019-05-24 | enetc: add hardware timestamping support | Y.b. Lu | 1 | -0/+13 |
2019-02-12 | enetc: add PTP clock driver | Yangbo Lu | 1 | -2/+3 |
2019-01-24 | enetc: Add RFS and RSS support | Claudiu Manoil | 1 | -0/+43 |
2019-01-24 | enetc: Add vf to pf messaging support | Claudiu Manoil | 1 | -0/+50 |
2019-01-24 | enetc: Add ethtool statistics | Claudiu Manoil | 1 | -0/+88 |
2019-01-24 | enetc: Introduce basic PF and VF ENETC ethernet drivers | Claudiu Manoil | 1 | -0/+351 |