summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-25net: stmmac: fix kernel panic due to NULL pointer dereference of buf->xdpSong Yoong Siang1-4/+4
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-10stmmac: prefetch right addressMatteo Croce1-1/+1
2021-06-10net: stmmac: Fix missing { } around two statements in an if statementColin Ian King1-1/+2
2021-06-09net: stmmac: explicitly deassert GMAC_AHB_RESETMatthew Hagan1-0/+6
2021-06-09net: stmmac: fix NPD with phylink_set_pcs if there is no MDIO busVladimir Oltean1-5/+2
2021-06-09net: stmmac: enable Intel mGbE 2.5Gbps link speedVoon Weifeng1-0/+7
2021-06-09net: 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-02net: 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-21net: stmmac: fix system hang if change mac address after interface ifdownJoakim Zhang1-1/+10
2021-05-21net: stmmac: correct clocks enabled in stmmac_vlan_rx_kill_vid()Joakim Zhang1-6/+6
2021-05-15stmmac: use XDP helpersMatteo Croce1-6/+3
2021-05-12net: stmmac: Fix MAC WoL not working if PHY does not support WoLJoakim Zhang1-3/+6
2021-05-08net: stmmac: Do not enable RX FIFO overflow interruptsYannick Vignon1-12/+2
2021-05-01net: 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-23net: 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-20net: 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-15Revert "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-14net: stmmac: Add TX via XDP zero-copy socketOng Boon Leong1-25/+292
2021-04-14net: stmmac: Enable RX via AF_XDP zero-copyOng Boon Leong1-26/+574
2021-04-14net: stmmac: Refactor __stmmac_xdp_run_prog for XDP ZCOng Boon Leong1-12/+23
2021-04-14net: stmmac: rearrange RX and TX desc init into per-queue basisOng Boon Leong1-80/+100
2021-04-14net: stmmac: refactor stmmac_init_rx_buffers for stmmac_reinit_rx_buffersOng Boon Leong1-189/+189
2021-04-14net: stmmac: introduce dma_recycle_rx_skbufs for stmmac_reinit_rx_buffersOng Boon Leong1-17/+27
2021-04-14net: stmmac: rearrange RX buffer allocation and free functionsOng Boon Leong1-37/+47
2021-04-14of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-1/+1
2021-04-04net: stmmac: Add support for XDP_REDIRECT actionOng Boon Leong1-11/+83
2021-04-04net: stmmac: Add support for XDP_TX actionOng Boon Leong1-17/+221
2021-04-04net: stmmac: Add initial XDP supportOng Boon Leong1-26/+124
2021-04-04net: stmmac: arrange Tx tail pointer update to stmmac_flush_tx_descriptorsOng Boon Leong1-30/+26
2021-04-04net: stmmac: make SPH enable/disable to be configurableOng Boon Leong1-5/+7
2021-04-04net: stmmac: set IRQ affinity hint for multi MSI vectorsOng Boon Leong1-2/+13
2021-03-29net: stmmac: fix missing unlock on error in stmmac_suspend()Yang Yingliang1-1/+3