summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/enetc
AgeCommit message (Expand)Author
2025-05-20net: enetc: fix the error handling in enetc4_pf_netdev_create()Wei Fang
2025-05-14net: phy: remove Kconfig symbol MDIO_DEVRESHeiner Kallweit
2025-05-14net: enetc: fix implicit declaration of function FIELD_PREPWei Fang
2025-05-13net: enetc: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean
2025-05-08net: enetc: add loopback support for i.MX95 ENETC PFWei Fang
2025-05-08net: enetc: add VLAN filtering support for i.MX95 ENETC PFWei Fang
2025-05-08net: enetc: move generic VLAN hash filter functions to enetc_pf_common.cWei Fang
2025-05-08net: enetc: extract enetc_refresh_vlan_ht_filter()Wei Fang
2025-05-08net: enetc: enable RSS feature by defaultWei Fang
2025-05-08net: enetc: change enetc_set_rss() to void typeWei Fang
2025-05-08net: enetc: add RSS support for i.MX95 ENETC PFWei Fang
2025-05-08net: enetc: make enetc_set_rss_key() reusableWei Fang
2025-05-08net: enetc: add set/get_rss_table() hooks to enetc_si_opsWei Fang
2025-05-08net: enetc: add debugfs interface to dump MAC filterWei Fang
2025-05-08net: enetc: add MAC filtering for i.MX95 ENETC PFWei Fang
2025-05-08net: enetc: move generic MAC filtering interfaces to enetc-coreWei Fang
2025-05-08net: enetc: add command BD ring support for i.MX95 ENETCWei Fang
2025-05-08net: enetc: add initial netc-lib driver to support NTMPWei Fang
2025-05-01net: phy: factor out provider part from mdio_bus.cHeiner Kallweit
2025-04-28mdio: fix CONFIG_MDIO_DEVRES selectsArnd Bergmann
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-21net: enetc: fix frame corruption on bpf_xdp_adjust_head/tail() and XDP_PASSVladimir Oltean
2025-04-21net: enetc: refactor bulk flipping of RX buffers to separate functionVladimir Oltean
2025-04-21net: enetc: register XDP RX queues with frag_sizeVladimir Oltean
2025-04-17net: ethtool: Adjust exactly ETH_GSTRING_LEN-long stats to use memcpyKees Cook
2025-02-25net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs()Wei Fang
2025-02-25net: enetc: remove the mm_lock from the ENETC v4 driverWei Fang
2025-02-25net: enetc: add missing enetc4_link_deinit()Wei Fang
2025-02-25net: enetc: update UDP checksum when updating originTimestamp fieldWei Fang
2025-02-25net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNCWei Fang
2025-02-25net: enetc: correct the xdp_tx statisticsWei Fang
2025-02-25net: enetc: keep track of correct Tx BD count in enetc_map_tx_tso_buffs()Wei Fang
2025-02-25net: enetc: fix the off-by-one issue in enetc_map_tx_buffs()Wei Fang
2024-12-23net: enetc: add UDP segmentation offload supportWei Fang
2024-12-23net: enetc: add LSO support for i.MX95 ENETC PFWei Fang
2024-12-23net: enetc: update max chained Tx BD number for i.MX95 ENETCWei Fang
2024-12-23net: enetc: add Tx checksum offload for i.MX95 ENETCWei Fang
2024-11-29net: enetc: Do not configure preemptible TCs if SIs do not supportWei Fang
2024-11-29net: enetc: read TSN capabilities from port register, not SIVladimir Oltean
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-06net: enetc: Fix spelling mistake "referencce" -> "reference"Colin Ian King
2024-11-04net: enetc: add preliminary support for i.MX95 ENETC PFWei Fang
2024-11-04net: enetc: optimize the allocation of tx_bdrClark Wang
2024-11-04net: enetc: extract enetc_int_vector_init/destroy() from enetc_alloc_msix()Clark Wang
2024-11-04net: enetc: add i.MX95 EMDIO supportWei Fang
2024-11-04net: enetc: remove ERR050089 workaround for i.MX95Vladimir Oltean
2024-11-04net: enetc: build enetc_pf_common.c as a separate moduleWei Fang
2024-11-04net: enetc: extract common ENETC PF parts for LS1028A and i.MX95 platformsWei Fang
2024-11-04net: enetc: add initial netc-blk-ctrl driver supportWei Fang