summaryrefslogtreecommitdiffstats
path: root/drivers/isdn
AgeCommit message (Expand)Author
2021-06-16isdn: mISDN: netjet: Fix crash in nj_probe:Zheyu Ma
2021-06-03isdn: mISDNinfineon: check/cleanup ioremap failure correctly in setup_ioPhillip Potter
2021-05-22isdn: capi: fix mismatched prototypesArnd Bergmann
2021-04-10mISDN: fix crash in fritzpciTong Zhang
2021-01-19misdn: dsp: select CONFIG_BITREVERSEArnd Bergmann
2020-06-22PCI: add USR vendor id and use it in r8169 and w6692 driverHeiner Kallweit
2019-12-17staging: gigaset: add endpoint-type sanity checkJohan Hovold
2019-12-17staging: gigaset: fix illegal free on probe errorsJohan Hovold
2019-12-17staging: gigaset: fix general protection fault on probeJohan Hovold
2019-12-01mISDN: Fix type of switch control variable in ctrl_teimanagerNathan Chancellor
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-05mISDN: enforce CAP_NET_RAW for raw socketsOri Nimron
2019-09-19isdn/capi: check message length in capi_write()Eric Biggers
2019-08-29isdn: hfcsusb: Fix mISDN driver crash caused by transfer buffer on the stackJuliana Rodrigueiro
2019-08-29isdn: mISDN: hfcsusb: Fix possible null-pointer dereferences in start_isoc_ch...Jia-Ju Bai
2019-08-04ISDN: hfcsusb: checking idx of ep configurationPhong Tran
2019-06-22mISDN: make sure device name is NUL terminatedDan Carpenter
2019-05-16isdn: bas_gigaset: use usb_fill_int_urb() properlyPaul Bolle
2019-05-16mISDN: Check address length before reading address familyTetsuo Handa
2019-04-03mISDN: hfcpci: Test both vendor & device ID for Digium HFC4SBjorn Helgaas
2019-02-27isdn: avm: Fix string plus integer warning from ClangNathan Chancellor
2019-02-27isdn: i4l: isdn_tty: Fix some concurrency double-free bugsJia-Ju Bai
2019-02-23mISDN: fix a race in dev_expire_timer()Eric Dumazet
2019-02-12isdn: hisax: hfc_pci: Fix a possible concurrency use-after-free bug in HFCPCI...Jia-Ju Bai
2019-01-09isdn: fix kernel-infoleak in capi_unlocked_ioctlEric Dumazet
2018-08-16isdn: Disable IIOCDBGVARKees Cook
2018-07-26isdn: hisax: config: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai
2018-07-26isdn: hisax: callc: Replace GFP_ATOMIC with GFP_KERNEL in init_PStack()Jia-Ju Bai
2018-07-26isdn: mISDN: netjet: Replace GFP_ATOMIC with GFP_KERNEL in nj_probe()Jia-Ju Bai
2018-07-26isdn: mISDN: hfcpci: Replace GFP_ATOMIC with GFP_KERNEL in hfc_probe()Jia-Ju Bai
2018-07-08isdn/capi: fix defined but not used warningsRandy Dunlap
2018-07-04isdn: mark expected switch fall-throughsGustavo A. R. Silva
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-02TTY: isdn: Replace strncpy with memcpyGuenter Roeck
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-22isdn: mISDN: use irqsave() in USB's complete callbackSebastian Andrzej Siewior
2018-06-22isdn: hisax: st5481_usb: use usb_fill_int_urb()Sebastian Andrzej Siewior
2018-06-22isdn: hisax: hfc_usb: use usb_fill_int_urb()Sebastian Andrzej Siewior
2018-06-22isdn: gigaset: use usb_fill_int_urb()Sebastian Andrzej Siewior
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig
2018-05-26net: remove sock_no_pollChristoph Hellwig
2018-05-22isdn: eicon: fix a missing-check bugWenwen Wang
2018-05-17isdn/gigaset: add back gigaset_procinfo assignmentChristoph Hellwig
2018-05-16isdn: replace ->proc_fops with ->proc_showChristoph Hellwig
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig