1. cbb397b isdn: capi: fix mismatched prototypes by Arnd Bergmann · 3 years, 10 months ago
  2. e7fff95 isdn/capi: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 6 months ago
  3. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  4. b33bdf8 isdn: don't mark kcapi_proc_exit as __exit by Arnd Bergmann · 5 years ago
  5. f59aba2 isdn: capi: dead code removal by Arnd Bergmann · 5 years ago
  6. 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  7. 3ef7cf5 net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 5 years ago
  8. 5565a3c compat_ioctl: move isdn/capi ioctl translation into driver by Arnd Bergmann · 6 years ago
  9. fe163e5 isdn/capi: check message length in capi_write() by Eric Biggers · 5 years ago
  10. 6d97985 isdn: move capi drivers to staging by Arnd Bergmann · 6 years ago
  11. 9c3c0c2 isdn: remove isdn4linux by Arnd Bergmann · 6 years ago
  12. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  13. c5bf68f *: convert stream-like files from nonseekable_open -> stream_open by Kirill Smelkov · 6 years ago
  14. d63967e isdn: fix kernel-infoleak in capi_unlocked_ioctl by Eric Dumazet · 6 years ago
  15. 864e880 kill capinc_tty_ioctl() by Al Viro · 6 years ago
  16. 20fbdc3 isdn/capi: fix defined but not used warnings by Randy Dunlap · 7 years ago
  17. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  18. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  19. 2cd1f0d isdn: replace ->proc_fops with ->proc_show by Christoph Hellwig · 7 years ago
  20. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
  21. fddda2b proc: introduce proc_create_seq{,_data} by Christoph Hellwig · 7 years ago
  22. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  23. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
  24. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  25. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  26. 733a707 isdn: kcapi: make capi_version const by Bhumika Goyal · 7 years ago
  27. 634fef6 networking: add and use skb_put_u8() by Johannes Berg · 8 years ago
  28. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
  29. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  30. af109a2c isdn: kcapi: avoid uninitialized data by Arnd Bergmann · 8 years ago
  31. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  32. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  33. a24c85a isdn/capi: Use setup_timer by Vaishali Thakkar · 10 years ago
  34. 330078a isdn/capi: correct argument types of command_2_index by Tilman Schmidt · 10 years ago
  35. 340184b isdn/capi: don't return NULL from capi_cmd2str() by Tilman Schmidt · 10 years ago
  36. 2bf3a09 isdn/capi: handle CAPI 2.0 message parser failures by Tilman Schmidt · 10 years ago
  37. 5510ab1 isdn/capi: prevent NULL pointer dereference on invalid CAPI command by Tilman Schmidt · 10 years ago
  38. 854d23b isdn/capi: refactor command/subcommand table accesses by Tilman Schmidt · 10 years ago
  39. 5362247 isdn/capi: prevent index overrun from command_2_index() by Tilman Schmidt · 10 years ago
  40. 9ea8aa8 isdn/capi: correct capi20_manufacturer argument type mismatch by Tilman Schmidt · 10 years ago
  41. 51db998 isdn/capi: drop two dead if branches by Tilman Schmidt · 10 years ago
  42. 5160ee9 CAPI: use correct structure type name in sizeof by Julia Lawall · 10 years ago
  43. d1cadce isdn/capi: fix (middleware) device nodes by Paul Bolle · 11 years ago
  44. a79f5d2 isdn/capi: Make verbose reporting depend on capidrv by Paul Bolle · 11 years ago
  45. ca05e3a isdn/capi: move capi_info2str to capidrv.c by Paul Bolle · 11 years ago
  46. d1958f8 isdn/capi: Make Middleware depend on CAPI2.0 by Paul Bolle · 11 years ago
  47. 25dff94 isdn/kcapi: fix a small underflow by Dan Carpenter · 12 years ago
  48. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  49. 6aad04f TTY: add tty_port_tty_wakeup helper by Jiri Slaby · 12 years ago
  50. c3f14cf driver: isdn: capi: remove cast for kmalloc return value by Zhang Yanfei · 12 years ago
  51. 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 12 years ago
  52. 55bef83 ISDN: capi, use kref from tty_port by Jiri Slaby · 12 years ago
  53. 734cc17 TTY: use tty_port_register_device by Jiri Slaby · 12 years ago
  54. 7dc2ce5 isdn/capi: elliminate capincci_find() in non-middleware case by Tilman Schmidt · 13 years ago
  55. 7fdaadc isdn/capi: fix readability damage by Tilman Schmidt · 13 years ago
  56. 3b59bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  57. 410235f TTY: remove unneeded tty->index checks by Jiri Slaby · 13 years ago
  58. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 13 years ago
  59. 4b32da2b ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h> by Paul Mackerras · 13 years ago
  60. 475be4d isdn: whitespace coding style cleanup by Joe Perches · 13 years ago
  61. 81f5835 TTY: use tty_standard_install by Jiri Slaby · 13 years ago
  62. 5d76fc2 drivers/isdn: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required. by Paul Gortmaker · 13 years ago
  63. 8fb53b9 isdn: capi: Use pr_debug() instead of ifdefs. by David S. Miller · 14 years ago
  64. 1f90d66 capi: Perform scheduled capifs removal by Jan Kiszka · 14 years ago
  65. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 14 years ago
  66. 158fa67 isdn/capi: make kcapi use a separate workqueue by Tejun Heo · 14 years ago
  67. 7fa5e85 isdn/capi: unregister capictr notifier after init failure by Tejun Heo · 14 years ago
  68. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  69. b003f4e CAPI: Silence lockdep warning on get_capi_appl_by_nr usage by Jan Kiszka · 14 years ago
  70. a7a4f1c1 drivers: isdn: capi: use simple_strtol to convert numbers by Andy Shevchenko · 14 years ago
  71. 735c65c drivers: isdn: use kernel macros to convert hex digit by Andy Shevchenko · 14 years ago
  72. 54cbb1c drivers/isdn: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  73. 76a6492 isdn: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  74. 60a5711 isdn/kcapi: return -EFAULT on copy_from_user errors by Dan Carpenter · 15 years ago
  75. b1cdc46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  76. 85a8356 isdn/capi: make reset_ctr op truly optional by Tilman Schmidt · 15 years ago
  77. 703c631 isdn: Push down BKL into ioctl functions by Arnd Bergmann · 15 years ago
  78. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  79. 771f4c8 CAPI: Remove experimental tag from middleware feature by Jan Kiszka · 15 years ago
  80. 79e95f4 CAPI: Schedule capifs for removal by Jan Kiszka · 15 years ago
  81. c6af043 CAPI: Drop special controller lookup from capi20_put_message by Jan Kiszka · 15 years ago
  82. eef0ced CAPI: Drop return value of handle_minor_send by Jan Kiszka · 15 years ago
  83. 2b72b5b CAPI: Clean up capiminor_*_ack by Jan Kiszka · 15 years ago
  84. dfbb84f CAPI: Fix locking around capiminor's output queue and drop workaround_lock by Jan Kiszka · 15 years ago
  85. 68d7347 CAPI: Drop capiminor's unused inbytes counter by Jan Kiszka · 15 years ago
  86. 4279271 CAPI: Use atomics for capiminor's datahandle and msgid by Jan Kiszka · 15 years ago
  87. 42651b5 CAPI: Rename datahandle_queue -> ackqueue_entry by Jan Kiszka · 15 years ago
  88. a11ef7b CAPI: Rework capiminor RX handler by Jan Kiszka · 15 years ago
  89. b75b2ee CAPI: Drop handle_minor_recv from capinc_tty_write by Jan Kiszka · 15 years ago
  90. a84fdf4 CAPI: Drop atomic ttyopencount by Jan Kiszka · 15 years ago
  91. 3d5d30f CAPI: Clean up capiminors_lock by Jan Kiszka · 15 years ago
  92. 6576c28 CAPI: Drop obsolete nccip from capiminor struct by Jan Kiszka · 15 years ago
  93. 30bced9 CAPI: Issue synchronous hangup on capincci_free_minor by Jan Kiszka · 15 years ago
  94. 2c8df72 CAPI: Drop remaining NULL checks on tty->driver_data by Jan Kiszka · 15 years ago
  95. fb4b488 CAPI: Use tty_port to keep track of capiminor's tty by Jan Kiszka · 15 years ago
  96. 4632451 CAPI: Establish install/cleanup handlers for capiminor TTYs by Jan Kiszka · 15 years ago
  97. 0159d54 CAPI: Use kref on capiminor by Jan Kiszka · 15 years ago
  98. e95ac14 CAPI: Use dynamic major for NCCI TTYs by default by Jan Kiszka · 15 years ago
  99. 40fb2d0 CAPI: Dynamically register minor devices by Jan Kiszka · 15 years ago
  100. e76b154 CAPI: Clean up capinc_tty_init/exit by Jan Kiszka · 15 years ago