summaryrefslogtreecommitdiffstats
path: root/drivers/isdn
Commit message (Expand)AuthorAgeFilesLines
* mISDN: hfcmulti: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang2023-01-181-6/+13
* mISDN: hfcpci: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang2023-01-181-4/+9
* mISDN: hfcsusb: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang2023-01-181-4/+8
* mISDN: fix misuse of put_device() in mISDN_register_device()Wang ShaoBo2022-11-251-1/+1
* mISDN: fix possible memory leak in mISDN_dsp_element_register()Yang Yingliang2022-11-251-1/+2
* isdn: mISDN: netjet: fix wrong check of device registrationYang Yingliang2022-11-101-1/+1
* mISDN: fix possible memory leak in mISDN_register_device()Yang Yingliang2022-11-101-2/+3
* mISDN: fix use-after-free bugs in l1oip timer handlersDuoming Zhou2022-10-262-6/+8
* mISDN: change function names to avoid conflictswolfgang huang2022-01-113-7/+7
* isdn: mISDN: Fix sleeping function called from invalid contextZheyu Ma2021-10-271-1/+1
* isdn: cpai: check ctr->cnr to avoid array index out of boundXiaolong Huang2021-10-271-0/+5
* 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
* isdn: capi: fix mismatched prototypesArnd Bergmann2021-05-221-2/+2
* mISDN: fix crash in fritzpciTong Zhang2021-04-101-1/+1
* misdn: dsp: select CONFIG_BITREVERSEArnd Bergmann2021-01-231-0/+1
* staging: gigaset: add endpoint-type sanity checkJohan Hovold2019-12-171-0/+12
* staging: gigaset: fix illegal free on probe errorsJohan Hovold2019-12-171-5/+1
* staging: gigaset: fix general protection fault on probeJohan Hovold2019-12-171-0/+5
* mISDN: Fix type of switch control variable in ctrl_teimanagerNathan Chancellor2019-12-011-4/+3
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-11-101-1/+1
* mISDN: enforce CAP_NET_RAW for raw socketsOri Nimron2019-10-051-0/+2
* isdn/capi: check message length in capi_write()Eric Biggers2019-09-191-1/+9
* isdn: hfcsusb: Fix mISDN driver crash caused by transfer buffer on the stackJuliana Rodrigueiro2019-08-291-1/+11
* isdn: mISDN: hfcsusb: Fix possible null-pointer dereferences in start_isoc_ch...Jia-Ju Bai2019-08-291-0/+1
* ISDN: hfcsusb: checking idx of ep configurationPhong Tran2019-08-041-0/+3
* mISDN: make sure device name is NUL terminatedDan Carpenter2019-06-221-2/+3
* mISDN: Check address length before reading address familyTetsuo Handa2019-05-161-2/+2
* 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-02-271-1/+1
* isdn: i4l: isdn_tty: Fix some concurrency double-free bugsJia-Ju Bai2019-02-271-1/+5
* mISDN: fix a race in dev_expire_timer()Eric Dumazet2019-02-231-1/+1
* isdn: hisax: hfc_pci: Fix a possible concurrency use-after-free bug in HFCPCI...Jia-Ju Bai2019-02-121-0/+2
* isdn: fix kernel-infoleak in capi_unlocked_ioctlEric Dumazet2019-01-091-2/+2
* isdn: Disable IIOCDBGVARKees Cook2018-08-221-7/+1
* isdn: eicon: fix a missing-check bugWenwen Wang2018-06-113-16/+29
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0238-0/+38
* isdn/i4l: fetch the ppp_write buffer in one shotMeng Xu2017-09-201-12/+25
* isdn: isdnloop: fix logic error in isdnloop_sendbufArnd Bergmann2017-09-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-155-9/+36
|\
| * mISDN: Fix null pointer dereference at mISDN_FsmNewAnton Vasilyev2017-08-115-9/+36
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-091-15/+13
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-08-091-15/+13
| |\
| | * hysdn: fix to a race condition in put_log_bufferAnton Volkov2017-08-071-15/+13
* | | isdn: hfcsusb: constify usb_device_idArvind Yadav2017-08-081-1/+1
* | | isdn: hisax: hfc_usb: constify usb_device_idArvind Yadav2017-08-081-1/+1
* | | isdn: kcapi: make capi_version constBhumika Goyal2017-08-071-1/+1
* | | Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-08-072-3/+3
|\| |
| * | isdn/i4l: fix buffer overflowAnnie Cherkaev2017-08-022-3/+3
| |/