aboutsummaryrefslogtreecommitdiff
path: root/drivers/isdn
AgeCommit message (Expand)AuthorFilesLines
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLGravatar Linus Torvalds 1-1/+1
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
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-3/+2
2018-03-26treewide: simplify Kconfig dependencies for removed archsGravatar Arnd Bergmann 1-5/+5
2018-02-12net: make getname() functions return length rather than use int* parameterGravatar Denys Vlasenko 1-3/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 10-28/+28
2018-01-30Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-13/+9
2017-12-02mISDN: switch to sock_recvmsg()Gravatar Al Viro 1-13/+9
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 11-19/+19
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Gravatar Kees Cook 1-2/+3
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 10-43/+33
2017-11-21treewide: init_timer() -> setup_timer()Gravatar Kees Cook 2-5/+4
2017-11-16isdn: hisax: Fix pnp_irq's error checking for setup_teles3Gravatar Arvind Yadav 1-1/+1
2017-11-16isdn: hisax: Fix pnp_irq's error checking for setup_sedlbauer_isapnpGravatar Arvind Yadav 1-1/+1
2017-11-16isdn: hisax: Fix pnp_irq's error checking for setup_niccyGravatar Arvind Yadav 1-1/+1
2017-11-16isdn: hisax: Fix pnp_irq's error checking for setup_ix1microGravatar Arvind Yadav 1-1/+1
2017-11-16isdn: hisax: Fix pnp_irq's error checking for setup_isurfGravatar Arvind Yadav 1-1/+1
2017-11-16isdn: hisax: Handle return value of pnp_irq and pnp_port_startGravatar Arvind Yadav 1-0/+2
2017-11-16isdn: hisax: Fix pnp_irq's error checking for setup_hfcsGravatar Arvind Yadav 1-1/+1
2017-11-16isdn: hisax: Fix pnp_irq's error checking for setup_hfcsxGravatar Arvind Yadav 1-1/+1
2017-11-16isdn: hisax: Fix pnp_irq's error checking for setup_elsa_isapnpGravatar Arvind Yadav 1-1/+1
2017-11-16isdn: hisax: Fix pnp_irq's error checking for setup_diva_isapnpGravatar Arvind Yadav 1-1/+1
2017-11-16isdn: hisax: Fix pnp_irq's error checking for avm_pnp_setupGravatar Arvind Yadav 1-1/+1
2017-11-16isdn: hisax: Fix pnp_irq's error checking for setup_asuscomGravatar Arvind Yadav 1-1/+1
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-5/+5
2017-11-05mISDN: l1oip_core: replace _manual_ swap with swap macroGravatar Gustavo A. R. Silva 1-8/+2
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 38-0/+38
2017-11-03mISDN: hfcpci: Convert timers to use timer_setup()Gravatar Kees Cook 1-6/+4
2017-11-03ISDN: eicon: message: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-12/+58
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 38-0/+38
2017-10-31treewide: Fix function prototypes for module_param_call()Gravatar Kees Cook 5-5/+5
2017-10-23isdn/gigaset: Provide cardstate context for bas timer callbacksGravatar Kees Cook 1-8/+6
2017-10-18isdnloop: Convert timers to use timer_setup()Gravatar Kees Cook 1-19/+14
2017-10-18isdn/gigaset: Convert timers to use timer_setup()Gravatar Kees Cook 2-20/+23
2017-10-18isdn/gigaset: Use kzalloc instead of open-coded field zeroingGravatar Kees Cook 1-9/+1
2017-10-18mISDN: Convert timers to use timer_setup()Gravatar Kees Cook 8-32/+24
2017-10-18isdn/hisax: Convert timers to use timer_setup()Gravatar Kees Cook 19-67/+68
2017-09-20isdn/i4l: fetch the ppp_write buffer in one shotGravatar Meng Xu 1-12/+25