Age | Commit message (Expand) | Author | Files | Lines |
2014-09-03 | net: sh_eth: fix driver dependencies | Bartlomiej Zolnierkiewicz | 1 | -0/+1 |
2014-08-03 | net: sh_eth: Add r8a7794 support | Hisashi Nakamura | 1 | -0/+2 |
2014-07-03 | sh_eth: remove checks around dev_kfree_skb() calls | Sergei Shtylyov | 1 | -12/+6 |
2014-06-12 | net: sh_eth: Fix timing of RACT setting in sh_eth_rx() | Yoshihiro Shimoda | 1 | -1/+0 |
2014-06-12 | net: sh_eth: Fix receive packet "exceeded" condition in sh_eth_rx() | Yoshihiro Shimoda | 1 | -5/+3 |
2014-06-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -11/+23 |
2014-06-04 | sh_eth: fix SH7619/771x support | Sergei Shtylyov | 1 | -0/+21 |
2014-06-04 | sh_eth: use RNC mode for packet reception | Ben Dooks | 2 | -11/+2 |
2014-05-14 | sh_eth: replace devm_kzalloc() with devm_kmalloc_array() | Sergei Shtylyov | 1 | -2/+2 |
2014-05-14 | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe | 1 | -1/+1 |
2014-03-28 | sh_eth: ensure pm_runtime cannot suspend the device during init | Ben Dooks | 1 | -2/+6 |
2014-03-21 | sh_eth: Remove goto statements that jump straight to a return | Laurent Pinchart | 1 | -21/+9 |
2014-03-21 | sh_eth: Register MDIO bus before registering the network device | Laurent Pinchart | 1 | -11/+9 |
2014-03-21 | sh_eth: Simplify MDIO bus initialization and release | Laurent Pinchart | 1 | -19/+11 |
2014-03-21 | sh_eth: Use the platform device as the MDIO bus parent | Laurent Pinchart | 1 | -1/+1 |
2014-03-21 | sh_eth: Use the platform device for memory allocation | Laurent Pinchart | 1 | -4/+3 |
2014-03-18 | sh_eth: fold netif_msg_*() and netdev_*() calls into netif_*() invocations | Sergei Shtylyov | 1 | -22/+11 |
2014-03-18 | sh_eth: convert dev_*() to netdev_*() calls | Sergei Shtylyov | 1 | -23/+24 |
2014-03-18 | sh_eth: convert pr_*() to netdev_*() calls | Sergei Shtylyov | 1 | -4/+5 |
2014-03-18 | sh_eth: exit probe with unknown register layout | Sergei Shtylyov | 1 | -1/+6 |
2014-03-13 | sh_eth: update OF PHY registeration | Ben Dooks | 1 | -20/+39 |
2014-02-19 | sh_eth: add device tree support | Sergei Shtylyov | 1 | -3/+66 |
2014-02-14 | sh_eth: use ETH_ZLEN instead of home-grown #define | Sergei Shtylyov | 2 | -4/+3 |
2014-01-18 | sh_eth: Add support for r7s72100 | Simon Horman | 2 | -8/+119 |
2014-01-18 | sh_eth: Use bool as return type of sh_eth_is_gether() | Simon Horman | 1 | -5/+2 |
2014-01-16 | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
2014-01-14 | sh_eth: fix garbled TX error message | Sergei Shtylyov | 1 | -4/+4 |
2014-01-04 | sh_eth: coding style fixes | Sergei Shtylyov | 2 | -88/+75 |
2014-01-01 | net: renesas: slight optimization of addr compare | dingtianhong | 1 | -1/+1 |
2013-12-20 | sh_eth: do not reset PHY needlessly | Sergei Shtylyov | 1 | -5/+0 |
2013-12-20 | sh_eth: add PHY IRQ to platform data | Sergei Shtylyov | 1 | -2/+4 |
2013-12-11 | sh_eth: add R8A7791 support | Sergei Shtylyov | 2 | -4/+5 |
2013-12-10 | net: sh_eth: do not issue a wild PHY reset through BMCR | Florian Fainelli | 1 | -1/+4 |
2013-11-05 | sh_eth: check platform data pointer | Sergei Shtylyov | 1 | -0/+6 |
2013-10-24 | sh_eth: add/use RMCR.RNC bit | Sergei Shtylyov | 2 | -3/+6 |
2013-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+4 |
2013-10-11 | net: sh_eth: Correct fix for RX packet errors on R8A7740 | Simon Horman | 1 | -4/+4 |
2013-10-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+4 |
2013-10-09 | net: sh_eth: Fix RX packets errors on R8A7740 | Nguyen Hong Ky | 1 | -0/+4 |
2013-10-03 | net:drivers/net: Miscellaneous conversions to ETH_ALEN | Joe Perches | 1 | -1/+1 |
2013-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+8 |
2013-09-04 | sh_eth: fix napi_{en|dis}able() calls racing against interrupts | Sergei Shtylyov | 1 | -5/+7 |
2013-09-04 | sh_eth: NAPI requires netif_receive_skb() | Sergei Shtylyov | 1 | -1/+1 |
2013-09-04 | sh_eth: Enable Rx descriptor word 0 shift for r8a7790 | Kouei Abe | 1 | -0/+1 |
2013-09-04 | sh_eth: Fix cache invalidation omission of receive buffer | Kouei Abe | 1 | -0/+3 |
2013-08-31 | net: sh_eth: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
2013-08-30 | sh_eth: no need to call ether_setup() | Sergei Shtylyov | 1 | -3/+0 |
2013-08-21 | sh_eth: remove 'register_type' field from 'struct sh_eth_plat_data' | Sergei Shtylyov | 1 | -0/+7 |
2013-08-21 | sh_eth: get register layout from 'struct sh_eth_cpu_data' | Sergei Shtylyov | 2 | -1/+22 |
2013-08-01 | sh_eth: r8a7790: Handle the RFE (Receive FIFO overflow Error) interrupt | Laurent Pinchart | 1 | -2/+3 |