1. 18b8afc [NETFILTER]: Kill nf_debug by Patrick McHardy · 21 years ago
  2. e45b1be [NETFILTER]: Kill lockhelp.h by Patrick McHardy · 21 years ago
  3. 18b504e [NETLINK]: netlink_callback structure needs 5 args not 4 by Alexey Kuznetsov · 21 years ago
  4. 1d345da Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 21 years ago
  5. 988d186 [PATCH] sysfs-iattr: add sysfs_setattr by Maneesh Soni · 21 years ago
  6. 0a3e7ee [PATCH] I2C: add i2c sensor_device_attribute and macros by Yani Ioannou · 21 years ago
  7. 54b6f35 [PATCH] Driver core: change device_attribute callbacks by Yani Ioannou · 21 years ago
  8. acaefc2 [PATCH] libfs: add simple attribute files by Arnd Bergmann · 21 years ago
  9. 4b45099 [PATCH] Driver core: unregister_node() for hotplug use by Keiichiro Tokunaga · 21 years ago
  10. 0d3e5a2 [PATCH] Driver Core: fix bk-driver-core kills ppc64 by Patrick Mochel · 21 years ago
  11. 3623957 [PATCH] Use a klist for device child lists. by mochel@digitalimplant.org · 21 years ago
  12. 63c4f20 [PATCH] Remove struct device::driver_list. by mochel@digitalimplant.org · 21 years ago
  13. 7dc35cd [PATCH] Remove struct device::bus_list. by mochel@digitalimplant.org · 21 years ago
  14. 8b0c250 [PATCH] add klist_node_attached() to determine if a node is on a list or not. by mochel@digitalimplant.org · 21 years ago
  15. cb85b6f [PATCH] Remove the unused device_find(). by mochel@digitalimplant.org · 21 years ago
  16. 94e7b1c [PATCH] Add a klist to struct device_driver for the devices bound to it. by mochel@digitalimplant.org · 21 years ago
  17. 38fdac3 [PATCH] Add a klist to struct bus_type for its drivers. by mochel@digitalimplant.org · 21 years ago
  18. 465c7a3 [PATCH] Add a klist to struct bus_type for its devices. by mochel@digitalimplant.org · 21 years ago
  19. 9a19fea [PATCH] Add initial implementation of klist helpers. by mochel@digitalimplant.org · 21 years ago
  20. fae3cd0 [PATCH] Add driver_for_each_device(). by mochel@digitalimplant.org · 21 years ago
  21. af70316 [PATCH] Add a semaphore to struct device to synchronize calls to its driver. by mochel@digitalimplant.org · 21 years ago
  22. cd987d3 [PATCH] class: remove class_simple code, as no one in the tree is using it anymore. by gregkh@suse.de · 21 years ago
  23. 8561b10 [PATCH] USB: move the usb hcd code to use the new class code. by gregkh@suse.de · 21 years ago
  24. 1235686 [PATCH] INPUT: move to use the new class code, instead of class_simple by gregkh@suse.de · 21 years ago
  25. e9ba636 [PATCH] CLASS: move a "simple" class logic into the class core. by gregkh@suse.de · 21 years ago
  26. d48593b [PATCH] Make attributes names const char * by Dmitry Torokhov · 21 years ago
  27. 8d790d7 [PATCH] make driver's name be const char * by Dmitry Torokhov · 21 years ago
  28. 419cab3 [PATCH] kset_hotplug_ops->name shoudl return const char * by Dmitry Torokhov · 21 years ago
  29. f3b4f3c [PATCH] Make kobject's name be const char * by Dmitry Torokhov · 21 years ago
  30. e3a15db [PATCH] sysfs_{create|remove}_link should take const char * by Dmitry Torokhov · 21 years ago
  31. 246955f [NETLINK]: fib_lookup() via netlink by Robert Olsson · 21 years ago
  32. f6e276ee [ATALK]: endian annotations by Alexey Dobriyan · 21 years ago
  33. dd87147 [IPSEC]: Add XFRM_STATE_NOPMTUDISC flag by Herbert Xu · 21 years ago
  34. 0603eac [IPSEC]: Add XFRMA_SA/XFRMA_POLICY for delete notification by Herbert Xu · 21 years ago
  35. 1797754 [NETLINK]: Introduce NLMSG_NEW macro to better handle netlink flags by Thomas Graf · 21 years ago
  36. 8f48bcd [RTNETLINK]: Add RTA_(PUT|GET) shortcuts for u8, u16, and flag by Thomas Graf · 21 years ago
  37. c52a3f8 [NETLINK]: Fix RTA_NEST_CANCEL(). by Thomas Graf · 21 years ago
  38. c7fb64d [NETLINK]: Neighbour table configuration and statistics via rtnetlink by Thomas Graf · 21 years ago
  39. 0076824 [NETLINK] Routing attribute related shortcuts by Thomas Graf · 21 years ago
  40. f88a10d [NETLINK]: New message building macros by Thomas Graf · 21 years ago
  41. 0e87506 [NET] Generalise tcp_listen_opt by Arnaldo Carvalho de Melo · 21 years ago
  42. 60236fd [NET] Rename open_request to request_sock by Arnaldo Carvalho de Melo · 21 years ago
  43. 2e6599c [NET] Generalise TCP's struct open_request minisock infrastructure by Arnaldo Carvalho de Melo · 21 years ago
  44. 1944972 [SLAB] Introduce kmem_cache_name by Arnaldo Carvalho de Melo · 21 years ago
  45. 26b15da [IPSEC] Add complete xfrm event notification by Jamal Hadi Salim · 21 years ago
  46. 19fa95e Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6 by Linus Torvalds · 21 years ago
  47. 43fde78 Merge 'upstream-2.6.13' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 21 years ago
  48. 0e396ee Manual merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git by Linus Torvalds · 21 years ago
  49. f9d1fe9 Merge /spare/repo/linux-2.6/ by Jeff Garzik · 21 years ago
  50. 0107b3c Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 21 years ago
  51. b8112df [SCSI] Add DMA mask constants other than 32 and 64 bit by Lee Revell · 21 years ago
  52. 3237ee7 merge by hand (fix up qla_os.c merge error) by James Bottomley · 21 years ago
  53. 1c2fb7f [IPV4]: Sysctl configurable icmp error source address. by J. Simonetti · 21 years ago
  54. 03722ad [NET]: linux/if_tr.h needs asm/byteorder.h by Tom Rini · 21 years ago
  55. a58e76f [PATCH] Remove obsolete HAVE_ARCH_GET_SIGNAL_TO_DELIVER? by Geert Uytterhoeven · 21 years ago
  56. 5273a00 Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 21 years ago
  57. 4890062 [PKT_SCHED]: Allow socket attributes to be matched on via meta ematch by Thomas Graf · 21 years ago
  58. 6d1cfba [TG3]: Fix 5700/5701 DMA corruption on Apple G4. by Michael Chan · 21 years ago
  59. d0de98f [PATCH] i945G patch for agpgart by Alan Hourihane · 21 years ago
  60. 3f5948f [PATCH] Include <linux/config.h> before testing CONFIG_ACPI by David Mosberger · 21 years ago
  61. 140fedb Automatic merge of /spare/repo/netdev-2.6 branch iff-running by · 21 years ago
  62. 91bcc01 Automatic merge of /spare/repo/netdev-2.6 branch we18 by · 21 years ago
  63. 14d8ce7 Automatic merge of /spare/repo/netdev-2.6 branch hdlc by · 21 years ago
  64. 7912183 Automatic merge of /spare/repo/netdev-2.6 branch dm9000 by · 21 years ago
  65. 7356169 Automatic merge of /spare/repo/linux-2.6/.git branch HEAD by · 21 years ago
  66. 719df46 [PATCH] USB: update urb documentation by Roman Kagan · 21 years ago
  67. aa447ac Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 21 years ago
  68. 5ba0eac [NET]: Fix HH_DATA_OFF. by Jiri Benc · 21 years ago
  69. b597ef4 [NET]: Fix locking in shaper driver. by Christoph Hellwig · 21 years ago
  70. d7aaf48 Automatic merge of /spare/repo/linux-2.6/.git branch HEAD by · 21 years ago
  71. 0baab86 libata: update inline source docs by Edward Falk · 21 years ago
  72. 1c3f45a Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 21 years ago
  73. c10fccd Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 21 years ago
  74. b53cc6e [CPUFREQ] fix up comment in cpufreq.h by Dave Jones · 21 years ago
  75. af00f98 [PATCH] PCI: amd74xx patch for new NVIDIA device IDs by Andy Currid · 21 years ago
  76. 69f6a0f [NET]: Add ethtool support for NETIF_F_HW_CSUM. by Jon Mason · 21 years ago
  77. 79165121 [NET]: Add is_multicast_ether_addr() in include/linux/etherdevice.h by Michael Ellerman · 21 years ago
  78. 8f937c6 [IPV4]: Primary and secondary addresses by Harald Welte · 21 years ago
  79. 7915822 Automatic merge of 'misc-fixes' branch from by Linus Torvalds · 21 years ago
  80. 81e8157 [BRIDGE]: make dev->features unsigned by Stephen Hemminger · 21 years ago
  81. d8a33ac [BRIDGE]: features change notification by Stephen Hemminger · 21 years ago
  82. d582c4e Automatic merge of /spare/repo/netdev-2.6 branch use-after-unmap by · 21 years ago
  83. 45b3010 Automatic merge of 'for-linus' branch from by Linus Torvalds · 21 years ago
  84. 8f28e8f [PATCH] irq code: Add coherence test for PREEMPT_ACTIVE by Paolo 'Blaisorblade' Giarrusso · 21 years ago
  85. 668d1e6 Input: by Adrian Bunk · 21 years ago
  86. 1f15d69 Automatic merge of /spare/repo/netdev-2.6 branch master by · 21 years ago
  87. 25be5e6 [PATCH] VIA IRQ quirk by Len Brown · 21 years ago
  88. 8f37d47 AUDIT: Record working directory when syscall arguments are pathnames by David Woodhouse · 21 years ago
  89. aa8f0dc libata: Fix use-after-iounmap by Jeff Garzik · 21 years ago
  90. b6016b7 [BNX2]: New Broadcom gigabit network driver. by Michael Chan · 21 years ago
  91. c6b3365 [TOKENRING]: be'ify trh_hdr, trllc, rif_cache_s by Alexey Dobriyan · 21 years ago
  92. 0dca51d [PKT_SCHED] netem: allow random reordering (with fix) by Stephen Hemminger · 21 years ago
  93. 153b1e1 Automatic merge of ../scsi-misc-2.6-old/ by James Bottomley · 21 years ago
  94. 8604aff [PATCH] convert IDE device drivers to driver-model by Bartlomiej Zolnierkiewicz · 21 years ago
  95. 7e43c84 [PATCH] Cleanup DEFINE_WAIT by blaisorblade@yahoo.it · 21 years ago
  96. 205902e [NET]: netdevice.h: be'ify packet_type by Alexey Dobriyan · 21 years ago
  97. d865925 [TG3]: Add 5752M device ID. by Xose Vazquez Perez · 21 years ago
  98. 82d1542 [NET]: include/linux/if_tr.h clean-up by Jon Mason · 21 years ago
  99. deaf262 [NET]: Kill stray reference to sock->passcred. by David S. Miller · 21 years ago
  100. 1808caf Merge of master.kernel.org:/home/rmk/linux-2.6-mmc.git by Linus Torvalds · 21 years ago