summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hardware
Commit message (Expand)AuthorAgeFilesLines
* mISDN: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-08-226-24/+12
* isdn: hfcsusb: Fix mISDN driver crash caused by transfer buffer on the stackJuliana Rodrigueiro2019-07-311-1/+11
* isdn: mISDN: hfcsusb: Fix possible null-pointer dereferences in start_isoc_ch...Jia-Ju Bai2019-07-271-0/+1
* ISDN: hfcsusb: checking idx of ep configurationPhong Tran2019-07-151-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-0716-230/+16
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176Thomas Gleixner2019-05-3012-170/+12
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-304-60/+4
* | Merge tag 'isdn-removal' of https://git.kernel.org/pub/scm/linux/kernel/git/a...David S. Miller2019-06-0219-5674/+694
|\ \ | |/ |/|
| * isdn: move capi drivers to stagingArnd Bergmann2019-05-3114-5671/+0
| * isdn: hdlc: move into mISDNArnd Bergmann2019-05-315-3/+720
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
* isdn:mISDN: fix misuse of %x in hfcpci.cFuqian Huang2019-04-231-3/+3
* mISDN: hfcpci: Test both vendor & device ID for Digium HFC4SBjorn Helgaas2019-03-181-1/+2
* isdn: hfcpci: fix potential NULL pointer dereferenceKangjie Lu2019-03-121-0/+9
* isdn: mISDNinfineon: fix potential NULL pointer dereferenceKangjie Lu2019-03-101-1/+4
* isdn: mISDN: Fix potential NULL pointer dereference of kzallocAditya Pakki2019-03-041-0/+3
* isdn: avm: Fix string plus integer warning from ClangNathan Chancellor2019-01-191-1/+1
* mISDN: hfcsusb: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-111-2/+1
* PCI: add USR vendor id and use it in r8169 and w6692 driverHeiner Kallweit2018-11-111-3/+0
* ISDN: eicon: Remove driverOlof Johansson2018-11-0684-41748/+0
* isdn: mISDN: netjet: Replace GFP_ATOMIC with GFP_KERNEL in nj_probe()Jia-Ju Bai2018-07-261-1/+1
* isdn: mISDN: hfcpci: Replace GFP_ATOMIC with GFP_KERNEL in hfc_probe()Jia-Ju Bai2018-07-261-1/+1
* isdn: mark expected switch fall-throughsGustavo A. R. Silva2018-07-044-0/+7
* isdn: mISDN: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-221-16/+20
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-0412-96/+18
|\
| * isdn: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-1610-66/+14
| * proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-162-30/+4
* | isdn: eicon: fix a missing-check bugWenwen Wang2018-05-223-16/+29
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-114-10/+10
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-284-6/+6
* treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-211-2/+3
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-214-19/+13
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0425-0/+25
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0225-0/+25
| |/
* | mISDN: hfcpci: Convert timers to use timer_setup()Kees Cook2017-11-031-6/+4
* | ISDN: eicon: message: mark expected switch fall-throughsGustavo A. R. Silva2017-11-031-12/+58
* | mISDN: Convert timers to use timer_setup()Kees Cook2017-10-182-8/+6
|/
* isdn: hfcsusb: constify usb_device_idArvind Yadav2017-08-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-217-7/+7
|\
| * isdn: avm: c4: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
| * isdn: mISDN: hfcpci: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
| * isdn: mISDN: avmfritz: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
| * isdn: mISDN: w6692: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
| * isdn: mISDN: hfcmulti: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
| * isdn: mISDN: netjet: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
| * isdn: eicon: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
* | ISDN: eicon: switch to use native bitmapsAndy Shevchenko2017-07-192-205/+58
|/