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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-06
net: erspan: fix erspan config overwrite
William Tu
2
-18
/
+0
2018-02-06
net: erspan: fix metadata extraction
William Tu
2
-3
/
+8
2018-02-06
cls_u32: fix use after free in u32_destroy_key()
Paolo Abeni
1
-10
/
+11
2018-02-06
afs: Support the AFS dynamic root
David Howells
1
-10
/
+12
2018-02-06
net: add a UID to use for ULP socket assignment
John Fastabend
2
-5
/
+56
2018-02-06
sctp: fix dst refcnt leak in sctp_v4_get_dst
Tommi Rantala
1
-6
/
+4
2018-02-06
sctp: fix dst refcnt leak in sctp_v6_get_dst()
Alexey Kodanev
1
-3
/
+7
2018-02-06
SUNRPC: Ensure we always close the socket after a connection shuts down
Trond Myklebust
1
-13
/
+10
2018-02-06
sunrpc: remove dead code in svc_sock_setbufsize
Christoph Hellwig
1
-14
/
+0
2018-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-0
/
+4
2018-02-04
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+6
2018-02-04
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-2
/
+18
2018-02-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
29
-158
/
+236
2018-02-03
Revert "defer call to mem_cgroup_sk_alloc()"
Roman Gushchin
2
-5
/
+1
2018-02-03
soreuseport: fix mem leak in reuseport_add_sock()
Eric Dumazet
1
-15
/
+20
2018-02-03
cls_u32: add missing RCU annotation.
Paolo Abeni
1
-5
/
+7
2018-02-02
xprtrdma: Fix BUG after a device removal
Chuck Lever
1
-3
/
+3
2018-02-02
xprtrdma: Fix calculation of ri_max_send_sges
Chuck Lever
2
-2
/
+2
2018-02-02
netfilter: nft_flow_offload: no need to flush entries on module removal
Pablo Neira Ayuso
1
-6
/
+0
2018-02-02
netfilter: nft_flow_offload: wait for garbage collector to run after cleanup
Pablo Neira Ayuso
2
-4
/
+5
2018-02-02
netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1()
Cong Wang
1
-0
/
+1
2018-02-02
netfilter: flowtable infrastructure depends on NETFILTER_INGRESS
Pablo Neira Ayuso
3
-7
/
+7
2018-02-02
netfilter: ipv6: nf_defrag: Kill frag queue on RFC2460 failure
Subash Abhinov Kasiviswanathan
1
-0
/
+1
2018-02-02
netfilter: x_tables: make allocation less aggressive
Michal Hocko
1
-1
/
+6
2018-02-01
net: igmp: add a missing rcu locking section
Eric Dumazet
1
-0
/
+4
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
17
-99
/
+114
2018-02-01
Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
9
-2861
/
+0
2018-02-01
bpf: fix null pointer deref in bpf_prog_test_run_xdp
Daniel Borkmann
1
-0
/
+4
2018-02-01
rtnetlink: remove check for IFLA_IF_NETNSID
Christian Brauner
1
-3
/
+0
2018-02-01
smc: missing poll annotations
Al Viro
1
-1
/
+1
2018-02-01
inet: Avoid unitialized variable warning in inet_unhash()
Geert Uytterhoeven
1
-4
/
+2
2018-02-01
net: bridge: Fix uninitialized error in br_fdb_sync_static()
Geert Uytterhoeven
1
-1
/
+1
2018-02-01
openvswitch: Remove padding from packet before L3+ conntrack processing
Ed Swierk
1
-0
/
+34
2018-02-01
tcp_bbr: fix pacing_gain to always be unity when using lt_bw
Neal Cardwell
1
-3
/
+3
2018-02-01
net: create skb_gso_validate_mac_len()
Daniel Axtens
2
-23
/
+50
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
500
-10820
/
+17287
2018-02-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2018-01-31
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-4
/
+2
2018-01-31
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-48
/
+11
2018-01-31
netfilter: on sockopt() acquire sock lock only in the required scope
Paolo Abeni
4
-29
/
+26
2018-01-31
tls: Add support for encryption using async offload accelerator
Vakul Garg
1
-1
/
+7
2018-01-31
ip6mr: fix stale iterator
Nikolay Aleksandrov
1
-0
/
+1
2018-01-31
net/sched: kconfig: Remove blank help texts
Ulf Magnusson
1
-3
/
+0
2018-01-31
openvswitch: meter: Use 64-bit arithmetic instead of 32-bit
Gustavo A. R. Silva
1
-1
/
+1
2018-01-31
tcp_nv: fix potential integer overflow in tcpnv_acked
Gustavo A. R. Silva
1
-1
/
+1
2018-01-31
rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINK
Christian Brauner
1
-5
/
+1
2018-01-31
Merge branches 'for-4.16/upstream' and 'for-4.15/upstream-fixes' into for-linus
Jiri Kosina
537
-9457
/
+20232
2018-01-31
netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()
Dmitry Vyukov
1
-3
/
+13
2018-01-31
netfilter: x_tables: fix pointer leaks to userspace
Dmitry Vyukov
5
-2
/
+5
2018-01-31
netfilter: ipset: Fix wraparound in hash:*net* types
Jozsef Kadlecsik
6
-63
/
+63
[prev]
[next]