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
/
drivers
/
net
/
wireguard
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
1
-1
/
+1
2024-07-06
wireguard: send: annotate intentional data race in checking empty queue
Jason A. Donenfeld
1
-1
/
+1
2024-07-06
wireguard: queueing: annotate intentional data race in cpu round robin
Jason A. Donenfeld
1
-2
/
+2
2024-07-06
wireguard: allowedips: avoid unaligned 64-bit memory accesses
Helge Deller
1
-2
/
+2
2024-04-02
genetlink: remove linux/genetlink.h
Jakub Kicinski
1
-1
/
+1
2024-03-19
wireguard: netlink: access device through ctx instead of peer
Jason A. Donenfeld
1
-2
/
+2
2024-03-19
wireguard: netlink: check for dangling peer via is_dead instead of empty list
Jason A. Donenfeld
1
-3
/
+3
2024-03-19
wireguard: device: remove generic .ndo_get_stats64
Breno Leitao
1
-1
/
+0
2024-03-19
wireguard: device: leverage core stats allocator
Breno Leitao
1
-8
/
+2
2024-03-19
wireguard: receive: annotate data-race around receiving_counter.counter
Nikita Zhandarovich
1
-3
/
+3
2024-03-04
net: adopt skb_network_offset() and similar helpers
Eric Dumazet
1
-1
/
+1
2023-11-19
wireguard: use DEV_STATS_INC()
Eric Dumazet
3
-9
/
+10
2023-09-15
wireguard: do not include crypto/algapi.h
Herbert Xu
3
-3
/
+3
2023-08-16
genetlink: use attrs from struct genl_info
Jakub Kicinski
1
-1
/
+1
2023-08-07
wireguard: allowedips: expand maximum node depth
Jason A. Donenfeld
2
-10
/
+14
2023-07-03
wireguard: timers: move to using timer_delete_sync
Jason A. Donenfeld
1
-5
/
+5
2023-07-03
wireguard: netlink: send staged packets when setting initial private key
Jason A. Donenfeld
1
-5
/
+9
2023-07-03
wireguard: queueing: use saner cpu selection wrapping
Jason A. Donenfeld
4
-16
/
+14
2023-06-10
net: move gso declarations and functions to their own files
Eric Dumazet
1
-0
/
+1
2023-03-06
cpumask: fix incorrect cpumask scanning result checks
Linus Torvalds
1
-1
/
+1
2022-12-14
wireguard: timers: cast enum limits members to int in prints
Jiri Slaby (SUSE)
1
-4
/
+4
2022-11-18
treewide: use get_random_u32_inclusive() when possible
Jason A. Donenfeld
1
-4
/
+4
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2
-12
/
+12
2022-10-12
treewide: use get_random_bytes() when possible
Jason A. Donenfeld
1
-6
/
+6
2022-10-12
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
1
-2
/
+2
2022-09-29
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-2
/
+1
2022-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-22
/
+16
2022-09-20
wireguard: netlink: avoid variable-sized memcpy on sockaddr
Jason A. Donenfeld
1
-7
/
+6
2022-09-20
wireguard: ratelimiter: disable timings test by default
Jason A. Donenfeld
1
-15
/
+10
2022-08-29
genetlink: start to validate reserved header bytes
Jakub Kicinski
1
-0
/
+1
2022-08-04
Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+2
2022-08-02
wireguard: allowedips: don't corrupt stack when detecting overflow
Jason A. Donenfeld
2
-6
/
+9
2022-08-02
wireguard: ratelimiter: use hrtimer in selftest
Jason A. Donenfeld
1
-11
/
+14
2022-07-01
pm/sleep: Add PM_USERSPACE_AUTOSLEEP Kconfig
Kalesh Singh
1
-1
/
+2
2022-06-10
wireguard: receive: use dev_sw_netstats_rx_add()
Eric Dumazet
1
-8
/
+1
2022-04-23
wireguard: device: check for metadata_dst with skb_valid_dst()
Nikolay Aleksandrov
1
-1
/
+2
2022-03-31
wireguard: socket: ignore v6 endpoints when ipv6 is disabled
Jason A. Donenfeld
1
-2
/
+2
2022-03-31
wireguard: socket: free skb in send6 when ipv6 is disabled
Wang Hai
1
-0
/
+1
2022-03-31
wireguard: queueing: use CFI-safe ptr_ring cleanup function
Jason A. Donenfeld
1
-1
/
+2
2022-03-13
wireguard: device: clear keys on VM fork
Jason A. Donenfeld
1
-11
/
+27
2022-01-18
lib/crypto: blake2s: move hmac construction into wireguard
Jason A. Donenfeld
1
-6
/
+39
2021-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-52
/
+59
2021-11-30
wireguard: ratelimiter: use kvcalloc() instead of kvzalloc()
Gustavo A. R. Silva
1
-2
/
+2
2021-11-30
wireguard: receive: drop handshakes if queue lock is contended
Jason A. Donenfeld
1
-3
/
+13
2021-11-30
wireguard: receive: use ring buffer for incoming handshakes
Jason A. Donenfeld
5
-43
/
+37
2021-11-30
wireguard: device: reset peer src endpoint when netns exits
Jason A. Donenfeld
2
-1
/
+4
2021-11-30
wireguard: main: rename 'mod_init' & 'mod_exit' functions to be module-specific
Randy Dunlap
1
-4
/
+4
2021-11-30
wireguard: allowedips: add missing __rcu annotation to satisfy sparse
Jason A. Donenfeld
1
-1
/
+1
2021-11-22
skbuff: Switch structure bounds to struct_group()
Kees Cook
1
-3
/
+1
2021-06-05
wireguard: allowedips: free empty intermediate nodes when removing single node
Jason A. Donenfeld
3
-131
/
+137
[next]