summaryrefslogtreecommitdiffstats
path: root/drivers/isdn
Commit message (Expand)AuthorAgeFilesLines
...
* mISDN: hfcsusb: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-121-2/+1Star
* isdn: i4l: isdn_tty: Fix some concurrency double-free bugsJia-Ju Bai2019-01-121-1/+5
* isdn: fix kernel-infoleak in capi_unlocked_ioctlEric Dumazet2019-01-021-2/+2
* isdn: hisax: hfc_pci: Fix a possible concurrency use-after-free bug in HFCPCI...Jia-Ju Bai2018-12-291-0/+2
* isdn/hisax: remove set but not used variable 'total'YueHaibing2018-11-171-2/+1Star
* PCI: add USR vendor id and use it in r8169 and w6692 driverHeiner Kallweit2018-11-111-3/+0Star
* ISDN: eicon: Remove driverOlof Johansson2018-11-0684-41748/+0Star
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-021-2/+1Star
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-2/+1Star
* | Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-243-27/+12Star
|\ \
| * | gigaset: add ->compat_ioctl()Al Viro2018-10-131-0/+11
| * | gigaset: don't try to printk userland buffer contentsAl Viro2018-10-131-1/+1
| * | isdn_tty: TCSBRK{,P} won't reach ->ioctl()Al Viro2018-10-131-19/+0Star
| * | kill capinc_tty_ioctl()Al Viro2018-10-131-7/+0Star
* | | mISDN: Fix type of switch control variable in ctrl_teimanagerNathan Chancellor2018-10-231-4/+3Star
* | | isdn: hfc_{pci,sx}: Avoid empty body if statementsNathan Chancellor2018-10-234-12/+11Star
| |/ |/|
* | isdn/hisax: amd7930_fn: Remove unnecessary parenthesesNathan Chancellor2018-10-111-1/+1
* | isdn/gigaset/isocdata: mark expected switch fall-throughGustavo A. R. Silva2018-10-081-1/+1
* | isdn/gigaset: mark expected switch fall-throughsGustavo A. R. Silva2018-10-081-2/+2
* | gigaset: asyncdata: mark expected switch fall-throughsGustavo A. R. Silva2018-10-051-2/+2
* | isdn/hisax: Fix fall-through annotationGustavo A. R. Silva2018-10-021-1/+1
* | mISDN: remove redundant null pointer check before kfree_skbzhong jiang2018-09-211-2/+1Star
* | isdn/hisax: Remove unnecessary parenthesisNathan Chancellor2018-09-201-1/+1
|/
* isdn: Disable IIOCDBGVARKees Cook2018-08-161-7/+1Star
* isdn: hisax: config: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2018-07-271-4/+4
* isdn: hisax: callc: Replace GFP_ATOMIC with GFP_KERNEL in init_PStack()Jia-Ju Bai2018-07-271-1/+1
* isdn: mISDN: netjet: Replace GFP_ATOMIC with GFP_KERNEL in nj_probe()Jia-Ju Bai2018-07-271-1/+1
* isdn: mISDN: hfcpci: Replace GFP_ATOMIC with GFP_KERNEL in hfc_probe()Jia-Ju Bai2018-07-271-1/+1
* isdn/capi: fix defined but not used warningsRandy Dunlap2018-07-082-3/+5
* isdn: mark expected switch fall-throughsGustavo A. R. Silva2018-07-0415-0/+33
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-1/+1
|\
| * Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1
* | TTY: isdn: Replace strncpy with memcpyGuenter Roeck2018-07-021-2/+2
* | isdn: mISDN: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-221-16/+20
* | isdn: hisax: st5481_usb: use usb_fill_int_urb()Sebastian Andrzej Siewior2018-06-221-8/+3Star
* | isdn: hisax: hfc_usb: use usb_fill_int_urb()Sebastian Andrzej Siewior2018-06-221-7/+3Star
* | isdn: gigaset: use usb_fill_int_urb()Sebastian Andrzej Siewior2018-06-221-14/+12Star
|/
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-2/+3
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-137-9/+13
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-137-13/+21
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-2/+1Star
|\
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-1/+1
| * net: remove sock_no_pollChristoph Hellwig2018-05-261-1/+0Star
* | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-0418-242/+30Star
|\ \
| * | isdn/gigaset: add back gigaset_procinfo assignmentChristoph Hellwig2018-05-181-0/+1
| * | isdn: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-1613-96/+18Star
| * | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-164-72/+7Star
| * | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-75/+5Star
| |/
* / isdn: eicon: fix a missing-check bugWenwen Wang2018-05-223-16/+29
|/
* mISDN: Remove VLAsLaura Abbott2018-04-132-6/+16