summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/enetc/enetc_vf.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-20net: enetc: deny offload of tc-based TSN features on VF interfacesVladimir Oltean1-1/+12
2022-09-20net: enetc: move enetc_set_psfp() out of the common enetc_set_features()Vladimir Oltean1-1/+3
2021-10-16ethernet: enetc: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-10-08net: enetc: add support for software TSOIoana Ciornei1-2/+4
2021-10-08net: enetc: declare NETIF_F_HW_CSUM and do it in softwareIoana Ciornei1-2/+4
2021-09-16net: enetc: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-03-19net: enetc: teardown CBDR during PF/VF unbindVladimir Oltean1-0/+1
2021-03-11net: enetc: don't initialize unused ports from a separate code pathVladimir Oltean1-0/+7
2021-03-02net: enetc: don't overwrite the RSS indirection table when initializingVladimir Oltean1-0/+7
2020-11-05enetc: Remove Tx checksumming offload codeClaudiu Manoil1-8/+2
2020-09-21enetc: simplify the return expression of enetc_vf_set_mac_addr()Qinglang Miao1-6/+1
2020-03-23enetc: Remove unused variable 'enetc_drv_name'YueHaibing1-1/+0
2020-03-04net/freescale: Clean drivers from static versionsLeon Romanovsky1-12/+0
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-01-25enetc: Add RFS and RSS supportClaudiu Manoil1-0/+10
2019-01-25enetc: Add vf to pf messaging supportClaudiu Manoil1-0/+85
2019-01-25enetc: Introduce basic PF and VF ENETC ethernet driversClaudiu Manoil1-0/+160