aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-26isdn: hisax: config: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai1-4/+4
2018-07-26isdn: hisax: callc: Replace GFP_ATOMIC with GFP_KERNEL in init_PStack()Jia-Ju Bai1-1/+1
2018-07-26isdn: mISDN: netjet: Replace GFP_ATOMIC with GFP_KERNEL in nj_probe()Jia-Ju Bai1-1/+1
2018-07-26isdn: mISDN: hfcpci: Replace GFP_ATOMIC with GFP_KERNEL in hfc_probe()Jia-Ju Bai1-1/+1
2018-07-08isdn/capi: fix defined but not used warningsRandy Dunlap2-3/+5
2018-07-04isdn: mark expected switch fall-throughsGustavo A. R. Silva15-0/+33
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-07-02TTY: isdn: Replace strncpy with memcpyGuenter Roeck1-2/+2
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+1
2018-06-22isdn: mISDN: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-16/+20
2018-06-22isdn: hisax: st5481_usb: use usb_fill_int_urb()Sebastian Andrzej Siewior1-8/+3
2018-06-22isdn: hisax: hfc_usb: use usb_fill_int_urb()Sebastian Andrzej Siewior1-7/+3
2018-06-22isdn: gigaset: use usb_fill_int_urb()Sebastian Andrzej Siewior1-14/+12
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-2/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook7-9/+13
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook7-13/+21
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds18-242/+30
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-1/+1
2018-05-26net: remove sock_no_pollChristoph Hellwig1-1/+0
2018-05-22isdn: eicon: fix a missing-check bugWenwen Wang3-16/+29
2018-05-17isdn/gigaset: add back gigaset_procinfo assignmentChristoph Hellwig1-0/+1
2018-05-16isdn: replace ->proc_fops with ->proc_showChristoph Hellwig13-96/+18
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig4-72/+7
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-75/+5
2018-04-12mISDN: Remove VLAsLaura Abbott2-6/+16
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+2
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann1-5/+5
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-3/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds10-28/+28
2018-01-30Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-13/+9
2017-12-02mISDN: switch to sock_recvmsg()Al Viro1-13/+9
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro11-19/+19
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook1-2/+3
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook10-43/+33
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook2-5/+4
2017-11-16isdn: hisax: Fix pnp_irq's error checking for setup_teles3Arvind Yadav1-1/+1
2017-11-16isdn: hisax: Fix pnp_irq's error checking for setup_sedlbauer_isapnpArvind Yadav1-1/+1
2017-11-16isdn: hisax: Fix pnp_irq's error checking for setup_niccyArvind Yadav1-1/+1
2017-11-16isdn: hisax: Fix pnp_irq's error checking for setup_ix1microArvind Yadav1-1/+1
2017-11-16isdn: hisax: Fix pnp_irq's error checking for setup_isurfArvind Yadav1-1/+1
2017-11-16isdn: hisax: Handle return value of pnp_irq and pnp_port_startArvind Yadav1-0/+2
2017-11-16isdn: hisax: Fix pnp_irq's error checking for setup_hfcsArvind Yadav1-1/+1
2017-11-16isdn: hisax: Fix pnp_irq's error checking for setup_hfcsxArvind Yadav1-1/+1
2017-11-16isdn: hisax: Fix pnp_irq's error checking for setup_elsa_isapnpArvind Yadav1-1/+1
2017-11-16isdn: hisax: Fix pnp_irq's error checking for setup_diva_isapnpArvind Yadav1-1/+1
2017-11-16isdn: hisax: Fix pnp_irq's error checking for avm_pnp_setupArvind Yadav1-1/+1
2017-11-16isdn: hisax: Fix pnp_irq's error checking for setup_asuscomArvind Yadav1-1/+1
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds5-5/+5
2017-11-05mISDN: l1oip_core: replace _manual_ swap with swap macroGustavo A. R. Silva1-8/+2