aboutsummaryrefslogtreecommitdiff
path: root/drivers/isdn
AgeCommit message (Expand)Author
2018-11-16isdn/hisax: remove set but not used variable 'total'YueHaibing
2018-11-11PCI: add USR vendor id and use it in r8169 and w6692 driverHeiner Kallweit
2018-11-06ISDN: eicon: Remove driverOlof Johansson
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-10-22mISDN: Fix type of switch control variable in ctrl_teimanagerNathan Chancellor
2018-10-22isdn: hfc_{pci,sx}: Avoid empty body if statementsNathan Chancellor
2018-10-13gigaset: add ->compat_ioctl()Al Viro
2018-10-13gigaset: don't try to printk userland buffer contentsAl Viro
2018-10-13isdn_tty: TCSBRK{,P} won't reach ->ioctl()Al Viro
2018-10-13kill capinc_tty_ioctl()Al Viro
2018-10-10isdn/hisax: amd7930_fn: Remove unnecessary parenthesesNathan Chancellor
2018-10-08isdn/gigaset/isocdata: mark expected switch fall-throughGustavo A. R. Silva
2018-10-08isdn/gigaset: mark expected switch fall-throughsGustavo A. R. Silva
2018-10-05gigaset: asyncdata: mark expected switch fall-throughsGustavo A. R. Silva
2018-10-02isdn/hisax: Fix fall-through annotationGustavo A. R. Silva
2018-09-21mISDN: remove redundant null pointer check before kfree_skbzhong jiang
2018-09-19isdn/hisax: Remove unnecessary parenthesisNathan Chancellor
2018-08-16isdn: Disable IIOCDBGVARKees Cook
2018-07-26isdn: hisax: config: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai
2018-07-26isdn: hisax: callc: Replace GFP_ATOMIC with GFP_KERNEL in init_PStack()Jia-Ju Bai
2018-07-26isdn: mISDN: netjet: Replace GFP_ATOMIC with GFP_KERNEL in nj_probe()Jia-Ju Bai
2018-07-26isdn: mISDN: hfcpci: Replace GFP_ATOMIC with GFP_KERNEL in hfc_probe()Jia-Ju Bai
2018-07-08isdn/capi: fix defined but not used warningsRandy Dunlap
2018-07-04isdn: mark expected switch fall-throughsGustavo A. R. Silva
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-02TTY: isdn: Replace strncpy with memcpyGuenter Roeck
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-22isdn: mISDN: use irqsave() in USB's complete callbackSebastian Andrzej Siewior
2018-06-22isdn: hisax: st5481_usb: use usb_fill_int_urb()Sebastian Andrzej Siewior
2018-06-22isdn: hisax: hfc_usb: use usb_fill_int_urb()Sebastian Andrzej Siewior
2018-06-22isdn: gigaset: use usb_fill_int_urb()Sebastian Andrzej Siewior
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig
2018-05-26net: remove sock_no_pollChristoph Hellwig
2018-05-22isdn: eicon: fix a missing-check bugWenwen Wang
2018-05-17isdn/gigaset: add back gigaset_procinfo assignmentChristoph Hellwig
2018-05-16isdn: replace ->proc_fops with ->proc_showChristoph Hellwig
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
2018-04-12mISDN: Remove VLAsLaura Abbott
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds