Age | Commit message (Expand) | Author |
2021-10-19 | mISDN: Fix return values of the probe function | Zheyu Ma |
2021-10-09 | isdn: mISDN: Fix sleeping function called from invalid context | Zheyu Ma |
2021-05-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-05-26 | Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2021-05-17 | isdn: mISDN: netjet: Fix crash in nj_probe: | Zheyu Ma |
2021-05-13 | isdn: mISDN: correctly handle ph_info allocation failure in hfcsusb_ph_info | Phillip Potter |
2021-05-13 | Revert "isdn: mISDN: Fix potential NULL pointer dereference of kzalloc" | Greg Kroah-Hartman |
2021-05-13 | isdn: mISDNinfineon: check/cleanup ioremap failure correctly in setup_io | Phillip Potter |
2021-05-13 | Revert "isdn: mISDNinfineon: fix potential NULL pointer dereference" | Greg Kroah-Hartman |
2021-05-11 | mISDN: fix possible use-after-free in HFC_cleanup() | Zou Wei |
2021-03-30 | mISDN: Use DEFINE_SPINLOCK() for spinlock | Shixin Liu |
2021-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2021-03-22 | misdn: avoid -Wempty-body warning | Arnd Bergmann |
2021-03-11 | isdn: remove extra spaces in the header file | Tong Zhang |
2021-03-11 | mISDN: fix crash in fritzpci | Tong Zhang |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-07-20 | mISDN: switch from 'pci_' to 'dma_' API | Christophe JAILLET |
2020-06-18 | mISDN: hfcsusb: Use struct_size() helper | Gustavo A. R. Silva |
2020-04-16 | mISDN: make dmril and dmrim static | Jason Yan |
2019-11-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2019-11-25 | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2019-11-20 | isdn: Fix Kconfig indentation | Krzysztof Kozlowski |
2019-11-03 | mISDN: remove unused variable 'faxmodulation_s' | YueHaibing |
2019-10-28 | isdn: hfcsusb: Spelling and grammar fixes | Geert Uytterhoeven |
2019-10-18 | idsn: Use pr_warn instead of pr_warning | Kefeng Wang |
2019-08-22 | mISDN: Delete unnecessary checks before the macro call “dev_kfree_skb” | Markus Elfring |
2019-07-31 | isdn: hfcsusb: Fix mISDN driver crash caused by transfer buffer on the stack | Juliana Rodrigueiro |
2019-07-27 | isdn: mISDN: hfcsusb: Fix possible null-pointer dereferences in start_isoc_ch... | Jia-Ju Bai |
2019-07-15 | ISDN: hfcsusb: checking idx of ep configuration | Phong Tran |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-06-02 | Merge tag 'isdn-removal' of https://git.kernel.org/pub/scm/linux/kernel/git/a... | David S. Miller |
2019-05-31 | isdn: move capi drivers to staging | Arnd Bergmann |
2019-05-31 | isdn: hdlc: move into mISDN | Arnd Bergmann |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176 | Thomas Gleixner |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-04-23 | isdn:mISDN: fix misuse of %x in hfcpci.c | Fuqian Huang |
2019-03-18 | mISDN: hfcpci: Test both vendor & device ID for Digium HFC4S | Bjorn Helgaas |
2019-03-12 | isdn: hfcpci: fix potential NULL pointer dereference | Kangjie Lu |
2019-03-10 | isdn: mISDNinfineon: fix potential NULL pointer dereference | Kangjie Lu |
2019-03-04 | isdn: mISDN: Fix potential NULL pointer dereference of kzalloc | Aditya Pakki |
2019-01-19 | isdn: avm: Fix string plus integer warning from Clang | Nathan Chancellor |
2019-01-11 | mISDN: hfcsusb: Use struct_size() in kzalloc() | Gustavo A. R. Silva |
2018-11-11 | PCI: add USR vendor id and use it in r8169 and w6692 driver | Heiner Kallweit |
2018-11-06 | ISDN: eicon: Remove driver | Olof Johansson |
2018-07-26 | isdn: mISDN: netjet: Replace GFP_ATOMIC with GFP_KERNEL in nj_probe() | Jia-Ju Bai |
2018-07-26 | isdn: mISDN: hfcpci: Replace GFP_ATOMIC with GFP_KERNEL in hfc_probe() | Jia-Ju Bai |
2018-07-04 | isdn: mark expected switch fall-throughs | Gustavo A. R. Silva |
2018-06-22 | isdn: mISDN: use irqsave() in USB's complete callback | Sebastian Andrzej Siewior |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |