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
pinetabv-6.6.y-devel
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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-11
sh_eth: fix NULL pointer dereference in sh_eth_ring_format()
Sergei Shtylyov
1
-1
/
+2
2016-03-10
kcm: mark helper functions inline
Arnd Bergmann
1
-2
/
+2
2016-03-10
Merge tag 'linux-can-next-for-4.6-20160310' of git://git.kernel.org/pub/scm/l...
David S. Miller
4
-36
/
+75
2016-03-10
can: rcar_can: Add r8a7795 support
Ramesh Shanmugasundaram
3
-1
/
+13
2016-03-10
can: ifi: Add obscure bit swap for EFF frame IDs
Marek Vasut
1
-2
/
+29
2016-03-10
can: ifi: Fix RX and TX ID mask
Marek Vasut
1
-4
/
+4
2016-03-10
can: ifi: Fix TX DLC configuration
Marek Vasut
1
-8
/
+6
2016-03-10
can: ifi: Fix clock generator configuration
Marek Vasut
1
-21
/
+23
2016-03-10
bpf: avoid copying junk bytes in bpf_get_current_comm()
Alexei Starovoitov
1
-1
/
+1
2016-03-10
bpf: bpf_stackmap_copy depends on CONFIG_PERF_EVENTS
Alexei Starovoitov
1
-0
/
+5
2016-03-10
Merge branch 'variable-length-ll-headers'
David S. Miller
3
-27
/
+53
2016-03-10
packet: validate variable length ll headers
Willem de Bruijn
1
-25
/
+18
2016-03-10
ax25: add link layer header validation function
Willem de Bruijn
1
-0
/
+15
2016-03-10
net: validate variable length ll headers
Willem de Bruijn
1
-2
/
+20
2016-03-10
Merge branch 'kcm'
David S. Miller
16
-43
/
+3483
2016-03-10
kcm: Add description in Documentation
Tom Herbert
1
-0
/
+285
2016-03-10
kcm: Add receive message timeout
Tom Herbert
3
-2
/
+39
2016-03-10
kcm: Add memory limit for receive message construction
Tom Herbert
3
-2
/
+52
2016-03-10
kcm: Sendpage support
Tom Herbert
1
-2
/
+145
2016-03-10
kcm: Splice support
Tom Herbert
1
-2
/
+96
2016-03-10
kcm: Add statistics and proc interfaces
Tom Herbert
4
-1
/
+597
2016-03-10
kcm: Kernel Connection Multiplexor module
Tom Herbert
8
-1
/
+2201
2016-03-10
tcp: Add tcp_inq to get available receive bytes on socket
Tom Herbert
2
-14
/
+25
2016-03-10
net: Walk fragments in __skb_splice_bits
Tom Herbert
1
-23
/
+16
2016-03-10
net: Add MSG_BATCH flag
Tom Herbert
2
-0
/
+6
2016-03-10
net: Allow MSG_EOR in each msghdr of sendmmsg
Tom Herbert
1
-4
/
+6
2016-03-10
net: Make sock_alloc exportable
Tom Herbert
2
-1
/
+3
2016-03-10
rcu: Add list_next_or_null_rcu
Tom Herbert
1
-0
/
+21
2016-03-09
samples/bpf: add map performance test
Alexei Starovoitov
3
-0
/
+259
2016-03-09
samples/bpf: stress test bpf_get_stackid
Alexei Starovoitov
1
-0
/
+9
2016-03-09
samples/bpf: add bpf map stress test
Alexei Starovoitov
3
-0
/
+113
2016-03-09
ip_tunnel, bpf: ip_tunnel_info_opts_{get, set} depends on CONFIG_INET
Daniel Borkmann
1
-0
/
+11
2016-03-08
Merge branch 'bpf-map-prealloc'
David S. Miller
20
-179
/
+514
2016-03-08
samples/bpf: test both pre-alloc and normal maps
Alexei Starovoitov
1
-1
/
+9
2016-03-08
samples/bpf: add map_flags to bpf loader
Alexei Starovoitov
8
-15
/
+23
2016-03-08
samples/bpf: move ksym_search() into library
Alexei Starovoitov
3
-66
/
+69
2016-03-08
samples/bpf: make map creation more verbose
Alexei Starovoitov
1
-1
/
+4
2016-03-08
bpf: convert stackmap to pre-allocation
Alexei Starovoitov
3
-18
/
+71
2016-03-08
bpf: check for reserved flag bits in array and stack maps
Alexei Starovoitov
2
-1
/
+4
2016-03-08
bpf: pre-allocate hash map elements
Alexei Starovoitov
4
-74
/
+186
2016-03-08
bpf: introduce percpu_freelist
Alexei Starovoitov
3
-1
/
+132
2016-03-08
bpf: prevent kprobe+bpf deadlocks
Alexei Starovoitov
3
-2
/
+16
2016-03-08
Merge branch 'ipv6-per-netns-gc'
David S. Miller
2
-43
/
+51
2016-03-08
ipv6: per netns FIB garbage collection
Michal Kubeček
2
-5
/
+5
2016-03-08
ipv6: per netns fib6 walkers
Michal Kubeček
2
-32
/
+38
2016-03-08
ipv6: replace global gc_args with local variable
Michal Kubeček
1
-6
/
+8
2016-03-08
Merge branch 'bnxt_en-next'
David S. Miller
3
-52
/
+344
2016-03-08
bnxt_en: Enable AER support.
Satish Baddipadige
1
-0
/
+109
2016-03-08
bnxt_en: Include hardware port statistics in ethtool -S.
Michael Chan
1
-2
/
+103
2016-03-08
bnxt_en: Include some hardware port statistics in ndo_get_stats64().
Michael Chan
1
-0
/
+16
[next]