aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas
AgeCommit message (Expand)Author
2015-03-02sh_eth: Really fix padding of short frames on TXBen Hutchings
2015-03-02Revert "sh_eth: Enable Rx descriptor word 0 shift for r8a7790"Ben Hutchings
2015-03-02sh_eth: Fix RX recovery on R-Car in case of RX ring underrunBen Hutchings
2015-03-02sh_eth: Ensure proper ordering of descriptor active bit write/readBen Hutchings
2015-03-01sh_eth: Fix lost MAC address on kexecGeert Uytterhoeven
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-27sh_eth: Fix DMA-API usage for RX buffersBen Hutchings
2015-01-27sh_eth: Check for DMA mapping errors on transmitBen Hutchings
2015-01-27sh_eth: Ensure DMA engines are stopped before freeing buffersBen Hutchings
2015-01-27sh_eth: Remove RX overflow log messagesBen Hutchings
2015-01-26sh_eth: Fix serialisation of interrupt disable with interrupt & NAPI handlersBen Hutchings
2015-01-26sh_eth: Fix crash or memory leak when resizing rings on device that is downBen Hutchings
2015-01-26sh_eth: Detach net device when stopping queue to resize DMA ringsBen Hutchings
2015-01-26sh_eth: Fix padding of short frames on TXBen Hutchings
2015-01-26sh_eth: add more PM methodsMikhail Ulyanov
2015-01-26sh_eth: use SET_RUNTIME_PM_OPS()Mikhail Ulyanov
2015-01-19sh_eth: Fix ethtool operation crash when net device is downBen Hutchings
2015-01-19sh_eth: Fix promiscuous mode on chips without TSUBen Hutchings
2015-01-15net: sh_eth: Use u32 for 32-bit register dataGeert Uytterhoeven
2015-01-15sh_eth: Fix addition of .trscer_err_mask to wrong SoC dataGeert Uytterhoeven
2015-01-08sh_eth: Fix access to TRSCER registerNobuhiro Iwamatsu
2015-01-08sh-eth: Set fdr_value of R-Car SoCsNobuhiro Iwamatsu
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-12-09sh_eth: Remove redundant alignment adjustmentMitsuhiro Kimura
2014-12-09sh_eth: Optimization for RX excess judgementMitsuhiro Kimura
2014-11-29sh_eth: Fix sleeping function called from invalid contextMitsuhiro Kimura
2014-11-29sh_eth: Fix skb alloc size and alignment adjust rule.Mitsuhiro Kimura
2014-11-13net: sh_eth: Add r8a7793 supportHisashi Nakamura
2014-11-13net: sh_eth: Add RMII mode setting in probeHisashi Nakamura
2014-10-27ethernet: renesas: remove unnecessary checkVarka Bhadram
2014-09-02net: sh_eth: fix driver dependenciesBartlomiej Zolnierkiewicz
2014-08-02net: sh_eth: Add r8a7794 supportHisashi Nakamura
2014-07-02sh_eth: remove checks around dev_kfree_skb() callsSergei Shtylyov
2014-06-11net: sh_eth: Fix timing of RACT setting in sh_eth_rx()Yoshihiro Shimoda
2014-06-11net: sh_eth: Fix receive packet "exceeded" condition in sh_eth_rx()Yoshihiro Shimoda
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-03sh_eth: fix SH7619/771x supportSergei Shtylyov
2014-06-03sh_eth: use RNC mode for packet receptionBen Dooks
2014-05-13sh_eth: replace devm_kzalloc() with devm_kmalloc_array()Sergei Shtylyov
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-03-28sh_eth: ensure pm_runtime cannot suspend the device during initBen Dooks
2014-03-20sh_eth: Remove goto statements that jump straight to a returnLaurent Pinchart
2014-03-20sh_eth: Register MDIO bus before registering the network deviceLaurent Pinchart
2014-03-20sh_eth: Simplify MDIO bus initialization and releaseLaurent Pinchart
2014-03-20sh_eth: Use the platform device as the MDIO bus parentLaurent Pinchart
2014-03-20sh_eth: Use the platform device for memory allocationLaurent Pinchart
2014-03-17sh_eth: fold netif_msg_*() and netdev_*() calls into netif_*() invocationsSergei Shtylyov
2014-03-17sh_eth: convert dev_*() to netdev_*() callsSergei Shtylyov
2014-03-17sh_eth: convert pr_*() to netdev_*() callsSergei Shtylyov
2014-03-17sh_eth: exit probe with unknown register layoutSergei Shtylyov