1. d287c50 isdn: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  2. 16630f5 isdn: mISDN: use irqsave() in USB's complete callback by Sebastian Andrzej Siewior · 7 years ago
  3. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  4. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  5. 6009d1f isdn: eicon: fix a missing-check bug by Wenwen Wang · 7 years ago
  6. 2cd1f0d isdn: replace ->proc_fops with ->proc_show by Christoph Hellwig · 7 years ago
  7. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
  8. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  9. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
  10. 86cb30e treewide: setup_timer() -> timer_setup() (2 field) by Kees Cook · 7 years ago
  11. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  12. 1be2172 Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  13. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  14. c509a82 mISDN: hfcpci: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  15. 5212dfa ISDN: eicon: message: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  16. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  17. e4dca7b treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  18. e313ac1 mISDN: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  19. f374771 isdn: hfcsusb: constify usb_device_id by Arvind Yadav · 7 years ago
  20. 7a68ada Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  21. eeef171 ISDN: eicon: switch to use native bitmaps by Andy Shevchenko · 7 years ago
  22. 65f9641 isdn: avm: c4: constify pci_device_id. by Arvind Yadav · 7 years ago
  23. ed038e7 isdn: mISDN: hfcpci: constify pci_device_id. by Arvind Yadav · 7 years ago
  24. 1d9c8fa isdn: mISDN: avmfritz: constify pci_device_id. by Arvind Yadav · 7 years ago
  25. e8336ed isdn: mISDN: w6692: constify pci_device_id. by Arvind Yadav · 7 years ago
  26. e3b79fc isdn: mISDN: hfcmulti: constify pci_device_id. by Arvind Yadav · 7 years ago
  27. 0d41668 isdn: mISDN: netjet: constify pci_device_id. by Arvind Yadav · 7 years ago
  28. cf46d35 isdn: eicon: constify pci_device_id. by Arvind Yadav · 7 years ago
  29. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  30. 02417f4 mISDN: remove unnecessary variable assignments by Gustavo A. R. Silva · 8 years ago
  31. 291b38a Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 8 years ago
  32. b9351f7 Annotate hardware config module parameters in drivers/isdn/ by David Howells · 8 years ago
  33. aff55a3 isdn: use setup_timer by Geliang Tang · 8 years ago
  34. b79df0f isdn: hardware: mISDN: Remove reference to CONFIG_8xx by Christophe Leroy · 8 years ago
  35. 4091fb9 scripts/spelling.txt: add "followings" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  36. b8a14f3 scripts/spelling.txt: add "overwriten" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  37. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  38. 950eabb ISDN: eicon: silence misleading array-bounds warning by Arnd Bergmann · 8 years ago
  39. 27d8071 ISDN: eicon: reduce stack size of sig_ind function by Arnd Bergmann · 8 years ago
  40. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  41. 569e937e mISDN: mark symbols static where possible by Baoyou Xie · 8 years ago
  42. ac56506 isdn: eicon: fix old-style declarations by Arnd Bergmann · 9 years ago
  43. acf87a3 ISDN: eicon: replace custom hex_asc_lo() / hex_pack_byte() by Andy Shevchenko · 9 years ago
  44. 1e1589a mISDN: Support DR6 indication in mISDNipac driver by Maciej S. Szmigiero · 9 years ago
  45. 464be1e mISDN: Order IPAC register defines by Maciej S. Szmigiero · 9 years ago
  46. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  47. e60b13e mISDN: prevent possible NULL pointer dereference by Anton Protopopov · 9 years ago
  48. 096f626 isdn: divamnt: use y2038-safe ktime_get_ts64() for trace data timestamps by Alison Schofield · 9 years ago
  49. 40d24c4 mISDN: fix a loop count by Dan Carpenter · 9 years ago
  50. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  51. d939be3 treewide: Fix typo in printk messages by Masanari Iida · 10 years ago
  52. 789d7f6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  53. 45cee4f mISDN: replace current->state by set_current_state() by Fabian Frederick · 10 years ago
  54. b11a278 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  55. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  56. c101cff isdn: off by one in connect_res() by Dan Carpenter · 10 years ago
  57. 3f3558b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  58. 3e7a871 mISDN: avoid arch specific __builtin_return_address call by Arnd Bergmann · 10 years ago
  59. 6205864 isdn: fix NUL (\0 or \x00) specification in string by Giel van Schijndel · 10 years ago
  60. 6341e62 kconfig: use bool instead of boolean for type definition attributes by Christoph Jaeger · 10 years ago
  61. faaa552 drivers: isdn: eicon: xdi_msg.h: Fix typo in #ifndef by Rasmus Villemoes · 10 years ago
  62. 33235ca isdn: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  63. 8455778 isdn: eicon: free pointer after using it in log msg in divas_um_idi_delete_entity() by Jesper Juhl · 11 years ago
  64. d6d6d1b isdn: hfcpci_softirq: get func return to suppress compiler warning by Antonio Alecrim Jr · 11 years ago
  65. 6e3d677 mISDN: replace sum of bitmasks with OR operation. by Alexandru Juncu · 11 years ago
  66. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  67. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 12 years ago
  68. 0aae9c6 drivers/isdn: use module_pcmcia_driver() in pcmcia drivers by H Hartley Sweeten · 12 years ago
  69. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  70. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  71. 9afa319 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  72. 6176772 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  73. 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 12 years ago
  74. ed5a84c Drivers: isdn: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  75. d82603c treewide: Replace incomming with incoming in all comments and strings by Jorrit Schippers · 12 years ago
  76. 744627e9 treewide: fix printk typo in multiple drivers by Masanari Iida · 12 years ago
  77. 465b167 isdn: Fix typo in drivers/isdn by Masanari Iida · 12 years ago
  78. f16f849 isdn: Fix typo in isdn drivers by Masanari Iida · 12 years ago
  79. 4b921ed mISDN: Fix wrong usage of flush_work_sync while holding locks by Karsten Keil · 12 years ago
  80. 9fef768 mISDN: fix possible memory leak in hfcmulti_init() by Wei Yongjun · 12 years ago
  81. b41a9a6 mISDN: Bugfix only few bytes are transfered on a connection by Karsten Keil · 12 years ago
  82. 2ae4605 ISDN: Add check for usb_alloc_urb() result by Karsten Keil · 13 years ago
  83. 28f3d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  84. a481991 Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  85. 2cfb311 mISDN: Add X-Tensions USB ISDN TA XC-525 by Karsten Keil · 13 years ago
  86. e1f12eb USB: Disable hub-initiated LPM for comms devices. by Sarah Sharp · 13 years ago
  87. c27b46e mISDN: Implement MISDN_CTRL_RX_OFF for more drivers by Karsten Keil · 13 years ago
  88. 6d1ee48 mISDN: Implement MISDN_CTRL_FILL_EMPTY for more drivers by Karsten Keil · 13 years ago
  89. 034005a mISDN: Allow to set a minimum length for transparent data by Karsten Keil · 13 years ago
  90. 7206e65 mISDN: Reduce RX buffer allocation for transparent data by Karsten Keil · 13 years ago
  91. 37952cf mISDN: Bugfix hfcsusb: usb endpoint activation/deactivation by Martin Bachem · 13 years ago
  92. 09e79a77 mISDN: avmfritz use the bigger fifo of chip version 2 by Karsten Keil · 13 years ago
  93. 8bfddfb mISDN: Early confirm for transparent data by Karsten Keil · 13 years ago
  94. 1368112 mISDN: Cleanup channel also if it already was deactivated by Karsten Keil · 13 years ago
  95. d584515 isdn: Fix typo in hfcmulti.c by Masanari Iida · 13 years ago
  96. c626c12 mISDN: Make layer1 timer 3 value configurable by Karsten Keil · 13 years ago
  97. d739889 isdn/eicon: use standard __init,__exit function markup by hartleys · 13 years ago
  98. 0700340 mISDN: Added support for fragmentation of E1 interfaces of hfcmulti driver. by Andreas Eversberg · 13 years ago
  99. 864fd63 mISDN: Rework of LED status display for HFC-4S/8S/E1 cards. by Andreas Eversberg · 13 years ago
  100. d2fb549 mISDN: Using FLG_ACTIVE flag to determine if layer 1 is active or not. by Andreas Eversberg · 13 years ago