summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas/sh_eth.c
AgeCommit message (Expand)Author
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: 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
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-24sh_eth: fix misreporting of transmit abortSergei Shtylyov
2013-06-24sh_eth: fix unhandled RFE interruptSergei Shtylyov
2013-06-19sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdefSergei Shtylyov
2013-06-19sh_eth: remove redundant bits from 'eesipr_value' field initializerSergei Shtylyov
2013-06-19sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data'Sergei Shtylyov
2013-06-19sh_eth: add NAPI supportSergei Shtylyov
2013-06-19sh_eth: define/use EESR_RX_CHECK macroSergei Shtylyov
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-13net: sh_eth: fix incorrect RX length error if R8A7740Yoshihiro Shimoda
2013-06-13sh_eth: remove '__maybe_unused' annotationsSergei Shtylyov
2013-06-12sh_eth: split 'sh_eth_netdev_ops'Sergei Shtylyov
2013-06-11sh_eth: fix result of sh_eth_check_reset() on timeoutSergei Shtylyov
2013-06-07sh_eth: Fix warnings on 64-bit.David S. Miller
2013-06-07sh_eth: get R8A777x support out of #ifdefSergei Shtylyov
2013-06-07sh_eth: get SH7724 support out of #ifdefSergei Shtylyov
2013-06-07sh_eth: get SH7757 support out of #ifdefSergei Shtylyov
2013-06-07sh_eth: get SH77{34|63} support out of #ifdefSergei Shtylyov
2013-06-07sh_eth: get R8A7740 support out of #ifdefSergei Shtylyov
2013-06-07sh_eth: get SH7619 support out of #ifdefSergei Shtylyov
2013-06-07sh_eth: get SH771x support out of #ifdefSergei Shtylyov
2013-06-07sh_eth: create initial ID tableSergei Shtylyov