summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/enetc/enetc.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-14net: enetc: avoid deadlock in enetc_tx_onestep_tstamp()Vladimir Oltean1-2/+2
2023-01-06net: ethernet: enetc: do not always access skb_shared_info in the XDP pathLorenzo Bianconi1-6/+8
2023-01-06net: ethernet: enetc: unlock XDP_REDIRECT for XDP non-linear buffersLorenzo Bianconi1-14/+10
2022-12-15net: enetc: avoid buffer leaks on xdp_do_redirect() failureVladimir Oltean1-27/+8
2022-11-24net: enetc: preserve TX ring priority across reconfigurationVladimir Oltean1-3/+5
2022-10-27net: enetc: survive memory pressure without crashingVladimir Oltean1-0/+5
2022-09-30net: enetc: cache accesses to &priv->si->hwVladimir Oltean1-11/+17
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-09-20net: enetc: deny offload of tc-based TSN features on VF interfacesVladimir Oltean1-20/+1
2022-09-20net: enetc: move enetc_set_psfp() out of the common enetc_set_features()Vladimir Oltean1-31/+1
2022-05-12net: enetc: count the tc-taprio window dropsPo Liu1-2/+11
2022-01-10net: enetc: Remove useless DMA-32 fallback configurationChristophe JAILLET1-6/+2
2021-12-14bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-10-22net: enetc: use the skb variable directly in enetc_clean_tx_ring()Vladimir Oltean1-2/+1
2021-10-22net: enetc: remove local "priv" variable in enetc_clean_tx_ring()Vladimir Oltean1-4/+1
2021-10-14net: enetc: fix check for allocation failureDan Carpenter1-1/+3
2021-10-13net: enetc: include ip6_checksum.h for csum_ipv6_magicIoana Ciornei1-0/+1
2021-10-08net: enetc: add support for software TSOIoana Ciornei1-20/+299
2021-10-08net: enetc: declare NETIF_F_HW_CSUM and do it in softwareIoana Ciornei1-1/+7
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+2
2021-09-19enetc: Fix uninitialized struct dim_sample field usageClaudiu Manoil1-1/+1
2021-09-19enetc: Fix illegal access when reading affinity_hintClaudiu Manoil1-4/+1
2021-09-16net: enetc: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+2
2021-04-23enetc: fix locking for one-step timestamping packet transferYangbo Lu1-9/+9
2021-04-17net: enetc: apply the MDIO workaround for XDP_REDIRECT tooVladimir Oltean1-0/+4
2021-04-17net: enetc: fix buffer leaks with XDP_TX enqueue rejectionsVladimir Oltean1-4/+12
2021-04-17net: enetc: handle the invalid XDP action the same way as XDP_DROPVladimir Oltean1-4/+3
2021-04-17net: enetc: use dedicated TX rings for XDPVladimir Oltean1-7/+39