summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)Author
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-27dpaa2-eth: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson
2023-01-27dpaa_eth: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson
2023-01-23net: enetc: stop auto-configuring the port pMACVladimir Oltean
2023-01-23net: enetc: implement software lockstep for port MAC registersVladimir Oltean
2023-01-23net: enetc: stop configuring pMAC in lockstep with eMACVladimir Oltean
2023-01-23net: enetc: add definition for offset between eMAC and pMAC regsVladimir 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-23net: fec: Use page_pool_put_full_page when freeing rx buffersWei Fang
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-19net: phy: Remove probe_capabilitiesAndrew Lunn
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-13enetc: Separate C22 and C45 transactionsAndrew Lunn
2023-01-13net: enetc: avoid deadlock in enetc_tx_onestep_tstamp()Vladimir Oltean
2023-01-12net: remove redundant config PCI dependency for some network driver configsLukas Bulwahn
2023-01-10net: fec: Separate C22 and C45 transactionsAndrew Lunn
2023-01-10net: mdio: xgmac_mdio: Separate C22 and C45 transactionsAndrew Lunn
2023-01-05net: ethernet: enetc: do not always access skb_shared_info in the XDP pathLorenzo Bianconi
2023-01-05net: ethernet: enetc: get rid of xdp_redirect_sg counterLorenzo Bianconi
2023-01-05net: ethernet: enetc: unlock XDP_REDIRECT for XDP non-linear buffersLorenzo Bianconi
2023-01-03net: dpaa: Fix dtsec check for PCS availabilitySean Anderson
2022-12-30net: ethernet: freescale: enetc: Drop empty platform remove functionUwe Kleine-König
2022-12-20net: fec: check the return value of build_skb()Wei Fang
2022-12-14net: enetc: avoid buffer leaks on xdp_do_redirect() failureVladimir Oltean
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-12-07dpaa2-switch: Fix memory leak in dpaa2_switch_acl_entry_add() and dpaa2_switc...Yuan Can
2022-12-06net: fec: properly guard irq coalesce setupRasmus Villemoes
2022-12-01net: dpaa2-mac: move rtnl_lock() only around phylink_{,dis}connect_phy()Vladimir Oltean
2022-12-01net: dpaa2-switch: serialize changes to priv->mac with a mutexVladimir Oltean
2022-12-01net: dpaa2-eth: serialize changes to priv->mac with a mutexVladimir Oltean
2022-12-01net: dpaa2-eth: connect to MAC before requesting the "endpoint changed" IRQVladimir Oltean
2022-12-01net: dpaa2-switch replace direct MAC access with dpaa2_switch_port_has_mac()Vladimir Oltean
2022-12-01net: dpaa2: publish MAC stringset to ethtool -S even if MAC is missingVladimir Oltean
2022-12-01net: dpaa2-switch: assign port_priv->mac after dpaa2_mac_connect() callVladimir Oltean
2022-12-01net: dpaa2-eth: assign priv->mac after dpaa2_mac_connect() callVladimir Oltean
2022-12-01net: dpaa2-mac: remove defensive check in dpaa2_mac_disconnect()Vladimir Oltean
2022-12-01net: dpaa2-mac: absorb phylink_start() call into dpaa2_mac_start()Vladimir Oltean
2022-12-01net: dpaa2: replace dpaa2_mac_is_type_fixed() with dpaa2_mac_is_type_phy()Vladimir Oltean