summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/enetc/enetc_pf.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-02net: enetc: manage ENETC_F_QBV in priv->active_offloads only when enabledVladimir Oltean1-4/+2
2022-09-28net: enetc: move enetc_set_psfp() out of the common enetc_set_features()Vladimir Oltean1-1/+10
2021-10-06net: enetc: fix the incorrect clearing of IF_MODE bitsVladimir Oltean1-2/+1
2021-03-30net: enetc: set MAC RX FIFO to recommended valueAlex Marginean1-0/+6
2021-03-17net: enetc: initialize RFS/RSS memories for unused ports tooVladimir Oltean1-5/+28
2021-03-17enetc: Fix unused var build warning for CONFIG_OFArnd Bergmann1-11/+10
2021-03-17net: enetc: force the RGMII speed and duplex instead of operating in inband modeVladimir Oltean1-7/+46
2021-03-17net: enetc: don't disable VLAN filtering in IFF_PROMISC modeVladimir Oltean1-5/+0
2021-03-17net: enetc: don't overwrite the RSS indirection table when initializingVladimir Oltean1-0/+7
2021-03-04net: enetc: fix destroyed phylink dereference during unbindVladimir Oltean1-2/+3
2021-02-17net: enetc: initialize the RFS and RSS memoriesVladimir Oltean1-0/+59
2020-10-11enetc: Migrate to PHYLINK and PCS_LYNXClaudiu Manoil1-116/+131
2020-10-11enetc: Clean up serdes configurationClaudiu Manoil1-53/+48
2020-10-11enetc: Clean up MAC and link configurationClaudiu Manoil1-48/+67
2020-09-12enetc: Fix mdio bus removal on PF probe bailoutClaudiu Manoil1-1/+1
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-07-23enetc: Remove the mdio bus on PF probe bailoutClaudiu Manoil1-0/+1
2020-07-23enetc: Remove the imdio bus on PF probe bailoutClaudiu Manoil1-1/+9
2020-07-20net: enetc: Use DT protocol information to set up the portsAlex Marginean1-26/+31
2020-07-20net: enetc: Initialize SerDes for SGMII and USXGMII protocolsMichael Walle1-0/+135
2020-06-20enetc: Fix HW_VLAN_CTAG_TX|RX togglingClaudiu Manoil1-8/+0
2020-05-02net: enetc: add tc flower psfp offload driverPo Liu1-3/+1
2020-05-02net: enetc: add hw tc hw offload features for PSPF capabilityPo Liu1-0/+8
2020-04-19enetc: permit configuration of rx-vlan-filter with ethtoolVladimir Oltean1-28/+16
2020-03-23enetc: Remove unused variable 'enetc_drv_name'YueHaibing1-1/+0
2020-03-11enetc: Drop redundant device node checkClaudiu Manoil1-5/+0
2020-03-04net/freescale: Clean drivers from static versionsLeon Romanovsky1-13/+0
2020-01-06enetc: Make MDIO accessors more generic and export to include/linux/fslClaudiu Manoil1-0/+47
2019-11-16enetc: update TSN Qbv PSPEED set according to adjust link speedPo Liu1-0/+3
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-2/+2
2019-09-27enetc: Fix a signedness bug in enetc_of_get_phy()Dan Carpenter1-1/+1
2019-08-03enetc: Add mdio bus driver for the PCIe MDIO endpointClaudiu Manoil1-1/+4
2019-05-29enetc: Enable TC offloading with mqprioCamelia Groza1-0/+1
2019-05-24enetc: add hardware timestamping supportY.b. Lu1-0/+1
2019-05-15enetc: Allow to disable Tx SGClaudiu Manoil1-1/+1
2019-03-01enetc: Add ENETC PF level external MDIO supportClaudiu Manoil1-0/+12
2019-01-25enetc: Add RFS and RSS supportClaudiu Manoil1-1/+33
2019-01-25enetc: Add vf to pf messaging supportClaudiu Manoil1-0/+68
2019-01-25enetc: Introduce basic PF and VF ENETC ethernet driversClaudiu Manoil1-0/+831