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