1. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  2. 7488876 dt/net: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 13 years ago
  3. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  4. afe2c51 workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync() by Tejun Heo · 14 years ago
  5. 23f333a drivers/net: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  6. 811718f ibm_newemac: Remove netif_stop_queue() in emac_probe(). by David S. Miller · 14 years ago
  7. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  8. 52933f05 ibm_newemac: use free_netdev(netdev) instead of kfree() by Kulikov Vasiliy · 14 years ago
  9. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  10. 1495cc9 Input: sysrq - drop tty argument from sysrq ops handlers by Dmitry Torokhov · 14 years ago
  11. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  12. 03c0c29 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  13. 1ab1d63 of/platform: remove all of_bus_type and of_platform_bus_type references by Grant Likely · 14 years ago
  14. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  15. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  16. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 14 years ago
  17. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 14 years ago
  18. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  19. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  20. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  21. b05b7d9 net: remove redundant code by Eric Dumazet · 14 years ago
  22. 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
  23. 48e2f18 net: convert multiple drivers to use netdev_for_each_mc_addr, part4 by Jiri Pirko · 14 years ago
  24. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 14 years ago
  25. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  26. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  27. 4acc5a8 ibm_newemac: Fix EMACx_TRTR[TRT] bit shifts by Dave Mitchell · 15 years ago
  28. cfadf85 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  29. e72701a net: Fix OF platform drivers coldplug/hotplug when compiled as modules by Anton Vorontsov · 15 years ago
  30. 7fe13c5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  31. 3201fce ibm_newemac: Added 16K Tx FIFO size support for EMAC4 by Dave Mitchell · 15 years ago
  32. 15f0a39 net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count() by Ben Hutchings · 15 years ago
  33. a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
  34. 0fa0ee05 netdev: Convert MDIO ioctl implementation to use struct mii_ioctl_data by Ben Hutchings · 15 years ago
  35. 7ab0f27 netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations by Ben Hutchings · 15 years ago
  36. aae5e7c netdev: Remove SIOCDEVPRIVATE aliases for MDIO ioctls by Ben Hutchings · 15 years ago
  37. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  38. d3b325f ibm_newemac: emac_close() needs to call netif_carrier_off() by Petri Gynther · 15 years ago
  39. 74d1541 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  40. 0021195 drivers/net: Move a dereference below a NULL test by Julia Lawall · 15 years ago
  41. ec634fe net: convert remaining non-symbolic return values in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  42. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 15 years ago
  43. 15efc02 ibm_newemac: convert to netdev_ops by Alexander Beregalov · 15 years ago
  44. 10fd9d7 ibm_newemac: Fix dangerous struct assumption by Jean Delvare · 15 years ago
  45. 62f0c33 powerpc 4xx EMAC driver: device name reported on timeout is not correct by Mikhail Zolotaryov · 15 years ago
  46. 9616a75 emac: Fix clock control for 405EX and 405EXr chips by Benjamin Herrenschmidt · 15 years ago
  47. 46578a69 net: variables reach -1, but 0 tested by Roel Kluin · 15 years ago
  48. 937f1ba net: Add init_dummy_netdev() and fix EMAC driver using it by Benjamin Herrenschmidt · 16 years ago
  49. a1744d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  50. 7c510e4 net: convert more to %pM by Johannes Berg · 16 years ago
  51. c778e11 ibm_newemac: Fix typo in flow control config option by Josh Boyer · 16 years ago
  52. 1ff0fcf ibm_newemac: Fix new MAL feature handling by Josh Boyer · 16 years ago
  53. 6dc6472 Merge commit 'origin' by Benjamin Herrenschmidt · 16 years ago
  54. 6fbc779 ibm_newemac: Fix EMAC soft reset on 460EX/GT by Victor Gallardo · 16 years ago
  55. 9e3cb29 ibm_newemac: Add support for GPCS, SGMII and M88E1112 PHY by Victor Gallardo · 16 years ago
  56. fbcc4ba ibm_newemac: MAL support for PowerPC 405EZ by Josh Boyer · 16 years ago
  57. ec4f994 ibm_newemac: Introduce mal_has_feature by Josh Boyer · 16 years ago
  58. b68d185 ibm_newemac: Allow the "no flow control" EMAC feature to work by Josh Boyer · 16 years ago
  59. 83dad4c netdev: drop CONFIG_PPC_MERGE from Kconfig by Kumar Gala · 16 years ago
  60. b39d66a drivers/net: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  61. fa928c0 ibm_newemac: MAL[12]_IER_EVENTS definition: 2x *_OTE -> *_DE by roel kluin · 16 years ago
  62. e829658 ibm_newemac: Don't call dev_mc_add() before device is registered by Benjamin Herrenschmidt · 16 years ago
  63. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  64. e308a5d netdev: Add netdev->addr_list_lock protection. by David S. Miller · 16 years ago
  65. 004ea68 ibm_newemac: Add MII mode support to the EMAC RGMII bridge. by Grant Erickson · 16 years ago
  66. 11c2d81 Merge commit 'origin/HEAD' into test-merge by Benjamin Herrenschmidt · 16 years ago
  67. 05781cc ibm_newemac: Parameterize EMAC Multicast Match Handling by Grant Erickson · 16 years ago
  68. 6c688f4 ibm_newemac: Fixes entry of short packets by Sathya Narayanan · 16 years ago
  69. ab9b30c ibm_newemac: Fixes kernel crashes when speed of cable connected changes by Sathya Narayanan · 16 years ago
  70. 55b6c8e drivers/net: Use linux/of_{device,platform}.h instead of asm by Stephen Rothwell · 16 years ago
  71. 8b8091f ibm_newemac: select CRC32 in Kconfig by Josh Boyer · 16 years ago
  72. cca87c1 ibm_newemac: Increase MDIO timeouts by Benjamin Herrenschmidt · 16 years ago
  73. 11121e3 ibm_newemac: PowerPC 440EP/440GR EMAC PHY clock workaround by Valentine Barshak · 16 years ago
  74. 0925ab5 ibm_newemac: PowerPC 440GX EMAC PHY clock workaround by Valentine Barshak · 16 years ago
  75. be63c09 ibm_newemac Use status property for unused/unwired EMACs by Josh Boyer · 16 years ago
  76. 51d4a1c ibm_newemac: Fix section mismatch warnings by Josh Boyer · 16 years ago
  77. afd1dee ibm_newemac: Add support for 460EX/GT-type MAL rx-channel handling by Stefan Roese · 16 years ago
  78. f34ebab ibm_newemac: Fix problem with jumbo frame support and EMAC V4.patch by Stefan Roese · 16 years ago
  79. e66f416 ibm_newemac: emac_tx_csum typo fix by Valentine Barshak · 16 years ago
  80. cdb3469 NEWEMAC: Add compatible "ibm,tah" to tah matching table by Stefan Roese · 16 years ago
  81. 4373c93 NEWEMAC: fix support for pause packets by Pravin M. Bathija · 16 years ago
  82. 2278e81 [POWERPC] net: NEWEMAC: Remove "rgmii-interface" from rgmii matching table by Stefan Roese · 16 years ago
  83. bd45ac0 Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago
  84. ee63d22 net: NEWEMAC: Fix problem with mtu > 4080 on non TAH equipped 4xx PPC's by Stefan Roese · 17 years ago
  85. 283029d [POWERPC] Add of_find_matching_node() helper function by Grant Likely · 17 years ago
  86. 4707387 Net: ibm_newemac, remove SPIN_LOCK_UNLOCKED by Jiri Slaby · 17 years ago
  87. 17cf803 ibm_newemac: Update file headers copyright notices by Benjamin Herrenschmidt · 17 years ago
  88. d09e18b ibm_newemac: Call dev_set_drvdata() before tah_reset() by Valentine Barshak · 17 years ago
  89. 63b6cad ibm_newemac: Fix typo reading TAH channel info by Valentine Barshak · 17 years ago
  90. 4696c3c ibm_newemac: Correct opb_bus_freq value by Valentine Barshak · 17 years ago
  91. 3d72256 ibm_newemac: Skip EMACs that are marked unused by the firmware by Hugh Blemings · 17 years ago
  92. bff713b ibm_newemac: Cleanup/fix support for STACR register variants by Benjamin Herrenschmidt · 17 years ago
  93. 1f57877 ibm_newemac: Cleanup/Fix RGMII MDIO support detection by Benjamin Herrenschmidt · 17 years ago
  94. 911b237 ibm_newemac: Workaround reset timeout when no link by Benjamin Herrenschmidt · 17 years ago
  95. 9685306 ibm_newemac: Fix ZMII refcounting bug by Benjamin Herrenschmidt · 17 years ago
  96. 8df4538 ibm_newemac: Add ET1011c PHY support by Stefan Roese · 17 years ago
  97. f1f304f ibm_newemac: Add BCM5248 and Marvell 88E1111 PHY support by Stefan Roese · 17 years ago
  98. 61dbcec ibm_newemac: Fix possible lockup on close by Benjamin Herrenschmidt · 17 years ago
  99. e30d422 fix EMAC driver for proper napi_synchronize API by Benjamin Herrenschmidt · 17 years ago
  100. b3e441c net: Fix new EMAC driver for NAPI changes by Benjamin Herrenschmidt · 17 years ago