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
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
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-25
net: fix double-free in bpf_lwt_xmit_reroute
Peter Oskolkov
1
-1
/
+1
2019-02-25
ip_tunnel: Add ip tunnel tun_info type dst_cache in ip_tunnel_xmit
wenxu
1
-11
/
+27
2019-02-25
ip_tunnel: Add dst_cache support in lwtunnel_state of ip tunnel
wenxu
2
-8
/
+26
2019-02-25
tls: Return type of non-data records retrieved using MSG_PEEK in recvmsg
Vakul Garg
1
-11
/
+67
2019-02-25
ipv6: icmp: use percpu allocation
Kefeng Wang
1
-6
/
+5
2019-02-25
ipv6: icmp: use icmpv6_sk_exit()
Kefeng Wang
1
-14
/
+11
2019-02-25
ipv4: icmp: use icmp_sk_exit()
Kefeng Wang
1
-3
/
+1
2019-02-25
ila: Fix uninitialised return value in ila_xlat_nl_cmd_flush
Herbert Xu
1
-1
/
+1
2019-02-25
net/sched: act_tunnel_key: Add dst_cache support
wenxu
1
-4
/
+21
2019-02-25
net: Remove switchdev.h inclusion from team/bond/vlan
Florian Fainelli
1
-1
/
+0
2019-02-25
net: dev: add generic protodown handler
Andy Roulin
1
-0
/
+19
2019-02-24
net: Skip GSO length estimation if transport header is not set
Maxim Mikityanskiy
1
-1
/
+1
2019-02-24
net: Use RCU_INIT_POINTER() to set sk_wq
Li RongQing
1
-3
/
+3
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
30
-192
/
+255
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
29
-186
/
+246
2019-02-24
tcp: repaired skbs must init their tso_segs
Eric Dumazet
1
-0
/
+1
2019-02-24
net/x25: fix a race in x25_bind()
Eric Dumazet
1
-5
/
+8
2019-02-24
Revert "bridge: do not add port to router list when receives query with sourc...
Hangbin Liu
1
-8
/
+1
2019-02-24
kcm: Remove unnecessary SLAB_PANIC for kmem_cache_create() in kcm_init
YueHaibing
1
-2
/
+2
2019-02-24
bpfilter: re-add header search paths to tools include to fix build error
Masahiro Yamada
1
-0
/
+1
2019-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-22
/
+39
2019-02-23
udp: fix possible user after free in error handler
Paolo Abeni
1
-2
/
+4
2019-02-23
udpv6: fix possible user after free in error handler
Paolo Abeni
1
-4
/
+6
2019-02-23
fou6: fix proto error handler argument type
Paolo Abeni
1
-1
/
+1
2019-02-23
udpv6: add the required annotation to mib type
Paolo Abeni
1
-1
/
+1
2019-02-23
net_sched: initialize net pointer inside tcf_exts_init()
Cong Wang
12
-27
/
+27
2019-02-23
net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255
Kalash Nainwal
1
-1
/
+1
2019-02-22
net/packet: Remove redundant skb->protocol set
Maxim Mikityanskiy
1
-11
/
+0
2019-02-22
net/packet: Ask driver for protocol if not provided by user
Maxim Mikityanskiy
1
-3
/
+12
2019-02-22
net/ethernet: Add parse_protocol header_ops support
Maxim Mikityanskiy
1
-0
/
+13
2019-02-22
net: Don't set transport offset to invalid value
Maxim Mikityanskiy
1
-3
/
+3
2019-02-22
Merge tag 'mac80211-next-for-davem-2019-02-22' of git://git.kernel.org/pub/sc...
David S. Miller
28
-362
/
+1252
2019-02-22
Merge tag 'mac80211-for-davem-2019-02-22' of git://git.kernel.org/pub/scm/lin...
David S. Miller
2
-3
/
+8
2019-02-22
net: dsa: Add ndo_vlan_rx_{add, kill}_vid implementation
Florian Fainelli
3
-4
/
+121
2019-02-22
net: dsa: Deny enslaving VLAN devices into VLAN aware bridge
Florian Fainelli
1
-3
/
+36
2019-02-22
net: socket: add check for negative optlen in compat setsockopt
Jann Horn
1
-1
/
+5
2019-02-22
ipv6: route: purge exception on removal
Paolo Abeni
1
-1
/
+12
2019-02-22
net: ip6_gre: fix possible NULL pointer dereference in ip6erspan_set_version
Lorenzo Bianconi
1
-0
/
+3
2019-02-22
sctp: don't compare hb_timer expire date before starting it
Maciej Kwiecien
1
-1
/
+2
2019-02-22
mac80211: allocate tailroom for forwarded mesh packets
Felix Fietkau
1
-1
/
+6
2019-02-22
rhashtable: Remove obsolete rhashtable_walk_init function
Herbert Xu
2
-21
/
+4
2019-02-22
mac80211: Use rhashtable_lookup_get_insert_fast instead of racy code
Herbert Xu
1
-16
/
+8
2019-02-22
Merge remote-tracking branch 'net-next/master' into mac80211-next
Johannes Berg
194
-2065
/
+6820
2019-02-22
mac80211: update HE IEs to D3.3
Liad Kaufman
1
-10
/
+25
2019-02-22
cfg80211: allow sending vendor events unicast
Johannes Berg
1
-6
/
+24
2019-02-22
mac80211: ignore quiet mode in probe
Sara Sharon
1
-3
/
+3
2019-02-22
mac80211: allow CSA to self with immediate quiet
Sara Sharon
1
-1
/
+2
2019-02-22
mac80211: notify driver on subsequent CSA beacons
Sara Sharon
3
-14
/
+70
2019-02-22
mac80211: fix position of vendor_data read
Liad Kaufman
1
-2
/
+19
2019-02-22
mac80211: abort CSA if beacon does not include CSA IEs
Sara Sharon
3
-6
/
+57
[next]