1. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  2. cb395ea fs_enet: add FEC TX buffer alignment workaround for MPC5121 by Anatolij Gustschin · 14 years ago
  3. 60ab436 fs_enet: Add support for MPC512x to fs_enet driver by Anatolij Gustschin · 14 years ago
  4. fcb6a1c fs_enet: use dev_xxx instead of printk by Anatolij Gustschin · 14 years ago
  5. e72701a net: Fix OF platform drivers coldplug/hotplug when compiled as modules by Anton Vorontsov · 15 years ago
  6. eedbc70 fs_enet: Revive fixed link support by Anton Vorontsov · 15 years ago
  7. 1d58ea3 fs_enet: Remove dead code by Kumar Gala · 15 years ago
  8. aa73832 net: Rework fs_enet driver to use of_mdio infrastructure by Grant Likely · 15 years ago
  9. 8c02acd fs_enet: convert to netdev_ops by Alexander Beregalov · 15 years ago
  10. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 15 years ago
  11. d7e094d powerpc/fs_enet: Add missing irq free in error path. by Mike Ditto · 15 years ago
  12. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  13. 9eeda9a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  14. 7385d59 fs_enet: fix polling by Alexey Dobriyan · 16 years ago
  15. 7c510e4 net: convert more to %pM by Johannes Berg · 16 years ago
  16. 31578140 fs-enet: remove code associated with !CONFIG_PPC_MERGE by Kumar Gala · 16 years ago
  17. f4f6230 fs_enet: Fix SCC Ethernet on CPM2, and crash in fs_enet_rx_napi() by Heiko Schocher · 16 years ago
  18. c010b2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  19. c8f1568 netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328 by Anton Vorontsov · 16 years ago
  20. 8725f25 Merge commit 'origin/master' by Benjamin Herrenschmidt · 16 years ago
  21. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  22. 263ba32 netdev: Convert all drivers away from netif_schedule(). by David S. Miller · 16 years ago
  23. b219108 fs_enet: Remove !CONFIG_PPC_CPM_NEW_BINDING code by Kumar Gala · 16 years ago
  24. 55b6c8e drivers/net: Use linux/of_{device,platform}.h instead of asm by Stephen Rothwell · 16 years ago
  25. d8b35fa fs_enet: MDIO on GPIO support by Laurent Pinchart · 16 years ago
  26. 4ecc8c06 drivers/net/fs_enet: remove null pointer dereference by Julia Lawall · 16 years ago
  27. 9d9326d phy: Change mii_bus id field to a string by Andy Fleming · 16 years ago
  28. 9a3c243 fs_enet: Don't call NAPI functions when NAPI is not used. by Laurent Pinchart · 16 years ago
  29. 5bd3670 fs_enet: Don't call phy_mii_ioctl() in atomic context. by Scott Wood · 16 years ago
  30. 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
  31. 70f782e fs_enet: Add fixed-phy support for fs_enet by Jochen Friedrich · 17 years ago
  32. dfd9a421 fs_enet: check for phydev existence in the ethtool handlers by Anton Vorontsov · 16 years ago
  33. 4ec2411 [NET]: Do not check netif_running() and carrier state in ->poll() by David S. Miller · 16 years ago
  34. f860f49 fs_enet: Update for API changes by Scott Wood · 17 years ago
  35. 31a5bb0 fs_enet: sparse fixes by Scott Wood · 17 years ago
  36. 976de6a fs_enet: Be an of_platform device when CONFIG_PPC_CPM_NEW_BINDING is set. by Scott Wood · 17 years ago
  37. 0d0d9c1 fs_enet: Align receive buffers. by Scott Wood · 17 years ago
  38. 0fb300f fs_enet: Whitespace cleanup. by Scott Wood · 17 years ago
  39. 9b8ee8e FS_ENET: Add polling support by Vitaly Bordug · 17 years ago
  40. aa90f50 FS_ENET: TX stuff should use fep->tx_lock, instead of fep->lock. by Vitaly Bordug · 17 years ago
  41. 88d3aaf [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls by Jeff Garzik · 17 years ago
  42. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  43. acb2cc8 [PATCH] drivers/net: remove superfluous memset by Mariusz Kozlowski · 17 years ago
  44. bf1e9a0 Clean up duplicate includes in drivers/net/ by Jesper Juhl · 17 years ago
  45. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  46. 6473d16 PCI: Cleanup the includes of <linux/pci.h> by Jean Delvare · 17 years ago
  47. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  48. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  49. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  50. e8a2b6a [PATCH] PHY: Add support for configuring the PHY connection interface by Andy Fleming · 18 years ago
  51. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  52. 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
  53. 611a15a POWERPC: Bring the fs_no calculation to the relevant SoC enumeration by Vitaly Bordug · 18 years ago
  54. d3465c9 POWERPC: overhaul with cpm2_map mechanism by Vitaly Bordug · 18 years ago
  55. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  56. 5b4b845 [PATCH] FS_ENET: use PAL for mii management by Vitaly Bordug · 18 years ago
  57. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  58. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  59. 8d3b33f [PATCH] Remove MODULE_PARM by Rusty Russell · 18 years ago
  60. f7b9996 [PATCH] fs_enet build fix by Marcelo Tosatti · 19 years ago
  61. 34e30d6 [PATCH] fs_enet: Fix dma_unmap_single calls by Pantelis Antoniou · 19 years ago
  62. 48257c4 Add fs_enet ethernet network driver, for several embedded platforms. by Pantelis Antoniou · 19 years ago