summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hardware/mISDN
Commit message (Expand)AuthorAgeFilesLines
* 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: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-211-2/+3
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-213-14/+9
* 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-044-0/+4
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
| |/
* | mISDN: hfcpci: Convert timers to use timer_setup()Kees Cook2017-11-031-6/+4
* | mISDN: Convert timers to use timer_setup()Kees Cook2017-10-182-8/+6
|/
* isdn: hfcsusb: constify usb_device_idArvind Yadav2017-08-081-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
* networking: introduce and use skb_put_data()Johannes Berg2017-06-162-4/+3
* mISDN: remove unnecessary variable assignmentsGustavo A. R. Silva2017-06-081-8/+8
* isdn: use setup_timerGeliang Tang2017-03-245-24/+15
* isdn: hardware: mISDN: Remove reference to CONFIG_8xxChristophe Leroy2017-03-162-4/+4
* scripts/spelling.txt: add "overwriten" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* mISDN: mark symbols static where possibleBaoyou Xie2016-09-014-17/+17
* mISDN: Support DR6 indication in mISDNipac driverMaciej S. Szmigiero2016-03-142-0/+3
* mISDN: Order IPAC register definesMaciej S. Szmigiero2016-03-141-20/+20
* mISDN: prevent possible NULL pointer dereferenceAnton Protopopov2016-02-181-1/+1
* mISDN: fix a loop countDan Carpenter2015-12-151-4/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-1/+1
|\
| * treewide: Fix typo in printk messagesMasanari Iida2015-03-061-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-03-031-1/+1
|\ \
| * | mISDN: replace current->state by set_current_state()Fabian Frederick2015-02-221-1/+1
* | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-191-1/+1
|\ \ \ | |/ / |/| |
| * | kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-071-1/+1
| |/
* / mISDN: avoid arch specific __builtin_return_address callArnd Bergmann2015-01-132-6/+12
|/
* 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
* tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-181-0/+1
* Drivers: isdn: remove __dev* attributes.Greg Kroah-Hartman2013-01-037-34/+34
* isdn: Fix typo in drivers/isdnMasanari Iida2012-11-092-2/+2
* mISDN: Fix wrong usage of flush_work_sync while holding locksKarsten Keil2012-09-135-5/+10
* mISDN: fix possible memory leak in hfcmulti_init()Wei Yongjun2012-09-031-0/+2
* mISDN: Bugfix only few bytes are transfered on a connectionKarsten Keil2012-07-291-3/+4
* ISDN: Add check for usb_alloc_urb() resultKarsten Keil2012-07-181-5/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-241-0/+6
|\
| * mISDN: Add X-Tensions USB ISDN TA XC-525Karsten Keil2012-05-221-0/+6
* | Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-221-0/+1
|\ \ | |/ |/|
| * USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2012-05-181-0/+1
* | mISDN: Implement MISDN_CTRL_RX_OFF for more driversKarsten Keil2012-05-168-12/+51
* | mISDN: Implement MISDN_CTRL_FILL_EMPTY for more driversKarsten Keil2012-05-168-159/+228