summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hardware/mISDN/hfcsusb.c
Commit message (Expand)AuthorAgeFilesLines
* isdn: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-101-0/+1
* isdn: mISDN: hfcsusb: Spelling fix in commentKunwu Chan2023-10-231-1/+1
* mISDN: hfcsusb: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-131-4/+8
* isdn: mISDN: hfcsusb: drop unexpected word "the" in the commentsJiang Jian2022-06-221-1/+1
* isdn: mISDN: correctly handle ph_info allocation failure in hfcsusb_ph_infoPhillip Potter2021-05-131-8/+10
* Revert "isdn: mISDN: Fix potential NULL pointer dereference of kzalloc"Greg Kroah-Hartman2021-05-131-3/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* mISDN: hfcsusb: Use struct_size() helperGustavo A. R. Silva2020-06-181-2/+1
* Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-2/+2
|\
| * idsn: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-2/+2
* | isdn: hfcsusb: Fix mISDN driver crash caused by transfer buffer on the stackJuliana Rodrigueiro2019-07-311-1/+11
* | isdn: mISDN: hfcsusb: Fix possible null-pointer dereferences in start_isoc_ch...Jia-Ju Bai2019-07-271-0/+1
* | ISDN: hfcsusb: checking idx of ep configurationPhong Tran2019-07-151-0/+3
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-301-15/+1
* isdn: mISDN: Fix potential NULL pointer dereference of kzallocAditya Pakki2019-03-041-0/+3
* mISDN: hfcsusb: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-111-2/+1
* isdn: mISDN: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-221-16/+20
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* ISDN: Add check for usb_alloc_urb() resultKarsten Keil2012-07-181-5/+13
* 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-161-0/+5
* | mISDN: Implement MISDN_CTRL_FILL_EMPTY for more driversKarsten Keil2012-05-161-26/+18
* | mISDN: Allow to set a minimum length for transparent dataKarsten Keil2012-05-161-7/+7
* | mISDN: Reduce RX buffer allocation for transparent dataKarsten Keil2012-05-161-28/+24
* | mISDN: Bugfix hfcsusb: usb endpoint activation/deactivationMartin Bachem2012-05-161-8/+2
* | mISDN: Early confirm for transparent dataKarsten Keil2012-05-161-13/+2
* | mISDN: Cleanup channel also if it already was deactivatedKarsten Keil2012-05-161-2/+1
|/
* mISDN: array underflow in open_bchannel()Dan Carpenter2012-03-271-1/+1
* isdn: whitespace coding style cleanupJoe Perches2012-02-211-206/+206
* mISDN/hfcsusb: remove unused variable hfcsusb_revDanny Kukawka2012-02-131-2/+1
* USB: convert some miscellanies drivers to use module_usb_driver()Greg Kroah-Hartman2011-11-181-27/+1
* ISDN, hfcsusb: Don't leak in hfcsusb_ph_info()Jesper Juhl2011-06-111-0/+1
* isdn: hfcsusb: Fix set-but-unused variables.David S. Miller2011-04-171-4/+1
* drivers/isdn/hardware/mISDN: Add missing spin_unlockJulia Lawall2010-05-291-1/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* mISDN: Make clearing B-channel a common functionKarsten Keil2009-07-251-15/+1
* mISDN: Echo canceler now gets delay information from hardwareAndreas Eversberg2009-05-251-2/+2
* drivers/isdn/hardware/mISDN: fix sparse warnings: make symbols staticHannes Eder2009-02-151-3/+3
* mISDN: Add HFC USB driverKarsten Keil2009-01-091-0/+2196