summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/enetc
AgeCommit message (Expand)AuthorFilesLines
2024-11-07net: enetc: Fix spelling mistake "referencce" -> "reference"Colin Ian King1-1/+1
2024-11-04net: enetc: add preliminary support for i.MX95 ENETC PFWei Fang14-28/+1113
2024-11-04net: enetc: optimize the allocation of tx_bdrClark Wang1-2/+8
2024-11-04net: enetc: extract enetc_int_vector_init/destroy() from enetc_alloc_msix()Clark Wang1-85/+92
2024-11-04net: enetc: add i.MX95 EMDIO supportWei Fang1-0/+3
2024-11-04net: enetc: remove ERR050089 workaround for i.MX95Vladimir Oltean2-10/+52
2024-11-04net: enetc: build enetc_pf_common.c as a separate moduleWei Fang6-16/+89
2024-11-04net: enetc: extract common ENETC PF parts for LS1028A and i.MX95 platformsWei Fang4-295/+319
2024-11-04net: enetc: add initial netc-blk-ctrl driver supportWei Fang3-0/+462
2024-11-03dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos1-1/+1
2024-11-01net: freescale: use ethtool string helpersRosen Penev1-24/+11
2024-10-12net: enetc: disable NAPI after all rings are disabledWei Fang1-6/+6
2024-10-12net: enetc: disable Tx BD rings after they are emptyWei Fang1-10/+26
2024-10-12net: enetc: block concurrent XDP transmissions during ring reconfigurationWei Fang2-0/+15
2024-10-12net: enetc: remove xdp_drops statistic from enetc_xdp_drop()Wei Fang1-1/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-14net: enetc: Replace ifdef with IS_ENABLEDMartyn Welch3-23/+20
2024-09-13net: enetc: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-2/+1
2024-09-04net: enetc: Remove setting of RX software timestampGal Pressman1-8/+2
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
2024-03-29enetc: avoid truncating error messageArnd Bergmann1-1/+1
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit1-2/+2
2024-01-25net: fill in MODULE_DESCRIPTION()s for enetcBreno Leitao1-0/+1
2024-01-05net: enetc: allow phy-mode = "1000base-x"Vladimir Oltean1-0/+3
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-14/+17
2023-11-08net: enetc: shorten enetc_setup_xdp_prog() error message to fit NETLINK_MAX_F...Vladimir Oltean1-1/+1
2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior1-1/+1
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-30Merge tag 'modules-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
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-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+1
2023-08-03eth: add missing xdp.h includes in driversJakub Kicinski1-0/+1
2023-08-02net: enetc: use EXPORT_SYMBOL_GPL for enetc_phc_indexChristoph Hellwig1-1/+1
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-4/+4
2023-07-28net: Explicitly include correct DT includesRob Herring1-1/+1
2023-06-27net: enetc: use vmalloc_array and vcallocJulia Lawall1-2/+2
2023-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-06-12net: enetc: reset taprio stats when taprio is deletedVladimir Oltean1-0/+9
2023-06-12net/sched: taprio: report class offload stats per TXQ, not per TCVladimir Oltean1-13/+7
2023-06-08net: enetc: correct the indexes of highest and 2nd highest TCsWei Fang1-2/+2
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+15
2023-06-04net: enetc: correct rx_bytes statistics of XDPWei Fang1-0/+8
2023-06-04net: enetc: correct the statistics of rx bytesWei Fang1-1/+7
2023-05-31net: enetc: report statistics counters for taprioVladimir Oltean1-0/+35
2023-05-31net: enetc: refactor enetc_setup_tc_taprio() to have a switch/case for cmdVladimir Oltean3-29/+54