summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)Author
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-01net: stmmac: enable platform specific safety featuresWong Vee Khee
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
2021-04-30net: stmmac: cleared __FPE_REMOVING bit in stmmac_fpe_start_wq()Mohammad Athari Bin Ismail
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-04-22net: stmmac: Add HW descriptor prefetch setting for DWMAC Core 5.20 onwardsMohammad Athari Bin Ismail
2021-04-21net: stmmac: fix TSO and TBS feature enabling during driver openOng Boon Leong
2021-04-19net: stmmac: fix memory leak during driver probeWong Vee Khee
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-14Revert "net: stmmac: re-init rx buffers when mac resume back"Thierry Reding
2021-04-14net: stmmac: Add support for external trigger timestampingTan Tee Min
2021-04-13net: stmmac: Add TX via XDP zero-copy socketOng Boon Leong
2021-04-13net: stmmac: Enable RX via AF_XDP zero-copyOng Boon Leong
2021-04-13net: stmmac: Refactor __stmmac_xdp_run_prog for XDP ZCOng Boon Leong
2021-04-13net: stmmac: rearrange RX and TX desc init into per-queue basisOng Boon Leong
2021-04-13net: stmmac: refactor stmmac_init_rx_buffers for stmmac_reinit_rx_buffersOng Boon Leong
2021-04-13net: stmmac: introduce dma_recycle_rx_skbufs for stmmac_reinit_rx_buffersOng Boon Leong
2021-04-13net: stmmac: rearrange RX buffer allocation and free functionsOng Boon Leong
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2021-04-03net: stmmac: Add support for XDP_REDIRECT actionOng Boon Leong
2021-04-03net: stmmac: Add support for XDP_TX actionOng Boon Leong
2021-04-03net: stmmac: Add initial XDP supportOng Boon Leong
2021-04-03net: stmmac: arrange Tx tail pointer update to stmmac_flush_tx_descriptorsOng Boon Leong
2021-04-03net: stmmac: make SPH enable/disable to be configurableOng Boon Leong
2021-04-03net: stmmac: set IRQ affinity hint for multi MSI vectorsOng Boon Leong
2021-03-28net: stmmac: fix missing unlock on error in stmmac_suspend()Yang Yingliang
2021-03-26net: stmmac: Fix kernel panic due to NULL pointer dereference of fpe_cfgMohammad Athari Bin Ismail
2021-03-25net: stmmac: use interrupt mode INTM=1 for multi-MSIWong, Vee Khee
2021-03-25net: stmmac: introduce MSI Interrupt routines for mac, safety, RX & TXOng Boon Leong
2021-03-25net: stmmac: make stmmac_interrupt() function more friendly to MSIOng Boon Leong
2021-03-25net: stmmac: introduce DMA interrupt status masking per traffic directionOng Boon Leong
2021-03-24net: stmmac: support FPE link partner hand-shaking procedureOng Boon Leong
2021-03-18net: stmmac: Add EST errors into ethtool statisticOng Boon Leong
2021-03-18net: stmmac: EST interrupts handling and error reportingVoon Weifeng
2021-03-17net: stmmac: add per-queue TX & RX coalesce ethtool supportOng Boon Leong
2021-03-17net: stmmac: add timestamp correction to rid CDC sync errorVoon Weifeng
2021-03-15net: stmmac: add platform level clocks managementJoakim Zhang
2021-03-15net: stmmac: add clocks management for gmac driverJoakim Zhang
2021-03-15net: stmmac: ensure phydev is attached to phylink for C37 ANOng Boon Leong
2021-03-15net: stmmac: make in-band AN mode parsing is supported for non-DTOng Boon Leong
2021-03-05net: stmmac: Fix VLAN filter delete timeout issue in Intel mGBE SGMIIOng Boon Leong
2021-02-26net: stmmac: re-init rx buffers when mac resume backJoakim Zhang
2021-02-26net: stmmac: fix wrongly set buffer2 valid when sph unsupportJoakim Zhang
2021-02-26net: stmmac: fix dma physical address of descriptor when display ringJoakim Zhang