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