1. b0ba357 net: fs_enet: make rx_copybreak value configurable by Christophe Leroy · 8 years ago
  2. 070e1f0 net: fs_enet: don't unmap DMA when packet len is below copybreak by Christophe Leroy · 8 years ago
  3. 8572763 net: fs_enet: merge NAPI RX and NAPI TX by Christophe Leroy · 8 years ago
  4. 73d9011c net: ethernet: fs-enet: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  5. c1c511a net: ethernet: fs-enet: use phydev from struct net_device by Philippe Reynes · 8 years ago
  6. a10cdae net: ethernet: fs-enet: move to new ethtool api {get|set}_link_ksettings by Philippe Reynes · 8 years ago
  7. d64b5e8 net: add netif_tx_napi_add() by Eric Dumazet · 9 years ago
  8. 8961822 net: fs_enet: explicitly remove I flag on TX partial frames by LEROY Christophe · 9 years ago
  9. 3a07bd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  10. 26c0a14 net: fs_enet: Fix NETIF_F_SG feature for Freescale MPC5121 by Alexander Popov · 9 years ago
  11. d0cc114 net: fs_enet: use swap() in fs_enet_rx_napi() by Fabian Frederick · 9 years ago
  12. 94e5a2a net/fsl: constify of_device_id array by Fabian Frederick · 9 years ago
  13. 4fc9b87 net: fs_enet: Implement NETIF_F_SG feature by LEROY Christophe · 9 years ago
  14. bfd5f04 net: ethernet: freescale: fs_enet: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  15. d43a396 net: fs_enet: Add NAPI TX by LEROY Christophe · 10 years ago
  16. 583d4a6 net: fs_enet: Remove non NAPI RX by LEROY Christophe · 10 years ago
  17. 129cc83 net: fs_enet: fix reference counting for phy_node by Uwe Kleine-König · 10 years ago
  18. bb74d9a fs_enet: use the new fixed PHY helpers by Florian Fainelli · 10 years ago
  19. 9b2c057 fs_enet: Don't receive packets when the napi budget == 0 by Eric W. Biederman · 10 years ago
  20. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  21. d458cdf net:drivers/net: Miscellaneous conversions to ETH_ALEN by Joe Perches · 11 years ago
  22. 2771399 fs_enet: cleanup clock API use by Gerhard Sittig · 11 years ago
  23. 35b9eb0 fs_enet: silence a build warning (unused variable) by Gerhard Sittig · 11 years ago
  24. 8513fbd net: ethernet: use platform_{get,set}_drvdata() by Jingoo Han · 11 years ago
  25. 720a43e drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb by Joe Perches · 11 years ago
  26. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 11 years ago
  27. 4f2c53e fs_enet: remove __dev* attributes by Bill Pemberton · 12 years ago
  28. 3bf2ca1 fs_enet: Support the get_ts_info ethtool method. by Richard Cochran · 12 years ago
  29. ba56833 fs_enet: Add MPC5125 FEC support and PHY interface selection by Vladimir Ermakov · 12 years ago
  30. 21a4e46 netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A Dalvi · 12 years ago
  31. db62f68 net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver() by Axel Lin · 13 years ago
  32. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  33. ec21e2e freescale: Move the Freescale drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/fs_enet/fs_enet-main.c]
  34. e309721 fs_enet: enable transmit time stamping. by Richard Cochran · 13 years ago
  35. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  36. b1608d6 drivercore: revert addition of of_match to struct device by Grant Likely · 13 years ago
  37. 4e01d2d net: Remove invalid offloads by Michał Mirosław · 13 years ago
  38. 7488876 dt/net: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 13 years ago
  39. 4b6ba8a of/net: Move of_get_mac_address() to a common source file. by David Daney · 14 years ago
  40. e8f7f43 drivers/net/fs_enet/fs_enet-main.c: Add of_node_put to avoid memory leak by Julia Lawall · 14 years ago
  41. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  42. 28b0411 net: preserve ifreq parameter when calling generic phy_mii_ioctl(). by Richard Cochran · 14 years ago
  43. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 14 years ago
  44. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 14 years ago
  45. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  46. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  47. cb395ea fs_enet: add FEC TX buffer alignment workaround for MPC5121 by Anatolij Gustschin · 14 years ago
  48. 60ab436 fs_enet: Add support for MPC512x to fs_enet driver by Anatolij Gustschin · 14 years ago
  49. fcb6a1c fs_enet: use dev_xxx instead of printk by Anatolij Gustschin · 14 years ago
  50. e72701a net: Fix OF platform drivers coldplug/hotplug when compiled as modules by Anton Vorontsov · 15 years ago
  51. eedbc70 fs_enet: Revive fixed link support by Anton Vorontsov · 15 years ago
  52. 1d58ea3 fs_enet: Remove dead code by Kumar Gala · 15 years ago
  53. aa73832 net: Rework fs_enet driver to use of_mdio infrastructure by Grant Likely · 15 years ago
  54. 8c02acd fs_enet: convert to netdev_ops by Alexander Beregalov · 15 years ago
  55. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 15 years ago
  56. d7e094d powerpc/fs_enet: Add missing irq free in error path. by Mike Ditto · 15 years ago
  57. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  58. 9eeda9a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  59. 7385d59 fs_enet: fix polling by Alexey Dobriyan · 16 years ago
  60. 7c510e4 net: convert more to %pM by Johannes Berg · 16 years ago
  61. 31578140 fs-enet: remove code associated with !CONFIG_PPC_MERGE by Kumar Gala · 16 years ago
  62. f4f6230 fs_enet: Fix SCC Ethernet on CPM2, and crash in fs_enet_rx_napi() by Heiko Schocher · 16 years ago
  63. c010b2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  64. c8f1568 netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328 by Anton Vorontsov · 16 years ago
  65. 8725f25 Merge commit 'origin/master' by Benjamin Herrenschmidt · 16 years ago
  66. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  67. 263ba32 netdev: Convert all drivers away from netif_schedule(). by David S. Miller · 16 years ago
  68. b219108 fs_enet: Remove !CONFIG_PPC_CPM_NEW_BINDING code by Kumar Gala · 16 years ago
  69. 55b6c8e drivers/net: Use linux/of_{device,platform}.h instead of asm by Stephen Rothwell · 16 years ago
  70. d8b35fa fs_enet: MDIO on GPIO support by Laurent Pinchart · 16 years ago
  71. 4ecc8c06 drivers/net/fs_enet: remove null pointer dereference by Julia Lawall · 16 years ago
  72. 9d9326d phy: Change mii_bus id field to a string by Andy Fleming · 16 years ago
  73. 9a3c243 fs_enet: Don't call NAPI functions when NAPI is not used. by Laurent Pinchart · 16 years ago
  74. 5bd3670 fs_enet: Don't call phy_mii_ioctl() in atomic context. by Scott Wood · 16 years ago
  75. dcb571b Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into for-2.6.25 by Paul Mackerras · 16 years ago
  76. 70f782e fs_enet: Add fixed-phy support for fs_enet by Jochen Friedrich · 17 years ago
  77. dfd9a421 fs_enet: check for phydev existence in the ethtool handlers by Anton Vorontsov · 16 years ago
  78. 4ec2411 [NET]: Do not check netif_running() and carrier state in ->poll() by David S. Miller · 16 years ago
  79. f860f49 fs_enet: Update for API changes by Scott Wood · 17 years ago
  80. 31a5bb0 fs_enet: sparse fixes by Scott Wood · 17 years ago
  81. 976de6a fs_enet: Be an of_platform device when CONFIG_PPC_CPM_NEW_BINDING is set. by Scott Wood · 17 years ago
  82. 0d0d9c1 fs_enet: Align receive buffers. by Scott Wood · 17 years ago
  83. 0fb300f fs_enet: Whitespace cleanup. by Scott Wood · 17 years ago
  84. 9b8ee8e FS_ENET: Add polling support by Vitaly Bordug · 17 years ago
  85. aa90f50 FS_ENET: TX stuff should use fep->tx_lock, instead of fep->lock. by Vitaly Bordug · 17 years ago
  86. 88d3aaf [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls by Jeff Garzik · 17 years ago
  87. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  88. acb2cc8 [PATCH] drivers/net: remove superfluous memset by Mariusz Kozlowski · 17 years ago
  89. bf1e9a0 Clean up duplicate includes in drivers/net/ by Jesper Juhl · 17 years ago
  90. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  91. 6473d16 PCI: Cleanup the includes of <linux/pci.h> by Jean Delvare · 17 years ago
  92. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  93. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  94. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  95. e8a2b6a [PATCH] PHY: Add support for configuring the PHY connection interface by Andy Fleming · 18 years ago
  96. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  97. 4e6d816 Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/vitb/linux-2.6-PQ by Paul Mackerras · 18 years ago
  98. 611a15a POWERPC: Bring the fs_no calculation to the relevant SoC enumeration by Vitaly Bordug · 18 years ago
  99. d3465c9 POWERPC: overhaul with cpm2_map mechanism by Vitaly Bordug · 18 years ago
  100. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago