1. 619baba gianfar: Revive the driver for eTSEC devices (disable timestamping) by Anton Vorontsov · 15 years ago
  2. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 15 years ago
  3. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 15 years ago
  4. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 15 years ago
  5. b14ed88 gianfar: Remove legacy PM callbacks by Anton Vorontsov · 15 years ago
  6. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 15 years ago
  7. 278554b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  8. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 15 years ago
  9. 7df9c43 net/gianfar: drop recycled skbs on MTU change by Sebastian Andrzej Siewior · 15 years ago
  10. 7ef5273 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  11. 761ed01b gianfar: Wait for both RX and TX to stop by Andy Fleming · 15 years ago
  12. e1703b36 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  13. 7ce97d4 gianfar: Fix potential oops during OF address translation by Anton Vorontsov · 15 years ago
  14. f0ee7ac gianfar: Add hardware TX timestamping support by Manfred Rudigier · 15 years ago
  15. cc772ab gianfar: Add hardware RX timestamping support by Manfred Rudigier · 15 years ago
  16. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  17. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  18. ddc01b3 net: gianfar - align BD ring size console messages by Kim Phillips · 15 years ago
  19. ed13058 net: gianfar - initialize per-queue statistics by Kim Phillips · 15 years ago
  20. 7c0d10d gianfar: Fix a memory leak in gianfar close code by Andy Fleming · 15 years ago
  21. a6d36d5 gianfar: fix undo of reserve() by Ben Menchaca · 15 years ago
  22. d89b218 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  23. 984b3f5 bitops: rename for_each_bit() to for_each_set_bit() by Akinobu Mita · 15 years ago
  24. 0eddba5 gianfar: Fix TX ring processing on SMP machines by Anton Vorontsov · 15 years ago
  25. 48e2f18 net: convert multiple drivers to use netdev_for_each_mc_addr, part4 by Jiri Pirko · 15 years ago
  26. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  27. f74dac0 gianfar: Fix gianfar select_queue bogosity by Sandeep Gopalpet · 15 years ago
  28. a7f3804 gianfar: Fix stats support by Sandeep Gopalpet · 15 years ago
  29. 1ccb838 gianfar: Fix a filer bug by Sandeep Gopalpet · 15 years ago
  30. 43de004 gianfar: Fix build with CONFIG_NET_POLL_CONTROLLER=y by Anton Vorontsov · 15 years ago
  31. a3bc1f1 gianfar: Revive SKB recycling by Anton Vorontsov · 15 years ago
  32. 836cf7f gianfar: Fix race between gfar_error() and gfar_start_xmit() by Anton Vorontsov · 15 years ago
  33. 5ea681d gianfar: Fix build with CONFIG_PM=y by Anton Vorontsov · 15 years ago
  34. 4dea29d gianfar: Remove 'Interrupt problem!' warning by Anton Vorontsov · 15 years ago
  35. 18294ad gianfar: Fix compiler and sparse warnings by Anton Vorontsov · 15 years ago
  36. 7a8b337 gianfar: Basic Support for programming hash rules by Sandeep Gopalpet · 15 years ago
  37. 46ceb60 gianfar: Add Multiple group Support by Sandeep Gopalpet · 15 years ago
  38. fba4ed0 gianfar: Add Multiple Queue Support by Sandeep Gopalpet · 15 years ago
  39. f498370 gianfar: Introduce logical group support. by Sandeep Gopalpet · 15 years ago
  40. a12f801 gianfar: Add per queue structure support by Sandeep Gopalpet · 15 years ago
  41. cfadf85 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  42. e72701a net: Fix OF platform drivers coldplug/hotplug when compiled as modules by Anton Vorontsov · 15 years ago
  43. be926fc gianfar: Add support for hibernation by Anton Vorontsov · 15 years ago
  44. 8728327 gianfar: Factor out gfar_init_bds() from gfar_alloc_skb_resources() by Anton Vorontsov · 15 years ago
  45. 8a102fe gianfar: Factor out RX BDs initialization from gfar_new_rxbdp() by Anton Vorontsov · 15 years ago
  46. 32c513b gianfar: Move tbase/rbase initialization to gfar_init_mac() by Anton Vorontsov · 15 years ago
  47. 826aa4a gianfar: Split allocation and initialization steps out of startup_gfar() by Anton Vorontsov · 15 years ago
  48. 1423117 gianfar: Don't needlessly set the wrap bit for the last RX BD by Anton Vorontsov · 15 years ago
  49. e69edd2 gianfar: Simplify skb resources freeing code by Anton Vorontsov · 15 years ago
  50. ccc05c6 gianfar: Some cleanups for startup_gfar() by Anton Vorontsov · 15 years ago
  51. d7e9660 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  52. d9d8e04 gianfar: Fix build. by David S. Miller · 15 years ago
  53. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  54. 38bddf0 gianfar: gfar_remove needs to call unregister_netdev() by Toru UCHIYAMA · 15 years ago
  55. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  56. 75c4885 gianfar: keep vlan related state when restart by Yong Zhang · 15 years ago
  57. 74d1541 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  58. 1db780f gianfar: Revive fixed link support by Anton Vorontsov · 15 years ago
  59. da81203 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  60. c86ae82 gianfar: remove unused DECLARE_MAC_BUF by Johannes Berg · 16 years ago
  61. 240c102 netdev: restore MAC address set and validate operations by Ben Hutchings · 16 years ago
  62. c649c0e3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  63. 4e2fd55 gianfar: fix BUG under load after introduction of skb recycling by Lennert Buytenhek · 16 years ago
  64. 6c31d55 gianfar: Use memset instead of cacheable_memzero by Kumar Gala · 16 years ago
  65. fe192a4 net: Rework gianfar driver to use of_mdio infrastructure. by Grant Likely · 16 years ago
  66. cbea2707 gianfar: stop send queue before resetting gianfar by Markus Brunner · 16 years ago
  67. ee76db5 gianfar: Fix use-after-of_node_put() in gfar_of_init(). by David S. Miller · 16 years ago
  68. 5b28bea gianfar: only check headroom when FCB is needed by Li Yang · 16 years ago
  69. bd14ba8 gianfar: Fix kfree(skb) by David S. Miller · 16 years ago
  70. 54dc79f gianfar: fix headroom expansion code by Stephen Hemminger · 16 years ago
  71. 93c1285 gianfar: reallocate skb when headroom is not enough for fcb by Li Yang · 16 years ago
  72. 29ded5f gianfar: Fix build with CONFIG_PM enabled by Anton Vorontsov · 16 years ago
  73. 4826857 gianfar: pass the proper dev to DMA ops by Kumar Gala · 16 years ago
  74. 26ccfc3 gianfar: Convert to use netdev_ops by Andy Fleming · 16 years ago
  75. aa4abc9 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  76. 7958a45 gianfar: Do right check on num_txbdfree by Rini van Zetten · 16 years ago
  77. 0ecc103 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  78. 8707bdd gianfar: Fix boot hangs while bringing up gianfar ethernet by Jarek Poplawski · 16 years ago
  79. 7870389 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  80. 4d7902f gianfar: Fix stashing support by Andy Fleming · 16 years ago
  81. 0fd56bb gianfar: Add support for skb recycling by Andy Fleming · 16 years ago
  82. 1577ece netdev: Merge UCC and gianfar MDIO bus drivers by Andy Fleming · 16 years ago
  83. b98ac70 gianfar: Fix potential soft reset race by Andy Fleming · 16 years ago
  84. b2f66d1 gianfar: Fix sparse warnings by Anton Vorontsov · 16 years ago
  85. 2884e5c gianfar: Implement proper, per netdevice wakeup management by Anton Vorontsov · 16 years ago
  86. 3eacdf5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  87. cd1f55a gianfar: Revive VLAN support by Anton Vorontsov · 16 years ago
  88. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  89. a6d0b91 gianfar: Fix soft lockup with multi-interrupt TSECs by Anton Vorontsov · 16 years ago
  90. 0faac9f netdev: gianfar: add MII ioctl handler by Clifford Wolf · 16 years ago
  91. a1d8f60 gianfar: Fixup use of BUS_ID_SIZE by Kumar Gala · 16 years ago
  92. f430e49 gianfar: ensure ECNTRL[R100] is cleared on link state change by Li Yang · 16 years ago
  93. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  94. 4219988 gianfar: Continue polling until both tx and rx are empty by Andy Fleming · 16 years ago
  95. 8c7396a gianfar: Merge Tx and Rx interrupt for scheduling clean up ring by Dai Haruki · 16 years ago
  96. c50a5d9 gianfar: Use interface name in interrupt name to distinguish the source. by Dai Haruki · 16 years ago
  97. 4669bc9 gianfar: Add Scatter Gather support by Dai Haruki · 16 years ago
  98. 8882d9a gianfar: Fix packet drop when out of memory by Andy Fleming · 16 years ago
  99. 5a5efed gianfar: Make all BD status writes 32-bit by Dai Haruki · 16 years ago
  100. 31de198 gianfar: Add macros for stepping through BDs by Andy Fleming · 16 years ago