summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/enetc/enetc.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-29net: enetc: refactor bulk flipping of RX buffers to separate functionVladimir Oltean1-5/+11
2025-03-07net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs()Wei Fang1-8/+7
2025-03-07net: enetc: correct the xdp_tx statisticsWei Fang1-1/+1
2025-03-07net: enetc: update UDP checksum when updating originTimestamp fieldWei Fang1-7/+34
2025-03-07net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNCWei Fang1-0/+3
2025-03-07net: enetc: keep track of correct Tx BD count in enetc_map_tx_tso_buffs()Wei Fang1-6/+10
2025-03-07net: enetc: fix the off-by-one issue in enetc_map_tx_buffs()Wei Fang1-7/+19
2024-12-14net: enetc: Do not configure preemptible TCs if SIs do not supportWei Fang1-0/+3
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 Fang1-0/+14
2024-10-12net: enetc: remove xdp_drops statistic from enetc_xdp_drop()Wei Fang1-1/+1
2024-09-14net: enetc: Replace ifdef with IS_ENABLEDMartyn Welch1-13/+9
2024-09-13net: enetc: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-2/+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
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-06-27net: enetc: use vmalloc_array and vcallocJulia Lawall1-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: refactor enetc_setup_tc_taprio() to have a switch/case for cmdVladimir Oltean1-1/+2
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin1-3/+2
2023-04-21net: enetc: only commit preemptible TCs to hardware when MM TX is activeVladimir Oltean1-17/+6
2023-04-14net: enetc: add support for preemptible traffic classesVladimir Oltean1-0/+22
2023-04-14net: enetc: rename "mqprio" to "qopt"Vladimir Oltean1-4/+5
2023-02-06net: enetc: act upon the requested mqprio queue configurationVladimir Oltean1-31/+70
2023-02-06net: enetc: request mqprio to validate the queue countsVladimir Oltean1-7/+0
2023-02-04net: enetc: ensure we always have a minimum number of TXQs for stackVladimir Oltean1-0/+14
2023-02-04net: enetc: recalculate num_real_tx_queues when XDP program attachesVladimir Oltean1-14/+21
2023-02-04net: enetc: allow the enetc_reconfigure() callback to failVladimir Oltean1-4/+14
2023-02-04net: enetc: simplify enetc_num_stack_tx_queues()Vladimir Oltean1-4/+2
2023-01-23net: enetc: implement software lockstep for port MAC registersVladimir Oltean1-2/+16
2023-01-23net: enetc: detect frame preemption hardware capabilityVladimir Oltean1-0/+3
2023-01-23net: enetc: build common object files into a separate moduleVladimir Oltean1-0/+22
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-01-19net: enetc: prioritize ability to go down over packet processingVladimir Oltean1-18/+63
2023-01-19net: enetc: set up XDP program under enetc_reconfigure()Vladimir Oltean1-19/+32
2023-01-19net: enetc: rename "xdp" and "dev" in enetc_setup_bpf()Vladimir Oltean1-8/+8
2023-01-19net: enetc: implement ring reconfiguration procedure for PTP RX timestampingVladimir Oltean1-12/+56
2023-01-19net: enetc: move phylink_start/stop out of enetc_start/stopVladimir Oltean1-13/+13
2023-01-19net: enetc: split ring resource allocation from assignmentVladimir Oltean1-70/+161
2023-01-19net: enetc: bring "bool extended" to top-level in enetc_open()Vladimir Oltean1-9/+11
2023-01-19net: enetc: drop redundant enetc_free_tx_frame() call from enetc_free_txbdr()Vladimir Oltean1-5/+0
2023-01-19net: enetc: rx_swbd and tx_swbd are never NULL in enetc_free_rxtx_rings()Vladimir Oltean1-6/+0
2023-01-19net: enetc: create enetc_dma_free_bdr()Vladimir Oltean1-14/+11
2023-01-19net: enetc: set up RX ring indices from enetc_setup_rxbdr()Vladimir Oltean1-7/+4
2023-01-19net: enetc: set next_to_clean/next_to_use just from enetc_setup_txbdr()Vladimir Oltean1-6/+0