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-021-1/+1
* Revert "sh_eth: Enable Rx descriptor word 0 shift for r8a7790"Ben Hutchings2015-03-021-3/+2
* sh_eth: Fix RX recovery on R-Car in case of RX ring underrunBen Hutchings2015-03-021-1/+1
* sh_eth: Ensure proper ordering of descriptor active bit write/readBen Hutchings2015-03-021-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-272-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/+0
| * sh_eth: Fix serialisation of interrupt disable with interrupt & NAPI handlersBen Hutchings2015-01-262-9/+31
| * sh_eth: Fix crash or memory leak when resizing rings on device that is downBen Hutchings2015-01-261-16/+18
| * sh_eth: Detach net device when stopping queue to resize DMA ringsBen Hutchings2015-01-261-1/+2
| * sh_eth: Fix padding of short frames on TXBen Hutchings2015-01-261-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-261-0/+31
* | sh_eth: use SET_RUNTIME_PM_OPS()Mikhail Ulyanov2015-01-261-2/+1
* | net: sh_eth: Use u32 for 32-bit register dataGeert Uytterhoeven2015-01-152-23/+21
|/
* sh_eth: Fix access to TRSCER registerNobuhiro Iwamatsu2015-01-082-1/+11
* sh-eth: Set fdr_value of R-Car SoCsNobuhiro Iwamatsu2015-01-081-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-292-29/+36
| * sh_eth: Fix skb alloc size and alignment adjust rule.Mitsuhiro Kimura2014-11-292-21/+15
* | sh_eth: Remove redundant alignment adjustmentMitsuhiro Kimura2014-12-091-2/+2
* | sh_eth: Optimization for RX excess judgementMitsuhiro Kimura2014-12-091-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-271-6/+2
|/
* net: sh_eth: fix driver dependenciesBartlomiej Zolnierkiewicz2014-09-021-0/+1
* net: sh_eth: Add r8a7794 supportHisashi Nakamura2014-08-021-0/+2
* sh_eth: remove checks around dev_kfree_skb() callsSergei Shtylyov2014-07-021-12/+6
* net: sh_eth: Fix timing of RACT setting in sh_eth_rx()Yoshihiro Shimoda2014-06-111-1/+0
* net: sh_eth: Fix receive packet "exceeded" condition in sh_eth_rx()Yoshihiro Shimoda2014-06-111-5/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-032-11/+23
|\
| * sh_eth: fix SH7619/771x supportSergei Shtylyov2014-06-031-0/+21
| * sh_eth: use RNC mode for packet receptionBen Dooks2014-06-032-11/+2
* | sh_eth: replace devm_kzalloc() with devm_kmalloc_array()Sergei Shtylyov2014-05-131-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/+9
* sh_eth: Register MDIO bus before registering the network deviceLaurent Pinchart2014-03-201-11/+9
* sh_eth: Simplify MDIO bus initialization and releaseLaurent Pinchart2014-03-201-19/+11
* sh_eth: Use the platform device as the MDIO bus parentLaurent Pinchart2014-03-201-1/+1
OpenPOWER on IntegriCloud