index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
isdn
/
mISDN
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
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-20
net: make ->{get,set}sockopt in proto_ops optional
Christoph Hellwig
1
-2
/
+0
2019-11-26
Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-4
/
+3
2019-10-18
idsn: Use pr_warn instead of pr_warning
Kefeng Wang
1
-4
/
+3
2019-09-24
mISDN: enforce CAP_NET_RAW for raw sockets
Ori Nimron
1
-0
/
+2
2019-08-23
mISDN: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
4
-16
/
+8
2019-06-14
Merge tag 'v5.2-rc4' into mauro
Jonathan Corbet
22
-450
/
+237
2019-06-08
isdn: mISDN: remove a bogus reference to a non-existing doc
Mauro Carvalho Chehab
1
-2
/
+0
2019-05-31
Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
16
-168
/
+16
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 174
Thomas Gleixner
14
-140
/
+14
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153
Thomas Gleixner
2
-28
/
+2
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
2
-30
/
+2
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
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-04-12
mISDN: Check address length before reading address family
Tetsuo Handa
1
-2
/
+2
2019-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2019-02-06
mISDN: fix a race in dev_expire_timer()
Eric Dumazet
1
-1
/
+1
2019-02-03
socket: Use old_timeval types for socket timestamps
Deepa Dinamani
1
-1
/
+1
2018-11-02
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-2
/
+1
2018-10-24
iov_iter: Separate type from direction and use accessor functions
David Howells
1
-2
/
+1
2018-10-23
mISDN: Fix type of switch control variable in ctrl_teimanager
Nathan Chancellor
1
-4
/
+3
2018-09-21
mISDN: remove redundant null pointer check before kfree_skb
zhong jiang
1
-2
/
+1
2018-07-04
isdn: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+1
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
1
-1
/
+1
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+4
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-04-13
mISDN: Remove VLAs
Laura Abbott
2
-6
/
+16
2018-02-12
net: make getname() functions return length rather than use int* parameter
Denys Vlasenko
1
-3
/
+2
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-2
/
+2
2018-01-31
Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-13
/
+9
2017-12-03
mISDN: switch to sock_recvmsg()
Al Viro
1
-13
/
+9
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-11-05
mISDN: l1oip_core: replace _manual_ swap with swap macro
Gustavo A. R. Silva
1
-8
/
+2
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-0
/
+3
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
3
-0
/
+3
2017-10-18
mISDN: Convert timers to use timer_setup()
Kees Cook
6
-24
/
+18
2017-08-12
mISDN: Fix null pointer dereference at mISDN_FsmNew
Anton Vasilyev
5
-9
/
+36
2017-07-01
net: convert sk_buff.users from atomic_t to refcount_t
Reshetova, Elena
1
-1
/
+1
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
3
-7
/
+6
2017-06-01
mISDN: Fix a sleep-in-atomic bug
Jia-Ju Bai
1
-1
/
+1
2017-03-24
isdn: use setup_timer
Geliang Tang
3
-9
/
+3
2017-03-02
sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...
Ingo Molnar
1
-0
/
+2
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+2
[next]