summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/enetc/enetc.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: 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: add set/get_rss_table() hooks to enetc_si_opsWei Fang
2025-05-08net: enetc: move generic MAC filtering interfaces to enetc-coreWei Fang
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-02-25net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs()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 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-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-03dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos
2024-10-11net: enetc: disable NAPI after all rings are disabledWei Fang
2024-10-11net: enetc: disable Tx BD rings after they are emptyWei Fang
2024-10-11net: enetc: block concurrent XDP transmissions during ring reconfigurationWei Fang
2024-10-11net: enetc: remove xdp_drops statistic from enetc_xdp_drop()Wei Fang
2024-09-13net: enetc: Replace ifdef with IS_ENABLEDMartyn Welch
2024-09-12net: enetc: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan
2024-03-29enetc: avoid truncating error messageArnd Bergmann
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit
2024-01-24net: fill in MODULE_DESCRIPTION()s for enetcBreno Leitao
2023-11-07net: enetc: shorten enetc_setup_xdp_prog() error message to fit NETLINK_MAX_F...Vladimir Oltean
2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior
2023-06-27net: enetc: use vmalloc_array and vcallocJulia Lawall
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-04net: enetc: correct rx_bytes statistics of XDPWei Fang
2023-06-04net: enetc: correct the statistics of rx bytesWei Fang
2023-05-31net: enetc: refactor enetc_setup_tc_taprio() to have a switch/case for cmdVladimir Oltean
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin
2023-04-20net: enetc: only commit preemptible TCs to hardware when MM TX is activeVladimir Oltean
2023-04-13net: enetc: add support for preemptible traffic classesVladimir Oltean
2023-04-13net: enetc: rename "mqprio" to "qopt"Vladimir Oltean
2023-02-06net: enetc: act upon the requested mqprio queue configurationVladimir Oltean
2023-02-06net: enetc: request mqprio to validate the queue countsVladimir Oltean
2023-02-03net: enetc: ensure we always have a minimum number of TXQs for stackVladimir Oltean
2023-02-03net: enetc: recalculate num_real_tx_queues when XDP program attachesVladimir Oltean
2023-02-03net: enetc: allow the enetc_reconfigure() callback to failVladimir Oltean
2023-02-03net: enetc: simplify enetc_num_stack_tx_queues()Vladimir Oltean