summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hisax
Commit message (Expand)AuthorAgeFilesLines
* isdn: hisax: Fix misuse of %x in config.cFuqian Huang2019-04-241-3/+3
* isdn:hisax: Replace dev_kfree_skb_any by dev_consume_skb_anyHuang Zijiang2019-02-141-1/+1
* isdn: remove unneeded semicolonYueHaibing2019-01-193-5/+5
* isdn: hisax: hfc_pci: Fix a possible concurrency use-after-free bug in HFCPCI...Jia-Ju Bai2018-12-291-0/+2
* isdn/hisax: remove set but not used variable 'total'YueHaibing2018-11-171-2/+1Star
* isdn: hfc_{pci,sx}: Avoid empty body if statementsNathan Chancellor2018-10-234-12/+11Star
* isdn/hisax: amd7930_fn: Remove unnecessary parenthesesNathan Chancellor2018-10-111-1/+1
* isdn/hisax: Fix fall-through annotationGustavo A. R. Silva2018-10-021-1/+1
* isdn/hisax: Remove unnecessary parenthesisNathan Chancellor2018-09-201-1/+1
* isdn: hisax: config: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2018-07-271-4/+4
* isdn: hisax: callc: Replace GFP_ATOMIC with GFP_KERNEL in init_PStack()Jia-Ju Bai2018-07-271-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/+3Star
* isdn: hisax: hfc_usb: use usb_fill_int_urb()Sebastian Andrzej Siewior2018-06-221-7/+3Star
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+3
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-133-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-091-1/+1
* isdn: hisax: hisax_fcpcipnp: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
* isdn: hisax: hfc4s8s_l1: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
* isdn: hisax: constify pci_device_id.Arvind Yadav2017-07-161-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-111-5/+5
|\
| * Annotate hardware config module parameters in drivers/isdn/David Howells2017-04-201-5/+5
* | isdn: use setup_timerGeliang Tang2017-03-2418-66/+27Star
|/
* scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-182-10/+10
|\
| * isdn: Constify some function parametersEmese Revfy2016-12-182-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-281-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/+8Star
|\
| * ISDN: fix OOM condition for sending queued I-FramesKarsten Keil2015-10-221-12/+8Star