summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-20net: stmmac: Fix E2E delay mechanismKurt Kanzenbach1-1/+1
2021-10-06net: stmmac: trigger PCS EEE to turn off on link downWong Vee Khee1-1/+5
2021-09-30net: stmmac: fix EEE init issue when paired with EEE capable PHYsWong Vee Khee1-0/+4
2021-09-11net: stmmac: allow CSR clock of 300MHzJesper Nilsson1-1/+1
2021-09-08net: stmmac: fix system hang caused by eee_ctrl_timer during suspend/resumeJoakim Zhang1-14/+0
2021-09-07net: stmmac: fix MAC not working when system resume back with WoL activeJoakim Zhang1-18/+18
2021-09-05net: stmmac: Fix overall budget calculation for rxtx_napiSong Yoong Siang1-4/+6
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2021-08-25net: stmmac: fix kernel panic due to NULL pointer dereference of buf->xdpSong Yoong Siang1-4/+4
2021-08-16net: stmmac: add ethtool per-queue statistic frameworkVijayakannan Ayyathurai1-0/+5
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-01net: stmmac: Terminate FPE workqueue in suspendMohammad Athari Bin Ismail1-0/+1
2021-06-29net: stmmac: option to enable PHY WOL with PMT enabledLing Pei Lee1-1/+2
2021-06-24stmmac: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-8/+2
2021-06-11net: stmmac: reduce indentation when calling stmmac_xpcs_setupVladimir Oltean1-6/+4
2021-06-11net: stmmac: Fix unused values warningsWong Vee Khee1-4/+4
2021-06-10net: stmmac: Fix mixed enum type warningWong Vee Khee1-2/+2
2021-06-09stmmac: prefetch right addressMatteo Croce1-1/+1
2021-06-09net: stmmac: Fix missing { } around two statements in an if statementColin Ian King1-1/+2
2021-06-08net: stmmac: explicitly deassert GMAC_AHB_RESETMatthew Hagan1-0/+6
2021-06-08net: stmmac: fix NPD with phylink_set_pcs if there is no MDIO busVladimir Oltean1-5/+2
2021-06-08net: stmmac: enable Intel mGbE 2.5Gbps link speedVoon Weifeng1-0/+7
2021-06-08net: stmmac: split xPCS setup from mdio registerVoon Weifeng1-0/+9
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+3
2021-06-03net: pcs: xpcs: convert to phylink_pcs_opsVladimir Oltean1-25/+11
2021-06-03net: pcs: xpcs: convert to mdio_deviceVladimir Oltean1-5/+5
2021-06-03net: pcs: xpcs: export xpcs_validateVladimir Oltean1-1/+2
2021-06-03net: pcs: xpcs: make the checks related to the PHY interface mode statelessVladimir Oltean1-1/+3
2021-06-02net: stmmac: fix issue where clk is being unprepared twiceWong Vee Khee1-1/+0
2021-06-01net: stmmac: enable platform specific safety featuresWong Vee Khee1-1/+2
2021-05-30net: stmmac: fix kernel panic due to NULL pointer dereference of mdio_bus_dataSriranjani P1-2/+3
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+22
2021-05-20net: stmmac: fix system hang if change mac address after interface ifdownJoakim Zhang1-1/+10
2021-05-20net: stmmac: correct clocks enabled in stmmac_vlan_rx_kill_vid()Joakim Zhang1-6/+6
2021-05-14stmmac: use XDP helpersMatteo Croce1-6/+3
2021-05-11net: stmmac: Fix MAC WoL not working if PHY does not support WoLJoakim Zhang1-3/+6
2021-05-07net: stmmac: Do not enable RX FIFO overflow interruptsYannick Vignon1-12/+2
2021-04-30net: stmmac: cleared __FPE_REMOVING bit in stmmac_fpe_start_wq()Mohammad Athari Bin Ismail1-0/+1
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+9
2021-04-22net: stmmac: Add HW descriptor prefetch setting for DWMAC Core 5.20 onwardsMohammad Athari Bin Ismail1-0/+5
2021-04-21net: stmmac: fix TSO and TBS feature enabling during driver openOng Boon Leong1-3/+9
2021-04-19net: stmmac: fix memory leak during driver probeWong Vee Khee1-0/+2
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-77/+1
2021-04-14Revert "net: stmmac: re-init rx buffers when mac resume back"Thierry Reding1-83/+1
2021-04-14net: stmmac: Add support for external trigger timestampingTan Tee Min1-0/+2
2021-04-13net: stmmac: Add TX via XDP zero-copy socketOng Boon Leong1-25/+292
2021-04-13net: stmmac: Enable RX via AF_XDP zero-copyOng Boon Leong1-26/+574
2021-04-13net: stmmac: Refactor __stmmac_xdp_run_prog for XDP ZCOng Boon Leong1-12/+23
2021-04-13net: stmmac: rearrange RX and TX desc init into per-queue basisOng Boon Leong1-80/+100
2021-04-13net: stmmac: refactor stmmac_init_rx_buffers for stmmac_reinit_rx_buffersOng Boon Leong1-189/+189