summaryrefslogtreecommitdiffstats
path: root/drivers/isdn
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-031-3/+2Star
|\
| * net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-3/+2Star
* | treewide: simplify Kconfig dependencies for removed archsArnd Bergmann2018-03-261-5/+5
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-1110-28/+28
* Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-311-13/+9Star
|\
| * mISDN: switch to sock_recvmsg()Al Viro2017-12-031-13/+9Star
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-2811-19/+19
|/
* treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-221-2/+3
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-2210-43/+33Star
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-222-5/+4Star
* isdn: hisax: Fix pnp_irq's error checking for setup_teles3Arvind Yadav2017-11-161-1/+1
* isdn: hisax: Fix pnp_irq's error checking for setup_sedlbauer_isapnpArvind Yadav2017-11-161-1/+1
* isdn: hisax: Fix pnp_irq's error checking for setup_niccyArvind Yadav2017-11-161-1/+1
* isdn: hisax: Fix pnp_irq's error checking for setup_ix1microArvind Yadav2017-11-161-1/+1
* isdn: hisax: Fix pnp_irq's error checking for setup_isurfArvind Yadav2017-11-161-1/+1
* isdn: hisax: Handle return value of pnp_irq and pnp_port_startArvind Yadav2017-11-161-0/+2
* isdn: hisax: Fix pnp_irq's error checking for setup_hfcsArvind Yadav2017-11-161-1/+1
* isdn: hisax: Fix pnp_irq's error checking for setup_hfcsxArvind Yadav2017-11-161-1/+1
* isdn: hisax: Fix pnp_irq's error checking for setup_elsa_isapnpArvind Yadav2017-11-161-1/+1
* isdn: hisax: Fix pnp_irq's error checking for setup_diva_isapnpArvind Yadav2017-11-161-1/+1
* isdn: hisax: Fix pnp_irq's error checking for avm_pnp_setupArvind Yadav2017-11-161-1/+1
* isdn: hisax: Fix pnp_irq's error checking for setup_asuscomArvind Yadav2017-11-161-1/+1
* Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-155-5/+5
|\
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-315-5/+5
* | mISDN: l1oip_core: replace _manual_ swap with swap macroGustavo A. R. Silva2017-11-051-8/+2Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0438-0/+38
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0238-0/+38
| |/
* | mISDN: hfcpci: Convert timers to use timer_setup()Kees Cook2017-11-031-6/+4Star
* | ISDN: eicon: message: mark expected switch fall-throughsGustavo A. R. Silva2017-11-031-12/+58
* | isdn/gigaset: Provide cardstate context for bas timer callbacksKees Cook2017-10-231-8/+6Star
* | isdnloop: Convert timers to use timer_setup()Kees Cook2017-10-181-19/+14Star
* | isdn/gigaset: Convert timers to use timer_setup()Kees Cook2017-10-182-20/+23
* | isdn/gigaset: Use kzalloc instead of open-coded field zeroingKees Cook2017-10-181-9/+1Star
* | mISDN: Convert timers to use timer_setup()Kees Cook2017-10-188-32/+24Star
* | isdn/hisax: Convert timers to use timer_setup()Kees Cook2017-10-1819-67/+68
|/
* isdn/i4l: fetch the ppp_write buffer in one shotMeng Xu2017-09-211-12/+25
* isdn: isdnloop: fix logic error in isdnloop_sendbufArnd Bergmann2017-09-081-1/+1