1. 7dc2ce5 isdn/capi: elliminate capincci_find() in non-middleware case by Tilman Schmidt · 12 years ago
  2. 7fdaadc isdn/capi: fix readability damage by Tilman Schmidt · 12 years ago
  3. 3b59bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  4. 410235f TTY: remove unneeded tty->index checks by Jiri Slaby · 12 years ago
  5. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 12 years ago
  6. 4b32da2b ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h> by Paul Mackerras · 12 years ago
  7. 475be4d isdn: whitespace coding style cleanup by Joe Perches · 12 years ago
  8. 81f5835 TTY: use tty_standard_install by Jiri Slaby · 12 years ago
  9. 5d76fc2 drivers/isdn: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required. by Paul Gortmaker · 13 years ago
  10. 8fb53b9 isdn: capi: Use pr_debug() instead of ifdefs. by David S. Miller · 13 years ago
  11. 1f90d66 capi: Perform scheduled capifs removal by Jan Kiszka · 13 years ago
  12. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 13 years ago
  13. 158fa67 isdn/capi: make kcapi use a separate workqueue by Tejun Heo · 14 years ago
  14. 7fa5e85 isdn/capi: unregister capictr notifier after init failure by Tejun Heo · 14 years ago
  15. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  16. b003f4e CAPI: Silence lockdep warning on get_capi_appl_by_nr usage by Jan Kiszka · 14 years ago
  17. a7a4f1c drivers: isdn: capi: use simple_strtol to convert numbers by Andy Shevchenko · 14 years ago
  18. 735c65c drivers: isdn: use kernel macros to convert hex digit by Andy Shevchenko · 14 years ago
  19. 54cbb1c drivers/isdn: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  20. 76a6492 isdn: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  21. 60a5711 isdn/kcapi: return -EFAULT on copy_from_user errors by Dan Carpenter · 14 years ago
  22. b1cdc46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  23. 85a8356 isdn/capi: make reset_ctr op truly optional by Tilman Schmidt · 14 years ago
  24. 703c631 isdn: Push down BKL into ioctl functions by Arnd Bergmann · 14 years ago
  25. 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
  26. 771f4c8 CAPI: Remove experimental tag from middleware feature by Jan Kiszka · 14 years ago
  27. 79e95f4 CAPI: Schedule capifs for removal by Jan Kiszka · 14 years ago
  28. c6af043 CAPI: Drop special controller lookup from capi20_put_message by Jan Kiszka · 14 years ago
  29. eef0ced CAPI: Drop return value of handle_minor_send by Jan Kiszka · 14 years ago
  30. 2b72b5b CAPI: Clean up capiminor_*_ack by Jan Kiszka · 14 years ago
  31. dfbb84f CAPI: Fix locking around capiminor's output queue and drop workaround_lock by Jan Kiszka · 14 years ago
  32. 68d7347 CAPI: Drop capiminor's unused inbytes counter by Jan Kiszka · 14 years ago
  33. 4279271 CAPI: Use atomics for capiminor's datahandle and msgid by Jan Kiszka · 14 years ago
  34. 42651b5 CAPI: Rename datahandle_queue -> ackqueue_entry by Jan Kiszka · 14 years ago
  35. a11ef7b CAPI: Rework capiminor RX handler by Jan Kiszka · 14 years ago
  36. b75b2ee CAPI: Drop handle_minor_recv from capinc_tty_write by Jan Kiszka · 14 years ago
  37. a84fdf4 CAPI: Drop atomic ttyopencount by Jan Kiszka · 14 years ago
  38. 3d5d30f CAPI: Clean up capiminors_lock by Jan Kiszka · 14 years ago
  39. 6576c28 CAPI: Drop obsolete nccip from capiminor struct by Jan Kiszka · 14 years ago
  40. 30bced9 CAPI: Issue synchronous hangup on capincci_free_minor by Jan Kiszka · 14 years ago
  41. 2c8df72 CAPI: Drop remaining NULL checks on tty->driver_data by Jan Kiszka · 14 years ago
  42. fb4b488 CAPI: Use tty_port to keep track of capiminor's tty by Jan Kiszka · 14 years ago
  43. 4632451 CAPI: Establish install/cleanup handlers for capiminor TTYs by Jan Kiszka · 14 years ago
  44. 0159d54 CAPI: Use kref on capiminor by Jan Kiszka · 14 years ago
  45. e95ac14 CAPI: Use dynamic major for NCCI TTYs by default by Jan Kiszka · 14 years ago
  46. 40fb2d0 CAPI: Dynamically register minor devices by Jan Kiszka · 14 years ago
  47. e76b154 CAPI: Clean up capinc_tty_init/exit by Jan Kiszka · 14 years ago
  48. 81d17fe CAPI: Switch capiminor list to array by Jan Kiszka · 14 years ago
  49. 884f5c4 CAPI: Switch NCCI list to standard doubly linked list by Jan Kiszka · 14 years ago
  50. 28a1dbb CAPI: Fix racy capi_read by Jan Kiszka · 14 years ago
  51. 54f0fad CAPI: Use non-atomic allocation during NCCI setup by Jan Kiszka · 14 years ago
  52. 05b4149 CAPI: Rework locking of capidev members by Jan Kiszka · 14 years ago
  53. eca39dd CAPI: Clean up capi_open/release by Jan Kiszka · 14 years ago
  54. b8f433d CAPI: Convert capidev_list_lock into a mutex by Jan Kiszka · 14 years ago
  55. 501c87a CAPI: Reduce #ifdef mess around CONFIG_ISDN_CAPI_MIDDLEWARE by Jan Kiszka · 14 years ago
  56. 88c896e CAPI: Rework application locking by Jan Kiszka · 14 years ago
  57. 0ca3a01 CAPI: Rework locking of controller data structures by Jan Kiszka · 14 years ago
  58. ef69bb2 CAPI: Rework controller state notifier by Jan Kiszka · 14 years ago
  59. 3efecf7 CAPI: Rework capi_ctr_ready/down by Jan Kiszka · 14 years ago
  60. 9717fb8 CAPI: Convert capi drivers rwlock into mutex by Jan Kiszka · 14 years ago
  61. 5225303 CAPI: Call a controller 'controller', not 'card' by Jan Kiszka · 14 years ago
  62. 88549d6 CAPI: Reduce chattiness during module loading/removal by Jan Kiszka · 14 years ago
  63. e11e7ac CAPI: Pin capifs instead of mounting it by Jan Kiszka · 14 years ago
  64. 07ad603 CAPI: Eliminate capifs_root variable by Jan Kiszka · 14 years ago
  65. 90926f0 CAPI: Sanitize capifs API by Jan Kiszka · 14 years ago
  66. c947862 CAPI: Fix leaks in capifs_new_ncci by Jan Kiszka · 14 years ago
  67. 9a58a80 proc_fops: convert drivers/isdn/ to seq_file by Alexey Dobriyan · 15 years ago
  68. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  69. fa30123 Kconfig: Remove useless and sometimes wrong comments by Michael Roth · 15 years ago
  70. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  71. 9803f79 isdn: make capidrv module parameter "debugmode" writeable by Tilman Schmidt · 15 years ago
  72. e484702 isdn: avoid races in capidrv by Tilman Schmidt · 15 years ago
  73. 812d734 isdn: accept CAPI Informational Info values as success by Tilman Schmidt · 15 years ago
  74. 88e9d34 seq_file: constify seq_operations by James Morris · 15 years ago
  75. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  76. b87221d const: mark remaining super_operations const by Alexey Dobriyan · 15 years ago
  77. a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
  78. 7d31acd isdn: prevent NULL ptr Oops in capi_cmsg2str() by Tilman Schmidt · 15 years ago
  79. 4793d15 isdn: kerneldoc for capiutil.c by Tilman Schmidt · 15 years ago
  80. 4e32997 isdn: rename capi_ctr_reseted() to capi_ctr_down() by Tilman Schmidt · 15 years ago
  81. b0c4f32 Fix the race between capifs remount and node creation by Al Viro · 15 years ago
  82. 2a32ceb Fix races around the access to ->s_options by Al Viro · 15 years ago
  83. 554f200 Documentation/isdn/INTERFACE.CAPI by Tilman Schmidt · 15 years ago
  84. 0f043a8 proc tty: remove struct tty_operations::read_proc by Alexey Dobriyan · 15 years ago
  85. dfe925e drivers/isdn/capi: fix sparse warning: context imbalance by Hannes Eder · 15 years ago
  86. d46604e isdn: remove some pointless conditionals before kfree_skb() by Wei Yongjun · 15 years ago
  87. 15b0669 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  88. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  89. fecc703 isdn: capi: &&/|| typos by Roel Kluin · 16 years ago
  90. 0e164b6 CRED: Wrap task credential accesses in the ISDN drivers by David Howells · 16 years ago
  91. a9b1261 device create: misc: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  92. 53e8631 tty: Fallout from tty-move-canon-specials by Stephen Rothwell · 16 years ago
  93. 4d5392c drivers/isdn/capi/kcapi.c: Adjust error handling code involving capi_ctr_put by Julia Lawall · 16 years ago
  94. 53baaaa Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  95. 9e98966 tty: rework break handling by Alan Cox · 16 years ago
  96. 24d0b41 device create: isdn: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  97. a352def tty: Ldisc revamp by Alan Cox · 16 years ago
  98. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  99. a237f3b CAPI: BKL pushdown by Jonathan Corbet · 16 years ago
  100. 066b211 isdn/capi: Return proper errnos on module init. by Marcin Slusarz · 16 years ago