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-07-09
xdp: fix race on generic receive path
Ilya Maximets
1
-9
/
+22
2019-07-09
ipv6: Support multipath hashing on inner IP pkts
Stephen Suryaputra
1
-0
/
+36
2019-07-09
ipv4: Multipath hashing on inner L3 needs to consider inner IPv6 pkts
Stephen Suryaputra
1
-4
/
+17
2019-07-09
sunrpc/cache: remove the exporting of cache_seq_next
Denis Efremov
1
-1
/
+0
2019-07-09
net: openvswitch: use netif_ovs_is_port() instead of opencode
Taehee Yoo
2
-4
/
+4
2019-07-09
vsock/virtio: fix flush of works during the .remove()
Stefano Garzarella
1
-6
/
+9
2019-07-09
vsock/virtio: stop workers during the .remove()
Stefano Garzarella
1
-1
/
+50
2019-07-09
vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsock
Stefano Garzarella
1
-24
/
+46
2019-07-09
net: core: page_pool: add user refcnt and reintroduce page_pool_destroy
Ivan Khoronzhuk
2
-0
/
+11
2019-07-08
nfc: fix potential illegal memory access
Yang Wei
1
-1
/
+1
2019-07-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
18
-81
/
+668
2019-07-08
bpf: allow wide (u64) aligned stores for some fields of bpf_sock_addr
Stanislav Fomichev
1
-8
/
+14
2019-07-08
net: bpfilter: print umh messages to /dev/kmsg
Gary Lin
1
-1
/
+1
2019-07-08
net/tls: fix poll ignoring partially copied records
Jakub Kicinski
1
-1
/
+2
2019-07-07
tipc: use rcu dereference functions properly
Xin Long
2
-11
/
+11
2019-07-06
Bluetooth: 6lowpan: always check destination address
Josua Mayer
1
-12
/
+0
2019-07-06
Bluetooth: 6lowpan: check neighbour table for SLAAC
Josua Mayer
1
-0
/
+15
2019-07-06
Bluetooth: 6lowpan: search for destination address in all peers
Josua Mayer
1
-4
/
+10
2019-07-06
Bluetooth: Add SMP workaround Microsoft Surface Precision Mouse bug
Szymon Janc
1
-0
/
+13
2019-07-06
Bluetooth: L2CAP: Check bearer type on __l2cap_global_chan_by_addr
Luiz Augusto von Dentz
1
-3
/
+11
2019-07-06
Bluetooth: Use controller sets when available
Luiz Augusto von Dentz
4
-10
/
+37
2019-07-06
Bluetooth: validate BLE connection interval updates
csonsino
2
-1
/
+13
2019-07-06
Bluetooth: Add support for LE ping feature
Spoorthi Ravishankar Koppad
4
-0
/
+107
2019-07-06
Bluetooth: Check state in l2cap_disconnect_rsp
Matias Karhumaa
1
-0
/
+6
2019-07-06
Bluetooth: hidp: NUL terminate a string in the compat ioctl
Dan Carpenter
2
-1
/
+2
2019-07-06
6lowpan: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
3
-89
/
+32
2019-07-06
netfilter: nf_tables: force module load in case select_ops() returns -EAGAIN
Pablo Neira Ayuso
2
-0
/
+10
2019-07-06
Merge tag 'nfsd-5.2-2' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+6
2019-07-06
ipv4: Fix NULL pointer dereference in ipv4_neigh_lookup()
Ido Schimmel
1
-1
/
+1
2019-07-06
net: remove unused parameter from skb_checksum_try_convert
Li RongQing
3
-5
/
+3
2019-07-06
hsr: fix a NULL pointer deref in hsr_dev_xmit()
Cong Wang
1
-3
/
+7
2019-07-06
hsr: implement dellink to clean up resources
Cong Wang
5
-10
/
+25
2019-07-06
hsr: fix a memory leak in hsr_del_port()
Cong Wang
2
-2
/
+5
2019-07-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
17
-382
/
+358
2019-07-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
5
-80
/
+62
2019-07-06
netfilter: nf_tables: __nft_expr_type_get() selects specific family type
Pablo Neira Ayuso
1
-5
/
+8
2019-07-06
netfilter: nf_tables: add nft_expr_type_request_module()
Pablo Neira Ayuso
1
-3
/
+14
2019-07-05
netfilter: nft_meta_bridge: Add NFT_META_BRI_IIFVPROTO support
wenxu
1
-0
/
+12
2019-07-05
bridge: add br_vlan_get_proto()
wenxu
1
-0
/
+10
2019-07-05
netfilter: nft_meta_bridge: add NFT_META_BRI_IIFPVID support
wenxu
1
-0
/
+15
2019-07-05
bridge: add br_vlan_get_pvid_rcu()
Pablo Neira Ayuso
1
-4
/
+15
2019-07-05
netfilter: nft_meta_bridge: Remove the br_private.h header
wenxu
1
-5
/
+14
2019-07-05
netfilter: nft_meta: move bridge meta keys into nft_meta_bridge
wenxu
5
-53
/
+163
2019-07-05
ipvs: strip gre tunnel headers from icmp errors
Julian Anastasov
1
-4
/
+42
2019-07-05
netfilter: nf_tables: Add synproxy support
Fernando Fernandez Mancera
3
-0
/
+299
2019-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
6
-92
/
+263
2019-07-04
ipvs: allow tunneling with gre encapsulation
Vadim Fedorenko
2
-3
/
+64
2019-07-04
netfilter: nf_queue: remove unused hook entries pointer
Florian Westphal
3
-7
/
+5
2019-07-04
netfilter: nf_log: Replace a seq_printf() call by seq_puts() in seq_show()
Markus Elfring
1
-1
/
+1
2019-07-04
netfilter: rename nf_SYNPROXY.h to nf_synproxy.h
Pablo Neira Ayuso
1
-1
/
+1
[prev]
[next]