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
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
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
2022-06-28
bpf: Fix sockmap calling sleepable function in teardown path
John Fastabend
1
-1
/
+1
2022-06-23
bpf: Require only one of cong_avoid() and cong_control() from a TCP CC
Jörn-Thorben Hinz
1
-33
/
+0
2022-06-23
bpf: Allow a TCP CC to write sk_pacing_rate and sk_pacing_status
Jörn-Thorben Hinz
1
-0
/
+6
2022-06-20
skmsg: Get rid of unncessary memset()
Cong Wang
1
-10
/
+13
2022-06-20
skmsg: Get rid of skb_clone()
Cong Wang
2
-6
/
+2
2022-06-20
net: Introduce a new proto_ops ->read_skb()
Cong Wang
6
-43
/
+25
2022-06-20
tcp: Introduce tcp_read_skb()
Cong Wang
1
-0
/
+47
2022-06-20
raw: Use helpers for the hlist_nulls variant.
Kuniyuki Iwashima
3
-8
/
+8
2022-06-20
raw: Fix mixed declarations error in raw_icmp_error().
Kuniyuki Iwashima
1
-1
/
+1
2022-06-19
raw: convert raw sockets to RCU
Eric Dumazet
5
-69
/
+69
2022-06-19
raw: use more conventional iterators
Eric Dumazet
3
-144
/
+87
2022-06-18
ping: convert to RCU lookups, get rid of rwlock
Eric Dumazet
1
-20
/
+16
2022-06-18
ax25: use GFP_KERNEL in ax25_dev_device_up()
Peter Lafreniere
1
-2
/
+3
2022-06-18
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
7
-12
/
+158
2022-06-17
bpf: Fix bpf_skc_lookup comment wrt. return type
Tobias Klauser
1
-2
/
+0
2022-06-17
tipc: cleanup unused function
Hoang Le
2
-12
/
+0
2022-06-17
tcp: fix build...
David S. Miller
1
-16
/
+0
2022-06-17
tcp: fix possible freeze in tx path under memory pressure
Eric Dumazet
1
-0
/
+17
2022-06-17
tcp: fix possible freeze in tx path under memory pressure
Eric Dumazet
1
-4
/
+29
2022-06-17
tcp: fix over estimation in sk_forced_mem_schedule()
Eric Dumazet
1
-3
/
+4
2022-06-17
bpf: Allow the new syncookie helpers to work with SKBs
Maxim Mikityanskiy
1
-0
/
+10
2022-06-17
bpf: Add helpers to issue and check SYN cookies in XDP
Maxim Mikityanskiy
2
-1
/
+120
2022-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-426
/
+135
2022-06-16
Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
5
-410
/
+110
2022-06-16
Revert "net: Add a second bind table hashed by port and address"
Joanne Koong
4
-405
/
+82
2022-06-15
net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsg
Duoming Zhou
1
-5
/
+28
2022-06-15
net: don't check skb_count twice
Sieng Piaw Liew
1
-3
/
+4
2022-06-15
net: bridge: allow add/remove permanent mdb entries on disabled ports
Casper Andersson
1
-6
/
+9
2022-06-14
ethtool: Fix and simplify ethtool_convert_link_mode_to_legacy_u32()
Marco Bonelli
1
-15
/
+2
2022-06-13
net: make __sys_accept4_file() static
Yajun Deng
1
-9
/
+6
2022-06-13
tcp: sk_forced_mem_schedule() optimization
Eric Dumazet
1
-3
/
+6
2022-06-11
Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
2
-16
/
+25
2022-06-11
net: unexport __sk_mem_{raise|reduce}_allocated
Eric Dumazet
1
-2
/
+0
2022-06-11
net: keep sk->sk_forward_alloc as small as possible
Eric Dumazet
10
-45
/
+5
2022-06-11
net: add per_cpu_fw_alloc field to struct proto
Eric Dumazet
11
-0
/
+39
2022-06-11
net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFT
Eric Dumazet
7
-23
/
+23
2022-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-4
/
+5
2022-06-10
Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
14
-430
/
+80
2022-06-10
wifi: mac80211: refactor some key code
Johannes Berg
2
-33
/
+41
2022-06-10
wifi: mac80211: remove cipher scheme support
Johannes Berg
14
-397
/
+39
2022-06-10
Merge tag 'ieee802154-for-net-next-2022-06-09' of git://git.kernel.org/pub/sc...
Jakub Kicinski
15
-214
/
+48
2022-06-10
net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdev
Andrea Mayer
1
-0
/
+1
2022-06-10
net: add napi_get_frags_check() helper
Eric Dumazet
1
-0
/
+18
2022-06-10
net: add debug checks in napi_consume_skb and __napi_alloc_skb()
Eric Dumazet
1
-1
/
+2
2022-06-10
net: use DEBUG_NET_WARN_ON_ONCE() in skb_release_head_state()
Eric Dumazet
1
-1
/
+1
2022-06-10
af_unix: use DEBUG_NET_WARN_ON_ONCE()
Eric Dumazet
1
-4
/
+4
2022-06-10
net: use WARN_ON_ONCE() in sk_stream_kill_queues()
Eric Dumazet
1
-3
/
+3
2022-06-10
net: use WARN_ON_ONCE() in inet_sock_destruct()
Eric Dumazet
1
-4
/
+4
2022-06-10
net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit()
Eric Dumazet
1
-1
/
+1
2022-06-10
net: use DEBUG_NET_WARN_ON_ONCE() in __release_sock()
Eric Dumazet
1
-1
/
+1
[next]