summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-28net: stmmac: clarify difference between "interface" and "phy_interface"Russell King (Oracle)1-2/+4
2023-08-25net: stmmac: convert half-duplex support to positive logicRussell King (Oracle)1-6/+7
2023-08-25net: stmmac: move priv->phylink_config.mac_managed_pmRussell King (Oracle)1-1/+1
2023-08-25net: stmmac: move xgmac specific phylink caps to dwxgmac2 coreRussell King (Oracle)1-10/+0
2023-08-25net: stmmac: move gmac4 specific phylink capabilities to gmac4Russell King (Oracle)1-3/+1
2023-08-25net: stmmac: provide stmmac_mac_phylink_get_caps()Russell King (Oracle)1-0/+3
2023-08-25net: stmmac: use phylink_limit_mac_speed()Russell King (Oracle)1-21/+14
2023-08-25net: stmmac: use "mdio_bus_data" local variableRussell King (Oracle)1-2/+4
2023-08-25net: stmmac: clean up passing fwnode to phylinkRussell King (Oracle)1-4/+5
2023-08-25net: stmmac: convert plat->phylink_node to fwnodeRussell King (Oracle)1-2/+2
2023-08-20net: stmmac: Check more MAC HW features for XGMAC Core 3.20Furong Xu1-6/+65
2023-08-14net: stmmac: xgmac: show more MAC HW features in debugfsFurong Xu1-5/+20
2023-08-10net: stmmac: add new mode parameter for fix_mac_speedShenwei Wang1-1/+1
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin1-0/+1
2023-08-07net: stmmac: correct MAC propagation delayJohannes Zink1-0/+6
2023-07-27Revert "net: stmmac: correct MAC propagation delay"Jakub Kicinski1-4/+0
2023-07-25net: stmmac: correct MAC propagation delayJohannes Zink1-0/+4
2023-07-21eth: stmmac: let page recycling happen with skbsJakub Kicinski1-2/+2
2023-07-19net: stmmac: use per-queue 64 bit statistics where necessaryJisheng Zhang1-44/+156
2023-07-19net: stmmac: don't clear network statistics in .ndo_open()Jisheng Zhang1-4/+2
2023-07-13net: stmmac: replace the en_tx_lpi_clockgating field with a flagBartosz Golaszewski1-1/+1
2023-07-13net: stmmac: replace the rx_clk_runs_in_lpi field with a flagBartosz Golaszewski1-1/+2
2023-07-13net: stmmac: replace the multi_msi_en field with a flagBartosz Golaszewski1-3/+4
2023-07-13net: stmmac: replace the vlan_fail_q_en field with a flagBartosz Golaszewski1-1/+2
2023-07-13net: stmmac: replace the serdes_up_after_phy_linkup field with a flagBartosz Golaszewski1-3/+6
2023-07-13net: stmmac: replace the tso_en field with a flagBartosz Golaszewski1-2/+2
2023-07-13net: stmmac: replace the has_sun8i field with a flagBartosz Golaszewski1-2/+2
2023-07-13net: stmmac: replace the use_phy_wol field with a flagBartosz Golaszewski1-1/+1
2023-07-13net: stmmac: replace the sph_disable field with a flagBartosz Golaszewski1-1/+2
2023-07-13net: stmmac: replace the has_integrated_pcs field with a flagBartosz Golaszewski1-1/+2
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+0
2023-06-22net: stmmac: fix double serdes powerdownBartosz Golaszewski1-6/+0
2023-06-20net: stmmac: add new switch to struct plat_stmmacenet_dataBartosz Golaszewski1-1/+1
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+7
2023-06-15net: ethernet: stmicro: stmmac: fix possible memory leak in __stmmac_openChristian Marangi1-2/+7
2023-06-05net: stmmac: dwmac-sogfpga: use the lynx pcs driverMaxime Chevallier1-4/+8
2023-05-25net: stmmac: fix call trace when stmmac_xdp_xmit() is invokedWei Fang1-2/+1
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean1-5/+2
2023-04-21net: stmmac:fix system hang when setting up tag_8021q VLAN for DSA portsYan Wang1-3/+9
2023-04-19stmmac: fix changing mac addressCorinna Vinschen1-0/+2
2023-04-18net: stmmac: propagate feature flags to vlanCorinna Vinschen1-0/+4
2023-04-17net: stmmac: add Rx HWTS metadata to XDP ZC receive pktSong Yoong Siang1-0/+22
2023-04-17net: stmmac: add Rx HWTS metadata to XDP receive pktSong Yoong Siang1-1/+39
2023-04-17net: stmmac: introduce wrapper for struct xdp_buffSong Yoong Siang1-9/+9
2023-04-06net: stmmac: check fwnode for phy device before scanning for phyMichael Sit Wei Hong1-4/+11
2023-04-05net: stmmac: Add queue reset into stmmac_xdp_open() functionSong Yoong Siang1-0/+2
2023-04-04net: stmmac: fix up RX flow hash indirection table when setting channelsCorinna Vinschen1-1/+5
2023-03-31net: stmmac: check if MAC needs to attach to a PHYMichael Sit Wei Hong1-1/+3
2023-03-19net: stmmac: Fix for mismatched host/device DMA address widthJochen Henneberg1-14/+16
2023-03-06net: stmmac: add to set device wake up flag when stmmac init phyRongguang Wei1-0/+1