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
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-07-27
Merge tag 'for-net-2022-07-26' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
3
-17
/
+51
2022-07-27
tls: rx: do not use the standard strparser
Jakub Kicinski
4
-67
/
+541
2022-07-27
tls: rx: device: add input CoW helper
Jakub Kicinski
3
-10
/
+21
2022-07-27
tcp: allow tls to decrypt directly from the tcp rcv queue
Jakub Kicinski
1
-1
/
+41
2022-07-27
tls: rx: device: keep the zero copy status with offload
Jakub Kicinski
3
-5
/
+35
2022-07-27
tls: rx: don't free the output in case of zero-copy
Jakub Kicinski
1
-13
/
+13
2022-07-27
tls: rx: factor SW handling out of tls_rx_one_record()
Jakub Kicinski
1
-36
/
+57
2022-07-27
tls: rx: wrap recv_pkt accesses in helpers
Jakub Kicinski
2
-5
/
+11
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
Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_put
Luiz Augusto von Dentz
1
-13
/
+48
2022-07-26
Bluetooth: Always set event mask on suspend
Abhishek Pandit-Subedi
1
-3
/
+3
2022-07-26
Bluetooth: mgmt: Fix double free on error path
Dan Carpenter
1
-1
/
+0
2022-07-26
wifi: mac80211: do not abuse fq.lock in ieee80211_do_stop()
Tetsuo Handa
1
-2
/
+1
2022-07-26
netfilter: nft_queue: only allow supported familes and hooks
Florian Westphal
1
-0
/
+27
2022-07-26
netfilter: nf_tables: add rescheduling points during loop detection walks
Florian Westphal
1
-0
/
+6
2022-07-26
netfilter: nf_queue: do not allow packet truncation below transport header of...
Florian Westphal
1
-1
/
+6
2022-07-26
flow_offload: Introduce flow_match_pppoe
Wojciech Drewek
1
-0
/
+7
2022-07-26
net/sched: flower: Add PPPoE filter
Wojciech Drewek
1
-0
/
+64
2022-07-26
flow_dissector: Add PPPoE dissectors
Wojciech Drewek
1
-7
/
+46
2022-07-26
bridge: Do not send empty IFLA_AF_SPEC attribute
Benjamin Poirier
1
-2
/
+6
2022-07-26
bpf: Fix bpf_xdp_pointer return pointer
Joanne Koong
1
-1
/
+1
2022-07-26
bpf: Set flow flag to allow any source IP in bpf_tunnel_key
Paul Chaignon
1
-0
/
+1
2022-07-26
sctp: fix sleep in atomic context bug in timer handlers
Duoming Zhou
1
-1
/
+1
2022-07-26
net: delete extra space and tab in blank line
William Dean
2
-2
/
+2
2022-07-26
net: dsa: fix reference counting for LAG FDBs
Vladimir Oltean
1
-0
/
+1
2022-07-26
Merge tag 'wireless-next-2022-07-25' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
43
-2752
/
+5229
2022-07-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
5
-31
/
+15
2022-07-25
ipv4: Fix data-races around sysctl_fib_notify_on_flag_change.
Kuniyuki Iwashima
1
-2
/
+5
2022-07-25
tcp: Fix data-races around sysctl_tcp_reflect_tos.
Kuniyuki Iwashima
2
-4
/
+4
2022-07-25
tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-25
tcp: Fix a data-race around sysctl_tcp_comp_sack_slack_ns.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-25
tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.
Kuniyuki Iwashima
1
-1
/
+2
2022-07-25
net: Fix data-races around sysctl_[rw]mem(_offset)?.
Kuniyuki Iwashima
6
-16
/
+17
2022-07-25
tcp: Fix data-races around sk_pacing_rate.
Kuniyuki Iwashima
1
-2
/
+2
2022-07-25
net: mld: fix reference count leak in mld_{query | report}_work()
Taehee Yoo
1
-6
/
+8
2022-07-25
Merge branch 'for-5.20/io_uring' into for-5.20/io_uring-zerocopy-send
Jens Axboe
67
-388
/
+445
2022-07-25
net: fix compat pointer in get_compat_msghdr()
Jens Axboe
1
-1
/
+1
2022-07-25
net: copy from user before calling __get_compat_msghdr
Dylan Yudaken
1
-22
/
+17
2022-07-25
net: copy from user before calling __copy_msghdr
Dylan Yudaken
1
-21
/
+16
2022-07-24
net/tls: Remove the context from the list in tls_device_down
Maxim Mikityanskiy
1
-1
/
+6
2022-07-23
Merge tag 'for-net-next-2022-07-22' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
18
-1112
/
+4548
2022-07-23
Bluetooth: ISO: Add broadcast support
Luiz Augusto von Dentz
1
-34
/
+357
2022-07-23
Bluetooth: Add initial implementation of BIS connections
Luiz Augusto von Dentz
9
-106
/
+1072
2022-07-23
Bluetooth: Add BTPROTO_ISO socket type
Luiz Augusto von Dentz
5
-3
/
+1578
2022-07-23
Bluetooth: Add initial implementation of CIS connections
Luiz Augusto von Dentz
5
-51
/
+976
2022-07-23
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
12
-233
/
+422
2022-07-23
Revert "tcp: change pingpong threshold to 3"
Wei Wang
1
-9
/
+6
2022-07-23
Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...
Jakub Kicinski
1
-1
/
+1
[prev]
[next]