summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)Author
2021-12-13net: stmmac: Add GFP_DMA32 for rx buffers if no 64 capabilityDavid Wu
2021-11-29net: stmmac: Avoid DMA_CHAN_CONTROL write if no Split Header supportVincent Whitchurch
2021-11-26net: stmmac: Disable Tx queues when reconfiguring the interfaceYannick Vignon
2021-11-22net: stmmac: retain PTP clock time during SIOCSHWTSTAMP ioctlsHolger Assmann
2021-11-19stmmac_pci: Fix underflow size in stmmac_rxZekun Shen
2021-11-16net: stmmac: Fix signed/unsigned wreckageThomas Gleixner
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-20net: stmmac: Fix E2E delay mechanismKurt Kanzenbach
2021-10-20ethernet: stmmac: use eth_hw_addr_set()Jakub Kicinski
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-06net: stmmac: trigger PCS EEE to turn off on link downWong Vee Khee
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-30net: stmmac: fix EEE init issue when paired with EEE capable PHYsWong Vee Khee
2021-09-28net: stmmac: fix off-by-one error in sanity checkArnd Bergmann
2021-09-27net: stmmac: fix gcc-10 -Wrestrict warningArnd Bergmann
2021-09-11net: stmmac: allow CSR clock of 300MHzJesper Nilsson
2021-09-08net: stmmac: fix system hang caused by eee_ctrl_timer during suspend/resumeJoakim Zhang
2021-09-07net: stmmac: fix MAC not working when system resume back with WoL activeJoakim Zhang
2021-09-05net: stmmac: Fix overall budget calculation for rxtx_napiSong Yoong Siang
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-25net: stmmac: fix kernel panic due to NULL pointer dereference of buf->xdpSong Yoong Siang
2021-08-16net: stmmac: add ethtool per-queue statistic frameworkVijayakannan Ayyathurai
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-01net: stmmac: Terminate FPE workqueue in suspendMohammad Athari Bin Ismail
2021-06-29net: stmmac: option to enable PHY WOL with PMT enabledLing Pei Lee
2021-06-24stmmac: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen
2021-06-11net: stmmac: reduce indentation when calling stmmac_xpcs_setupVladimir Oltean
2021-06-11net: stmmac: Fix unused values warningsWong Vee Khee
2021-06-10net: stmmac: Fix mixed enum type warningWong Vee Khee
2021-06-09stmmac: prefetch right addressMatteo Croce
2021-06-09net: stmmac: Fix missing { } around two statements in an if statementColin Ian King
2021-06-08net: stmmac: explicitly deassert GMAC_AHB_RESETMatthew Hagan
2021-06-08net: stmmac: fix NPD with phylink_set_pcs if there is no MDIO busVladimir Oltean
2021-06-08net: stmmac: enable Intel mGbE 2.5Gbps link speedVoon Weifeng
2021-06-08net: stmmac: split xPCS setup from mdio registerVoon Weifeng
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-06-03net: pcs: xpcs: convert to phylink_pcs_opsVladimir Oltean
2021-06-03net: pcs: xpcs: convert to mdio_deviceVladimir Oltean
2021-06-03net: pcs: xpcs: export xpcs_validateVladimir Oltean
2021-06-03net: pcs: xpcs: make the checks related to the PHY interface mode statelessVladimir Oltean
2021-06-02net: stmmac: fix issue where clk is being unprepared twiceWong Vee Khee
2021-06-01net: stmmac: enable platform specific safety featuresWong Vee Khee
2021-05-30net: stmmac: fix kernel panic due to NULL pointer dereference of mdio_bus_dataSriranjani P
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-20net: stmmac: fix system hang if change mac address after interface ifdownJoakim Zhang
2021-05-20net: stmmac: correct clocks enabled in stmmac_vlan_rx_kill_vid()Joakim Zhang
2021-05-14stmmac: use XDP helpersMatteo Croce
2021-05-11net: stmmac: Fix MAC WoL not working if PHY does not support WoLJoakim Zhang
2021-05-07net: stmmac: Do not enable RX FIFO overflow interruptsYannick Vignon