aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-11Renesas Ethernet AVB PTP clock driverSergei Shtylyov4-5/+414
2015-06-11Renesas Ethernet AVB driver properSergei Shtylyov4-0/+2639
2015-03-04sh_eth: Mitigate lost statistics updatesBen Hutchings1-12/+25
2015-03-04sh_eth: Optionally log RX and TX status for each completed descriptorBen Hutchings1-0/+7
2015-03-04sh_eth: Implement ethtool register dump operationsBen Hutchings2-11/+195
2015-03-04sh_eth: WARN on access to a register not implemented in a particular chipBen Hutchings2-3/+27
2015-03-04sh_eth: Implement multicast statistic based on the RFS8 status bitBen Hutchings1-0/+2
2015-03-02sh_eth: Really fix padding of short frames on TXBen Hutchings1-1/+1
2015-03-02Revert "sh_eth: Enable Rx descriptor word 0 shift for r8a7790"Ben Hutchings1-3/+2
2015-03-02sh_eth: Fix RX recovery on R-Car in case of RX ring underrunBen Hutchings1-1/+1
2015-03-02sh_eth: Ensure proper ordering of descriptor active bit write/readBen Hutchings1-0/+6
2015-03-01sh_eth: Fix lost MAC address on kexecGeert Uytterhoeven1-0/+3
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-62/+135
2015-01-27sh_eth: Fix DMA-API usage for RX buffersBen Hutchings1-11/+23
2015-01-27sh_eth: Check for DMA mapping errors on transmitBen Hutchings1-0/+4
2015-01-27sh_eth: Ensure DMA engines are stopped before freeing buffersBen Hutchings1-7/+32
2015-01-27sh_eth: Remove RX overflow log messagesBen Hutchings1-3/+0
2015-01-26sh_eth: Fix serialisation of interrupt disable with interrupt & NAPI handlersBen Hutchings2-9/+31
2015-01-26sh_eth: Fix crash or memory leak when resizing rings on device that is downBen Hutchings1-16/+18
2015-01-26sh_eth: Detach net device when stopping queue to resize DMA ringsBen Hutchings1-1/+2
2015-01-26sh_eth: Fix padding of short frames on TXBen Hutchings1-4/+4
2015-01-26sh_eth: add more PM methodsMikhail Ulyanov1-0/+31
2015-01-26sh_eth: use SET_RUNTIME_PM_OPS()Mikhail Ulyanov1-2/+1
2015-01-19sh_eth: Fix ethtool operation crash when net device is downBen Hutchings1-0/+10
2015-01-19sh_eth: Fix promiscuous mode on chips without TSUBen Hutchings1-9/+9
2015-01-15net: sh_eth: Use u32 for 32-bit register dataGeert Uytterhoeven2-23/+21
2015-01-15sh_eth: Fix addition of .trscer_err_mask to wrong SoC dataGeert Uytterhoeven1-2/+2
2015-01-08sh_eth: Fix access to TRSCER registerNobuhiro Iwamatsu2-1/+11
2015-01-08sh-eth: Set fdr_value of R-Car SoCsNobuhiro Iwamatsu1-0/+2
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-50/+51
2014-12-09sh_eth: Remove redundant alignment adjustmentMitsuhiro Kimura1-2/+2
2014-12-09sh_eth: Optimization for RX excess judgementMitsuhiro Kimura1-5/+5
2014-11-29sh_eth: Fix sleeping function called from invalid contextMitsuhiro Kimura2-29/+36
2014-11-29sh_eth: Fix skb alloc size and alignment adjust rule.Mitsuhiro Kimura2-21/+15
2014-11-13net: sh_eth: Add r8a7793 supportHisashi Nakamura1-0/+2
2014-11-13net: sh_eth: Add RMII mode setting in probeHisashi Nakamura1-0/+4
2014-10-27ethernet: renesas: remove unnecessary checkVarka Bhadram1-6/+2
2014-09-02net: sh_eth: fix driver dependenciesBartlomiej Zolnierkiewicz1-0/+1
2014-08-02net: sh_eth: Add r8a7794 supportHisashi Nakamura1-0/+2
2014-07-02sh_eth: remove checks around dev_kfree_skb() callsSergei Shtylyov1-12/+6
2014-06-11net: sh_eth: Fix timing of RACT setting in sh_eth_rx()Yoshihiro Shimoda1-1/+0
2014-06-11net: sh_eth: Fix receive packet "exceeded" condition in sh_eth_rx()Yoshihiro Shimoda1-5/+3
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-11/+23
2014-06-03sh_eth: fix SH7619/771x supportSergei Shtylyov1-0/+21
2014-06-03sh_eth: use RNC mode for packet receptionBen Dooks2-11/+2
2014-05-13sh_eth: replace devm_kzalloc() with devm_kmalloc_array()Sergei Shtylyov1-2/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-03-28sh_eth: ensure pm_runtime cannot suspend the device during initBen Dooks1-2/+6
2014-03-20sh_eth: Remove goto statements that jump straight to a returnLaurent Pinchart1-21/+9
2014-03-20sh_eth: Register MDIO bus before registering the network deviceLaurent Pinchart1-11/+9