summaryrefslogtreecommitdiff
path: root/drivers/isdn/hardware/mISDN/netjet.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-24isdn: mISDN: netjet: Remove redundant pci_clear_masterCai Huoqing1-1/+0
2022-11-02isdn: mISDN: netjet: fix wrong check of device registrationYang Yingliang1-1/+1
2021-10-09isdn: mISDN: Fix sleeping function called from invalid contextZheyu Ma1-1/+1
2021-05-18isdn: mISDN: netjet: Fix crash in nj_probe:Zheyu Ma1-1/+0
2020-07-21mISDN: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-4/+4
2019-11-26Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-4/+4
2019-10-18idsn: Use pr_warn instead of pr_warningKefeng Wang1-4/+4
2019-08-23mISDN: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-2/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+1
2019-05-31isdn: hdlc: move into mISDNArnd Bergmann1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176Thomas Gleixner1-14/+1
2018-07-27isdn: mISDN: netjet: Replace GFP_ATOMIC with GFP_KERNEL in nj_probe()Jia-Ju Bai1-1/+1
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-1/+1
2017-07-16isdn: mISDN: netjet: constify pci_device_id.Arvind Yadav1-1/+1
2016-02-18mISDN: prevent possible NULL pointer dereferenceAnton Protopopov1-1/+1
2013-01-04Drivers: isdn: remove __dev* attributes.Greg Kroah-Hartman1-5/+5
2012-09-13mISDN: Fix wrong usage of flush_work_sync while holding locksKarsten Keil1-1/+2
2012-05-16mISDN: Implement MISDN_CTRL_RX_OFF for more driversKarsten Keil1-0/+4
2012-05-16mISDN: Implement MISDN_CTRL_FILL_EMPTY for more driversKarsten Keil1-22/+56
2012-05-16mISDN: Allow to set a minimum length for transparent dataKarsten Keil1-18/+5
2012-05-16mISDN: Reduce RX buffer allocation for transparent dataKarsten Keil1-45/+34
2012-05-16mISDN: Early confirm for transparent dataKarsten Keil1-15/+6
2012-05-16mISDN: Cleanup channel also if it already was deactivatedKarsten Keil1-8/+4
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-49/+49
2011-06-07net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-26isdn: netjet - blacklist Digium TDM400PPrarit Bhargava1-0/+6
2010-06-01drivers/isdn/hardware/mISDN: Use GFP_ATOMIC when a lock is heldJulia Lawall1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-07-25mISDN: Add support for Traverse Technologies NETJet PCI cardsKarsten Keil1-0/+1156