summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas/sh_eth.c
AgeCommit message (Expand)Author
2021-09-22net: renesas: sh_eth: Fix freeing wrong tx descriptorYoshihiro Shimoda
2021-06-30sh_eth: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook
2021-01-30sh_eth: Fix power down vs. is_opened flag orderingGeert Uytterhoeven
2020-01-29net: sh_eth: fix a missing check of of_get_phy_modeKangjie Lu
2019-06-22net: sh_eth: fix mdio access in sh_eth_close() for R-Car Gen2 and RZ/A1 SoCsYoshihiro Shimoda
2018-04-13sh_eth: Use platform device for printing before register_netdev()Geert Uytterhoeven
2018-01-17sh_eth: fix SH7757 GEther initializationSergei Shtylyov
2018-01-17sh_eth: fix TSU resource handlingSergei Shtylyov
2017-08-11sh_eth: R8A7740 supports packet shecksummingSergei Shtylyov
2017-08-06sh_eth: enable RX descriptor word 0 shift on SH7734Sergei Shtylyov
2016-12-10sh_eth: remove unchecked interrupts for RZ/A1Chris Brandt
2016-04-20sh_eth: advance 'rxdesc' later in sh_eth_ring_format()Sergei Shtylyov
2016-04-20sh_eth: fix NULL pointer dereference in sh_eth_ring_format()Sergei Shtylyov
2015-12-22sh_eth: fix 16-bit descriptor field access endianness tooSergei Shtylyov
2015-12-15sh_eth: fix descriptor access endiannessSergei Shtylyov
2015-12-15sh_eth: fix TX buffer byte-swappingSergei Shtylyov
2015-12-14sh_eth: uninline sh_eth_{write|read}()Sergei Shtylyov
2015-12-05sh_eth: fix kernel oops in skb_put()Sergei Shtylyov
2015-11-04sh_eth: merge sh_eth_free_dma_buffer() into sh_eth_ring_free()Sergei Shtylyov
2015-11-04sh_eth: kill 'ret' variable in sh_eth_ring_init()Sergei Shtylyov
2015-11-03sh_eth: use DMA barriersSergei Shtylyov
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-11-02sh_eth: fix typo in RX descriptor bit nameSergei Shtylyov
2015-11-02sh_eth: fix WARNING in dma_common_free_remap()Sergei Shtylyov
2015-11-02sh_eth: fix uninitialized arrays in sh_eth_ring_init()Sergei Shtylyov
2015-10-26sh_eth: fix RX buffer size calculationSergei Shtylyov
2015-10-26sh_eth: fix RX buffer size alignmentSergei Shtylyov
2015-08-28sh_eth: propagate platform_get_irq() error upstreamSergei Shtylyov
2015-03-04sh_eth: Mitigate lost statistics updatesBen Hutchings
2015-03-04sh_eth: Optionally log RX and TX status for each completed descriptorBen Hutchings
2015-03-04sh_eth: Implement ethtool register dump operationsBen Hutchings
2015-03-04sh_eth: WARN on access to a register not implemented in a particular chipBen Hutchings
2015-03-04sh_eth: Implement multicast statistic based on the RFS8 status bitBen Hutchings
2015-03-02sh_eth: Really fix padding of short frames on TXBen Hutchings
2015-03-02Revert "sh_eth: Enable Rx descriptor word 0 shift for r8a7790"Ben Hutchings
2015-03-02sh_eth: Fix RX recovery on R-Car in case of RX ring underrunBen Hutchings
2015-03-02sh_eth: Ensure proper ordering of descriptor active bit write/readBen Hutchings
2015-03-01sh_eth: Fix lost MAC address on kexecGeert Uytterhoeven
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-27sh_eth: Fix DMA-API usage for RX buffersBen Hutchings
2015-01-27sh_eth: Check for DMA mapping errors on transmitBen Hutchings
2015-01-27sh_eth: Ensure DMA engines are stopped before freeing buffersBen Hutchings
2015-01-27sh_eth: Remove RX overflow log messagesBen Hutchings
2015-01-26sh_eth: Fix serialisation of interrupt disable with interrupt & NAPI handlersBen Hutchings
2015-01-26sh_eth: Fix crash or memory leak when resizing rings on device that is downBen Hutchings
2015-01-26sh_eth: Detach net device when stopping queue to resize DMA ringsBen Hutchings
2015-01-26sh_eth: Fix padding of short frames on TXBen Hutchings
2015-01-26sh_eth: add more PM methodsMikhail Ulyanov
2015-01-26sh_eth: use SET_RUNTIME_PM_OPS()Mikhail Ulyanov
2015-01-19sh_eth: Fix ethtool operation crash when net device is downBen Hutchings