summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* net: phy: Remove probe_capabilitiesAndrew Lunn2023-01-191-1/+0
* net: enetc: prioritize ability to go down over packet processingVladimir Oltean2023-01-181-18/+63
* net: enetc: set up XDP program under enetc_reconfigure()Vladimir Oltean2023-01-181-19/+32
* net: enetc: rename "xdp" and "dev" in enetc_setup_bpf()Vladimir Oltean2023-01-182-9/+9
* net: enetc: implement ring reconfiguration procedure for PTP RX timestampingVladimir Oltean2023-01-181-12/+56
* net: enetc: move phylink_start/stop out of enetc_start/stopVladimir Oltean2023-01-181-13/+13
* net: enetc: split ring resource allocation from assignmentVladimir Oltean2023-01-182-70/+180
* net: enetc: bring "bool extended" to top-level in enetc_open()Vladimir Oltean2023-01-181-9/+11
* net: enetc: drop redundant enetc_free_tx_frame() call from enetc_free_txbdr()Vladimir Oltean2023-01-181-5/+0
* net: enetc: rx_swbd and tx_swbd are never NULL in enetc_free_rxtx_rings()Vladimir Oltean2023-01-181-6/+0
* net: enetc: create enetc_dma_free_bdr()Vladimir Oltean2023-01-181-14/+11
* net: enetc: set up RX ring indices from enetc_setup_rxbdr()Vladimir Oltean2023-01-181-7/+4
* net: enetc: set next_to_clean/next_to_use just from enetc_setup_txbdr()Vladimir Oltean2023-01-181-6/+0
* enetc: Separate C22 and C45 transactionsAndrew Lunn2023-01-133-36/+101
* net: remove redundant config PCI dependency for some network driver configsLukas Bulwahn2023-01-121-2/+2
* net: fec: Separate C22 and C45 transactionsAndrew Lunn2023-01-101-50/+103
* net: mdio: xgmac_mdio: Separate C22 and C45 transactionsAndrew Lunn2023-01-101-40/+108
* net: ethernet: enetc: do not always access skb_shared_info in the XDP pathLorenzo Bianconi2023-01-051-6/+8
* net: ethernet: enetc: get rid of xdp_redirect_sg counterLorenzo Bianconi2023-01-052-3/+0
* net: ethernet: enetc: unlock XDP_REDIRECT for XDP non-linear buffersLorenzo Bianconi2023-01-051-14/+10
* net: dpaa: Fix dtsec check for PCS availabilitySean Anderson2023-01-031-1/+1
* net: ethernet: freescale: enetc: Drop empty platform remove functionUwe Kleine-König2022-12-301-6/+0
* net: fec: check the return value of build_skb()Wei Fang2022-12-201-0/+8
* net: enetc: avoid buffer leaks on xdp_do_redirect() failureVladimir Oltean2022-12-141-27/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-082-1/+6
|\
| * dpaa2-switch: Fix memory leak in dpaa2_switch_acl_entry_add() and dpaa2_switc...Yuan Can2022-12-071-0/+4
| * net: fec: properly guard irq coalesce setupRasmus Villemoes2022-12-061-1/+2
* | net: dpaa2-mac: move rtnl_lock() only around phylink_{,dis}connect_phy()Vladimir Oltean2022-12-013-8/+5
* | net: dpaa2-switch: serialize changes to priv->mac with a mutexVladimir Oltean2022-12-013-10/+55
* | net: dpaa2-eth: serialize changes to priv->mac with a mutexVladimir Oltean2022-12-013-16/+91
* | net: dpaa2-eth: connect to MAC before requesting the "endpoint changed" IRQVladimir Oltean2022-12-011-9/+9
* | net: dpaa2-switch replace direct MAC access with dpaa2_switch_port_has_mac()Vladimir Oltean2022-12-011-1/+1
* | net: dpaa2: publish MAC stringset to ethtool -S even if MAC is missingVladimir Oltean2022-12-012-18/+5
* | net: dpaa2-switch: assign port_priv->mac after dpaa2_mac_connect() callVladimir Oltean2022-12-011-9/+12
* | net: dpaa2-eth: assign priv->mac after dpaa2_mac_connect() callVladimir Oltean2022-12-011-9/+12
* | net: dpaa2-mac: remove defensive check in dpaa2_mac_disconnect()Vladimir Oltean2022-12-011-3/+0
* | net: dpaa2-mac: absorb phylink_start() call into dpaa2_mac_start()Vladimir Oltean2022-12-013-8/+10
* | net: dpaa2: replace dpaa2_mac_is_type_fixed() with dpaa2_mac_is_type_phy()Vladimir Oltean2022-12-013-14/+10
* | net: dpaa2-eth: don't use -ENOTSUPP error codeVladimir Oltean2022-12-012-2/+2
* | net: devlink: let the core report the driver name instead of the driversVincent Mailhol2022-11-301-10/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-294-27/+25
|\|
| * net: fec: don't reset irq coalesce settings to defaults on "ip link up"Rasmus Villemoes2022-11-251-16/+6
| * net: enetc: preserve TX ring priority across reconfigurationVladimir Oltean2022-11-233-11/+19
* | net: fman: remove reference to non-existing config PCSLukas Bulwahn2022-11-181-1/+0
* | net: dpaa2: Remove linux/msi.h includesThomas Gleixner2022-11-143-3/+0
* | net: fec: add xdp and page pool statisticsShenwei Wang2022-11-143-5/+95
* | ptp: convert remaining drivers to adjfine interfaceJacob Keller2022-11-111-5/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-101-0/+9
|\|
| * net: fman: Unregister ethernet device on removalSean Anderson2022-11-041-0/+9
* | net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)2022-11-074-4/+0