summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+0
2023-06-23net: stmmac: fix double serdes powerdownBartosz Golaszewski1-6/+0
2023-06-21net: stmmac: add new switch to struct plat_stmmacenet_dataBartosz Golaszewski1-1/+1
2023-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+7
2023-06-16net: 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-26net: 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-19net: stmmac: propagate feature flags to vlanCorinna Vinschen1-0/+4
2023-04-18net: stmmac: add Rx HWTS metadata to XDP ZC receive pktSong Yoong Siang1-0/+22
2023-04-18net: stmmac: add Rx HWTS metadata to XDP receive pktSong Yoong Siang1-1/+39
2023-04-18net: 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-06net: 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
2023-02-14net: stmmac: Make stmmac_dvr_remove() return voidUwe Kleine-König1-3/+1
2023-02-14net: stmmac: add missing NETDEV_XDP_ACT_XSK_ZEROCOPY bit to xdp_featuresLorenzo Bianconi1-0/+1
2023-02-11Daniel Borkmann says:Jakub Kicinski1-0/+2
2023-02-06net/sched: taprio: only pass gate mask per TXQ for igc, stmmac, tsnep, am65_cpswVladimir Oltean1-0/+2
2023-02-03drivers: net: turn on XDP featuresMarek Majtyka1-0/+2
2023-01-30net: stmmac: do not stop RX_CLK in Rx LPI state for qcs404 SoCAndrey Konovalov1-1/+2
2023-01-17net: stmmac: fix invalid call to mdiobus_get_phy()Heiner Kallweit1-0/+5
2022-12-15net: stmmac: fix errno when create_singlethread_workqueue() failsGaosheng Cui1-0/+1
2022-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+2
2022-12-09net: stmmac: fix possible memory leak in stmmac_dvr_probe()Gaosheng Cui1-1/+2
2022-12-05net: stmmac: Power up SERDES after the PHY linkRevanth Kumar Uppala1-2/+5
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+10
2022-11-29Revert "net: stmmac: use sysfs_streq() instead of strncmp()"Vladimir Oltean1-9/+9
2022-11-25net: stmmac: Set MAC's flow control register to reflect current settingsGoh, Wei Sheng1-2/+10
2022-11-25net: stmmac: use sysfs_streq() instead of strncmp()Xu Panda1-9/+9
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2022-11-12net: stmmac: ensure tx function is not running in stmmac_xdp_release()Mohd Faizal Abdul Rahim1-0/+3
2022-11-08net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)1-1/+0
2022-10-15net: stmmac: Enable mac_managed_pm phylink configShenwei Wang1-0/+1
2022-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+13
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-4/+2
2022-09-27net: stmmac: power up/down serdes in stmmac_open/releaseJunxiao Chang1-10/+13
2022-09-08net: stmmac: Disable automatic FCS/Pad strippingKurt Kanzenbach1-20/+4
2022-08-25net: stmmac: work around sporadic tx issue on link-upHeiner Kallweit1-4/+5
2022-07-26net: ethernet: stmicro: stmmac: permit MTU change with interface upChristian Marangi1-6/+24
2022-07-26net: ethernet: stmicro: stmmac: generate stmmac dma conf before openChristian Marangi1-173/+289
2022-07-26net: ethernet: stmicro: stmmac: move dma conf to dedicated structChristian Marangi1-141/+145
2022-07-26net: ethernet: stmicro: stmmac: first disable all queues and disconnect in re...Christian Marangi1-2/+2
2022-07-26net: ethernet: stmicro: stmmac: move queue reset to dedicated functionsChristian Marangi1-28/+31
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+11