summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)Author
2019-04-22net: stmmac: move stmmac_check_ether_addr() to driver probeVinod Koul
2019-04-18stmmac: pci: Adjust IOT2000 matchingSu Bao Cheng
2019-04-17net: stmmac: Use bfsize1 in ndesc_init_rx_descYueHaibing
2019-03-31net: stmmac: don't log oversized framesAaro Koskinen
2019-03-31net: stmmac: fix dropping of multi-descriptor RX framesAaro Koskinen
2019-03-31net: stmmac: don't overwrite discard_frame statusAaro Koskinen
2019-03-31net: stmmac: don't stop NAPI processing when dropping a packetAaro Koskinen
2019-03-31net: stmmac: ratelimit RX error logsAaro Koskinen
2019-03-31net: stmmac: use correct DMA buffer size in the RX descriptorAaro Koskinen
2019-03-19net: stmmac: fix memory corruption with large MTUsAaro Koskinen
2019-03-15net: stmmac: fix jumbo frame sending with non-linear skbsAaro Koskinen
2019-03-15net: stmmac: don't set own bit too early for jumbo framesAaro Koskinen
2019-03-12net: dwmac-sun8i: fix a missing check of of_get_phy_modeKangjie Lu
2019-03-08net: stmmac: Avoid one more sometimes uninitialized Clang warningNathan Chancellor
2019-03-08net: ethernet: stmmac: add management of clk_csr propertyChristophe Roullier
2019-03-08net: ethernet: stmmac: update to support all PHY config for stm32mp157c.Christophe Roullier
2019-03-08net: ethernet: stmmac: manage Ethernet WoL for stm32mp157c.Christophe Roullier
2019-03-07net: stmmac: Avoid sometimes uninitialized Clang warningsNathan Chancellor
2019-02-21net: stmmac: dwxgmac2: Also use TBU interrupt to clean TX pathJose Abreu
2019-02-21net: stmmac: dwmac4: Also use TBU interrupt to clean TX pathJose Abreu
2019-02-21net: stmmac: Fix NAPI poll in TX path when in multi-queueJose Abreu
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-18net: stmmac: Fix a race in EEE enable callbackJose Abreu
2019-02-17net: stmmac: handle endianness in dwmac4_get_timestampAlexandre Torgue
2019-02-16net: stmmac: use correct define to get rx timestamp on GMAC4Alexandre Torgue
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-06net: stmmac: fix ptp timestamping on Rx on gmac4Ilias Apalodimas
2019-01-30net: stmmac: Disable EEE mode earlier in XMIT callbackJose Abreu
2019-01-30net: stmmac: Send TSO packets always from Queue 0Jose Abreu
2019-01-30net: stmmac: Fallback to Platform Data clock in Watchdog conversionJose Abreu
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-27net: stmmac: dwmac-rk: fix error handling in rk_gmac_powerup()Alexey Khoroshilov
2019-01-24net: stmmac: Fix return value check in qcom_ethqos_probe()Wei Yongjun
2019-01-22net: stmmac: Add driver for Qualcomm ethqosVinod Koul
2019-01-22net: stmmac: implement the SIOCGHWTSTAMP ioctlArtem Panfilov
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-01-11net: stmmac: Prevent RX starvation in stmmac_napi_poll()Jose Abreu
2019-01-11net: stmmac: Fix the logic of checking if RX Watchdog must be enabledJose Abreu
2019-01-11net: stmmac: Check if CBS is supported before configuringJose Abreu
2019-01-11net: stmmac: dwxgmac2: Only clear interrupts that are activeJose Abreu
2019-01-11net: stmmac: Fix PCI module removal leakJose Abreu
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-12-27net: stmicro: fix a missing check of clk_prepareKangjie Lu
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-19net-next: stmmac: dwmac-mediatek: remove fine-tune propertyBiao Huang
2018-12-18net: stmmac: Fix an error code in probe()Dan Carpenter
2018-12-12net-next: stmmac: dwmac-mediatek: add module license infoBiao Huang
2018-12-12stmmac: dwmac-mediatek: add support for mt2712Biao Huang
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata