1. b48f19d staging: gigaset: add endpoint-type sanity check by Johan Hovold · 4 years, 8 months ago
  2. 0f5e357 staging: gigaset: fix illegal free on probe errors by Johan Hovold · 4 years, 8 months ago
  3. a5778b8 staging: gigaset: fix general protection fault on probe by Johan Hovold · 4 years, 8 months ago
  4. 321c40d mISDN: Fix type of switch control variable in ctrl_teimanager by Nathan Chancellor · 6 years ago
  5. eaf548f net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 4 years, 9 months ago
  6. 50dddec mISDN: enforce CAP_NET_RAW for raw sockets by Ori Nimron · 4 years, 11 months ago
  7. 2354e92 isdn/capi: check message length in capi_write() by Eric Biggers · 5 years ago
  8. 07efe13 isdn: hfcsusb: Fix mISDN driver crash caused by transfer buffer on the stack by Juliana Rodrigueiro · 5 years ago
  9. 32cbe03 isdn: mISDN: hfcsusb: Fix possible null-pointer dereferences in start_isoc_chain() by Jia-Ju Bai · 5 years ago
  10. f13ee5a ISDN: hfcsusb: checking idx of ep configuration by Phong Tran · 5 years ago
  11. 8e5666c mISDN: make sure device name is NUL terminated by Dan Carpenter · 5 years ago
  12. 98652e0 isdn: bas_gigaset: use usb_fill_int_urb() properly by Paul Bolle · 5 years ago
  13. f83beff mISDN: Check address length before reading address family by Tetsuo Handa · 5 years ago
  14. c408426 mISDN: hfcpci: Test both vendor & device ID for Digium HFC4S by Bjorn Helgaas · 5 years ago
  15. ab125bd isdn: avm: Fix string plus integer warning from Clang by Nathan Chancellor · 6 years ago
  16. 3dd0ce7 isdn: i4l: isdn_tty: Fix some concurrency double-free bugs by Jia-Ju Bai · 6 years ago
  17. 0137890 mISDN: fix a race in dev_expire_timer() by Eric Dumazet · 5 years ago
  18. b67e313 isdn: hisax: hfc_pci: Fix a possible concurrency use-after-free bug in HFCPCI_l1hw() by Jia-Ju Bai · 6 years ago
  19. ec82097 isdn: fix kernel-infoleak in capi_unlocked_ioctl by Eric Dumazet · 6 years ago
  20. 5e22002 isdn: Disable IIOCDBGVAR by Kees Cook · 6 years ago
  21. 055d624 isdn: hisax: config: Replace GFP_ATOMIC with GFP_KERNEL by Jia-Ju Bai · 6 years ago
  22. 87935aa isdn: hisax: callc: Replace GFP_ATOMIC with GFP_KERNEL in init_PStack() by Jia-Ju Bai · 6 years ago
  23. 9d8009d isdn: mISDN: netjet: Replace GFP_ATOMIC with GFP_KERNEL in nj_probe() by Jia-Ju Bai · 6 years ago
  24. 8c957d6 isdn: mISDN: hfcpci: Replace GFP_ATOMIC with GFP_KERNEL in hfc_probe() by Jia-Ju Bai · 6 years ago
  25. 20fbdc3 isdn/capi: fix defined but not used warnings by Randy Dunlap · 6 years ago
  26. d287c50 isdn: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  27. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  28. 414372f TTY: isdn: Replace strncpy with memcpy by Guenter Roeck · 6 years ago
  29. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  30. 16630f5 isdn: mISDN: use irqsave() in USB's complete callback by Sebastian Andrzej Siewior · 6 years ago
  31. e112ce4 isdn: hisax: st5481_usb: use usb_fill_int_urb() by Sebastian Andrzej Siewior · 6 years ago
  32. dd3adc4 isdn: hisax: hfc_usb: use usb_fill_int_urb() by Sebastian Andrzej Siewior · 6 years ago
  33. 78c696c isdn: gigaset: use usb_fill_int_urb() by Sebastian Andrzej Siewior · 6 years ago
  34. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 6 years ago
  35. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  36. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  37. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  38. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  39. db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 6 years ago
  40. 984652d net: remove sock_no_poll by Christoph Hellwig · 6 years ago
  41. 6009d1f isdn: eicon: fix a missing-check bug by Wenwen Wang · 6 years ago
  42. 96362fb isdn/gigaset: add back gigaset_procinfo assignment by Christoph Hellwig · 6 years ago
  43. 2cd1f0d isdn: replace ->proc_fops with ->proc_show by Christoph Hellwig · 6 years ago
  44. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 6 years ago
  45. fddda2b proc: introduce proc_create_seq{,_data} by Christoph Hellwig · 6 years ago
  46. 9a43816 mISDN: Remove VLAs by Laura Abbott · 6 years ago
  47. 5bb053b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  48. a687a53 treewide: simplify Kconfig dependencies for removed archs by Arnd Bergmann · 6 years ago
  49. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 6 years ago
  50. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 6 years ago
  51. 1ed2d76 Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  52. 956a27e mISDN: switch to sock_recvmsg() by Al Viro · 7 years ago
  53. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
  54. 86cb30e treewide: setup_timer() -> timer_setup() (2 field) by Kees Cook · 7 years ago
  55. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  56. b9eaf18 treewide: init_timer() -> setup_timer() by Kees Cook · 7 years ago
  57. 2052556 isdn: hisax: Fix pnp_irq's error checking for setup_teles3 by Arvind Yadav · 7 years ago
  58. d48cc29 isdn: hisax: Fix pnp_irq's error checking for setup_sedlbauer_isapnp by Arvind Yadav · 7 years ago
  59. 4bef0eb isdn: hisax: Fix pnp_irq's error checking for setup_niccy by Arvind Yadav · 7 years ago
  60. 203d202 isdn: hisax: Fix pnp_irq's error checking for setup_ix1micro by Arvind Yadav · 7 years ago
  61. 56cdb91 isdn: hisax: Fix pnp_irq's error checking for setup_isurf by Arvind Yadav · 7 years ago
  62. eb545c1 isdn: hisax: Handle return value of pnp_irq and pnp_port_start by Arvind Yadav · 7 years ago
  63. faa2eff isdn: hisax: Fix pnp_irq's error checking for setup_hfcs by Arvind Yadav · 7 years ago
  64. a6234b8 isdn: hisax: Fix pnp_irq's error checking for setup_hfcsx by Arvind Yadav · 7 years ago
  65. 3cf631b isdn: hisax: Fix pnp_irq's error checking for setup_elsa_isapnp by Arvind Yadav · 7 years ago
  66. e17aa09 isdn: hisax: Fix pnp_irq's error checking for setup_diva_isapnp by Arvind Yadav · 7 years ago
  67. b0927bd isdn: hisax: Fix pnp_irq's error checking for avm_pnp_setup by Arvind Yadav · 7 years ago
  68. 84dcc16 isdn: hisax: Fix pnp_irq's error checking for setup_asuscom by Arvind Yadav · 7 years ago
  69. 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
  70. 28e8c19 mISDN: l1oip_core: replace _manual_ swap with swap macro by Gustavo A. R. Silva · 7 years ago
  71. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  72. c509a82 mISDN: hfcpci: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  73. 5212dfa ISDN: eicon: message: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  74. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  75. e4dca7b treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  76. 33ad61d isdn/gigaset: Provide cardstate context for bas timer callbacks by Kees Cook · 7 years ago
  77. 1128612 isdnloop: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  78. 4cfea08 isdn/gigaset: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  79. c788dd2 isdn/gigaset: Use kzalloc instead of open-coded field zeroing by Kees Cook · 7 years ago
  80. e313ac1 mISDN: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  81. 5e8b824 isdn/hisax: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  82. 02388bf isdn/i4l: fetch the ppp_write buffer in one shot by Meng Xu · 7 years ago
  83. eef5a7c isdn: isdnloop: fix logic error in isdnloop_sendbuf by Arnd Bergmann · 7 years ago
  84. 463910e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  85. 54a6a04 mISDN: Fix null pointer dereference at mISDN_FsmNew by Anton Vasilyev · 7 years ago
  86. 3118e6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  87. 4530cca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  88. f374771 isdn: hfcsusb: constify usb_device_id by Arvind Yadav · 7 years ago
  89. 585f46a isdn: hisax: hfc_usb: constify usb_device_id by Arvind Yadav · 7 years ago
  90. 733a707 isdn: kcapi: make capi_version const by Bhumika Goyal · 7 years ago
  91. b925ef3 hysdn: fix to a race condition in put_log_buffer by Anton Volkov · 7 years ago
  92. fde6af4 Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux by David S. Miller · 7 years ago
  93. 9f5af54 isdn/i4l: fix buffer overflow by Annie Cherkaev · 7 years ago
  94. 7a68ada Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  95. eeef171 ISDN: eicon: switch to use native bitmaps by Andy Shevchenko · 7 years ago
  96. 65f9641 isdn: avm: c4: constify pci_device_id. by Arvind Yadav · 7 years ago
  97. ed038e7 isdn: mISDN: hfcpci: constify pci_device_id. by Arvind Yadav · 7 years ago
  98. 1d9c8fa isdn: mISDN: avmfritz: constify pci_device_id. by Arvind Yadav · 7 years ago
  99. e8336ed isdn: mISDN: w6692: constify pci_device_id. by Arvind Yadav · 7 years ago
  100. e3b79fc isdn: mISDN: hfcmulti: constify pci_device_id. by Arvind Yadav · 7 years ago