summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hisax
Commit message (Expand)AuthorAgeFilesLines
* isdn: hisax: hfc_pci: Fix a possible concurrency use-after-free bug in HFCPCI...Jia-Ju Bai2018-12-281-0/+2
* isdn/hisax: remove set but not used variable 'total'YueHaibing2018-11-161-2/+1
* isdn: hfc_{pci,sx}: Avoid empty body if statementsNathan Chancellor2018-10-224-12/+11
* isdn/hisax: amd7930_fn: Remove unnecessary parenthesesNathan Chancellor2018-10-101-1/+1
* isdn/hisax: Fix fall-through annotationGustavo A. R. Silva2018-10-021-1/+1
* isdn/hisax: Remove unnecessary parenthesisNathan Chancellor2018-09-191-1/+1
* isdn: hisax: config: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2018-07-261-4/+4
* isdn: hisax: callc: Replace GFP_ATOMIC with GFP_KERNEL in init_PStack()Jia-Ju Bai2018-07-261-1/+1
* isdn: mark expected switch fall-throughsGustavo A. R. Silva2018-07-047-0/+11
* isdn: hisax: st5481_usb: use usb_fill_int_urb()Sebastian Andrzej Siewior2018-06-221-8/+3
* isdn: hisax: hfc_usb: use usb_fill_int_urb()Sebastian Andrzej Siewior2018-06-221-7/+3
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+3
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-123-6/+11
* treewide: simplify Kconfig dependencies for removed archsArnd Bergmann2018-03-261-5/+5
* isdn: hisax: Fix pnp_irq's error checking for setup_teles3Arvind Yadav2017-11-161-1/+1
* isdn: hisax: Fix pnp_irq's error checking for setup_sedlbauer_isapnpArvind Yadav2017-11-161-1/+1
* isdn: hisax: Fix pnp_irq's error checking for setup_niccyArvind Yadav2017-11-161-1/+1
* isdn: hisax: Fix pnp_irq's error checking for setup_ix1microArvind Yadav2017-11-161-1/+1
* isdn: hisax: Fix pnp_irq's error checking for setup_isurfArvind Yadav2017-11-161-1/+1
* isdn: hisax: Handle return value of pnp_irq and pnp_port_startArvind Yadav2017-11-161-0/+2
* isdn: hisax: Fix pnp_irq's error checking for setup_hfcsArvind Yadav2017-11-161-1/+1
* isdn: hisax: Fix pnp_irq's error checking for setup_hfcsxArvind Yadav2017-11-161-1/+1
* isdn: hisax: Fix pnp_irq's error checking for setup_elsa_isapnpArvind Yadav2017-11-161-1/+1
* isdn: hisax: Fix pnp_irq's error checking for setup_diva_isapnpArvind Yadav2017-11-161-1/+1
* isdn: hisax: Fix pnp_irq's error checking for avm_pnp_setupArvind Yadav2017-11-161-1/+1
* isdn: hisax: Fix pnp_irq's error checking for setup_asuscomArvind Yadav2017-11-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-045-0/+5
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
* | isdn/hisax: Convert timers to use timer_setup()Kees Cook2017-10-1819-67/+68
|/
* isdn: hisax: hfc_usb: constify usb_device_idArvind Yadav2017-08-081-1/+1
* isdn: hisax: hisax_fcpcipnp: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
* isdn: hisax: hfc4s8s_l1: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
* isdn: hisax: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-1620-65/+77
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-101-5/+5
|\
| * Annotate hardware config module parameters in drivers/isdn/David Howells2017-04-201-5/+5
* | isdn: use setup_timerGeliang Tang2017-03-2418-66/+27
|/
* scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-172-10/+10
|\
| * isdn: Constify some function parametersEmese Revfy2016-12-172-10/+10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-12-141-1/+1
|\ \ | |/ |/|
| * treewide: Fix printk() message errorsMasanari Iida2016-12-141-1/+1
* | isdn: hisax: set error code on failurePan Bian2016-12-051-0/+1
|/
* Drivers: isdn: hisax: isac.c: Fix assignment and check into one expression.Cosmin-Gabriel Samoila2016-03-271-5/+10
* isdn: Partially revert debug format string usage clean upChristoph Biedl2015-11-254-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-12/+8
|\
| * ISDN: fix OOM condition for sending queued I-FramesKarsten Keil2015-10-221-12/+8
* | isdn: hisax: fix frame calculationAndrzej Hajda2015-09-221-5/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-241-2/+2
|\
| * isdn: disable HiSax NetJet driver on microblaze archNicolai Stange2015-06-211-2/+2
OpenPOWER on IntegriCloud