1. 2f5281b net: ti: cpmac: Fix compiler warning due to type confusion by Paul Burton · 8 years ago
  2. 0971427 net: cpmac: fix error handling of cpmac_probe() by Wei Yongjun · 8 years ago
  3. 731e6f0 net: ti: cpmac: Use the correct function to free some resources. by Christophe Jaillet · 8 years ago
  4. 7dc0993 net: ethernet: ti: cpmac: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  5. b401a9b net: ethernet: ti: cpmac: use phydev from struct net_device by Philippe Reynes · 8 years ago
  6. 3c6396d net: ti: cpmac: Fix build error due to missed API change by Guenter Roeck · 9 years ago
  7. e7f4dc3 mdio: Move allocation of interrupts into core by Andrew Lunn · 9 years ago
  8. 47ea032 drivers/net: get rid of unnecessary initializations in .get_drvinfo() by Ivan Vecera · 9 years ago
  9. 832f5da MIPS: Remove all the uses of custom gpio.h by Alban Bedel · 9 years ago
  10. c9104b0 ethernet: ti: remove unwanted THIS_MODULE macro by Varka Bhadram · 10 years ago
  11. 9951e04 net: ethernet: ti: cpmac.c: Cleaning up missing null-terminate after strncpy call by Rickard Strandqvist · 10 years ago
  12. ff32045 net: cpmac: fix in debug messages by Varka Bhadram · 10 years ago
  13. 0465be8 net: cpmac: fix in releasing resources by Varka Bhadram · 10 years ago
  14. 55064ef net: cpmac: fix proper spacing before return statement by Varka Bhadram · 10 years ago
  15. 59329d8 net: cpmac: fix missing a blank line after declarations by Varka Bhadram · 10 years ago
  16. 96a8d3c net: cpmac: fix cpmac driver structure by Varka Bhadram · 10 years ago
  17. f160a2d net: cpmac: dynamic debug fixes by Varka Bhadram · 10 years ago
  18. 8bcd5c6 net: cpmac: fix comments by Varka Bhadram · 10 years ago
  19. af59515 net: cpmac: remove space in macro defination by Varka Bhadram · 10 years ago
  20. ca6bd4f net: cpmac: remove cpmac_config by Florian Fainelli · 10 years ago
  21. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  22. a0ea2ac net: cpmac: use dev_get_platdata() by Jingoo Han · 11 years ago
  23. f9a8f83 net: phy: remove flags argument from phy_{attach, connect, connect_direct} by Florian Fainelli · 12 years ago
  24. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
  25. f57ae66 cpmac: remove __dev* attributes by Bill Pemberton · 12 years ago
  26. 32efe08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  27. a19c5d6 cpmac: fix PHY name to match MDIO bus name by Florian Fainelli · 13 years ago
  28. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 13 years ago
  29. d1733f0 cpmac: use an unique MDIO bus name. by Florian Fainelli · 13 years ago
  30. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  31. b544dba davinci*/tlan/cpmac: Move the Texas Instruments (TI) drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/cpmac.c]
  32. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  33. 539d3ee net: fix MIPS fallout from "net: remove interrupt.h inclusion from netdevice.h" by Alexey Dobriyan · 13 years ago
  34. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  35. c061b18 drivers/net: Remove address use from assignments of function pointers by Joe Perches · 14 years ago
  36. 559764d cpmac: fix all checkpatch errors and warnings by Florian Fainelli · 14 years ago
  37. 9e1634a drivers/net: Adjust confusing if indentation by Julia Lawall · 14 years ago
  38. 28b0411 net: preserve ifreq parameter when calling generic phy_mii_ioctl(). by Richard Cochran · 14 years ago
  39. 597e608 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  40. 7e307c7 cpmac: use resource_size() by Dan Carpenter · 14 years ago
  41. ed770f0 cpmac: do not leak struct net_device on phy_connect errors by Florian Fainelli · 14 years ago
  42. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  43. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  44. 25dc27d cpmac: bump version to 0.5.2 by Florian Fainelli · 15 years ago
  45. 9fba1c3 cpmac: fallback to switch mode if no PHY chip found by Florian Fainelli · 15 years ago
  46. 30765d0 cpmac: fix the receiving of 802.1q frames by Florian Fainelli · 15 years ago
  47. 48a2951 cpmac: use after free by Dan Carpenter · 15 years ago
  48. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  49. 780019d MIPS: AR7: Implement clock API by Florian Fainelli · 15 years ago
  50. e1d4447 net: convert multiple drivers to use netdev_for_each_mc_addr by Jiri Pirko · 15 years ago
  51. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  52. 2447f2f drivers/net/cpmac.c: Correct code taking the size of a pointer by Julia Lawall · 15 years ago
  53. 89d71a6 net: Use netdev_alloc_skb_ip_align() by Eric Dumazet · 15 years ago
  54. 762c6aa cpmac: fix compilation errors against undeclared BUS_ID_SIZE by Florian Fainelli · 15 years ago
  55. 4e43af3 cpmac: bump version to 0.5.1 by Florian Fainelli · 15 years ago
  56. e4540aa cpmac: wait longer after MDIO reset by Florian Fainelli · 15 years ago
  57. 76e61ea cpmac: add support for fixed PHY by Florian Fainelli · 15 years ago
  58. d76c626b cpmac: fix wrong MDIO bus identifier by Florian Fainelli · 15 years ago
  59. 6a9b654 cpmac: fix compilation failure introduced with netdev_ops conversion by Florian Fainelli · 15 years ago
  60. 0220ff7 cpmac: prevent fatal exception in cpmac_end_xmit by Stefan Weil · 15 years ago
  61. 69bd4ae cpmac: remove unused variable. by Florian Fainelli · 15 years ago
  62. 21a8cfe cpmac: Remove references to BUS_ID_SIZE, use MII_BUS_ID_SIZE. by David S. Miller · 15 years ago
  63. 63ef7d8 cpmac: convert to net_device_ops by Alexander Beregalov · 15 years ago
  64. db1d7bf net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  65. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  66. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  67. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  68. 298cf9be phylib: move to dynamic allocation of struct mii_bus by Lennert Buytenhek · 16 years ago
  69. fde9403a [netdrvr] remove unnecessary #include by Huang Weiyi · 16 years ago
  70. c8f1568 netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328 by Anton Vorontsov · 16 years ago
  71. fd2ea0a net: Use queue aware tests throughout. by David S. Miller · 16 years ago
  72. 09e83b5 netdev: Kill NETIF_F_MULTI_QUEUE. by David S. Miller · 16 years ago
  73. b19fa1f net: Delete NETDEVICES_MULTIQUEUE kconfig option. by David S. Miller · 16 years ago
  74. f917d58 cpmac bugfixes and enhancements by Matteo Croce · 16 years ago
  75. 72abb46 net drivers: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  76. 9d9326d phy: Change mii_bus id field to a string by Andy Fleming · 16 years ago
  77. 8353ec7 cpmac: convert to new Fixed PHY infrastructure by Anton Vorontsov · 17 years ago
  78. 28fc1f5 [netdrvr] irq handler minor cleanups in several drivers by Jeff Garzik · 17 years ago
  79. ba596a0 Replace cpmac fix by Matteo Croce · 17 years ago
  80. b88219f cpmac: update to new fixed phy driver interface by Eugene Konev · 17 years ago
  81. 67d129d cpmac: convert to napi_struct interface by Eugene Konev · 17 years ago
  82. df523b5 cpmac: use print_mac() instead of MAC_FMT by Eugene Konev · 17 years ago
  83. 6cd043d AR7 ethernet: small post-merge cleanups and fixes by Matteo Croce · 17 years ago
  84. 4e3ab47 [NET]: Make and use skb_get_queue_mapping by Pavel Emelyanov · 17 years ago
  85. d95b39c AR7 ethernet by Matteo Croce · 17 years ago