index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
starfive-6.6.63-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
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-11
tcp: Simplify EBPF TCP_CONGESTION to always init CC
Neal Cardwell
1
-6
/
+1
2020-09-11
net: Fix bridge enslavement failure
Ido Schimmel
1
-1
/
+1
2020-09-10
net: Correct the comment of dst_dev_put()
Miaohe Lin
1
-1
/
+1
2020-09-10
net: make sure napi_list is safe for RCU traversal
Jakub Kicinski
2
-2
/
+2
2020-09-10
net: manage napi add/del idempotence explicitly
Jakub Kicinski
1
-4
/
+9
2020-09-10
net: remove napi_hash_del() from driver-facing API
Jakub Kicinski
1
-13
/
+6
2020-09-10
devlink: don't crash if netdev is NULL
Jakub Kicinski
1
-8
/
+20
2020-09-10
net: Allow iterating sockmap and sockhash
Lorenz Bauer
1
-2
/
+278
2020-09-10
net: sockmap: Remove unnecessary sk_fullsock checks
Lorenz Bauer
1
-2
/
+2
2020-09-10
bpf: Remove duplicate headers
Chen Zhou
1
-1
/
+0
2020-09-10
devlink: Use controller while building phys_port_name
Parav Pandit
1
-0
/
+14
2020-09-10
devlink: Introduce controller number
Parav Pandit
1
-9
/
+14
2020-09-10
devlink: Introduce external controller flag
Parav Pandit
1
-2
/
+10
2020-09-09
fib: fix fib_rule_ops indirect call wrappers when CONFIG_IPV6=m
Brian Vazquez
1
-1
/
+1
2020-09-08
bpf: Fix clobbering of r2 in bpf_gen_ld_abs
Daniel Borkmann
1
-2
/
+2
2020-09-08
Revert "netns: don't disable BHs when locking "nsid_lock""
Taehee Yoo
1
-11
/
+11
2020-09-06
net: Add a missing word
Jonathan Neuschäfer
1
-1
/
+1
2020-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
10
-16
/
+18
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
5
-4
/
+7
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
4
-762
/
+612
2020-09-01
pktgen: fix error message with wrong function name
Leesoo Ahn
1
-1
/
+1
2020-08-28
net: add option to not create fall-back tunnels in root-ns as well
Mahesh Bandewar
1
-2
/
+15
2020-08-28
bpf: Add map_meta_equal map ops
Martin KaFai Lau
2
-0
/
+3
2020-08-27
net: Fix some comments
Miaohe Lin
1
-1
/
+1
2020-08-27
net: disable netpoll on fresh napis
Jakub Kicinski
2
-2
/
+3
2020-08-26
bpf: Allow local storage to be used from LSM programs
KP Singh
1
-0
/
+25
2020-08-26
bpf: Split bpf_local_storage to bpf_sk_storage
KP Singh
1
-671
/
+1
2020-08-26
bpf: Generalize bpf_sk_storage
KP Singh
1
-82
/
+156
2020-08-26
bpf: Generalize caching for sk_storage.
KP Singh
1
-16
/
+15
2020-08-26
bpf: Renames in preparation for bpf_local_storage
KP Singh
1
-238
/
+250
2020-08-25
net: Get rid of consume_skb when tracing is off
Herbert Xu
1
-0
/
+2
2020-08-25
devlink: Protect devlink port list traversal
Parav Pandit
1
-0
/
+3
2020-08-25
devlink: Fix per port reporter fields initialization
Parav Pandit
1
-4
/
+4
2020-08-25
tcp: bpf: Optionally store mac header in TCP_SAVE_SYN
Martin KaFai Lau
1
-5
/
+22
2020-08-25
bpf: tcp: Allow bpf prog to write and parse TCP header option
Martin KaFai Lau
1
-0
/
+365
2020-08-25
bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8
Martin KaFai Lau
1
-5
/
+10
2020-08-25
tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt
Martin KaFai Lau
1
-0
/
+7
2020-08-25
tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt
Martin KaFai Lau
1
-0
/
+8
2020-08-25
tcp: Use a struct to represent a saved_syn
Martin KaFai Lau
1
-2
/
+2
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
8
-12
/
+11
2020-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-9
/
+15
2020-08-22
bpf: sockmap: Allow update from BPF
Lorenz Bauer
1
-0
/
+24
2020-08-22
bpf: sockmap: Call sock_map_update_elem directly
Lorenz Bauer
1
-4
/
+2
2020-08-22
bpf: sockmap: Merge sockmap and sockhash update functions
Lorenz Bauer
1
-42
/
+7
2020-08-22
net: sk_msg: Simplify sk_psock initialization
Lorenz Bauer
2
-16
/
+32
2020-08-22
bpf: Implement link_query callbacks in map element iterators
Yonghong Song
1
-0
/
+2
2020-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-6
/
+8
2020-08-21
net: zerocopy: combine pages in zerocopy_sg_from_iter()
Eric Dumazet
1
-4
/
+29
2020-08-21
bpf: xdp: Fix XDP mode when no mode flags specified
Andrii Nakryiko
1
-6
/
+8
2020-08-20
csum_partial_copy_nocheck(): drop the last argument
Al Viro
1
-2
/
+2
[prev]
[next]