summaryrefslogtreecommitdiff
path: root/drivers/isdn/hardware/mISDN/hfcpci.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-29mISDN: hfcpci: Fix potential deadlock on &hc->lockChengfeng Ye1-5/+5
2022-12-14mISDN: hfcpci: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang1-4/+9
2022-10-09mISDN: hfcpci: Fix use-after-free bug in hfcpci_softirqDuoming Zhou1-2/+1
2022-03-07isdn: hfcpci: check the return value of dma_set_mask() in setup_hw()Jia-Ju Bai1-1/+5
2021-10-19mISDN: Fix return values of the probe functionZheyu Ma1-4/+4
2021-05-12mISDN: fix possible use-after-free in HFC_cleanup()Zou Wei1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-21mISDN: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-5/+7
2019-11-26Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+1
2019-10-18idsn: Use pr_warn instead of pr_warningKefeng Wang1-2/+1
2019-08-23mISDN: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-4/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner1-15/+1
2019-04-24isdn:mISDN: fix misuse of %x in hfcpci.cFuqian Huang1-3/+3
2019-03-13isdn: hfcpci: fix potential NULL pointer dereferenceKangjie Lu1-0/+9
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. Silva1-0/+1
2017-11-22treewide: setup_timer() -> timer_setup() (2 field)Kees Cook1-2/+3
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-3/+2
2017-11-03mISDN: hfcpci: Convert timers to use timer_setup()Kees Cook1-6/+4
2017-07-16isdn: mISDN: hfcpci: constify pci_device_id.Arvind Yadav1-1/+1
2017-03-24isdn: use setup_timerGeliang Tang1-6/+3
2015-02-22mISDN: replace current->state by set_current_state()Fabian Frederick1-1/+1
2013-09-16isdn: hfcpci_softirq: get func return to suppress compiler warningAntonio Alecrim Jr1-2/+2
2013-07-20mISDN: replace sum of bitmasks with OR operation.Alexandru Juncu1-6/+6
2013-01-04Drivers: isdn: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-11-10isdn: Fix typo in drivers/isdnMasanari Iida1-1/+1
2012-05-16mISDN: Implement MISDN_CTRL_RX_OFF for more driversKarsten Keil1-0/+5
2012-05-16mISDN: Implement MISDN_CTRL_FILL_EMPTY for more driversKarsten Keil1-40/+19
2012-05-16mISDN: Allow to set a minimum length for transparent dataKarsten Keil1-6/+6
2012-05-16mISDN: Reduce RX buffer allocation for transparent dataKarsten Keil1-5/+6
2012-05-16mISDN: Early confirm for transparent dataKarsten Keil1-11/+3
2012-05-16mISDN: Cleanup channel also if it already was deactivatedKarsten Keil1-2/+1
2012-05-04mISDN: Make layer1 timer 3 value configurableKarsten Keil1-1/+4
2012-03-28mISDN: array underflow in open_bchannel()Dan Carpenter1-1/+1
2012-02-21isdn: whitespace coding style cleanupJoe Perches1-178/+178
2011-06-07net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-04-18isdn: hfcpci: Fix set-but-unused variables.David S. Miller1-4/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-08-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-07-16isdn/hardware/mISDN: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID ...Peter Huewe1-46/+46
2010-07-11fix comment/printk typos concerning "already"Uwe Kleine-König1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-07-25mISDN: Make clearing B-channel a common functionKarsten Keil1-15/+1
2009-06-11mISDN: Free hfcpci IRQ if init was not successfulAndreas Mohr1-4/+3
2009-05-25mISDN: Cleanup debug messagesKarsten Keil1-13/+15
2009-05-25mISDN: Echo canceler now gets delay information from hardwareAndreas Eversberg1-29/+41
2009-02-16drivers/isdn/hardware/mISDN: change type of hfc_jiffies to unsigned longHannes Eder1-1/+1
2009-02-16drivers/isdn/hardware/mISDN: fix sparse warnings: make symbols staticHannes Eder1-2/+2
2009-01-11Make parameter debug writableKarsten Keil1-1/+1
2009-01-10mISDN: Added missing create_l1() callAndreas Eversberg1-0/+5