aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/freescale/enetc (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-03net: enetc: ensure we always have a minimum number of TXQs for stackVladimir Oltean2-0/+17
2023-02-03net: enetc: recalculate num_real_tx_queues when XDP program attachesVladimir Oltean1-14/+21
2023-02-03net: enetc: allow the enetc_reconfigure() callback to failVladimir Oltean1-4/+14
2023-02-03net: enetc: simplify enetc_num_stack_tx_queues()Vladimir Oltean1-4/+2
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka1-0/+3
2023-01-23net: enetc: stop auto-configuring the port pMACVladimir Oltean1-13/+0
2023-01-23net: enetc: implement software lockstep for port MAC registersVladimir Oltean4-44/+51
2023-01-23net: enetc: stop configuring pMAC in lockstep with eMACVladimir Oltean2-4/+1
2023-01-23net: enetc: add definition for offset between eMAC and pMAC regsVladimir Oltean1-51/+53
2023-01-23net: enetc: detect frame preemption hardware capabilityVladimir Oltean3-3/+8
2023-01-23net: enetc: build common object files into a separate moduleVladimir Oltean5-3/+46
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-01-18net: enetc: prioritize ability to go down over packet processingVladimir Oltean1-18/+63
2023-01-18net: enetc: set up XDP program under enetc_reconfigure()Vladimir Oltean1-19/+32
2023-01-18net: enetc: rename "xdp" and "dev" in enetc_setup_bpf()Vladimir Oltean2-9/+9
2023-01-18net: enetc: implement ring reconfiguration procedure for PTP RX timestampingVladimir Oltean1-12/+56
2023-01-18net: enetc: move phylink_start/stop out of enetc_start/stopVladimir Oltean1-13/+13
2023-01-18net: enetc: split ring resource allocation from assignmentVladimir Oltean2-70/+180
2023-01-18net: enetc: bring "bool extended" to top-level in enetc_open()Vladimir Oltean1-9/+11
2023-01-18net: enetc: drop redundant enetc_free_tx_frame() call from enetc_free_txbdr()Vladimir Oltean1-5/+0
2023-01-18net: enetc: rx_swbd and tx_swbd are never NULL in enetc_free_rxtx_rings()Vladimir Oltean1-6/+0
2023-01-18net: enetc: create enetc_dma_free_bdr()Vladimir Oltean1-14/+11
2023-01-18net: enetc: set up RX ring indices from enetc_setup_rxbdr()Vladimir Oltean1-7/+4
2023-01-18net: enetc: set next_to_clean/next_to_use just from enetc_setup_txbdr()Vladimir Oltean1-6/+0
2023-01-13enetc: Separate C22 and C45 transactionsAndrew Lunn3-36/+101
2023-01-13net: enetc: avoid deadlock in enetc_tx_onestep_tstamp()Vladimir Oltean1-2/+2
2023-01-12net: remove redundant config PCI dependency for some network driver configsLukas Bulwahn1-2/+2
2023-01-05net: ethernet: enetc: do not always access skb_shared_info in the XDP pathLorenzo Bianconi1-6/+8
2023-01-05net: ethernet: enetc: get rid of xdp_redirect_sg counterLorenzo Bianconi2-3/+0
2023-01-05net: ethernet: enetc: unlock XDP_REDIRECT for XDP non-linear buffersLorenzo Bianconi1-14/+10
2022-12-30net: ethernet: freescale: enetc: Drop empty platform remove functionUwe Kleine-König1-6/+0
2022-12-14net: enetc: avoid buffer leaks on xdp_do_redirect() failureVladimir Oltean1-27/+8
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-11/+19
2022-11-23net: enetc: preserve TX ring priority across reconfigurationVladimir Oltean3-11/+19
2022-11-07net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)1-1/+0
2022-10-27net: enetc: survive memory pressure without crashingVladimir Oltean1-0/+5
2022-10-07net: enetc: Remove duplicated include in enetc_qos.cYang Li1-1/+0
2022-09-29net: enetc: offload per-tc max SDU from tc-taprioVladimir Oltean3-6/+57
2022-09-29net: enetc: use common naming scheme for PTGCR and PTGCAPR registersVladimir Oltean2-12/+11
2022-09-29net: enetc: cache accesses to &priv->si->hwVladimir Oltean3-48/+49
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-60/+78
2022-09-20net: enetc: deny offload of tc-based TSN features on VF interfacesVladimir Oltean5-25/+34
2022-09-20net: enetc: move enetc_set_psfp() out of the common enetc_set_features()Vladimir Oltean5-35/+44
2022-09-19net: enetc: expose some standardized ethtool countersVladimir Oltean1-0/+111
2022-09-19net: enetc: parameterize port MAC stats to also cover the pMACVladimir Oltean2-114/+116
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-05-28net: enetc: Use pci_release_region() to release some resourcesChristophe JAILLET1-2/+2
2022-05-12net: enetc: kill PHY-less mode for PFsVladimir Oltean1-10/+14
2022-05-11net: enetc: count the tc-taprio window dropsPo Liu4-2/+16