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