index
:
wireguard-linux-compat
feature/socketdev
master
WireGuard Linux compat
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
device.c
Age
Commit message (
Expand
)
Author
2021-02-18
queueing: get rid of per-peer ring buffers
Jason A. Donenfeld
2021-02-18
device: do not generate ICMP for non-IP packets
Jason A. Donenfeld
2020-12-21
global: avoid double unlikely() notation when using IS_ERR()
Antonio Quartulli
2020-06-30
device: implement header_ops->parse_protocol for AF_PACKET
Jason A. Donenfeld
2020-06-22
device: avoid circular netns references
Jason A. Donenfeld
2020-03-17
wireguard: queueing: account for skb->protocol==0
Jason A. Donenfeld
2020-02-14
send: account for mtu=0 devices
Jason A. Donenfeld
2020-02-12
netns: ensure that icmp src address is correct with nat
Jason A. Donenfeld
2019-12-05
device: prepare skb_list_walk_safe for upstreaming
Jason A. Donenfeld
2019-07-11
noise: immediately rekey all peers after changing device private key
Jason A. Donenfeld
2019-06-25
global: switch to coarse ktime
Jason A. Donenfeld
2019-03-25
device: use skb accessor functions where possible
Jason A. Donenfeld
2019-03-17
global: the _bh variety of rcu helpers have been unified
Jason A. Donenfeld
2019-02-25
peer: only synchronize_rcu_bh and traverse trie once when removing all peers
Jason A. Donenfeld
2019-02-03
hashtables: decouple hashtable allocations from the main device allocation
Sultan Alsawaf
2019-02-03
queueing: more reasonable allocator function convention
Jason A. Donenfeld
2019-01-07
global: update copyright
Jason A. Donenfeld
2018-10-27
device: do not clear keys on sleep for PM_AUTOSLEEP
Jason A. Donenfeld
2018-10-27
timers: it is always reasonable to remove a timer
Jason A. Donenfeld
2018-10-27
send: consider dropped stage packets to be dropped
Jason A. Donenfeld
2018-10-09
global: give if statements brackets and other cleanups
Jason A. Donenfeld
2018-10-08
device: use textual error labels always
Jason A. Donenfeld
2018-10-08
global: more nits
Jason A. Donenfeld
2018-10-08
global: rename struct wireguard_ to struct wg_
Jason A. Donenfeld
2018-10-08
global: prefix functions used in callbacks with wg_
Jason A. Donenfeld
2018-10-02
global: prefix all functions with wg_
Jason A. Donenfeld
2018-09-20
global: put SPDX identifier on its own line
Jason A. Donenfeld
2018-09-04
global: prefer sizeof(*pointer) when possible
Jason A. Donenfeld
2018-09-03
global: satisfy check_patch.pl errors
Jason A. Donenfeld
2018-08-28
global: run through clang-format
Jason A. Donenfeld
2018-08-04
send: switch handshake stamp to an atomic
Jason A. Donenfeld
2018-07-31
device: adjust comment
Jason A. Donenfeld
2018-07-18
device: destroy workqueue before freeing queue
Jason A. Donenfeld
2018-07-04
device: print daddr not saddr in missing peer error
Jason A. Donenfeld
2018-06-23
global: use fast boottime instead of normal boottime
Jason A. Donenfeld
2018-06-23
global: use ktime boottime instead of jiffies
Jason A. Donenfeld
2018-05-31
device: do not assume dst is always valid
Jason A. Donenfeld
2018-05-18
device: remove allowedips before individual peers
Jason A. Donenfeld
2018-04-15
send: account for route-based MTU
Jason A. Donenfeld
2018-01-30
device: let udev know what kind of device we are
Jason A. Donenfeld
2018-01-03
global: year bump
Jason A. Donenfeld
2017-12-09
global: add SPDX tags to all files
Greg Kroah-Hartman
2017-11-29
device: clear last handshake timer on ifdown
Jason A. Donenfeld
2017-11-28
device: do not clear keys during sleep on Android
Jason A. Donenfeld
2017-11-17
device: uninitialize socket first in destruction
Jason A. Donenfeld
2017-11-17
socket: only free socket after successful creation of new
Jason A. Donenfeld
2017-11-10
allowedips: rename from routingtable
Jason A. Donenfeld
2017-11-10
device: wait for all peers to be freed before destroying
Jason A. Donenfeld
2017-11-03
device: please lockdep
Jason A. Donenfeld
2017-10-31
device: expand scope of destruct lock
Jason A. Donenfeld
[next]