Age | Commit message (Expand) | Author | Files | Lines |
2020-11-24 | net: don't include ethtool.h from netdevice.h | Jakub Kicinski | 1 | -0/+1 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 8 | -11/+10 |
2020-07-25 | mISDN: Don't try to print a sockptr_t from debug logging code. | David S. Miller | 1 | -2/+2 |
2020-07-25 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 1 | -2/+2 |
2020-07-21 | mISDN: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 2 | -9/+11 |
2020-07-20 | net: make ->{get,set}sockopt in proto_ops optional | Christoph Hellwig | 1 | -2/+0 |
2020-07-14 | isdn/capi: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 1 | -1/+1 |
2020-06-19 | mISDN: hfcsusb: Use struct_size() helper | Gustavo A. R. Silva | 1 | -2/+1 |
2020-06-13 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -1/+1 |
2020-04-16 | mISDN: make dmril and dmrim static | Jason Yan | 1 | -2/+2 |
2020-02-04 | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 1 | -3/+3 |
2019-12-17 | isdn: don't mark kcapi_proc_exit as __exit | Arnd Bergmann | 1 | -1/+1 |
2019-12-11 | isdn: capi: dead code removal | Arnd Bergmann | 9 | -912/+179 |
2019-12-02 | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+31 |
2019-11-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 3 | -4/+3 |
2019-11-26 | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 9 | -37/+35 |
2019-11-20 | isdn: Fix Kconfig indentation | Krzysztof Kozlowski | 1 | -1/+1 |
2019-11-04 | mISDN: remove unused variable 'faxmodulation_s' | YueHaibing | 1 | -1/+0 |
2019-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
2019-10-28 | isdn: hfcsusb: Spelling and grammar fixes | Geert Uytterhoeven | 1 | -2/+2 |
2019-10-28 | net: use skb_queue_empty_lockless() in poll() handlers | Eric Dumazet | 1 | -1/+1 |
2019-10-23 | compat_ioctl: move isdn/capi ioctl translation into driver | Arnd Bergmann | 1 | -0/+31 |
2019-10-18 | idsn: Use pr_warn instead of pr_warning | Kefeng Wang | 9 | -37/+35 |
2019-09-24 | mISDN: enforce CAP_NET_RAW for raw sockets | Ori Nimron | 1 | -0/+2 |
2019-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+9 |
2019-09-07 | isdn/capi: check message length in capi_write() | Eric Biggers | 1 | -1/+9 |
2019-08-23 | mISDN: Delete unnecessary checks before the macro call “dev_kfree_skb” | Markus Elfring | 10 | -40/+20 |
2019-07-31 | isdn: hfcsusb: Fix mISDN driver crash caused by transfer buffer on the stack | Juliana Rodrigueiro | 1 | -1/+11 |
2019-07-27 | isdn: mISDN: hfcsusb: Fix possible null-pointer dereferences in start_isoc_ch... | Jia-Ju Bai | 1 | -0/+1 |
2019-07-15 | ISDN: hfcsusb: checking idx of ep configuration | Phong Tran | 1 | -0/+3 |
2019-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 183 | -101477/+100 |
2019-06-14 | Merge tag 'v5.2-rc4' into mauro | Jonathan Corbet | 67 | -761/+282 |
2019-06-08 | isdn: mISDN: remove a bogus reference to a non-existing doc | Mauro Carvalho Chehab | 1 | -2/+0 |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 32 | -398/+32 |
2019-06-03 | Merge tag 'isdn-removal' of https://git.kernel.org/pub/scm/linux/kernel/git/a... | David S. Miller | 183 | -101530/+100 |
2019-05-31 | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g... | Linus Torvalds | 46 | -465/+46 |
2019-05-31 | isdn: move capi drivers to staging | Arnd Bergmann | 46 | -22765/+22 |
2019-05-31 | isdn: hdlc: move into mISDN | Arnd Bergmann | 7 | -11/+91 |
2019-05-31 | isdn: remove isdn4linux | Arnd Bergmann | 34 | -22573/+0 |
2019-05-31 | isdn: remove hisax driver | Arnd Bergmann | 102 | -55481/+0 |
2019-05-31 | isdn: gigaset: remove i4l support | Arnd Bergmann | 3 | -707/+7 |
2019-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -216/+216 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176 | Thomas Gleixner | 12 | -170/+12 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 | Thomas Gleixner | 14 | -140/+14 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153 | Thomas Gleixner | 7 | -103/+7 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 13 | -52/+13 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 90 | Thomas Gleixner | 2 | -36/+2 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner | 3 | -44/+3 |
2019-05-23 | mISDN: make sure device name is NUL terminated | Dan Carpenter | 1 | -2/+3 |
2019-05-22 | mISDN: Fix indenting in dsp_cmx.c | Dan Carpenter | 1 | -214/+213 |