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
/
receive.c
Age
Commit message (
Expand
)
Author
2017-09-16
send: no need to check for NULL since ref is valid
Jason A. Donenfeld
2017-08-04
noise: infer initiator or not from handshake state
Jason A. Donenfeld
2017-08-04
timers: rename confusingly named functions and variables
Jason A. Donenfeld
2017-08-04
receive: move lastminute guard into timer event
Jason A. Donenfeld
2017-08-01
recieve: pskb_trim already checks length
Jason A. Donenfeld
2017-08-01
receive: single line if style
Jason A. Donenfeld
2017-07-28
recieve: cleanup variable usage
Jason A. Donenfeld
2017-07-20
global: use pointer to net_device
Jason A. Donenfeld
2017-06-29
receive: cleanup error handlers
Jason A. Donenfeld
2017-06-29
receive: pull IP header into head
Jason A. Donenfeld
2017-06-29
receive: fix off-by-one in packet length checking
Jason A. Donenfeld
2017-06-26
global: cleanup IP header checking
Jason A. Donenfeld
2017-06-24
receive: extend rate limiting to 1 second after under load detection
Jason A. Donenfeld
2017-06-01
receive: trim incoming packets to IP header length
Jason A. Donenfeld
2017-05-31
timers: reset retry-attempt counter when not retrying
Jason A. Donenfeld
2017-05-31
timers: the completion of a handshake also is on key confirmation
Jason A. Donenfeld
2017-05-31
debug: print interface name in dmesg
Jason A. Donenfeld
2017-05-30
handshake: process in parallel
Jason A. Donenfeld
2017-04-09
receive: netif_rx consumes
Jason A. Donenfeld
2017-04-08
data: cleanup parallel workqueue and use two max_active
Jason A. Donenfeld
2017-04-04
data: simplify flow
Jason A. Donenfeld
2017-04-04
locking: always use _bh
Jason A. Donenfeld
2017-03-20
data: big refactoring
Jason A. Donenfeld
2017-02-27
receive: last_rx use is discouraged and removed in recent kernels
Jason A. Donenfeld
2017-01-10
Update copyright
Jason A. Donenfeld
2016-12-13
peer: don't use sockaddr_storage to reduce memory usage
Jason A. Donenfeld
2016-12-11
receive: simplify ip header checking logic
Jason A. Donenfeld
2016-11-21
headers: cleanup notices
Jason A. Donenfeld
2016-11-16
packets: consolidate constants
Jason A. Donenfeld
2016-11-15
various: nits from willy
Jason A. Donenfeld
2016-11-15
debug: cleanup skb printing
Jason A. Donenfeld
2016-11-15
socket: keep track of src address in sending packets
Jason A. Donenfeld
2016-11-07
send: simplify handshake initiation queueing and introduce lock
Jason A. Donenfeld
2016-11-06
debug: support dynamic debug on skb addr
Jason A. Donenfeld
2016-10-19
receive: always send confirmation, even if queue is empty
Jason A. Donenfeld
2016-10-19
timers: only have initiator rekey
Jason A. Donenfeld
2016-10-19
timers: always delay handshakes for responder
Jason A. Donenfeld
2016-10-19
debug: keep alive -> keepalive
Jason A. Donenfeld
2016-09-29
Rework headers and includes
Jason A. Donenfeld
2016-08-29
send: properly encapsulate ECN
Jason A. Donenfeld
2016-07-10
receive: assume we usually succeed with userspace
Jason A. Donenfeld
2016-07-10
receive: no need to test for !len
Jason A. Donenfeld
2016-07-10
persistent keepalive: use authenticated keepalives
Jason A. Donenfeld
2016-07-08
timers: rename *authorized* functions to *authenticated*
Jason A. Donenfeld
2016-07-08
persistent keepalive: add kernel mechanism
Jason A. Donenfeld
2016-07-03
receive: protect against impossible conditions
Jason A. Donenfeld
2016-07-01
receive: error conditions are unlikely
Jason A. Donenfeld
2016-06-25
Initial commit
Jason A. Donenfeld