1. af0d114 [PKT_SCHED]: Logic simplifications and codingstyle/whitespace cleanups by Thomas Graf · 19 years ago
  2. 02f23f0 [PKT_SCHED]: Make dsmark use the new dumping macros by Thomas Graf · 19 years ago
  3. 758cc43 [PKT_SCHED]: Fix dsmark to apply changes consistent by Thomas Graf · 19 years ago
  4. 8f48bcd [RTNETLINK]: Add RTA_(PUT|GET) shortcuts for u8, u16, and flag by Thomas Graf · 19 years ago
  5. e386c6e [NEIGH]: Fix use of uninitialized variable when trimming in neightbl_fill_parms by Thomas Graf · 19 years ago
  6. 4b6ea82 [NETLINK]: Kill bogus NLMSG_SET_MULTIPART uses. by Thomas Graf · 19 years ago
  7. c52a3f8 [NETLINK]: Fix RTA_NEST_CANCEL(). by Thomas Graf · 19 years ago
  8. 88121ae [NEIGHBOUR]: Remove unused fields in struct neigh_parms and neigh_table by Thomas Graf · 19 years ago
  9. c7fb64d [NETLINK]: Neighbour table configuration and statistics via rtnetlink by Thomas Graf · 19 years ago
  10. 0076824 [NETLINK] Routing attribute related shortcuts by Thomas Graf · 19 years ago
  11. f88a10d [NETLINK]: New message building macros by Thomas Graf · 19 years ago
  12. e52c1f1 [NET]: Move sysctl_max_syn_backlog into request_sock.c by David S. Miller · 19 years ago
  13. 2ad69c5 [NET] rename struct tcp_listen_opt to struct listen_sock by Arnaldo Carvalho de Melo · 19 years ago
  14. 0e87506 [NET] Generalise tcp_listen_opt by Arnaldo Carvalho de Melo · 19 years ago
  15. 60236fd [NET] Rename open_request to request_sock by Arnaldo Carvalho de Melo · 19 years ago
  16. 2e6599c [NET] Generalise TCP's struct open_request minisock infrastructure by Arnaldo Carvalho de Melo · 19 years ago
  17. 1944972 [SLAB] Introduce kmem_cache_name by Arnaldo Carvalho de Melo · 19 years ago
  18. ee57eef [IPSEC] Use NLMSG_LENGTH in xfrm_exp_state_notify by Jamal Hadi Salim · 19 years ago
  19. 7d6dfe1 [IPSEC] Fix xfrm_state leaks in error path by Patrick McHardy · 19 years ago
  20. f60f6b8 [IPSEC] Use XFRM_MSG_* instead of XFRM_SAP_* by Herbert Xu · 19 years ago
  21. e744389 [IPSEC] Set byid for km_event in xfrm_get_policy by Herbert Xu · 19 years ago
  22. bf08867 [IPSEC] Turn km_event.data into a union by Herbert Xu · 19 years ago
  23. 4f09f0b [IPSEC] Fix xfrm to pfkey SA state conversion by Herbert Xu · 19 years ago
  24. 4666faa [IPSEC] Kill spurious hard expire messages by Herbert Xu · 19 years ago
  25. 26b15da [IPSEC] Add complete xfrm event notification by Jamal Hadi Salim · 19 years ago
  26. 3aa3dfb Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 19 years ago
  27. 19fa95e Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6 by Linus Torvalds · 19 years ago
  28. ba483d5 [PATCH] DocBook: MAINTAINER entry by Martin Waitz · 19 years ago
  29. cc63b1e [PATCH] console blanking oops fix by Jan Beulich · 19 years ago
  30. 43fde78 Merge 'upstream-2.6.13' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 19 years ago
  31. c2a0f59 Clean up subthread exec by Linus Torvalds · 19 years ago
  32. c83d9945 [PATCH] Fix typo in drivers/pci/pci-driver.c by Mika Kukkonen · 19 years ago
  33. 0e396ee Manual merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git by Linus Torvalds · 19 years ago
  34. f9d1fe9 Merge /spare/repo/linux-2.6/ by Jeff Garzik · 19 years ago
  35. 5ab6091 Merge with ../linux-2.6-smp by Russell King · 19 years ago
  36. 0107b3c Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 19 years ago
  37. b8112df [SCSI] Add DMA mask constants other than 32 and 64 bit by Lee Revell · 19 years ago
  38. 5d497ce [SCSI] aacraid: regression fix by Mark Haverkamp · 19 years ago
  39. 3afa294 merge by hand (qla_os.c mismerge) by James Bottomley · 19 years ago
  40. 3237ee7 merge by hand (fix up qla_os.c merge error) by James Bottomley · 19 years ago
  41. 9ee1c93 Linux 2.6.12 by Linus Torvalds · 19 years ago
  42. dfd11c2 Merge 'for-linus' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block by Linus Torvalds · 19 years ago
  43. 794f5bf [PATCH] PCI: don't override drv->shutdown unconditionally by Christoph Hellwig · 19 years ago
  44. df0ae24 [SCSI] allow sleeping in ->eh_host_reset_handler() by Jeff Garzik · 19 years ago
  45. 68b3aa7 [SCSI] allow sleeping in ->eh_bus_reset_handler() by Jeff Garzik · 19 years ago
  46. 94d0e7b [SCSI] allow sleeping in ->eh_device_reset_handler() by Jeff Garzik · 19 years ago
  47. 8fa728a [SCSI] allow sleeping in ->eh_abort_handler() by Jeff Garzik · 19 years ago
  48. 3471c28 [SCSI] Remove no-op implementations of SCSI EH hooks by Jeff Garzik · 19 years ago
  49. e3df715 [SCSI] Remove unnecessary locking around completion function calls by Jeff Garzik · 19 years ago
  50. caf2857 [PATCH] timer exit cleanup by Ingo Molnar · 19 years ago
  51. db3b584 When cfq I/O scheduler is selected, get_request() in __make_request() calls by Kiyoshi Ueda · 19 years ago
  52. 9700808 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 19 years ago
  53. 22f11c4 [PATCH] ARM: 2715/1: restore CPLD interrupts upon resume for Lubbock and Mainstone by Nicolas Pitre · 19 years ago
  54. 043cf3f Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 19 years ago
  55. 95220a2 [PATCH] ARM: 2714/1: Fix the IB2 definitions for the Versatile platform by Catalin Marinas · 19 years ago
  56. fea7722 [PATCH] ARM: 2713/1: Fix the GPIO base for Integrator/CP by Catalin Marinas · 19 years ago
  57. 90ef713 [PATCH] ARM: 2712/1: Fix the RGB order for the Versatile CLCD by Catalin Marinas · 19 years ago
  58. c081474 Merge 'for-linus' branch of master.kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block by Linus Torvalds · 19 years ago
  59. 58125f9 [PATCH] fix for kaweth broken by changes in the networking layer by Oliver Neukum · 19 years ago
  60. e41fb09 [PATCH] ALPS: fix enabling hardware tapping by Dmitry Torokhov · 19 years ago
  61. 5db9285 [PATCH] Fix large core dumps with a 32-bit off_t by Daniel Jacobowitz · 19 years ago
  62. a2ef79e [PATCH] sbp2 slab corruption fix by Alexandre Oliva · 19 years ago
  63. c374f12 This patch fixes q->unplug_thresh condition check in by Tejun Heo · 19 years ago
  64. 9c56187 This patch kills elevator_global_init() in elevator.c which does nothing. by Tejun Heo · 19 years ago
  65. bcfff0b [NETFILTER]: ipt_recent: last_pkts is an array of "unsigned long" not "u_int32_t" by David S. Miller · 19 years ago
  66. 1016888 [PATCH] update ppc64 defconfig by Olaf Hering · 19 years ago
  67. 4845f33 [PATCH] ppc64: update example configs by Paul Mackerras · 19 years ago
  68. dcf78d8 [PATCH] usbusx2y: prevent oops & dead keyboard on usb unplugging while the device is being used by Karsten Wiese · 19 years ago
  69. efa93db [PATCH] usbaudio: prevent oops & dead keyboard on usb unplugging while the device is being used by Karsten Wiese · 19 years ago
  70. 9a47696 [PATCH] macmodes: needs a license by Randy Dunlap · 19 years ago
  71. 92c6dc5 [PATCH] apm.c: ignore_normal_resume is set a bit too late by Thomas Hood · 19 years ago
  72. 223230e [PATCH] i2o: Fix free of event memory in i2o_block_event() by Markus Lidel · 19 years ago
  73. e2c1649 [PATCH] Typo in fbdev sysfs support, virtual_size by Jon Smirl · 19 years ago
  74. 6df3cec [PATCH] cond_resched_lock() fix by Jan Kara · 19 years ago
  75. f797f9c [PATCH] Fix PCI BAR size interpretation on 64-bit arches by Olof Johansson · 19 years ago
  76. a3c77c6 [PATCH] uml: slirp and slip driver cleanups and fixes by Jeff Dike · 19 years ago
  77. 98fdffc [PATCH] uml: use fork instead of clone by Jeff Dike · 19 years ago
  78. 36ca119 [PATCH] uml: build cleanups by Jeff Dike · 19 years ago
  79. 8447f3f [PATCH] uml: remove duplicate includes by Jeff Dike · 19 years ago
  80. 12021ff [SCSI] aic7xxx: fix the BIOS limits setting routines by James Bottomley · 19 years ago
  81. d736a27 [SCSI] zfcp: fix handling of port boxed and lun boxed fsf states by Andreas Herrmann · 19 years ago
  82. cd8a383 [SCSI] zfcp: fix module parameter parsing by Andreas Herrmann · 19 years ago
  83. 1db2c9c [SCSI] zfcp: fix bug during adapter shutdown by Andreas Herrmann · 19 years ago
  84. 64b29a13 [SCSI] zfcp: fix: problem in send_els_handler when D_ID assignment changes by Andreas Herrmann · 19 years ago
  85. 516a420 [SCSI] zfcp: fix: mark fsf request failed when receiving unknown status qualifier by Andreas Herrmann · 19 years ago
  86. 65a8d4e [SCSI] zfcp: fix: reopen port only if link-test fails by Andreas Herrmann · 19 years ago
  87. 22753fa [SCSI] zfcp: fix: allow more time for adapter initialization by Andreas Herrmann · 19 years ago
  88. 66c8684 [SCSI] zfcp: fix wrong handling of failed requests for GID_PN command by Andreas Herrmann · 19 years ago
  89. 628c70d Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  90. a96aca8 [NETFILTER]: Advance seq-file position in exp_next_seq() by Patrick McHardy · 19 years ago
  91. cbd83da Update DCO ("signoff") rules to 1.1 by Linus Torvalds · 19 years ago
  92. 814d8ff Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  93. 1c2fb7f [IPV4]: Sysctl configurable icmp error source address. by J. Simonetti · 19 years ago
  94. 6a6ddb2 [SCTP] Fix incorrect setting of sk_bound_dev_if when binding/sending to a ipv6 by Sridhar Samudrala · 19 years ago
  95. cdac4e0 [SCTP] Add support for ip_nonlocal_bind sysctl & IP_FREEBIND socket option by Neil Horman · 19 years ago
  96. bca735b [SCTP] Extend the info exported via /proc/net/sctp to support netstat for SCTP. by Vladislav Yasevich · 19 years ago
  97. 0fd9a65 [SCTP] Support SO_BINDTODEVICE socket option on incoming packets. by Neil Horman · 19 years ago
  98. 4243cac [SCTP]: Fix bug in restart of peeled-off associations. by Vladislav Yasevich · 19 years ago
  99. 77bd919 [IPv6] Don't generate temporary for TUN devices by Rémi Denis-Courmont · 19 years ago
  100. 84427d5 [IPV6]: Ensure to use icmpv6_socket in non-preemptive context. by YOSHIFUJI Hideaki · 19 years ago