summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hardware
Commit message (Expand)AuthorAgeFilesLines
* isdn: mISDN: Fix sleeping function called from invalid contextZheyu Ma2021-10-271-1/+1
* mISDN: fix possible use-after-free in HFC_cleanup()Zou Wei2021-07-201-1/+1
* isdn: mISDN: netjet: Fix crash in nj_probe:Zheyu Ma2021-06-161-1/+0
* isdn: mISDNinfineon: check/cleanup ioremap failure correctly in setup_ioPhillip Potter2021-06-031-8/+16
* mISDN: fix crash in fritzpciTong Zhang2021-04-101-1/+1
* isdn: hfcsusb: Fix mISDN driver crash caused by transfer buffer on the stackJuliana Rodrigueiro2019-09-061-1/+11
* isdn: mISDN: hfcsusb: Fix possible null-pointer dereferences in start_isoc_ch...Jia-Ju Bai2019-09-061-0/+1
* ISDN: hfcsusb: checking idx of ep configurationPhong Tran2019-08-041-0/+3
* mISDN: hfcpci: Test both vendor & device ID for Digium HFC4SBjorn Helgaas2019-04-031-1/+2
* isdn: avm: Fix string plus integer warning from ClangNathan Chancellor2019-03-231-1/+1
* isdn: eicon: fix a missing-check bugWenwen Wang2018-06-133-16/+29
* ISDN: eicon: reduce stack size of sig_ind functionArnd Bergmann2018-02-251-8/+8
* ISDN: eicon: silence misleading array-bounds warningArnd Bergmann2017-02-011-1/+2
* 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
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-1/+1
|\ \
| * | isdn: off by one in connect_res()Dan Carpenter2015-02-021-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-151-1/+1
|\| |
| * | isdn: fix NUL (\0 or \x00) specification in stringGiel van Schijndel2015-01-121-1/+1
| |/
* / mISDN: avoid arch specific __builtin_return_address callArnd Bergmann2015-01-132-6/+12
|/
* drivers: isdn: eicon: xdi_msg.h: Fix typo in #ifndefRasmus Villemoes2014-08-221-1/+1
* isdn: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-171-1/+1
* isdn: eicon: free pointer after using it in log msg in divas_um_idi_delete_en...Jesper Juhl2013-10-021-1/+1
* 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
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-014-9/+9
|\
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-094-9/+9
* | drivers/isdn: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten2013-03-151-13/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-3/+3
|\
| * new helper: file_inode(file)Al Viro2013-02-221-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-212-5/+5
|\ \
| * | Merge branch 'master' into for-nextJiri Kosina2013-01-2911-47/+44
| |\|
| * | treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers2013-01-032-5/+5
| * | treewide: fix printk typo in multiple driversMasanari Iida2012-11-191-1/+1
| * | isdn: Fix typo in isdn driversMasanari Iida2012-10-261-1/+1
* | | 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-0311-47/+44
* | 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
|\ \ | |/ |/|