1. db9edfd Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 19 years ago
  2. 4da5cc2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/perex/alsa by Linus Torvalds · 19 years ago
  3. 25c862c Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 19 years ago
  4. 52347f4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 19 years ago
  5. 1cb9e8e Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 19 years ago
  6. d779188 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 19 years ago
  7. f61ea1b Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 19 years ago
  8. d347da0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  9. c6c88bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 19 years ago
  10. 0356dbb Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 19 years ago
  11. 93ce306 [PATCH] Driver Core: Add platform_device_del() by Dmitry Torokhov · 19 years ago
  12. e39b843 [PATCH] Input: fix add modalias support build error by Rusty Russell · 19 years ago
  13. 1d8f430 [PATCH] Input: add modalias support by Rusty Russell · 19 years ago
  14. f743ca5 [PATCH] kobject_uevent CONFIG_NET=n fix by akpm@osdl.org · 19 years ago
  15. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  16. 5f123fb [PATCH] merge kobject_uevent and kobject_hotplug by Kay Sievers · 19 years ago
  17. 033b96f [PATCH] remove mount/umount uevents from superblock handling by Kay Sievers · 19 years ago
  18. 0296b22 [PATCH] remove CONFIG_KOBJECT_UEVENT option by Kay Sievers · 19 years ago
  19. e80b0fa [PATCH] USB Storage: add alauda support by Matthew Dharm · 19 years ago
  20. 12c3da3 [PATCH] USB: Store port number in usb_device by Alan Stern · 19 years ago
  21. 55c5271 [PATCH] USB: Consider power budget when choosing configuration by Alan Stern · 19 years ago
  22. 9ad3d6c [PATCH] USB: Remove USB private semaphore by Alan Stern · 19 years ago
  23. 75318d2 [PATCH] USB: remove .owner field from struct usb_driver by Greg Kroah-Hartman · 19 years ago
  24. 2143acc [PATCH] USB: make registering a usb driver automatically set the module owner by Greg Kroah-Hartman · 19 years ago
  25. ba9dc65 [PATCH] USB: allow usb drivers to disable dynamic ids by Greg Kroah-Hartman · 19 years ago
  26. 733260f [PATCH] USB: add dynamic id functionality to USB core by Greg Kroah-Hartman · 19 years ago
  27. a00828e [PATCH] USB: drivers/usb/storage/libusual by Pete Zaitcev · 19 years ago
  28. 81f280e [PATCH] USB: pxa27x OHCI - Separate platform code from main driver by Richard Purdie · 19 years ago
  29. 3e23c65 [ALSA] Revert the nested-device patch by Takashi Iwai · 19 years ago
  30. 7790db1 [ALSA] version 1.0.11rc2 by Jaroslav Kysela · 19 years ago
  31. 40efc6f [TCP]: less inline's by Stephen Hemminger · 19 years ago
  32. 88df8ef [NET]: Don't exclude broadcast addresses from is_multicast_ether_addr() by Stephen Hemminger · 19 years ago
  33. b461d2f2 [NETLINK] genetlink: fix cmd type in genl_ops to be consistent to u8 by Per Liden · 19 years ago
  34. fd19f32 [AF_UNIX]: Convert to use a spinlock instead of rwlock by Benjamin LaHaise · 19 years ago
  35. 4947d3e [NET]: Speed up __alloc_skb() by Benjamin LaHaise · 19 years ago
  36. 17ba15f [PPPOX]: Fix assignment into const proto_ops. by David S. Miller · 19 years ago
  37. 8639a11 [TCP]: Don't use __constant_htonl for a non const arg by Arnaldo Carvalho de Melo · 19 years ago
  38. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  39. 25995ff [SOCK]: Introduce sk_receive_skb by Arnaldo Carvalho de Melo · 19 years ago
  40. 90ddc4f [NET]: move struct proto_ops to const by Eric Dumazet · 19 years ago
  41. 77d76ea [NET]: Small cleanup to socket initialization by Andi Kleen · 19 years ago
  42. 7708610 [SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option. by Frank Filz · 19 years ago
  43. 52ccb8e [SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft. by Frank Filz · 19 years ago
  44. 90933fc [FLS64]: x86_64 version by Stephen Hemminger · 19 years ago
  45. 3821af2 [FLS64]: generic version by Stephen Hemminger · 19 years ago
  46. c865e5d [PKT_SCHED] netem: packet corruption option by Stephen Hemminger · 19 years ago
  47. fbe9cc4 [AF_UNIX]: Use spinlock for unix_table_lock by David S. Miller · 19 years ago
  48. d83d846 [IP_SOCKGLUE]: Remove most of the tcp specific calls by Arnaldo Carvalho de Melo · 19 years ago
  49. 2271281 [TCP]: Move the TCPF_ enum to tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  50. d8313f5 [INET6]: Generalise tcp_v6_hash_connect by Arnaldo Carvalho de Melo · 19 years ago
  51. a7f5e7f [INET]: Generalise tcp_v4_hash_connect by Arnaldo Carvalho de Melo · 19 years ago
  52. 6d6ee43 [TWSK]: Introduce struct timewait_sock_ops by Arnaldo Carvalho de Melo · 19 years ago
  53. 399c07d [IPV6]: Export ipv6_opt_accepted by Arnaldo Carvalho de Melo · 19 years ago
  54. 0fa1a53 [IPV6]: Introduce inet6_timewait_sock by Arnaldo Carvalho de Melo · 19 years ago
  55. b9750ce [IPV6]: Generalise some functions by Arnaldo Carvalho de Melo · 19 years ago
  56. c1cbe4b [NET]: Avoid atomic xchg() for non-error case by Benjamin LaHaise · 19 years ago
  57. 3305b80 [IP]: Simplify and consolidate MSG_PEEK error handling by Herbert Xu · 19 years ago
  58. af05dc9 [ICSK]: Move v4_addr2sockaddr from TCP to icsk by Arnaldo Carvalho de Melo · 19 years ago
  59. 8292a17 [ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_ops by Arnaldo Carvalho de Melo · 19 years ago
  60. ca304b6 [IPV6]: Introduce inet6_rsk() by Arnaldo Carvalho de Melo · 19 years ago
  61. 8129765 [IPV6]: Generalise tcp_v6_search_req & tcp_v6_synq_add by Arnaldo Carvalho de Melo · 19 years ago
  62. c2977c2 [ICSK]: make inet_csk_reqsk_queue_hash_add timeout arg unsigned long by Arnaldo Carvalho de Melo · 19 years ago
  63. 90b19d3 [IPV6]: Generalise __tcp_v6_hash, renaming it to __inet6_hash by Arnaldo Carvalho de Melo · 19 years ago
  64. 971af18 [IPV6]: Reuse inet_csk_get_port in tcp_v6_get_port by Arnaldo Carvalho de Melo · 19 years ago
  65. 89cee8b [IPV4]: Safer reassembly by Herbert Xu · 19 years ago
  66. df71837 [LSM-IPSec]: Security association restriction. by Trent Jaeger · 19 years ago
  67. a18ceba Merge branch 'master' by Jeff Garzik · 19 years ago
  68. ac67c62 Merge branch 'master' by Jeff Garzik · 19 years ago
  69. 4d399ca remove pointers to the defunct UDF mailing list by Adrian Bunk · 19 years ago
  70. 68094e3 [ALSA] [PATCH] alsa: Improved PnP suspend support by Pierre Ossman · 19 years ago
  71. 4c98cfe [ALSA] PATCH] Add PM support to PnP drivers by Takashi Iwai · 19 years ago
  72. 27fe864 [ALSA] snd-emu10k1: Removes some distortion from Audigy 2 ZS Notebook. by James Courtier-Dutton · 19 years ago
  73. aa1e77e [ALSA] seq: reorganize sequencer client numbers by Clemens Ladisch · 19 years ago
  74. 7b6d924 [ALSA] seq: set client name in snd_seq_create_kernel_client() by Clemens Ladisch · 19 years ago
  75. 83e8ad6 [ALSA] seq: remove struct snd_seq_client_callback by Clemens Ladisch · 19 years ago
  76. 416c107 [ALSA] Nest sound devices by Clemens Ladisch · 19 years ago
  77. a0faefe [ALSA] Add a new quirk for mute-LED and HP-only. by Matthew Garrett · 19 years ago
  78. 19b99fb [ALSA] emu10k1: Partial support for Creative emu1212m by James Courtier-Dutton · 19 years ago
  79. e28563c [ALSA] Optimize for config without PROC_FS by Takashi Iwai · 19 years ago
  80. d001544 [ALSA] dynamic minors (6/6): increase maximum number of sound cards by Clemens Ladisch · 19 years ago
  81. 332682b [ALSA] dynamic minors (4/6): dynamic minor number allocation by Clemens Ladisch · 19 years ago
  82. f87135f [ALSA] dynamic minors (3/6): store device-specific object pointers dynamically by Clemens Ladisch · 19 years ago
  83. 6983b72 [ALSA] dynamic minors (2/6): simplify storage of snd_minor structures by Clemens Ladisch · 19 years ago
  84. 2af677f [ALSA] dynamic minors (1/6): store device type in struct snd_minor by Clemens Ladisch · 19 years ago
  85. 2744112 [ALSA] Remove snd_legacy_auto_probe() by Takashi Iwai · 19 years ago
  86. c66d7f7 [ALSA] ad1848 - Add PM support by Takashi Iwai · 19 years ago
  87. 5bdb6a1 [ALSA] Add PM support to SB-support code by Takashi Iwai · 19 years ago
  88. 09668b4 [ALSA] emu10k1 - Add PM support by Takashi Iwai · 19 years ago
  89. 11d3824 [ALSA] ak4531 - Add PM support by Takashi Iwai · 19 years ago
  90. ded4623 [ALSA] ymfpci - Fix PM support by Takashi Iwai · 19 years ago
  91. fb0700b [ALSA] trident - Fix PM support by Takashi Iwai · 19 years ago
  92. cb28e45 [ALSA] cs46xx - Fix PM support by Takashi Iwai · 19 years ago
  93. 0ed1cad [ALSA] vx-driver - Fix PM support by Takashi Iwai · 19 years ago
  94. a381a7a [ALSA] Decentralize PM control by Takashi Iwai · 19 years ago
  95. 208a1b4 [ALSA] Remove xxx_t typedefs: PCI YMFPCI by Takashi Iwai · 19 years ago
  96. bee1a5b [ALSA] Remove xxx_t typedefs: PCI Trident by Takashi Iwai · 19 years ago
  97. 98274f0 [ALSA] Remove xxx_t typedefs: PCI HDSP-MADI by Takashi Iwai · 19 years ago
  98. 55e957d [ALSA] Remove xxx_t typedefs: PCI HDSP by Takashi Iwai · 19 years ago
  99. eb4698f [ALSA] Remove xxx_t typedefs: PCI emu10k1 by Takashi Iwai · 19 years ago
  100. 3d19f80 [ALSA] Remove xxx_t typedefs: PCI CS46xx by Takashi Iwai · 19 years ago