index
:
wireguard-linux-compat
master
WireGuard kernel module backport for Linux 3.10 - 5.5
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
queueing: use ptr_ring instead of linked lists
Jason A. Donenfeld
2017-10-05
7
-76
/
+67
*
receive: we're not planning on turning that into a while loop now
Jason A. Donenfeld
2017-10-05
1
-6
/
+5
*
send: put keypair reference
Jason A. Donenfeld
2017-10-05
2
-0
/
+20
*
receive: use local keypair, not ctx keypair in error path
Jason A. Donenfeld
2017-10-03
1
-1
/
+1
*
Makefile: add non-verbose mode to tools
Jason A. Donenfeld
2017-10-03
1
-1
/
+4
*
global: add space around variable declarations
Jason A. Donenfeld
2017-10-03
13
-1
/
+59
*
global: use _WG prefix for include guards
Jason A. Donenfeld
2017-10-03
20
-60
/
+60
*
global: satisfy bitshift pedantry
Jason A. Donenfeld
2017-10-03
7
-16
/
+16
*
receive: simplify message type validation
Jason A. Donenfeld
2017-10-03
2
-42
/
+33
*
curve25519-neon-arm: force ARM encoding, since this is unrepresentable in Thumb
Jason A. Donenfeld
2017-10-02
1
-0
/
+1
*
kernel-tree: remember UAPI in patch creation
Jason A. Donenfeld
2017-10-02
1
-1
/
+1
*
version: bump snapshot
Jason A. Donenfeld
2017-10-02
2
-2
/
+2
*
ratelimiter: wait for destruction, not for read_unlock
Jason A. Donenfeld
2017-10-02
1
-1
/
+1
*
qemu: add watchdog for not hanging on oops
Jason A. Donenfeld
2017-10-02
3
-1
/
+24
*
messages: reduce maximum staged packets per peer
Jason A. Donenfeld
2017-10-02
1
-1
/
+1
*
noise: use spinlock for rotating keys
Jason A. Donenfeld
2017-10-02
3
-21
/
+29
*
debug: add better insert target
Jason A. Donenfeld
2017-10-02
1
-4
/
+4
*
peer: remove from RCU lists when the kref is zero
Jason A. Donenfeld
2017-10-02
1
-4
/
+5
*
timers: ensure safe timer removal
Jason A. Donenfeld
2017-10-02
1
-12
/
+17
*
receive: do not consider netfilter drop a real drop
Jason A. Donenfeld
2017-10-02
1
-5
/
+3
*
peer: ensure that lookup tables are added last
Jason A. Donenfeld
2017-10-02
1
-3
/
+3
*
netlink: switch from ioctl to netlink for configuration
Jason A. Donenfeld
2017-10-02
16
-570
/
+805
*
receive: mark function static
Jason A. Donenfeld
2017-09-26
1
-1
/
+1
*
queueing: more standard init/uninit names
Jason A. Donenfeld
2017-09-25
3
-7
/
+7
*
tools: use key_is_zero for comparing to zeros
Jason A. Donenfeld
2017-09-24
1
-2
/
+3
*
config: do not reset device port
Jason A. Donenfeld
2017-09-24
1
-0
/
+2
*
timers: convert to use netif_running
Jason A. Donenfeld
2017-09-24
5
-32
/
+24
*
netns: disable rp_filter for final test
Jason A. Donenfeld
2017-09-24
1
-0
/
+4
*
queueing: rename cpumask function
Jason A. Donenfeld
2017-09-19
3
-3
/
+3
*
queueing: clean up worthless helper
Jason A. Donenfeld
2017-09-19
1
-12
/
+1
*
peer: rearrange structs
Jason A. Donenfeld
2017-09-19
1
-4
/
+4
*
device: properly arrange structs
Jason A. Donenfeld
2017-09-19
1
-6
/
+5
*
send: don't take uninitialized lock
Jason A. Donenfeld
2017-09-19
1
-3
/
+3
*
queueing: no need to memzero struct
Jason A. Donenfeld
2017-09-19
3
-3
/
+5
*
receive: use netif_receive_skb instead of netif_rx
Jason A. Donenfeld
2017-09-19
1
-1
/
+1
*
version: bump snapshot
Jason A. Donenfeld
2017-09-18
2
-2
/
+2
*
compat: support RHEL 7.4
Jason A. Donenfeld
2017-09-18
1
-1
/
+1
*
queue: entirely rework parallel system
Jason A. Donenfeld
2017-09-18
21
-1593
/
+665
*
compat: ensure we can build without compat.h
Jason A. Donenfeld
2017-09-16
3
-0
/
+4
*
qemu: enable debug info for debug qemu
Jason A. Donenfeld
2017-09-16
1
-0
/
+2
*
send: no need to check for NULL since ref is valid
Jason A. Donenfeld
2017-09-16
2
-4
/
+1
*
timers: style
Jason A. Donenfeld
2017-09-15
1
-1
/
+1
*
routingtable: satisfy sparse
Jason A. Donenfeld
2017-09-15
1
-1
/
+2
*
socket: satisfy sparse
Jason A. Donenfeld
2017-09-15
1
-2
/
+2
*
device: IFF_NO_QUEUE is a private flag, not a public one
Jason A. Donenfeld
2017-09-11
1
-1
/
+1
*
version: bump snapshot
Jason A. Donenfeld
2017-09-07
2
-2
/
+2
*
compat: fix padata to work with 4.13
Jason A. Donenfeld
2017-09-07
1
-12
/
+12
*
socket: improve reply-to-src algorithm
Jason A. Donenfeld
2017-08-23
5
-5
/
+102
*
version: bump snapshot
Jason A. Donenfeld
2017-08-10
2
-2
/
+2
*
hashtables: if we have an index match, don't search further ever
Jason A. Donenfeld
2017-08-08
1
-2
/
+3
[prev]
[next]