1. 454d7c9 netdevice: safe convert to netdev_priv() #part-1 by Wang Chen · 16 years ago
  2. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  3. a2879fe [POWERPC] properly declare onstack completion in iseries veth by Benjamin Herrenschmidt · 16 years ago
  4. 57f78ab3 iSeries: fix section mismatch in iseries_veth by Stephen Rothwell · 16 years ago
  5. f9cb074 Kobject: rename kobject_init_ng() to kobject_init() by Greg Kroah-Hartman · 17 years ago
  6. b2d6db5 Kobject: rename kobject_add_ng() to kobject_add() by Greg Kroah-Hartman · 17 years ago
  7. cbe9c59 Driver: add driver_add_kobj for looney iseries_veth driver by Greg Kroah-Hartman · 17 years ago
  8. 78be3d2 Kobject: convert drivers/net/iseries_veth.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  9. 09f75cd [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code by Jeff Garzik · 17 years ago
  10. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  11. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  12. 43cb76d Network: convert network devices to use struct device instead of class_device by Greg Kroah-Hartman · 22 years ago
  13. 687d18a [POWERPC] iSeries: fix iseries_veth init by Stephen Rothwell · 18 years ago
  14. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  15. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  16. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  17. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  18. 07fb3f4 [PATCH] powerpc: update iseries_veth device-tree information by Stephen Rothwell · 18 years ago
  19. 677f8c0 [PATCH] powerpc: remove bitfields from HvLpEvent by Stephen Rothwell · 19 years ago
  20. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
  21. bbc8b62 merge filename and modify references to iSeries/mf.h by Kelly Daly · 19 years ago
  22. 1ec65d7 merge filename and modify references to iseries/hv_types.h by Kelly Daly · 19 years ago
  23. e45423e merge filename and modify references to iseries/hv_lp_event.h by Kelly Daly · 19 years ago
  24. 15b1718 merge filename and modify reference to iseries/hv_lp_config.h by Kelly Daly · 19 years ago
  25. 915124d powerpc: set the driver.owner field for all vio drivers by Stephen Rothwell · 19 years ago
  26. 6fdf539 powerpc: don't duplicate name between vio_driver and device_driver by Stephen Rothwell · 19 years ago
  27. 426c1a1 powerpc: move iSeries/iSeries_pci.h to platforms/iseries by Stephen Rothwell · 19 years ago
  28. 269cd38 [PATCH] iseries_veth: Update copyright notice by Michael Ellerman · 19 years ago
  29. ee05f03 [PATCH] iseries_veth: Be consistent about driver name, increment version by Michael Ellerman · 19 years ago
  30. 59f17ae [PATCH] iseries_veth: Remove studly caps from iseries_veth.c by Michael Ellerman · 19 years ago
  31. 642d1a4 [PATCH] iseries_veth: Incorporate iseries_veth.h in iseries_veth.c by Michael Ellerman · 19 years ago
  32. 07a5c17 [PATCH] iseries_veth: Add sysfs support for port structs by Michael Ellerman · 19 years ago
  33. 76812d812 [PATCH] iseries_veth: Add sysfs support for connection structs by Michael Ellerman · 19 years ago
  34. db5e871 [PATCH] iseries_veth: Fix bogus counting of TX errors by Michael Ellerman · 19 years ago
  35. e080849 [PATCH] iseries_veth: Simplify full-queue handling by Michael Ellerman · 19 years ago
  36. 24562ff [PATCH] iseries_veth: Add a per-connection ack timer by Michael Ellerman · 19 years ago
  37. 48683d7 [PATCH] iseries_veth: Remove TX timeout code by Michael Ellerman · 19 years ago
  38. f0c129c [PATCH] iseries_veth: Use kobjects to track lifecycle of connection structs by Michael Ellerman · 19 years ago
  39. ec60bee [PATCH] iseries_veth: Make init_connection() & destroy_connection() symmetrical by Michael Ellerman · 19 years ago
  40. cbf9074 [PATCH] iseries_veth: Only call dma_unmap_single() if dma_map_single() succeeded by Michael Ellerman · 19 years ago
  41. b08bd5c [PATCH] iseries_veth: Replace lock-protected atomic with an ordinary variable by Michael Ellerman · 19 years ago
  42. d7893dd [PATCH] iseries_veth: Remove redundant message stack lock by Michael Ellerman · 19 years ago
  43. 2a5391a [PATCH] iseries_veth: Fix broken promiscuous handling by Michael Ellerman · 19 years ago
  44. 58c5900 [PATCH] iseries_veth: Try to avoid pathological reset behaviour by Michael Ellerman · 19 years ago
  45. abfda47 [PATCH] iseries_veth: Remove a FIXME WRT deletion of the ack_timer by Michael Ellerman · 19 years ago
  46. 61a3c69 [PATCH] iseries_veth: Cleanup error and debug messages by Michael Ellerman · 19 years ago
  47. fb120da [PATCH] Make MODULE_DEVICE_TABLE work for vio devices by Stephen Rothwell · 19 years ago
  48. 243cd55 [PATCH] iseries_veth: Supress spurious WARN_ON() at module unload by Michael Ellerman · 19 years ago
  49. b2e0852 [PATCH] iseries_veth: Cleanup skbs to prevent unregister_netdevice() hanging by Michael Ellerman · 19 years ago
  50. 41664c0 [PATCH] iseries_veth: Don't leak skbs in RX path by Michael Ellerman · 19 years ago
  51. eb235ae [PATCH] iseries_veth: Set dev->trans_start so watchdog timer works right by Michael Ellerman · 19 years ago
  52. f27eff1 [PATCH] iseries_veth: Don't send packets to LPARs which aren't up by Michael Ellerman · 19 years ago
  53. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago