summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)Author
2019-10-29net: stmmac: disable/enable ptp_ref_clk in suspend/resume flowBiao Huang
2019-10-29net: stmmac: Avoid deadlock on suspend/resumeThierry Reding
2019-10-29net: stmmac: Do not stop PHY if WoL is enabledJose Abreu
2019-10-29net: stmmac: Correctly take timestamp for PTPv2Jose Abreu
2019-10-05net: stmmac: Fix page pool sizeThierry Reding
2019-09-21net: stmmac: Hold rtnl lock in suspend/resume callbacksJose Abreu
2019-07-31net: stmmac: Use netif_tx_napi_add() for TX polling functionFrode Isaksen
2019-07-30net: stmmac: Sync RX Buffer upon allocationJose Abreu
2019-07-22net: stmmac: Do not cut down 1G modesJose Abreu
2019-07-22net: stmmac: Use kcalloc() instead of kmalloc_array()Jose Abreu
2019-07-22net: stmmac: RX Descriptors need to be clean before setting buffersJose Abreu
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso
2019-07-09net: stmmac: add support for hash table size 128/256 in dwmac4Biao Huang
2019-07-09net: stmmac: Introducing support for Page PoolJose Abreu
2019-07-09net: stmmac: Implement RX Coalesce Frames settingJose Abreu
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-08net: stmmac: Re-work the queue selection for TSO packetsJose Abreu
2019-06-28net: stmmac: Only disable interrupts if NAPI is scheduledJose Abreu
2019-06-28net: stmmac: Update RX Tail Pointer to last free entryJose Abreu
2019-06-28net: stmmac: Enable support for > 32 Bits addressing in XGMACJose Abreu
2019-06-28net: stmmac: Do not disable interrupts when cleaning TXJose Abreu
2019-06-28net: stmmac: Add the missing speeds that XGMAC supportsJose Abreu
2019-06-28net: stmmac: Decrease default RX Watchdog valueJose Abreu
2019-06-28net: stmmac: Do not try to enable PHY EEE if MAC does not support itJose Abreu
2019-06-28net: stmmac: Fix case when PHY handle is not presentJose Abreu
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-26net: stmmac: Fix crash observed if PHY does not support EEEJon Hunter
2019-06-26net: stmmac: Fix possible deadlock when disabling EEE supportJon Hunter
2019-06-22net: stmmac: set IC bit when transmitting frames with HW timestampRoland Hii
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-17net: stmmac: fix unused-variable warningArnd Bergmann
2019-06-15net: stmmac: Fix wrapper drivers not detecting PHYJose Abreu
2019-06-13net: stmmac: Convert to phylink and remove phylib logicJose Abreu
2019-06-13net: stmmac: Start adding phylink supportJose Abreu
2019-06-13net: stmmac: Prepare to convert to phylinkJose Abreu
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291Thomas Gleixner
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-30net: stmmac: Switch to devm_alloc_etherdev_mqsJisheng Zhang
2019-05-29net: stmmac: use dev_info() before netdev is registeredJisheng Zhang
2019-05-25net: stmmac: fix csr_clk can't be zero issueBiao Huang
2019-05-25net: stmmac: update rx tail pointer register to fix rx dma hang issue.Biao Huang
2019-05-24net: stmmac: Prevent missing interrupts when running NAPIJose Abreu
2019-05-24net: stmmac: Switch MMC functions to HWIF callbacksJose Abreu
2019-05-20net: stmmac: dma channel control register need to be init firstWeifeng Voon
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-22net: stmmac: move stmmac_check_ether_addr() to driver probeVinod Koul
2019-04-17net: stmmac: Set Flow Control to automatic mode in the driverJose Abreu
2019-03-31net: stmmac: don't stop NAPI processing when dropping a packetAaro Koskinen