1. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  2. c061b18 drivers/net: Remove address use from assignments of function pointers by Joe Perches · 14 years ago
  3. 559764d cpmac: fix all checkpatch errors and warnings by Florian Fainelli · 14 years ago
  4. 9e1634a drivers/net: Adjust confusing if indentation by Julia Lawall · 14 years ago
  5. 28b0411 net: preserve ifreq parameter when calling generic phy_mii_ioctl(). by Richard Cochran · 14 years ago
  6. 597e608 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  7. 7e307c7 cpmac: use resource_size() by Dan Carpenter · 14 years ago
  8. ed770f0 cpmac: do not leak struct net_device on phy_connect errors by Florian Fainelli · 14 years ago
  9. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  10. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  11. 25dc27d cpmac: bump version to 0.5.2 by Florian Fainelli · 14 years ago
  12. 9fba1c3 cpmac: fallback to switch mode if no PHY chip found by Florian Fainelli · 14 years ago
  13. 30765d0 cpmac: fix the receiving of 802.1q frames by Florian Fainelli · 14 years ago
  14. 48a2951 cpmac: use after free by Dan Carpenter · 14 years ago
  15. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  16. 780019d MIPS: AR7: Implement clock API by Florian Fainelli · 14 years ago
  17. e1d4447 net: convert multiple drivers to use netdev_for_each_mc_addr by Jiri Pirko · 14 years ago
  18. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 14 years ago
  19. 2447f2f drivers/net/cpmac.c: Correct code taking the size of a pointer by Julia Lawall · 15 years ago
  20. 89d71a6 net: Use netdev_alloc_skb_ip_align() by Eric Dumazet · 15 years ago
  21. 762c6aa cpmac: fix compilation errors against undeclared BUS_ID_SIZE by Florian Fainelli · 15 years ago
  22. 4e43af3 cpmac: bump version to 0.5.1 by Florian Fainelli · 15 years ago
  23. e4540aa cpmac: wait longer after MDIO reset by Florian Fainelli · 15 years ago
  24. 76e61ea cpmac: add support for fixed PHY by Florian Fainelli · 15 years ago
  25. d76c626b cpmac: fix wrong MDIO bus identifier by Florian Fainelli · 15 years ago
  26. 6a9b654 cpmac: fix compilation failure introduced with netdev_ops conversion by Florian Fainelli · 15 years ago
  27. 0220ff7 cpmac: prevent fatal exception in cpmac_end_xmit by Stefan Weil · 15 years ago
  28. 69bd4ae cpmac: remove unused variable. by Florian Fainelli · 15 years ago
  29. 21a8cfe cpmac: Remove references to BUS_ID_SIZE, use MII_BUS_ID_SIZE. by David S. Miller · 15 years ago
  30. 63ef7d8 cpmac: convert to net_device_ops by Alexander Beregalov · 15 years ago
  31. db1d7bf net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  32. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 15 years ago
  33. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  34. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  35. 298cf9be phylib: move to dynamic allocation of struct mii_bus by Lennert Buytenhek · 16 years ago
  36. fde9403a [netdrvr] remove unnecessary #include by Huang Weiyi · 16 years ago
  37. c8f1568 netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328 by Anton Vorontsov · 16 years ago
  38. fd2ea0a net: Use queue aware tests throughout. by David S. Miller · 16 years ago
  39. 09e83b5 netdev: Kill NETIF_F_MULTI_QUEUE. by David S. Miller · 16 years ago
  40. b19fa1f net: Delete NETDEVICES_MULTIQUEUE kconfig option. by David S. Miller · 16 years ago
  41. f917d58 cpmac bugfixes and enhancements by Matteo Croce · 16 years ago
  42. 72abb46 net drivers: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  43. 9d9326d phy: Change mii_bus id field to a string by Andy Fleming · 16 years ago
  44. 8353ec7 cpmac: convert to new Fixed PHY infrastructure by Anton Vorontsov · 16 years ago
  45. 28fc1f5 [netdrvr] irq handler minor cleanups in several drivers by Jeff Garzik · 17 years ago
  46. ba596a0 Replace cpmac fix by Matteo Croce · 17 years ago
  47. b88219f cpmac: update to new fixed phy driver interface by Eugene Konev · 17 years ago
  48. 67d129d cpmac: convert to napi_struct interface by Eugene Konev · 17 years ago
  49. df523b5 cpmac: use print_mac() instead of MAC_FMT by Eugene Konev · 17 years ago
  50. 6cd043d AR7 ethernet: small post-merge cleanups and fixes by Matteo Croce · 17 years ago
  51. 4e3ab47 [NET]: Make and use skb_get_queue_mapping by Pavel Emelyanov · 17 years ago
  52. d95b39c AR7 ethernet by Matteo Croce · 17 years ago