aboutsummaryrefslogtreecommitdiff
path: root/drivers/isdn
AgeCommit message (Expand)AuthorFilesLines
2019-01-11mISDN: hfcsusb: Use struct_size() in kzalloc()Gravatar Gustavo A. R. Silva 1-2/+1
2019-01-11isdn: i4l: isdn_tty: Fix some concurrency double-free bugsGravatar Jia-Ju Bai 1-1/+5
2019-01-02isdn: fix kernel-infoleak in capi_unlocked_ioctlGravatar Eric Dumazet 1-2/+2
2018-12-28isdn: hisax: hfc_pci: Fix a possible concurrency use-after-free bug in HFCPCI...Gravatar Jia-Ju Bai 1-0/+2
2018-11-16isdn/hisax: remove set but not used variable 'total'Gravatar YueHaibing 1-2/+1
2018-11-11PCI: add USR vendor id and use it in r8169 and w6692 driverGravatar Heiner Kallweit 1-3/+0
2018-11-06ISDN: eicon: Remove driverGravatar Olof Johansson 84-41748/+0
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-2/+1
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-27/+12
2018-10-24iov_iter: Separate type from direction and use accessor functionsGravatar David Howells 1-2/+1
2018-10-22mISDN: Fix type of switch control variable in ctrl_teimanagerGravatar Nathan Chancellor 1-4/+3
2018-10-22isdn: hfc_{pci,sx}: Avoid empty body if statementsGravatar Nathan Chancellor 4-12/+11
2018-10-13gigaset: add ->compat_ioctl()Gravatar Al Viro 1-0/+11
2018-10-13gigaset: don't try to printk userland buffer contentsGravatar Al Viro 1-1/+1
2018-10-13isdn_tty: TCSBRK{,P} won't reach ->ioctl()Gravatar Al Viro 1-19/+0
2018-10-13kill capinc_tty_ioctl()Gravatar Al Viro 1-7/+0
2018-10-10isdn/hisax: amd7930_fn: Remove unnecessary parenthesesGravatar Nathan Chancellor 1-1/+1
2018-10-08isdn/gigaset/isocdata: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-1/+1
2018-10-08isdn/gigaset: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-2/+2
2018-10-05gigaset: asyncdata: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-2/+2
2018-10-02isdn/hisax: Fix fall-through annotationGravatar Gustavo A. R. Silva 1-1/+1
2018-09-21mISDN: remove redundant null pointer check before kfree_skbGravatar zhong jiang 1-2/+1
2018-09-19isdn/hisax: Remove unnecessary parenthesisGravatar Nathan Chancellor 1-1/+1
2018-08-16isdn: Disable IIOCDBGVARGravatar Kees Cook 1-7/+1
2018-07-26isdn: hisax: config: Replace GFP_ATOMIC with GFP_KERNELGravatar Jia-Ju Bai 1-4/+4
2018-07-26isdn: hisax: callc: Replace GFP_ATOMIC with GFP_KERNEL in init_PStack()Gravatar Jia-Ju Bai 1-1/+1
2018-07-26isdn: mISDN: netjet: Replace GFP_ATOMIC with GFP_KERNEL in nj_probe()Gravatar Jia-Ju Bai 1-1/+1
2018-07-26isdn: mISDN: hfcpci: Replace GFP_ATOMIC with GFP_KERNEL in hfc_probe()Gravatar Jia-Ju Bai 1-1/+1
2018-07-08isdn/capi: fix defined but not used warningsGravatar Randy Dunlap 2-3/+5
2018-07-04isdn: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 15-0/+33
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2018-07-02TTY: isdn: Replace strncpy with memcpyGravatar Guenter Roeck 1-2/+2
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLGravatar Linus Torvalds 1-1/+1
2018-06-22isdn: mISDN: use irqsave() in USB's complete callbackGravatar Sebastian Andrzej Siewior 1-16/+20
2018-06-22isdn: hisax: st5481_usb: use usb_fill_int_urb()Gravatar Sebastian Andrzej Siewior 1-8/+3
2018-06-22isdn: hisax: hfc_usb: use usb_fill_int_urb()Gravatar Sebastian Andrzej Siewior 1-7/+3
2018-06-22isdn: gigaset: use usb_fill_int_urb()Gravatar Sebastian Andrzej Siewior 1-14/+12
2018-06-12treewide: Use array_size() in vmalloc()Gravatar Kees Cook 1-2/+3
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 7-9/+13
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 7-13/+21
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-2/+1
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 18-242/+30
2018-05-26net: convert datagram_poll users tp ->poll_maskGravatar Christoph Hellwig 1-1/+1
2018-05-26net: remove sock_no_pollGravatar Christoph Hellwig 1-1/+0
2018-05-22isdn: eicon: fix a missing-check bugGravatar Wenwen Wang 3-16/+29
2018-05-17isdn/gigaset: add back gigaset_procinfo assignmentGravatar Christoph Hellwig 1-0/+1
2018-05-16isdn: replace ->proc_fops with ->proc_showGravatar Christoph Hellwig 13-96/+18
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 4-72/+7
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 1-75/+5
2018-04-12mISDN: Remove VLAsGravatar Laura Abbott 2-6/+16