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
/
netlink.c
Age
Commit message (
Expand
)
Author
2020-08-27
netlink: consistently use NLA_POLICY_MIN_LEN()
Johannes Berg
2020-08-27
netlink: consistently use NLA_POLICY_EXACT_LEN()
Johannes Berg
2020-06-22
device: avoid circular netns references
Jason A. Donenfeld
2020-03-18
noise: error out precomputed DH during handshake rather than config
Jason A. Donenfeld
2020-02-05
noise: reject peers with low order public keys
Jason A. Donenfeld
2019-12-05
netlink: prepare for removal of genl_family_attrbuf in 5.5
Jason A. Donenfeld
2019-10-11
netlink: allow preventing creation of new peers when updating
Jason A. Donenfeld
2019-08-05
netlink: skip peers with invalid keys
Jason A. Donenfeld
2019-07-11
noise: immediately rekey all peers after changing device private key
Jason A. Donenfeld
2019-07-08
netlink: enforce that unused bits of flags are zero
Jason A. Donenfeld
2019-06-28
netlink: cast struct over cb->args for type safety
Jason A. Donenfeld
2019-05-29
netlink: use new strict length types in policy for 5.2
Jason A. Donenfeld
2019-02-26
allowedips: maintain per-peer list of allowedips
Jason A. Donenfeld
2019-02-25
netlink: don't remove allowed ips for new peers
Jason A. Donenfeld
2019-02-03
hashtables: decouple hashtable allocations from the main device allocation
Sultan Alsawaf
2019-01-23
netlink: use __kernel_timespec for handshake time
Jason A. Donenfeld
2019-01-07
global: update copyright
Jason A. Donenfeld
2018-12-30
netlink: auth socket changes against namespace of socket
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
netlink: do not stuff index into nla type
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-20
netlink: reverse my christmas trees
Jason A. Donenfeld
2018-09-04
global: always find OOM unlikely
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-09-02
netlink: insert peer version placeholder
Jason A. Donenfeld
2018-08-28
global: run through clang-format
Jason A. Donenfeld
2018-08-09
netlink: don't start over iteration on multipart non-first allowedips
Jason A. Donenfeld
2018-07-31
peer: simplify rcu reference counts
Jason A. Donenfeld
2018-06-23
global: use ktime boottime instead of jiffies
Jason A. Donenfeld
2018-06-18
netlink: maintain static_identity lock over entire private key update
Jason A. Donenfeld
2018-01-03
global: year bump
Jason A. Donenfeld
2017-12-21
compat: kernels < 3.13 modified genl_ops
Jason A. Donenfeld
2017-12-09
global: add SPDX tags to all files
Greg Kroah-Hartman
2017-11-29
netlink: rename symbol to avoid clashes
Jason A. Donenfeld
2017-11-26
compat: support 4.15's netlink and barrier changes
Jason A. Donenfeld
2017-11-22
global: switch from timeval to timespec
Jason A. Donenfeld
2017-11-17
socket: only free socket after successful creation of new
Jason A. Donenfeld
2017-11-11
curve25519: reject deriving from NULL private keys
Jason A. Donenfeld
2017-11-10
allowedips: rename from routingtable
Jason A. Donenfeld
2017-11-03
netlink: plug memory leak
Jason A. Donenfeld
2017-11-01
compat: unbreak unloading on kernels 4.6 through 4.9
Jason A. Donenfeld
2017-10-31
global: style nits
Jason A. Donenfeld
2017-10-31
global: infuriating kernel iterator style
Jason A. Donenfeld
2017-10-31
peer: get rid of peer_for_each magic
Jason A. Donenfeld
2017-10-31
global: accept decent check_patch.pl suggestions
Jason A. Donenfeld
2017-10-17
compat: just make ro_after_init read_mostly
Jason A. Donenfeld
[next]