aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas
AgeCommit message (Expand)Author
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
2014-03-13sh_eth: update OF PHY registerationBen Dooks
2014-02-18sh_eth: add device tree supportSergei Shtylyov
2014-02-13sh_eth: use ETH_ZLEN instead of home-grown #defineSergei Shtylyov
2014-01-17sh_eth: Add support for r7s72100Simon Horman
2014-01-17sh_eth: Use bool as return type of sh_eth_is_gether()Simon Horman
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-13sh_eth: fix garbled TX error messageSergei Shtylyov
2014-01-03sh_eth: coding style fixesSergei Shtylyov
2013-12-31net: renesas: slight optimization of addr comparedingtianhong
2013-12-19sh_eth: do not reset PHY needlesslySergei Shtylyov
2013-12-19sh_eth: add PHY IRQ to platform dataSergei Shtylyov
2013-12-10sh_eth: add R8A7791 supportSergei Shtylyov
2013-12-09net: sh_eth: do not issue a wild PHY reset through BMCRFlorian Fainelli
2013-11-04sh_eth: check platform data pointerSergei Shtylyov
2013-10-23sh_eth: add/use RMCR.RNC bitSergei Shtylyov
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-11net: sh_eth: Correct fix for RX packet errors on R8A7740Simon Horman
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-08net: sh_eth: Fix RX packets errors on R8A7740Nguyen Hong Ky
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-04sh_eth: fix napi_{en|dis}able() calls racing against interruptsSergei Shtylyov
2013-09-04sh_eth: NAPI requires netif_receive_skb()Sergei Shtylyov
2013-09-03sh_eth: Enable Rx descriptor word 0 shift for r8a7790Kouei Abe
2013-09-03sh_eth: Fix cache invalidation omission of receive bufferKouei Abe
2013-08-30net: sh_eth: use dev_get_platdata()Jingoo Han
2013-08-29sh_eth: no need to call ether_setup()Sergei Shtylyov
2013-08-20sh_eth: remove 'register_type' field from 'struct sh_eth_plat_data'Sergei Shtylyov
2013-08-20sh_eth: get register layout from 'struct sh_eth_cpu_data'Sergei Shtylyov
2013-07-31sh_eth: r8a7790: Handle the RFE (Receive FIFO overflow Error) interruptLaurent Pinchart
2013-07-24sh_eth: Add support for r8a7790 SoCSimon Horman
2013-07-24sh_eth: add support for RMIIMODE registerSimon Horman