summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/enetc/enetc.c
AgeCommit message (Expand)Author
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
2023-01-23net: enetc: implement software lockstep for port MAC registersVladimir Oltean
2023-01-23net: enetc: detect frame preemption hardware capabilityVladimir Oltean
2023-01-23net: enetc: build common object files into a separate moduleVladimir Oltean
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-18net: enetc: prioritize ability to go down over packet processingVladimir Oltean
2023-01-18net: enetc: set up XDP program under enetc_reconfigure()Vladimir Oltean
2023-01-18net: enetc: rename "xdp" and "dev" in enetc_setup_bpf()Vladimir Oltean
2023-01-18net: enetc: implement ring reconfiguration procedure for PTP RX timestampingVladimir Oltean
2023-01-18net: enetc: move phylink_start/stop out of enetc_start/stopVladimir Oltean
2023-01-18net: enetc: split ring resource allocation from assignmentVladimir Oltean
2023-01-18net: enetc: bring "bool extended" to top-level in enetc_open()Vladimir Oltean
2023-01-18net: enetc: drop redundant enetc_free_tx_frame() call from enetc_free_txbdr()Vladimir Oltean
2023-01-18net: enetc: rx_swbd and tx_swbd are never NULL in enetc_free_rxtx_rings()Vladimir Oltean
2023-01-18net: enetc: create enetc_dma_free_bdr()Vladimir Oltean
2023-01-18net: enetc: set up RX ring indices from enetc_setup_rxbdr()Vladimir Oltean
2023-01-18net: enetc: set next_to_clean/next_to_use just from enetc_setup_txbdr()Vladimir Oltean
2023-01-13net: enetc: avoid deadlock in enetc_tx_onestep_tstamp()Vladimir Oltean
2023-01-05net: ethernet: enetc: do not always access skb_shared_info in the XDP pathLorenzo Bianconi
2023-01-05net: ethernet: enetc: unlock XDP_REDIRECT for XDP non-linear buffersLorenzo Bianconi
2022-12-14net: enetc: avoid buffer leaks on xdp_do_redirect() failureVladimir Oltean
2022-11-23net: enetc: preserve TX ring priority across reconfigurationVladimir Oltean
2022-10-27net: enetc: survive memory pressure without crashingVladimir Oltean
2022-09-29net: enetc: cache accesses to &priv->si->hwVladimir Oltean
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-20net: enetc: deny offload of tc-based TSN features on VF interfacesVladimir Oltean
2022-09-20net: enetc: move enetc_set_psfp() out of the common enetc_set_features()Vladimir Oltean
2022-05-11net: enetc: count the tc-taprio window dropsPo Liu
2022-01-09net: enetc: Remove useless DMA-32 fallback configurationChristophe JAILLET
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-10-21net: enetc: use the skb variable directly in enetc_clean_tx_ring()Vladimir Oltean
2021-10-21net: enetc: remove local "priv" variable in enetc_clean_tx_ring()Vladimir Oltean
2021-10-13net: enetc: fix check for allocation failureDan Carpenter