aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hardware/mISDN/hfcsusb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-22isdn: mISDN: hfcsusb: drop unexpected word "the" in the commentsJiang Jian1-1/+1
2021-05-13isdn: mISDN: correctly handle ph_info allocation failure in hfcsusb_ph_infoPhillip Potter1-8/+10
2021-05-13Revert "isdn: mISDN: Fix potential NULL pointer dereference of kzalloc"Greg Kroah-Hartman1-3/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-18mISDN: hfcsusb: Use struct_size() helperGustavo A. R. Silva1-2/+1
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-2/+2
2019-10-18idsn: Use pr_warn instead of pr_warningKefeng Wang1-2/+2
2019-07-31isdn: hfcsusb: Fix mISDN driver crash caused by transfer buffer on the stackJuliana Rodrigueiro1-1/+11
2019-07-27isdn: mISDN: hfcsusb: Fix possible null-pointer dereferences in start_isoc_chain()Jia-Ju Bai1-0/+1
2019-07-15ISDN: hfcsusb: checking idx of ep configurationPhong Tran1-0/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner1-15/+1
2019-03-04isdn: mISDN: Fix potential NULL pointer dereference of kzallocAditya Pakki1-0/+3
2019-01-11mISDN: hfcsusb: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2018-06-22isdn: mISDN: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-16/+20
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2012-07-18ISDN: Add check for usb_alloc_urb() resultKarsten Keil1-5/+13
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+1
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-05-16mISDN: Implement MISDN_CTRL_RX_OFF for more driversKarsten Keil1-0/+5
2012-05-16mISDN: Implement MISDN_CTRL_FILL_EMPTY for more driversKarsten Keil1-26/+18
2012-05-16mISDN: Allow to set a minimum length for transparent dataKarsten Keil1-7/+7
2012-05-16mISDN: Reduce RX buffer allocation for transparent dataKarsten Keil1-28/+24
2012-05-16mISDN: Bugfix hfcsusb: usb endpoint activation/deactivationMartin Bachem1-8/+2
2012-05-16mISDN: Early confirm for transparent dataKarsten Keil1-13/+2
2012-05-16mISDN: Cleanup channel also if it already was deactivatedKarsten Keil1-2/+1
2012-03-27mISDN: array underflow in open_bchannel()Dan Carpenter1-1/+1
2012-02-21isdn: whitespace coding style cleanupJoe Perches1-206/+206
2012-02-13mISDN/hfcsusb: remove unused variable hfcsusb_revDanny Kukawka1-2/+1
2011-11-18USB: convert some miscellanies drivers to use module_usb_driver()Greg Kroah-Hartman1-27/+1
2011-06-11ISDN, hfcsusb: Don't leak in hfcsusb_ph_info()Jesper Juhl1-0/+1
2011-04-17isdn: hfcsusb: Fix set-but-unused variables.David S. Miller1-4/+1
2010-05-29drivers/isdn/hardware/mISDN: Add missing spin_unlockJulia Lawall1-1/+3
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-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-07-25mISDN: Make clearing B-channel a common functionKarsten Keil1-15/+1
2009-05-25mISDN: Echo canceler now gets delay information from hardwareAndreas Eversberg1-2/+2
2009-02-15drivers/isdn/hardware/mISDN: fix sparse warnings: make symbols staticHannes Eder1-3/+3
2009-01-09mISDN: Add HFC USB driverKarsten Keil1-0/+2196