1. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  2. 2e98e79 net: sh_eth: fix the parameter for the ETHER of SH7757 by Yoshihiro Shimoda · 13 years ago
  3. 91a5615 net: sh_eth: fix cannot work half-duplex mode by Yoshihiro Shimoda · 13 years ago
  4. 31fcb99 net: sh_eth: remove __flush_purge_region by Yoshihiro Shimoda · 13 years ago
  5. ec0d755 net: sh_eth: tidyup compile warning by Kuninori Morimoto · 13 years ago
  6. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  7. b3017e6 net: sh_eth: add set_mdio_gate in bb_info by Yoshihiro Shimoda · 13 years ago
  8. 8fcd496 net: sh_eth: add support for SH7757's GETHER by Yoshihiro Shimoda · 13 years ago
  9. e47c905 net: sh_eth: modify the PHY_INTERFACE_MODE by Yoshihiro Shimoda · 13 years ago
  10. c5ed536 net: sh_eth: remove almost #ifdef of SH7763 by Yoshihiro Shimoda · 13 years ago
  11. 4986b99 net: sh_eth: remove the SH_TSU_ADDR by Yoshihiro Shimoda · 13 years ago
  12. 4a55530 net: sh_eth: modify the definitions of register by Yoshihiro Shimoda · 13 years ago
  13. dc19e4e sh: sh_eth: Add support ethtool by Nobuhiro Iwamatsu · 13 years ago
  14. 6e07ebd drivers/net: remove unnecessary flush_scheduled_work() calls by Tejun Heo · 14 years ago
  15. 900fcf0 net: sh_eth: Move off of deprecated I/O routines. by Paul Mundt · 14 years ago
  16. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  17. c061b18 drivers/net: Remove address use from assignments of function pointers by Joe Perches · 14 years ago
  18. 9c38657 net: sh_eth: remove unused variable by Kuninori Morimoto · 14 years ago
  19. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  20. c2e07b3 Fix spelling contorller -> controller in comments by Stefan Weil · 14 years ago
  21. 28b0411 net: preserve ifreq parameter when calling generic phy_mii_ioctl(). by Richard Cochran · 14 years ago
  22. f29a3d0 net: sh_eth: add support for SH7757's ETHER by Yoshihiro Shimoda · 14 years ago
  23. 0f0b405 sh_eth: Fix memleak in sh_mdio_release by Denis Kirjanov · 14 years ago
  24. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  25. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  26. d4a66e7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  27. 890c8c1 net: Test off by one in sh_eth_reset() by roel kluin · 15 years ago
  28. 6cd9b49 Subject: drivers/net/sh_eth.c: use %pM to shown MAC address by H Hartley Sweeten · 15 years ago
  29. 503914c net: sh_eth alignment fix for sh7724 using NET_IP_ALIGN V2 by Magnus Damm · 15 years ago
  30. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  31. cfadf85 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  32. f568a92 sh_eth: Add asm/cacheflush.h by Nobuhiro Iwamatsu · 15 years ago
  33. bcd5149 net: add Runtime PM to the sh_eth driver by Magnus Damm · 15 years ago
  34. 748031f net: allow sh_eth to get mac address through platform data by Magnus Damm · 15 years ago
  35. 4923576 net: sh_eth: add value of ether_link pin in platform_data by Yoshihiro Shimoda · 15 years ago
  36. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  37. 37c8ae3 sh_eth: remove redundant test on unsigned by roel kluin · 15 years ago
  38. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 15 years ago
  39. 0a372eb sh_eth: Remove references to BUS_ID_SIZE, use MII_BUS_ID_SIZE instead. by David S. Miller · 15 years ago
  40. 65ac885 net: sh_eth: Add support SH7724 by Yoshihiro Shimoda · 15 years ago
  41. 380af9e net: sh_eth: CPU dependency code collect to "struct sh_eth_cpu_data" by Yoshihiro Shimoda · 15 years ago
  42. 862df49 net: sh_eth: fix receive desciptor loop by Yoshihiro Shimoda · 15 years ago
  43. 0029d64 net: sh_eth: fix TX/RX descriptor not set physical memory by Yoshihiro Shimoda · 15 years ago
  44. e88aae7 net: sh_eth: fix cache coherency issue by Yoshihiro Shimoda · 15 years ago
  45. ebf84ea sh_eth: convert to net_device_ops by Alexander Beregalov · 15 years ago
  46. 0e0fde3 sh_eth: Change handling of IRQ by Nobuhiro Iwamatsu · 15 years ago
  47. 6ab33d5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  48. fb5e2f9 sh: sh_eth: Update to change of mii_bus by Nobuhiro Iwamatsu · 16 years ago
  49. fb28ad3 net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  50. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  51. 4cb40f7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 16 years ago
  52. 298cf9b phylib: move to dynamic allocation of struct mii_bus by Lennert Buytenhek · 16 years ago
  53. 18ee49d phylib: rename mii_bus::dev to mii_bus::parent by Lennert Buytenhek · 16 years ago
  54. cc3c080 sh_eth: unsigned ndev->irq cannot be negative by roel kluin · 16 years ago
  55. fde9403a [netdrvr] remove unnecessary #include by Huang Weiyi · 16 years ago
  56. 71557a3 [netdrvr] sh_eth: Add SH7619 support by Yoshinori Sato · 16 years ago
  57. b0ca2a2 sh_eth: Add support of SH7763 to sh_eth by Nobuhiro Iwamatsu · 16 years ago
  58. c8f1568 netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328 by Anton Vorontsov · 16 years ago
  59. 263ba32 netdev: Convert all drivers away from netif_schedule(). by David S. Miller · 16 years ago
  60. 0caa116 net: sh_eth: Fix compile error sh_eth by Nobuhiro Iwamatsu · 16 years ago
  61. 86a74ff net: sh_eth: add support for Renesas SuperH Ethernet by Nobuhiro Iwamatsu · 16 years ago