summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas/sh_eth.c
Commit message (Expand)AuthorAgeFilesLines
* 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-261-9/+30
* 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: Fix access to TRSCER registerNobuhiro Iwamatsu2015-01-081-1/+6
* 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-101-48/+48
|\
| * sh_eth: Fix sleeping function called from invalid contextMitsuhiro Kimura2014-11-291-29/+35
| * sh_eth: Fix skb alloc size and alignment adjust rule.Mitsuhiro Kimura2014-11-291-19/+13
* | 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: 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-031-9/+23
|\
| * sh_eth: fix SH7619/771x supportSergei Shtylyov2014-06-031-0/+21
| * sh_eth: use RNC mode for packet receptionBen Dooks2014-06-031-9/+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
* sh_eth: Use the platform device for memory allocationLaurent Pinchart2014-03-201-4/+3
* sh_eth: fold netif_msg_*() and netdev_*() calls into netif_*() invocationsSergei Shtylyov2014-03-171-22/+11
* sh_eth: convert dev_*() to netdev_*() callsSergei Shtylyov2014-03-171-23/+24
* sh_eth: convert pr_*() to netdev_*() callsSergei Shtylyov2014-03-171-4/+5
* sh_eth: exit probe with unknown register layoutSergei Shtylyov2014-03-171-1/+6
* sh_eth: update OF PHY registerationBen Dooks2014-03-131-20/+39
* sh_eth: add device tree supportSergei Shtylyov2014-02-181-3/+66
* sh_eth: use ETH_ZLEN instead of home-grown #defineSergei Shtylyov2014-02-131-2/+2
* sh_eth: Add support for r7s72100Simon Horman2014-01-171-7/+117
* sh_eth: Use bool as return type of sh_eth_is_gether()Simon Horman2014-01-171-5/+2
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* sh_eth: fix garbled TX error messageSergei Shtylyov2014-01-131-4/+4
* sh_eth: coding style fixesSergei Shtylyov2014-01-031-58/+52
* net: renesas: slight optimization of addr comparedingtianhong2013-12-311-1/+1
* sh_eth: do not reset PHY needlesslySergei Shtylyov2013-12-191-5/+0
OpenPOWER on IntegriCloud