aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hardware/mISDN/netjet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-4/+4
2019-10-18idsn: Use pr_warn instead of pr_warningKefeng Wang1-4/+4
2019-08-22mISDN: 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-26isdn: 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-15isdn: mISDN: netjet: constify pci_device_id.Arvind Yadav1-1/+1
2016-02-18mISDN: prevent possible NULL pointer dereferenceAnton Protopopov1-1/+1
2013-01-03Drivers: 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-27mISDN: array underflow in open_bchannel()Dan Carpenter1-1/+1
2012-02-21isdn: whitespace coding style cleanupJoe Perches1-49/+49
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-25isdn: 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 implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-07-25mISDN: Add support for Traverse Technologies NETJet PCI cardsKarsten Keil1-0/+1156