aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)AuthorFilesLines
2023-12-13dpaa2-switch: do not ask for MDB, VLAN and FDB replayGravatar Ioana Ciornei 1-9/+2
2023-12-13dpaa2-switch: fix size of the dma_unmapGravatar Ioana Ciornei 1-3/+4
2023-12-10net: fec: correct queue selectionGravatar Radu Bulie 1-16/+11
2023-11-26dpaa2-eth: recycle the RX buffer only after all processing doneGravatar Ioana Ciornei 1-2/+6
2023-11-26dpaa2-eth: increase the needed headroom to account for alignmentGravatar Ioana Ciornei 2-5/+5
2023-11-07net: enetc: shorten enetc_setup_xdp_prog() error message to fit NETLINK_MAX_F...Gravatar Vladimir Oltean 1-1/+1
2023-11-01Merge tag 'dma-mapping-6.7-2023-10-30' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 1-10/+76
2023-10-22net: fec: use dma_alloc_noncoherent for data cache enabled coldfireGravatar Christoph Hellwig 1-10/+76
2023-10-18net: fec: Remove non-Coldfire platform IDsGravatar Alexander Stein 1-30/+0
2023-10-18net: fec: Fix device_get_match_data usageGravatar Alexander Stein 1-23/+10
2023-10-17net: fman: convert to .mac_get_caps()Gravatar Russell King (Oracle) 1-6/+5
2023-10-13net: fec: replace deprecated strncpy with ethtool_sprintfGravatar Justin Stitt 1-4/+2
2023-10-13net: ethernet: Use device_get_match_data()Gravatar Rob Herring 4-32/+20
2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Gravatar Sebastian Andrzej Siewior 2-2/+2
2023-10-02net: enetc: Annotate struct enetc_psfp_gate with __counted_byGravatar Kees Cook 1-1/+1
2023-10-02net: enetc: Annotate struct enetc_int_vector with __counted_byGravatar Kees Cook 1-1/+1
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-1/+1
2023-09-07net: enetc: distinguish error from valid pointers in enetc_fixup_clear_rss_rfs()Gravatar Vladimir Oltean 1-1/+1
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 2-3/+0
2023-08-29Merge tag 'modules-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2023-08-25net: fec: add statistics for XDP_TXGravatar Wei Fang 1-1/+4
2023-08-23net: fec: add exception tracing for XDPGravatar Wei Fang 1-15/+11
2023-08-18net: freescale: Remove unused declarationsGravatar Yue Haibing 2-9/+0
2023-08-18net: fec: use napi_consume_skb() in fec_enet_tx_queue()Gravatar Wei Fang 1-1/+1
2023-08-16powerpc/include: Remove mpc8260.h and m82xx_pci.hGravatar Christophe Leroy 1-1/+0
2023-08-16powerpc/include: Remove unneeded #include <asm/fs_pd.h>Gravatar Christophe Leroy 1-1/+0
2023-08-16net: fec: improve XDP_TX performanceGravatar Wei Fang 2-70/+75
2023-08-16net: fec: add XDP_TX feature supportGravatar Wei Fang 2-21/+87
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-40/+71
2023-08-09net: enetc: remove of_device_is_available() handlingGravatar Vladimir Oltean 1-12/+0
2023-08-09net: enetc: reimplement RFS/RSS memory clearing as PCI quirkGravatar Vladimir Oltean 1-30/+73
2023-08-08net: fs_enet: Use cpm_muram_xxx() functions instead of cpm_dpxxx() macrosGravatar Christophe Leroy 2-5/+5
2023-08-08net: fs_enet: Move struct fs_platform_info into fs_enet.hGravatar Christophe Leroy 2-1/+19
2023-08-08net: fs_enet: Remove has_phy field in fs_platform_info structGravatar Christophe Leroy 1-14/+0
2023-08-08net: fs_enet: Fix address space and base types mismatchesGravatar Christophe Leroy 2-3/+3
2023-08-08net: fs_enet: Remove set but not used variableGravatar Christophe Leroy 1-2/+0
2023-08-07net: dpaa2-switch: Remove redundant initialization owner in dpaa2_switch_drvGravatar Li Zetao 1-1/+0
2023-08-07net: dpaa2-eth: Remove redundant initialization owner in dpaa2_eth_driverGravatar Li Zetao 1-1/+0
2023-08-07page_pool: split types and declarations from page_pool.hGravatar Yunsheng Lin 1-0/+1
2023-08-03eth: dpaa: add missing net/xdp.h includeGravatar Jakub Kicinski 1-0/+1
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 3-0/+3
2023-08-03eth: add missing xdp.h includes in driversGravatar Jakub Kicinski 3-0/+3
2023-08-02net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted dri...Gravatar Vladimir Oltean 1-8/+0
2023-08-02net: fec: delete fec_ptp_disable_hwts()Gravatar Vladimir Oltean 3-17/+1
2023-08-02net: fec: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Gravatar Vladimir Oltean 3-50/+59
2023-08-02net: enetc: use EXPORT_SYMBOL_GPL for enetc_phc_indexGravatar Christoph Hellwig 1-1/+1
2023-08-02net: Remove duplicated include in mac.cGravatar Yang Li 1-1/+0
2023-07-31net: flow_dissector: Use 64bits for used_keysGravatar Ratheesh Kannoth 2-15/+15
2023-07-27net: Explicitly include correct DT includesGravatar Rob Herring 17-13/+21
2023-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-4/+14