summaryrefslogtreecommitdiff
path: root/drivers/isdn
Commit message (Expand)AuthorAgeFilesLines
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-3/+3
* isdn: don't mark kcapi_proc_exit as __exitArnd Bergmann2019-12-171-1/+1
* isdn: capi: dead code removalArnd Bergmann2019-12-119-912/+179
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-0/+31
|\
| * compat_ioctl: move isdn/capi ioctl translation into driverArnd Bergmann2019-10-231-0/+31
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-253-4/+3
|\ \
| * | isdn: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-1/+1
| * | mISDN: remove unused variable 'faxmodulation_s'YueHaibing2019-11-031-1/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-1/+1
| |\ \
| * | | isdn: hfcsusb: Spelling and grammar fixesGeert Uytterhoeven2019-10-281-2/+2
| | |/ | |/|
* | | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-259-37/+35
|\ \ \ | |_|/ |/| |
| * | idsn: Use pr_warn instead of pr_warningKefeng Wang2019-10-189-37/+35
* | | net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-281-1/+1
| |/ |/|
* | mISDN: enforce CAP_NET_RAW for raw socketsOri Nimron2019-09-241-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-1/+9
|\ \
| * | isdn/capi: check message length in capi_write()Eric Biggers2019-09-071-1/+9
* | | mISDN: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-08-2210-40/+20
|/ /
* | isdn: hfcsusb: Fix mISDN driver crash caused by transfer buffer on the stackJuliana Rodrigueiro2019-07-311-1/+11
* | isdn: mISDN: hfcsusb: Fix possible null-pointer dereferences in start_isoc_ch...Jia-Ju Bai2019-07-271-0/+1
* | ISDN: hfcsusb: checking idx of ep configurationPhong Tran2019-07-151-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-11183-101477/+100
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-0732-398/+32
| |\ \ | | |/
| * | Merge tag 'isdn-removal' of https://git.kernel.org/pub/scm/linux/kernel/git/a...David S. Miller2019-06-02183-101530/+100
| |\ \
| | * | isdn: move capi drivers to stagingArnd Bergmann2019-05-3146-22765/+22
| | * | isdn: hdlc: move into mISDNArnd Bergmann2019-05-317-11/+91
| | * | isdn: remove isdn4linuxArnd Bergmann2019-05-3134-22573/+0
| | * | isdn: remove hisax driverArnd Bergmann2019-05-31102-55481/+0
| | * | isdn: gigaset: remove i4l supportArnd Bergmann2019-05-313-707/+7
* | | | Merge tag 'v5.2-rc4' into mauroJonathan Corbet2019-06-1467-761/+282
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-3146-465/+46
| |\ \ \ | | |/ / | |/| |
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176Thomas Gleixner2019-05-3012-170/+12
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-3014-140/+14
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-307-103/+7
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3013-52/+13
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-302-216/+216
| |\ \ \ | | |/ / | |/| |
| | * | mISDN: make sure device name is NUL terminatedDan Carpenter2019-05-221-2/+3
| | * | mISDN: Fix indenting in dsp_cmx.cDan Carpenter2019-05-221-214/+213
| | |/
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 90Thomas Gleixner2019-05-242-36/+2
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-243-44/+3
| |/
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-2114-0/+14
| * treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* | isdn: mISDN: remove a bogus reference to a non-existing docMauro Carvalho Chehab2019-06-081-2/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-074-14/+16
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-071-4/+5
| |\
| | * isdn: bas_gigaset: use usb_fill_int_urb() properlyPaul Bolle2019-05-051-4/+5
| * | isdn:mISDN: fix misuse of %x in hfcpci.cFuqian Huang2019-04-231-3/+3
| * | isdn: hisax: Fix misuse of %x in config.cFuqian Huang2019-04-231-3/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-2/+2
| |\ \ | | |/
| * | net: isdn: Make isdn_ppp_mp_discard and isdn_ppp_mp_reassembly staticYueHaibing2019-03-201-4/+5
* | | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
| |/ |/|