summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/enetc/enetc_vf.c
AgeCommit message (Expand)Author
2025-05-13net: enetc: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean
2025-05-08net: enetc: enable RSS feature by defaultWei Fang
2025-05-08net: enetc: add set/get_rss_table() hooks to enetc_si_opsWei Fang
2024-12-23net: enetc: add UDP segmentation offload supportWei Fang
2024-12-23net: enetc: update max chained Tx BD number for i.MX95 ENETCWei Fang
2024-11-14net: enetc: clean up before returning in probe()Dan Carpenter
2024-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-04net: enetc: add preliminary support for i.MX95 ENETC PFWei Fang
2024-10-31net: enetc: set MAC address to the VF net_deviceWei Fang
2022-09-20net: enetc: deny offload of tc-based TSN features on VF interfacesVladimir Oltean
2022-09-20net: enetc: move enetc_set_psfp() out of the common enetc_set_features()Vladimir Oltean
2021-10-16ethernet: enetc: use eth_hw_addr_set()Jakub Kicinski
2021-10-08net: enetc: add support for software TSOIoana Ciornei
2021-10-08net: enetc: declare NETIF_F_HW_CSUM and do it in softwareIoana Ciornei
2021-09-16net: enetc: Make use of the helper function dev_err_probe()Cai Huoqing
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-03-19net: enetc: teardown CBDR during PF/VF unbindVladimir Oltean
2021-03-10net: enetc: don't initialize unused ports from a separate code pathVladimir Oltean
2021-03-01net: enetc: don't overwrite the RSS indirection table when initializingVladimir Oltean
2020-11-04enetc: Remove Tx checksumming offload codeClaudiu Manoil
2020-09-21enetc: simplify the return expression of enetc_vf_set_mac_addr()Qinglang Miao
2020-03-23enetc: Remove unused variable 'enetc_drv_name'YueHaibing
2020-03-03net/freescale: Clean drivers from static versionsLeon Romanovsky
2019-05-28enetc: Enable TC offloading with mqprioCamelia Groza
2019-05-24enetc: add hardware timestamping supportY.b. Lu
2019-05-15enetc: Allow to disable Tx SGClaudiu Manoil
2019-01-24enetc: Add RFS and RSS supportClaudiu Manoil
2019-01-24enetc: Add vf to pf messaging supportClaudiu Manoil
2019-01-24enetc: Introduce basic PF and VF ENETC ethernet driversClaudiu Manoil