1. 0953864 [NETPOLL]: no need to store local_mac by Stephen Hemminger · 17 years ago
  2. 1f98eef [CAN]: Add missing Kbuild entries by Oliver Hartkopp · 17 years ago
  3. 4195e31 [CAN]: Fix plain integer definitions in userspace header. by Oliver Hartkopp · 17 years ago
  4. ffd980f [CAN]: Add broadcast manager (bcm) protocol by Oliver Hartkopp · 17 years ago
  5. c18ce10 [CAN]: Add raw protocol by Oliver Hartkopp · 17 years ago
  6. 0d66548 [CAN]: Add PF_CAN core module by Oliver Hartkopp · 17 years ago
  7. cd05acf [CAN]: Allocate protocol numbers for PF_CAN by Oliver Hartkopp · 17 years ago
  8. 68f8353 [TCP]: Rewrite SACK block processing & sack_recv_cache use by Ilpo Järvinen · 17 years ago
  9. fd6dad6 [TCP]: Earlier SACK block verification & simplify access to them by Ilpo Järvinen · 17 years ago
  10. a47e5a9 [TCP]: Convert highest_sack to sk_buff to allow direct access by Ilpo Järvinen · 17 years ago
  11. 2a8cc6c [IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table. by YOSHIFUJI Hideaki · 17 years ago
  12. 6e23ae2 [NETFILTER]: Introduce NF_INET_ hook values by Patrick McHardy · 17 years ago
  13. 9c55e01 [TCP]: Splice receive support. by Jens Axboe · 17 years ago
  14. bbdfc2f [SPLICE]: Don't assume regular pages in splice_to_pipe() by Jens Axboe · 17 years ago
  15. f479874 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 17 years ago
  16. 8d01edd Merge branch 'for-2.6.25' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  17. f0f0052 Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  18. 68fbda7 Merge branch 'sg' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  19. d492819 Merge branch 'cfq-ioc-share' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  20. fe56caa HID: Support Samsung IR remote by Robert Schedel · 17 years ago
  21. 70d215c HID: the `bit' in hidinput_mapping_quirks() is an out parameter by Fengguang Wu · 17 years ago
  22. 628edcd HID: proper handling of MS 4k and 6k devices by Jiri Kosina · 17 years ago
  23. 36ccaad6 HID: hid-input quirk for BTC 8193 by Jiri Kosina · 17 years ago
  24. 87bc2aa HID: separate hid-input event quirks from generic code by Jiri Kosina · 17 years ago
  25. 10bd065 HID: refactor mapping to input subsystem for quirky devices by Jiri Kosina · 17 years ago
  26. af9e0ea HID: add full support for Genius KB-29E by Jiri Kosina · 17 years ago
  27. c80e5ff HID: Implement horizontal wheel handling for A4 Tech X5-005D by Pavel Troller · 17 years ago
  28. 81e1a87 HID: Rename some code identifiers from PowerBook specific to Apple generic by Michel Daenzer · 17 years ago
  29. c00d4ff Merge branch 'orion' into devel by Russell King · 17 years ago
  30. 7cedb1f SG: work with the SCSI fixed maximum allocations. by James Bottomley · 17 years ago
  31. fa0ccd8 block: implement drain buffers by James Bottomley · 17 years ago
  32. fadad878 kernel: add CLONE_IO to specifically request sharing of IO contexts by Jens Axboe · 17 years ago
  33. 4ac845a block: cfq: make the io contect sharing lockless by Jens Axboe · 17 years ago
  34. d38ecf9 io context sharing: preliminary support by Jens Axboe · 17 years ago
  35. fd0928d ioprio: move io priority from task_struct to io_context by Jens Axboe · 17 years ago
  36. 5450d3e blk_end_request: cleanup 'uptodate' related code (take 4) by Kiyoshi Ueda · 17 years ago
  37. 3bcddea blk_end_request: remove/unexport end_that_request_* (take 4) by Kiyoshi Ueda · 17 years ago
  38. e3a04fe blk_end_request: add bidi completion interface (take 4) by Kiyoshi Ueda · 17 years ago
  39. e19a3ab blk_end_request: add callback feature (take 4) by Kiyoshi Ueda · 17 years ago
  40. 3b11313 blk_end_request: add/export functions to get request size (take 4) by Kiyoshi Ueda · 17 years ago
  41. 336cdb4 blk_end_request: add new request completion interface (take 4) by Kiyoshi Ueda · 17 years ago
  42. 0db9299 SG: Move functions to lib/scatterlist.c and add sg chaining allocator helpers by Jens Axboe · 17 years ago
  43. 482eb68 block: allow queue dma_alignment of zero by Pete Wyckoff · 17 years ago
  44. 6da127a blktrace: Add blktrace ioctls to SCSI generic devices by Christof Schmitt · 17 years ago
  45. e9f1373 i2c: Add i2c_new_dummy() utility by David Brownell · 17 years ago
  46. 9b766b8 i2c: Stop using the redundant client list by David Brownell · 17 years ago
  47. 7bca087 i2c: Discard unused driver IDs by Jean Delvare · 17 years ago
  48. 6d16bfb i2c/tps65010: move header to <linux/i2c/...> by David Brownell · 17 years ago
  49. 026526f i2c: Drop redundant i2c_driver.list by Jean Delvare · 17 years ago
  50. 87c6c22 i2c: Drop redundant i2c_adapter.list by Jean Delvare · 17 years ago
  51. e48d331 i2c: Change prototypes of refcounting functions by Jean Delvare · 17 years ago
  52. bdc511f i2c: Use the driver model reference counting by Jean Delvare · 17 years ago
  53. bfb6df2 i2c: Constify client address data by Mark M. Hoffman · 17 years ago
  54. 7e8b992 i2c: some overdue driver removal by Adrian Bunk · 17 years ago
  55. eee87d3 i2c: the scheduled I2C RTC driver removal by Adrian Bunk · 17 years ago
  56. 7267c33 ide: remove REQ_TYPE_ATA_CMD by Bartlomiej Zolnierkiewicz · 17 years ago
  57. 34f5d5a ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requests by Bartlomiej Zolnierkiewicz · 17 years ago
  58. 2624565 ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  59. 4906f3b ide: kill DATA_READY define by Bartlomiej Zolnierkiewicz · 17 years ago
  60. 4d7a984 ide: task_end_request() fix by Tejun Heo · 17 years ago
  61. 657cc1a ide: set IDE_TFLAG_IN_* flags before queuing/executing command by Bartlomiej Zolnierkiewicz · 17 years ago
  62. 35cf2b9 ide: fix ->io_32bit race in ide_taskfile_ioctl() by Tejun Heo · 17 years ago
  63. 9e47be0 ide: remove broken disk byte-swapping support by Bartlomiej Zolnierkiewicz · 17 years ago
  64. 81ca691 ide: add ide_set_irq() inline helper by Bartlomiej Zolnierkiewicz · 17 years ago
  65. ade2daf ide: make remaining built-in only IDE host drivers modular (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  66. cbb010c ide: drop 'initializing' argument from ide_register_hw() by Bartlomiej Zolnierkiewicz · 17 years ago
  67. 57c802e ide: add ide_init_port_hw() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  68. b0d5bc2 ide: Fix build break caused by "ide: remove ideprobe_init()" by Olof Johansson · 17 years ago
  69. 151575e ide: remove ideprobe_init() by Bartlomiej Zolnierkiewicz · 17 years ago
  70. f01393e ide: merge ->fixup and ->quirkproc methods by Bartlomiej Zolnierkiewicz · 17 years ago
  71. 15ce926 ide: merge ->dma_host_{on,off} methods into ->dma_host_set method by Bartlomiej Zolnierkiewicz · 17 years ago
  72. 4a546e0 ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t by Bartlomiej Zolnierkiewicz · 17 years ago
  73. 8704de8 cy82c693: add ->set_dma_mode method by Bartlomiej Zolnierkiewicz · 17 years ago
  74. 2f0a8df [I2C] i2c-mv64xxx: Don't set i2c_adapter.retries by Jean Delvare · 17 years ago
  75. a083279 [I2C] Split mv643xx I2C platform support by Tzachi Perelstein · 17 years ago
  76. 9b73e76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  77. 29bd17a Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 17 years ago
  78. 2ba14a0 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  79. d69a3ad dlm: Split lock mode and flag constants into a sharable header. by Joel Becker · 17 years ago
  80. b31fde6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 17 years ago
  81. f31c338 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
  82. 4db90a1 ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  83. 3071a9d ide: make 'extra' field in struct ide_port_info u8 by Bartlomiej Zolnierkiewicz · 17 years ago
  84. a501633 ide-disk: use ide_get_lba_addr() by Bartlomiej Zolnierkiewicz · 17 years ago
  85. c2b57cd ide: add ide_tf_read() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  86. f6e29e3 ide-disk: use do_rw_taskfile() (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  87. 57d7366 ide: remove 'handler' field from ide_task_t (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  88. 1192e52 ide: use ->data_phase to set ->handler in do_rw_taskfile() by Bartlomiej Zolnierkiewicz · 17 years ago
  89. 10d9015 ide: convert do_rw_taskfile() to use ->data_phase by Bartlomiej Zolnierkiewicz · 17 years ago
  90. 1edee60 ide: merge flagged_taskfile() into do_rw_taskfile() by Bartlomiej Zolnierkiewicz · 17 years ago
  91. 866e2ec ide: remove 'tf_in_flags' field from ide_task_t by Bartlomiej Zolnierkiewicz · 17 years ago
  92. ac026ff ide: remove 'command_type' field from ide_task_t by Bartlomiej Zolnierkiewicz · 17 years ago
  93. 7299a39 ide: remove hwif->intrproc by Bartlomiej Zolnierkiewicz · 17 years ago
  94. f919790 ide: remove SELECT_INTERRUPT() by Bartlomiej Zolnierkiewicz · 17 years ago
  95. cd3dbc9 ide: remove QUIRK_LIST() by Bartlomiej Zolnierkiewicz · 17 years ago
  96. 2fc5738 ide: add ide_pktcmd_tf_load() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  97. 8e7657a ide: remove atapi_ireason_t (take 3) by Bartlomiej Zolnierkiewicz · 17 years ago
  98. 790d123 ide: remove ata_nsector_t, ata_data_t and atapi_bcount_t by Bartlomiej Zolnierkiewicz · 17 years ago
  99. e5f9f5a ide: remove atapi_feature_t by Bartlomiej Zolnierkiewicz · 17 years ago
  100. 0e38a66 ide: remove atapi_error_t (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago