summaryrefslogtreecommitdiff
path: root/drivers/isdn/hardware
AgeCommit message (Expand)AuthorFilesLines
2023-01-18mISDN: hfcmulti: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang1-6/+13
2023-01-18mISDN: hfcpci: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang1-4/+9
2023-01-18mISDN: hfcsusb: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang1-4/+8
2022-11-10isdn: mISDN: netjet: fix wrong check of device registrationYang Yingliang1-1/+1
2021-10-27isdn: mISDN: Fix sleeping function called from invalid contextZheyu Ma1-1/+1
2021-07-20mISDN: fix possible use-after-free in HFC_cleanup()Zou Wei1-1/+1
2021-06-16isdn: mISDN: netjet: Fix crash in nj_probe:Zheyu Ma1-1/+0
2021-06-03isdn: mISDNinfineon: check/cleanup ioremap failure correctly in setup_ioPhillip Potter1-8/+16
2021-04-10mISDN: fix crash in fritzpciTong Zhang1-1/+1
2020-06-22PCI: add USR vendor id and use it in r8169 and w6692 driverHeiner Kallweit1-3/+0
2019-08-29isdn: hfcsusb: Fix mISDN driver crash caused by transfer buffer on the stackJuliana Rodrigueiro1-1/+11
2019-08-29isdn: mISDN: hfcsusb: Fix possible null-pointer dereferences in start_isoc_ch...Jia-Ju Bai1-0/+1
2019-08-04ISDN: hfcsusb: checking idx of ep configurationPhong Tran1-0/+3
2019-04-03mISDN: hfcpci: Test both vendor & device ID for Digium HFC4SBjorn Helgaas1-1/+2
2019-02-27isdn: avm: Fix string plus integer warning from ClangNathan Chancellor1-1/+1
2018-07-27isdn: mISDN: netjet: Replace GFP_ATOMIC with GFP_KERNEL in nj_probe()Jia-Ju Bai1-1/+1
2018-07-27isdn: mISDN: hfcpci: Replace GFP_ATOMIC with GFP_KERNEL in hfc_probe()Jia-Ju Bai1-1/+1
2018-07-04isdn: mark expected switch fall-throughsGustavo A. R. Silva4-0/+7
2018-06-22isdn: mISDN: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-16/+20
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds12-96/+18
2018-05-22isdn: eicon: fix a missing-check bugWenwen Wang3-16/+29
2018-05-16isdn: replace ->proc_fops with ->proc_showChristoph Hellwig10-66/+14
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig2-30/+4
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds4-10/+10
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro4-6/+6
2017-11-22treewide: setup_timer() -> timer_setup() (2 field)Kees Cook1-2/+3
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook4-19/+13
2017-11-16Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-5/+5
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller25-0/+25
2017-11-03mISDN: hfcpci: Convert timers to use timer_setup()Kees Cook1-6/+4
2017-11-03ISDN: eicon: message: mark expected switch fall-throughsGustavo A. R. Silva1-12/+58
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman25-0/+25
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook5-5/+5
2017-10-18mISDN: Convert timers to use timer_setup()Kees Cook2-8/+6
2017-08-09isdn: hfcsusb: constify usb_device_idArvind Yadav1-1/+1
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-7/+7
2017-07-20ISDN: eicon: switch to use native bitmapsAndy Shevchenko2-205/+58
2017-07-16isdn: avm: c4: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16isdn: mISDN: hfcpci: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16isdn: mISDN: avmfritz: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16isdn: mISDN: w6692: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16isdn: mISDN: hfcmulti: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16isdn: mISDN: netjet: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16isdn: eicon: constify pci_device_id.Arvind Yadav1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg6-16/+15
2017-06-08mISDN: remove unnecessary variable assignmentsGustavo A. R. Silva1-8/+8
2017-05-11Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+4
2017-04-20Annotate hardware config module parameters in drivers/isdn/David Howells2-4/+4
2017-03-24isdn: use setup_timerGeliang Tang6-27/+17