1. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  2. dd71dc4 um: add netpoll support by Richard Weinberger · 13 years ago
  3. 9337057 um: Proper Fix for f25c80a4: remove duplicate structure field initialization by Boaz Harrosh · 14 years ago
  4. f25c80a arch/um/drivers: remove duplicate structure field initialization by Julia Lawall · 14 years ago
  5. 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
  6. a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
  7. 0fc0b73 netdev: drivers should make ethtool_ops const by Stephen Hemminger · 15 years ago
  8. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  9. 8691b97 uml: remove driver_data direct access of struct device by Greg Kroah-Hartman · 15 years ago
  10. ebe28bb uml: fix compile error from net_device_ops conversion by Miklos Szeredi · 15 years ago
  11. 8bb95b3 uml: convert network device to netdevice ops by Stephen Hemminger · 15 years ago
  12. cfa8707 uml: convert network device to internal network device stats by Stephen Hemminger · 15 years ago
  13. 17c324f um: Kill directly reference of netdev->priv by Wang Chen · 16 years ago
  14. 7c510e4 net: convert more to %pM by Johannes Berg · 16 years ago
  15. 074a0db uml: make several things static by WANG Cong · 16 years ago
  16. f70c176 [UML]: uml-net: don't set IFF_ALLMULTI in set_multicast_list by Patrick McHardy · 16 years ago
  17. 2278c5a uml: use of a public MAC is a warning, not an error by Jeff Dike · 16 years ago
  18. 80e3931 uml: SMP locking commentary by Jeff Dike · 16 years ago
  19. 505a41d [UM]: Fix use of skb after netif_rx by Julia Lawall · 17 years ago
  20. 32f862c uml: fix build for !CONFIG_TCP by Jeff Dike · 17 years ago
  21. 605c1e5 uml: correctly handle skb allocation failures by Jeff Dike · 17 years ago
  22. b53f35a uml: network driver MTU cleanups by Jeff Dike · 17 years ago
  23. cd1ae0e uml: network formatting by Jeff Dike · 17 years ago
  24. 97a1fcb uml: more __init annotations by Jeff Dike · 17 years ago
  25. 7d98230 uml: network and pcap cleanup by Jeff Dike · 17 years ago
  26. 2e3f525 uml: drivers get release methods by Jeff Dike · 17 years ago
  27. c74c69b4 uml: Replace one-element array with zero-element array by Paolo 'Blaisorblade' Giarrusso · 17 years ago
  28. 8c84083 uml: Eliminate temporary buffer in eth_configure by Paolo 'Blaisorblade' Giarrusso · 17 years ago
  29. e024715 uml: improve checking and diagnostics of ethernet MACs by Paolo 'Blaisorblade' Giarrusso · 17 years ago
  30. 9218b17 uml: remove user_util.h by Jeff Dike · 17 years ago
  31. f34d9d2 uml: network interface hotplug error handling by Jeff Dike · 17 years ago
  32. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  33. c862fc3 [PATCH] uml: network driver locking and code cleanup by Jeff Dike · 17 years ago
  34. 84f48d4 [PATCH] uml: mconsole locking by Jeff Dike · 17 years ago
  35. 4ea21cd [PATCH] uml: network driver whitespace and style fixes by Jeff Dike · 17 years ago
  36. d3b7f69 [PATCH] uml: add locking to network transport registration by Jeff Dike · 17 years ago
  37. f28169d [PATCH] uml: return hotplug errors to host by Jeff Dike · 17 years ago
  38. eff3b63 [PATCH] uml: fix net_kern workqueue abuse by Peter Zijlstra · 18 years ago
  39. 0268bd0 um: replace kmalloc+memset with kzalloc by Yan Burman · 18 years ago
  40. 6d5aefb WorkQueue: Fix up arch-specific work items where possible by David Howells · 18 years ago
  41. 7bea96f [PATCH] uml pt_regs fixes by Al Viro · 18 years ago
  42. 038b0a6 Remove all inclusions of <linux/config.h> by Dave Jones · 18 years ago
  43. d6c6410 [PATCH] uml build fix by Ollie Wild · 18 years ago
  44. fade5d5 [PATCH] uml: don't roll my own random MAC generator by Jeff Dike · 18 years ago
  45. b10aeee [PATCH] uml: mechanical tidying after random MACs change by Jeff Dike · 18 years ago
  46. f3e7ed2 [PATCH] uml: assign random MACs to interfaces if necessary by Jeff Dike · 18 years ago
  47. a144ea4 [IPV4]: annotate struct in_ifaddr by Al Viro · 18 years ago
  48. 1183dc9 [PATCH] uml: fix allocation size by Jeff Dike · 18 years ago
  49. 48af05e [PATCH] uml: fix proc-vs-interrupt context spinlock deadlock by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  50. bf61f50 [PATCH] uml: clean our set_ether_mac by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  51. bd6aa65 [PATCH] irq-flags: UM: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  52. 14d9ead [PATCH] uml: balance list_add and list_del in the network driver by Jeff Dike · 18 years ago
  53. 71c8d4c [PATCH] uml: fix spinlock recursion and sleep-inside-spinlock in error path by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  54. e56a788 [PATCH] uml: networking - clear transport-specific structure by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  55. 8d93c70 [PATCH] uml: free network IRQ correctly by Jeff Dike · 19 years ago
  56. 9010772 [PATCH] uml: Add static initializations and declarations by Jeff Dike · 19 years ago
  57. 970d6e3 [PATCH] uml: use kstrdup by Jeff Dike · 19 years ago
  58. 5643f00 Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel by Linus Torvalds · 19 years ago
  59. 3ae5eae [DRIVER MODEL] Convert platform drivers to use struct platform_driver by Russell King · 19 years ago
  60. 6d38748 [PATCH] uml_net: use ethtool_ops by Christoph Hellwig · 19 years ago
  61. 0e76422 [PATCH] uml: fix UML network driver endianness bugs by Bodo Stroesser · 19 years ago
  62. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  63. 29d56cf [PATCH] uml: hot-unplug code cleanup by Jeff Dike · 19 years ago
  64. dbce706 [PATCH] uml: add and use generic hw_controller_type->release by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  65. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago