summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/enetc/enetc.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-17/+45
2020-11-17enetc: Workaround for MDIO register access issueAlex Marginean1-17/+45
2020-11-04enetc: Remove Tx checksumming offload codeClaudiu Manoil1-46/+5
2020-10-11enetc: Migrate to PHYLINK and PCS_LYNXClaudiu Manoil1-33/+20
2020-08-03enetc: use napi_schedule to be compatible with PREEMPT_RTJiafei Pan1-1/+1
2020-07-21enetc: Add adaptive interrupt coalescingClaudiu Manoil1-1/+47
2020-07-21enetc: Add interrupt coalescing supportClaudiu Manoil1-6/+26
2020-07-21enetc: Fix interrupt coalescing register namingClaudiu Manoil1-2/+2
2020-07-21enetc: Factor out the traffic start/stop proceduresClaudiu Manoil1-25/+49
2020-07-21enetc: Refine buffer descriptor ring sizesClaudiu Manoil1-2/+2
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-06-26enetc: Fix tx rings bitmap iteration range, irq handlingClaudiu Manoil1-2/+2
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+26
2020-06-19enetc: Fix HW_VLAN_CTAG_TX|RX togglingClaudiu Manoil1-0/+26
2020-06-18enetc: Use struct_size() helper in kzalloc()Gustavo A. R. Silva1-4/+2
2020-05-01net: enetc: add tc flower psfp offload driverPo Liu1-8/+17
2020-05-01net: enetc: add hw tc hw offload features for PSPF capabilityPo Liu1-0/+23
2020-03-10enetc: Add dynamic allocation of extended Rx BD ringsClaudiu Manoil1-12/+27
2020-03-10enetc: Clean up Rx BD iterationClaudiu Manoil1-19/+12
2020-01-02enetc: add support time specific departure base on the qos etfPo Liu1-0/+12
2019-12-10enetc: add software timestampingMichael Walle1-0/+2
2019-12-06enetc: disable EEE autoneg by defaultYangbo Lu1-0/+5
2019-11-25enetc: add support Credit Based Shaper(CBS) for hardware offloadPo Liu1-0/+2
2019-11-21enetc: make enetc_setup_tc_mqprio staticMao Wenan1-1/+1
2019-11-16enetc: update TSN Qbv PSPEED set according to adjust link speedPo Liu1-2/+11
2019-11-16enetc: Configure the Time-Aware Scheduler via tc-taprio offloadPo Liu1-5/+14
2019-11-07enetc: fix return value for enetc_ioctl()Michael Walle1-1/+1
2019-11-07enetc: add ioctl() support for PHY-related opsMichael Walle1-1/+4
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-1/+1
2019-05-28enetc: Enable TC offloading with mqprioCamelia Groza1-0/+56
2019-05-27enetc: fix le32/le16 degrading to integer warningsY.b. Lu1-7/+9
2019-05-24enetc: add hardware timestamping supportY.b. Lu1-5/+153
2019-05-15enetc: Fix NULL dma address unmap for Tx BD extensionsClaudiu Manoil1-1/+3
2019-01-28enetc: include linux/vmalloc.h for vzalloc etcStephen Rothwell1-0/+1
2019-01-24enetc: Add RFS and RSS supportClaudiu Manoil1-0/+77
2019-01-24enetc: Introduce basic PF and VF ENETC ethernet driversClaudiu Manoil1-0/+1526