Age | Commit message (Expand) | Author | Files | Lines |
2021-10-27 | isdn: mISDN: Fix sleeping function called from invalid context | Zheyu Ma | 1 | -1/+1 |
2021-10-27 | isdn: cpai: check ctr->cnr to avoid array index out of bound | Xiaolong Huang | 1 | -0/+5 |
2021-07-20 | mISDN: fix possible use-after-free in HFC_cleanup() | Zou Wei | 1 | -1/+1 |
2021-06-16 | isdn: mISDN: netjet: Fix crash in nj_probe: | Zheyu Ma | 1 | -1/+0 |
2021-06-03 | isdn: mISDNinfineon: check/cleanup ioremap failure correctly in setup_io | Phillip Potter | 1 | -8/+16 |
2021-05-22 | isdn: capi: fix mismatched prototypes | Arnd Bergmann | 1 | -2/+2 |
2021-04-10 | mISDN: fix crash in fritzpci | Tong Zhang | 1 | -1/+1 |
2021-01-19 | misdn: dsp: select CONFIG_BITREVERSE | Arnd Bergmann | 1 | -0/+1 |
2020-06-22 | PCI: add USR vendor id and use it in r8169 and w6692 driver | Heiner Kallweit | 1 | -3/+0 |
2019-12-17 | staging: gigaset: add endpoint-type sanity check | Johan Hovold | 1 | -0/+12 |
2019-12-17 | staging: gigaset: fix illegal free on probe errors | Johan Hovold | 1 | -5/+1 |
2019-12-17 | staging: gigaset: fix general protection fault on probe | Johan Hovold | 1 | -0/+5 |
2019-12-01 | mISDN: Fix type of switch control variable in ctrl_teimanager | Nathan Chancellor | 1 | -4/+3 |
2019-11-10 | net: use skb_queue_empty_lockless() in poll() handlers | Eric Dumazet | 1 | -1/+1 |
2019-10-05 | mISDN: enforce CAP_NET_RAW for raw sockets | Ori Nimron | 1 | -0/+2 |
2019-09-19 | isdn/capi: check message length in capi_write() | Eric Biggers | 1 | -1/+9 |
2019-08-29 | isdn: hfcsusb: Fix mISDN driver crash caused by transfer buffer on the stack | Juliana Rodrigueiro | 1 | -1/+11 |
2019-08-29 | isdn: mISDN: hfcsusb: Fix possible null-pointer dereferences in start_isoc_ch... | Jia-Ju Bai | 1 | -0/+1 |
2019-08-04 | ISDN: hfcsusb: checking idx of ep configuration | Phong Tran | 1 | -0/+3 |
2019-06-22 | mISDN: make sure device name is NUL terminated | Dan Carpenter | 1 | -2/+3 |
2019-05-16 | isdn: bas_gigaset: use usb_fill_int_urb() properly | Paul Bolle | 1 | -4/+5 |
2019-05-16 | mISDN: Check address length before reading address family | Tetsuo Handa | 1 | -2/+2 |
2019-04-03 | mISDN: hfcpci: Test both vendor & device ID for Digium HFC4S | Bjorn Helgaas | 1 | -1/+2 |
2019-02-27 | isdn: avm: Fix string plus integer warning from Clang | Nathan Chancellor | 1 | -1/+1 |
2019-02-27 | isdn: i4l: isdn_tty: Fix some concurrency double-free bugs | Jia-Ju Bai | 1 | -1/+5 |
2019-02-23 | mISDN: fix a race in dev_expire_timer() | Eric Dumazet | 1 | -1/+1 |
2019-02-12 | isdn: hisax: hfc_pci: Fix a possible concurrency use-after-free bug in HFCPCI... | Jia-Ju Bai | 1 | -0/+2 |
2019-01-09 | isdn: fix kernel-infoleak in capi_unlocked_ioctl | Eric Dumazet | 1 | -2/+2 |
2018-08-16 | isdn: Disable IIOCDBGVAR | Kees Cook | 1 | -7/+1 |
2018-07-27 | isdn: hisax: config: Replace GFP_ATOMIC with GFP_KERNEL | Jia-Ju Bai | 1 | -4/+4 |
2018-07-27 | isdn: hisax: callc: Replace GFP_ATOMIC with GFP_KERNEL in init_PStack() | Jia-Ju Bai | 1 | -1/+1 |
2018-07-27 | isdn: mISDN: netjet: Replace GFP_ATOMIC with GFP_KERNEL in nj_probe() | Jia-Ju Bai | 1 | -1/+1 |
2018-07-27 | isdn: mISDN: hfcpci: Replace GFP_ATOMIC with GFP_KERNEL in hfc_probe() | Jia-Ju Bai | 1 | -1/+1 |
2018-07-08 | isdn/capi: fix defined but not used warnings | Randy Dunlap | 2 | -3/+5 |
2018-07-04 | isdn: mark expected switch fall-throughs | Gustavo A. R. Silva | 15 | -0/+33 |
2018-07-03 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2018-07-02 | TTY: isdn: Replace strncpy with memcpy | Guenter Roeck | 1 | -2/+2 |
2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 1 | -1/+1 |
2018-06-22 | isdn: mISDN: use irqsave() in USB's complete callback | Sebastian Andrzej Siewior | 1 | -16/+20 |
2018-06-22 | isdn: hisax: st5481_usb: use usb_fill_int_urb() | Sebastian Andrzej Siewior | 1 | -8/+3 |
2018-06-22 | isdn: hisax: hfc_usb: use usb_fill_int_urb() | Sebastian Andrzej Siewior | 1 | -7/+3 |
2018-06-22 | isdn: gigaset: use usb_fill_int_urb() | Sebastian Andrzej Siewior | 1 | -14/+12 |
2018-06-13 | treewide: Use array_size() in vmalloc() | Kees Cook | 1 | -2/+3 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 7 | -9/+13 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 7 | -13/+21 |
2018-06-04 | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -2/+1 |
2018-06-04 | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 18 | -242/+30 |
2018-05-26 | net: convert datagram_poll users tp ->poll_mask | Christoph Hellwig | 1 | -1/+1 |
2018-05-26 | net: remove sock_no_poll | Christoph Hellwig | 1 | -1/+0 |
2018-05-22 | isdn: eicon: fix a missing-check bug | Wenwen Wang | 3 | -16/+29 |