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
2022-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-12
/
+42
2022-08-19
bpf: Add a few optnames to bpf_setsockopt
Martin KaFai Lau
1
-0
/
+5
2022-08-19
bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()
Martin KaFai Lau
1
-30
/
+26
2022-08-19
bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()
Martin KaFai Lau
1
-20
/
+20
2022-08-19
bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()
Martin KaFai Lau
1
-67
/
+30
2022-08-19
bpf: Refactor bpf specific tcp optnames to a new function
Martin KaFai Lau
1
-29
/
+50
2022-08-19
bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt()
Martin KaFai Lau
2
-98
/
+32
2022-08-19
bpf: Embed kernel CONFIG check into the if statement in bpf_setsockopt
Martin KaFai Lau
1
-7
/
+3
2022-08-19
bpf: net: Consider has_current_bpf_ctx() when testing capable() in sk_setsock...
Martin KaFai Lau
1
-13
/
+25
2022-08-19
bpf: net: Avoid sk_setsockopt() taking sk lock when called from bpf
Martin KaFai Lau
1
-3
/
+27
2022-08-19
net: Add sk_setsockopt() to take the sk ptr instead of the sock ptr
Martin KaFai Lau
1
-3
/
+10
2022-08-18
tcp: handle pure FIN case correctly
Cong Wang
1
-2
/
+3
2022-08-18
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-6
/
+6
2022-08-17
skmsg: Fix wrong last sg check in sk_msg_recvmsg()
Liu Jian
1
-2
/
+2
2022-08-17
net: sched: fix misuse of qcpu->backlog in gnet_stats_add_queue_cpu
Zhengchao Shao
1
-1
/
+1
2022-08-16
net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msg
Zhengchao Shao
1
-0
/
+1
2022-08-15
neighbour: make proxy_queue.qlen limit per-device
Alexander Mikhalitsyn
1
-3
/
+22
2022-08-15
neigh: fix possible DoS due to net iface start/stop loop
Denis V. Lunev
1
-8
/
+17
2022-08-11
Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
5
-7
/
+38
2022-08-11
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2
-3
/
+29
2022-08-11
net: fix refcount bug in sk_psock_get (2)
Hawkins Jiawei
1
-1
/
+3
2022-08-10
bpf: Use bpf_map_area_alloc consistently on bpf map creation
Yafang Shao
1
-6
/
+6
2022-08-10
bpf: Make __GFP_NOWARN consistent in bpf map creation
Yafang Shao
1
-2
/
+2
2022-08-10
bpf: Check the validity of max_rdwr_access for sock local storage map iterator
Hou Tao
1
-1
/
+1
2022-08-10
bpf: Acquire map uref in .init_seq_private for sock{map,hash} iterator
Hou Tao
1
-1
/
+19
2022-08-10
bpf: Acquire map uref in .init_seq_private for sock local storage map iterator
Hou Tao
1
-1
/
+9
2022-08-10
devlink: Fix use-after-free after a failed reload
Ido Schimmel
1
-2
/
+2
2022-08-09
Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-4
/
+2
2022-08-09
iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
2
-4
/
+2
2022-08-08
net: bpf: Use the protocol's set_rcvlowat behavior if there is one
Gao Feng
1
-1
/
+4
2022-08-06
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-1
/
+8
2022-08-04
Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
23
-832
/
+1434
2022-08-01
net: devlink: Fix missing mutex_unlock() call
Ammar Faizi
1
-2
/
+4
2022-08-01
net: devlink: enable parallel ops on netlink interface
Jiri Pirko
1
-0
/
+1
2022-08-01
net: devlink: remove devlink_mutex
Jiri Pirko
1
-76
/
+4
2022-08-01
net: devlink: convert reload command to take implicit devlink->lock
Jiri Pirko
1
-13
/
+5
2022-08-01
net: devlink: introduce "unregistering" mark and use it during devlinks itera...
Jiri Pirko
1
-0
/
+11
2022-07-30
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+2
2022-07-29
devlink: Hold the instance lock in health callbacks
Moshe Shemesh
1
-16
/
+14
2022-07-29
net: devlink: remove region snapshots list dependency on devlink->lock
Jiri Pirko
1
-12
/
+29
2022-07-29
net: devlink: remove region snapshot ID tracking dependency on devlink->lock
Jiri Pirko
1
-31
/
+33
2022-07-29
devlink: introduce framework for selftests
Vikas Gupta
1
-0
/
+216
2022-07-28
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Paolo Abeni
2
-7
/
+53
2022-07-28
net: devlink: remove redundant net_eq() check from sb_pool_get_dumpit()
Jiri Pirko
1
-2
/
+1
2022-07-26
net: devlink: introduce nested devlink entity for line card
Jiri Pirko
1
-0
/
+42
2022-07-26
net: devlink: move net check into devlinks_xa_for_each_registered_get()
Jiri Pirko
1
-96
/
+39
2022-07-26
net: devlink: make sure that devlink_try_get() works with valid pointer durin...
Jiri Pirko
1
-91
/
+80
2022-07-26
flow_offload: Introduce flow_match_pppoe
Wojciech Drewek
1
-0
/
+7
2022-07-26
flow_dissector: Add PPPoE dissectors
Wojciech Drewek
1
-7
/
+46
2022-07-26
bpf: Fix bpf_xdp_pointer return pointer
Joanne Koong
1
-1
/
+1
[prev]
[next]