summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hardware/mISDN/hfcpci.c
Commit message (Expand)AuthorAgeFilesLines
* mISDN: hfcpci: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-131-4/+9
* mISDN: hfcpci: Fix use-after-free bug in hfcpci_softirqDuoming Zhou2022-10-091-2/+1
* isdn: hfcpci: check the return value of dma_set_mask() in setup_hw()Jia-Ju Bai2022-03-071-1/+5
* mISDN: Fix return values of the probe functionZheyu Ma2021-10-191-4/+4
* mISDN: fix possible use-after-free in HFC_cleanup()Zou Wei2021-05-111-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* mISDN: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-07-201-5/+7
* Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-2/+1
|\
| * idsn: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-2/+1
* | mISDN: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-08-221-4/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-301-15/+1
* isdn:mISDN: fix misuse of %x in hfcpci.cFuqian Huang2019-04-231-3/+3
* isdn: hfcpci: fix potential NULL pointer dereferenceKangjie Lu2019-03-121-0/+9
* 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-041-0/+1
* treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-211-2/+3
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+2
* mISDN: hfcpci: Convert timers to use timer_setup()Kees Cook2017-11-031-6/+4
* isdn: mISDN: hfcpci: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
* isdn: use setup_timerGeliang Tang2017-03-241-6/+3
* mISDN: replace current->state by set_current_state()Fabian Frederick2015-02-221-1/+1
* isdn: hfcpci_softirq: get func return to suppress compiler warningAntonio Alecrim Jr2013-09-151-2/+2
* mISDN: replace sum of bitmasks with OR operation.Alexandru Juncu2013-07-191-6/+6
* Drivers: isdn: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* isdn: Fix typo in drivers/isdnMasanari Iida2012-11-091-1/+1
* mISDN: Implement MISDN_CTRL_RX_OFF for more driversKarsten Keil2012-05-161-0/+5
* mISDN: Implement MISDN_CTRL_FILL_EMPTY for more driversKarsten Keil2012-05-161-40/+19
* mISDN: Allow to set a minimum length for transparent dataKarsten Keil2012-05-161-6/+6
* mISDN: Reduce RX buffer allocation for transparent dataKarsten Keil2012-05-161-5/+6
* mISDN: Early confirm for transparent dataKarsten Keil2012-05-161-11/+3
* mISDN: Cleanup channel also if it already was deactivatedKarsten Keil2012-05-161-2/+1
* mISDN: Make layer1 timer 3 value configurableKarsten Keil2012-05-041-1/+4
* mISDN: array underflow in open_bchannel()Dan Carpenter2012-03-271-1/+1
* isdn: whitespace coding style cleanupJoe Perches2012-02-211-178/+178
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-061-0/+1
* isdn: hfcpci: Fix set-but-unused variables.David S. Miller2011-04-171-4/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-041-1/+1
|\
| * fix comment/printk typos concerning "already"Uwe Kleine-König2010-07-111-1/+1
* | isdn/hardware/mISDN: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID ...Peter Huewe2010-07-151-46/+46
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* mISDN: Make clearing B-channel a common functionKarsten Keil2009-07-251-15/+1
* mISDN: Free hfcpci IRQ if init was not successfulAndreas Mohr2009-06-111-4/+3
* mISDN: Cleanup debug messagesKarsten Keil2009-05-251-13/+15
* mISDN: Echo canceler now gets delay information from hardwareAndreas Eversberg2009-05-251-29/+41
* drivers/isdn/hardware/mISDN: change type of hfc_jiffies to unsigned longHannes Eder2009-02-151-1/+1
* drivers/isdn/hardware/mISDN: fix sparse warnings: make symbols staticHannes Eder2009-02-151-2/+2
* Make parameter debug writableKarsten Keil2009-01-111-1/+1
* mISDN: Added missing create_l1() callAndreas Eversberg2009-01-091-0/+5
* mISDN: Add MODULE_DEVICE_TABLE() to hfcpciMatthias Urlichs2009-01-091-0/+2