summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas
Commit message (Expand)AuthorAge
* sh_eth: Mitigate lost statistics updatesBen Hutchings2015-03-04
* sh_eth: Optionally log RX and TX status for each completed descriptorBen Hutchings2015-03-04
* sh_eth: Implement ethtool register dump operationsBen Hutchings2015-03-04
* sh_eth: WARN on access to a register not implemented in a particular chipBen Hutchings2015-03-04
* sh_eth: Implement multicast statistic based on the RFS8 status bitBen Hutchings2015-03-04
* sh_eth: Really fix padding of short frames on TXBen Hutchings2015-03-02
* Revert "sh_eth: Enable Rx descriptor word 0 shift for r8a7790"Ben Hutchings2015-03-02
* sh_eth: Fix RX recovery on R-Car in case of RX ring underrunBen Hutchings2015-03-02
* sh_eth: Ensure proper ordering of descriptor active bit write/readBen Hutchings2015-03-02
* sh_eth: Fix lost MAC address on kexecGeert Uytterhoeven2015-03-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-27
|\
| * sh_eth: Fix DMA-API usage for RX buffersBen Hutchings2015-01-27
| * sh_eth: Check for DMA mapping errors on transmitBen Hutchings2015-01-27
| * sh_eth: Ensure DMA engines are stopped before freeing buffersBen Hutchings2015-01-27
| * sh_eth: Remove RX overflow log messagesBen Hutchings2015-01-27
| * sh_eth: Fix serialisation of interrupt disable with interrupt & NAPI handlersBen Hutchings2015-01-26
| * sh_eth: Fix crash or memory leak when resizing rings on device that is downBen Hutchings2015-01-26
| * sh_eth: Detach net device when stopping queue to resize DMA ringsBen Hutchings2015-01-26
| * sh_eth: Fix padding of short frames on TXBen Hutchings2015-01-26
| * sh_eth: Fix ethtool operation crash when net device is downBen Hutchings2015-01-19
| * sh_eth: Fix promiscuous mode on chips without TSUBen Hutchings2015-01-19
| * sh_eth: Fix addition of .trscer_err_mask to wrong SoC dataGeert Uytterhoeven2015-01-15
* | sh_eth: add more PM methodsMikhail Ulyanov2015-01-26
* | sh_eth: use SET_RUNTIME_PM_OPS()Mikhail Ulyanov2015-01-26
* | net: sh_eth: Use u32 for 32-bit register dataGeert Uytterhoeven2015-01-15
|/
* sh_eth: Fix access to TRSCER registerNobuhiro Iwamatsu2015-01-08
* sh-eth: Set fdr_value of R-Car SoCsNobuhiro Iwamatsu2015-01-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-10
|\
| * sh_eth: Fix sleeping function called from invalid contextMitsuhiro Kimura2014-11-29
| * sh_eth: Fix skb alloc size and alignment adjust rule.Mitsuhiro Kimura2014-11-29
* | sh_eth: Remove redundant alignment adjustmentMitsuhiro Kimura2014-12-09
* | sh_eth: Optimization for RX excess judgementMitsuhiro Kimura2014-12-09
* | net: sh_eth: Add r8a7793 supportHisashi Nakamura2014-11-13
* | net: sh_eth: Add RMII mode setting in probeHisashi Nakamura2014-11-13
* | ethernet: renesas: remove unnecessary checkVarka Bhadram2014-10-27
|/
* net: sh_eth: fix driver dependenciesBartlomiej Zolnierkiewicz2014-09-02
* net: sh_eth: Add r8a7794 supportHisashi Nakamura2014-08-02
* sh_eth: remove checks around dev_kfree_skb() callsSergei Shtylyov2014-07-02
* net: sh_eth: Fix timing of RACT setting in sh_eth_rx()Yoshihiro Shimoda2014-06-11
* net: sh_eth: Fix receive packet "exceeded" condition in sh_eth_rx()Yoshihiro Shimoda2014-06-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-03
|\
| * sh_eth: fix SH7619/771x supportSergei Shtylyov2014-06-03
| * sh_eth: use RNC mode for packet receptionBen Dooks2014-06-03
* | sh_eth: replace devm_kzalloc() with devm_kmalloc_array()Sergei Shtylyov2014-05-13
* | net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-13
|/
* sh_eth: ensure pm_runtime cannot suspend the device during initBen Dooks2014-03-28
* sh_eth: Remove goto statements that jump straight to a returnLaurent Pinchart2014-03-20
* sh_eth: Register MDIO bus before registering the network deviceLaurent Pinchart2014-03-20
* sh_eth: Simplify MDIO bus initialization and releaseLaurent Pinchart2014-03-20
* sh_eth: Use the platform device as the MDIO bus parentLaurent Pinchart2014-03-20