summaryrefslogtreecommitdiff
path: root/drivers/isdn
AgeCommit message (Expand)AuthorFilesLines
2021-10-27isdn: mISDN: Fix sleeping function called from invalid contextZheyu Ma1-1/+1
2021-10-27isdn: cpai: check ctr->cnr to avoid array index out of boundXiaolong Huang1-0/+5
2021-07-20mISDN: fix possible use-after-free in HFC_cleanup()Zou Wei1-1/+1
2021-06-16isdn: mISDN: netjet: Fix crash in nj_probe:Zheyu Ma1-1/+0
2021-06-03isdn: mISDNinfineon: check/cleanup ioremap failure correctly in setup_ioPhillip Potter1-8/+16
2021-05-22isdn: capi: fix mismatched prototypesArnd Bergmann1-2/+2
2021-04-10mISDN: fix crash in fritzpciTong Zhang1-1/+1
2021-01-23misdn: dsp: select CONFIG_BITREVERSEArnd Bergmann1-0/+1
2019-12-21staging: gigaset: add endpoint-type sanity checkJohan Hovold1-0/+12
2019-12-21staging: gigaset: fix illegal free on probe errorsJohan Hovold1-5/+1
2019-12-21staging: gigaset: fix general protection fault on probeJohan Hovold1-0/+5
2019-11-28mISDN: Fix type of switch control variable in ctrl_teimanagerNathan Chancellor1-4/+3
2019-10-05mISDN: enforce CAP_NET_RAW for raw socketsOri Nimron1-0/+2
2019-09-21isdn/capi: check message length in capi_write()Eric Biggers1-1/+9
2019-09-06isdn: hfcsusb: Fix mISDN driver crash caused by transfer buffer on the stackJuliana Rodrigueiro1-1/+11
2019-09-06isdn: mISDN: hfcsusb: Fix possible null-pointer dereferences in start_isoc_ch...Jia-Ju Bai1-0/+1
2019-08-04ISDN: hfcsusb: checking idx of ep configurationPhong Tran1-0/+3
2019-06-22mISDN: make sure device name is NUL terminatedDan Carpenter1-2/+3
2019-04-03mISDN: hfcpci: Test both vendor & device ID for Digium HFC4SBjorn Helgaas1-1/+2
2019-03-23isdn: isdn_tty: fix build warning of strncpyGreg Kroah-Hartman1-1/+1
2019-03-23isdn: avm: Fix string plus integer warning from ClangNathan Chancellor1-1/+1
2019-03-23isdn: i4l: isdn_tty: Fix some concurrency double-free bugsJia-Ju Bai1-1/+5
2019-02-23mISDN: fix a race in dev_expire_timer()Eric Dumazet1-1/+1
2019-02-20isdn: hisax: hfc_pci: Fix a possible concurrency use-after-free bug in HFCPCI...Jia-Ju Bai1-0/+2
2019-01-13isdn: fix kernel-infoleak in capi_unlocked_ioctlEric Dumazet1-2/+2
2018-11-10ser_gigaset: use container_of() instead of detourPaul Bolle1-8/+1
2018-08-22isdn: Disable IIOCDBGVARKees Cook1-7/+1
2018-06-13isdn: eicon: fix a missing-check bugWenwen Wang3-16/+29
2018-04-13mISDN: Fix a sleep-in-atomic bugJia-Ju Bai1-1/+1
2018-02-25isdn: sc: work around type mismatch warningArnd Bergmann1-3/+4
2018-02-25ISDN: eicon: reduce stack size of sig_ind functionArnd Bergmann1-8/+8
2018-02-25isdn: icn: remove a #warningArnd Bergmann1-1/+1
2017-12-25isdn: kcapi: avoid uninitialized dataArnd Bergmann1-0/+1
2017-10-21isdn/i4l: fetch the ppp_write buffer in one shotMeng Xu1-12/+25
2017-08-07isdn/i4l: fix buffer overflowAnnie Cherkaev2-3/+3
2017-08-07isdn: Fix a sleep-in-atomic bugJia-Ju Bai1-1/+1
2017-03-26isdn/gigaset: fix NULL-deref at probeJohan Hovold1-0/+3
2017-02-01ISDN: eicon: silence misleading array-bounds warningArnd Bergmann1-1/+2
2017-01-15ser_gigaset: return -ENOMEM on error instead of successDan Carpenter1-1/+3
2015-12-15ser_gigaset: remove unnecessary kfree() calls from release methodTilman Schmidt1-5/+0
2015-12-15ser_gigaset: fix deallocation of platform device structureTilman Schmidt1-3/+7
2015-12-15ser_gigaset: turn nonsense checks into WARN_ONAlan Cox1-5/+5
2015-12-15ser_gigaset: fix up NULL checksTilman Schmidt1-3/+3
2015-12-15mISDN: fix a loop countDan Carpenter1-4/+3
2015-11-25isdn: Partially revert debug format string usage clean upChristoph Biedl4-6/+6
2015-11-05Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+8
2015-11-03ppp, slip: Validate VJ compression slot parameters completelyBen Hutchings1-6/+4
2015-11-03isdn_ppp: Add checks for allocation failure in isdn_ppp_open()Ben Hutchings1-0/+6
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-46/+28