summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)AuthorFilesLines
2023-10-19net: fec: Remove non-Coldfire platform IDsAlexander Stein1-30/+0
2023-10-19net: fec: Fix device_get_match_data usageAlexander Stein1-23/+10
2023-10-18net: fman: convert to .mac_get_caps()Russell King (Oracle)1-6/+5
2023-10-13net: fec: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-4/+2
2023-10-13net: ethernet: Use device_get_match_data()Rob Herring4-32/+20
2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior2-2/+2
2023-10-02net: enetc: Annotate struct enetc_psfp_gate with __counted_byKees Cook1-1/+1
2023-10-02net: enetc: Annotate struct enetc_int_vector with __counted_byKees Cook1-1/+1
2023-09-08Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+1
2023-09-07net: enetc: distinguish error from valid pointers in enetc_fixup_clear_rss_rfs()Vladimir Oltean1-1/+1
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-3/+0
2023-08-30Merge tag 'modules-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-08-25net: fec: add statistics for XDP_TXWei Fang1-1/+4
2023-08-24net: fec: add exception tracing for XDPWei Fang1-15/+11
2023-08-19net: freescale: Remove unused declarationsYue Haibing2-9/+0
2023-08-19net: fec: use napi_consume_skb() in fec_enet_tx_queue()Wei Fang1-1/+1
2023-08-16powerpc/include: Remove mpc8260.h and m82xx_pci.hChristophe Leroy1-1/+0
2023-08-16powerpc/include: Remove unneeded #include <asm/fs_pd.h>Christophe Leroy1-1/+0
2023-08-16net: fec: improve XDP_TX performanceWei Fang2-70/+75
2023-08-16net: fec: add XDP_TX feature supportWei Fang2-21/+87
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-40/+71
2023-08-09net: enetc: remove of_device_is_available() handlingVladimir Oltean1-12/+0
2023-08-09net: enetc: reimplement RFS/RSS memory clearing as PCI quirkVladimir Oltean1-30/+73
2023-08-09net: fs_enet: Use cpm_muram_xxx() functions instead of cpm_dpxxx() macrosChristophe Leroy2-5/+5
2023-08-09net: fs_enet: Move struct fs_platform_info into fs_enet.hChristophe Leroy2-1/+19
2023-08-09net: fs_enet: Remove has_phy field in fs_platform_info structChristophe Leroy1-14/+0
2023-08-09net: fs_enet: Fix address space and base types mismatchesChristophe Leroy2-3/+3
2023-08-09net: fs_enet: Remove set but not used variableChristophe Leroy1-2/+0
2023-08-08net: dpaa2-switch: Remove redundant initialization owner in dpaa2_switch_drvLi Zetao1-1/+0
2023-08-08net: dpaa2-eth: Remove redundant initialization owner in dpaa2_eth_driverLi Zetao1-1/+0
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin1-0/+1
2023-08-04eth: dpaa: add missing net/xdp.h includeJakub Kicinski1-0/+1
2023-08-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-0/+3
2023-08-03eth: add missing xdp.h includes in driversJakub Kicinski3-0/+3
2023-08-03net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted dri...Vladimir Oltean1-8/+0
2023-08-03net: fec: delete fec_ptp_disable_hwts()Vladimir Oltean3-17/+1
2023-08-03net: fec: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean3-50/+59
2023-08-02net: enetc: use EXPORT_SYMBOL_GPL for enetc_phc_indexChristoph Hellwig1-1/+1
2023-08-02net: Remove duplicated include in mac.cYang Li1-1/+0
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2-15/+15
2023-07-28net: Explicitly include correct DT includesRob Herring17-13/+21
2023-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+14
2023-07-27net: fec: tx processing does not call XDP APIs if budget is 0Wei Fang1-4/+12
2023-07-25net: fec: avoid tx queue timeout when XDP is enabledWei Fang1-0/+2
2023-07-20net: fec: remove unused members from struct fec_enet_privateWei Fang1-3/+0
2023-07-20net: fec: remove fec_set_mac_address() from fec_enet_init()Wei Fang1-3/+0
2023-07-20net: fec: remove the remaining code of rx copybreakWei Fang2-45/+0
2023-07-17net: fec: Refactor: rename `adapter` to `fep`Csókás Bence1-8/+8
2023-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-56/+127
2023-07-12net: ucc_geth: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2