index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_pfsync.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kill yet another argument to functions in IPv6. This time ip6_output's
claudio
2015-09-11
1
-2
/
+2
*
Store a unique ID, an interface index, rather than a pointer to the
mpi
2015-06-16
1
-2
/
+2
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
include the "set prio" values.
henning
2015-02-10
1
-1
/
+3
*
Userland (base & ports) was adapted to always include <netinet/in.h>
deraadt
2015-01-24
1
-2
/
+9
*
unifdef INET in net code as a precursor to removing the pretend option.
tedu
2014-12-19
1
-7
/
+1
*
Remove the "multicast_" prefix from the fields a multicast-only struct.
mpi
2014-12-17
1
-3
/
+3
*
Use an interface index instead of a pointer for multicast options.
mpi
2014-12-17
1
-4
/
+4
*
length argument for some free() calls; ok doug
deraadt
2014-11-23
1
-2
/
+2
*
Remove unneeded netinet6/ip6_divert.h include.
lteo
2014-11-06
1
-2
/
+1
*
reset all the pfsync packet state before calling ip_output in
dlg
2014-10-17
1
-4
/
+4
*
remove uneeded route.h includes
jsg
2014-09-08
1
-3
/
+2
*
Fewer <netinet/in_systm.h> !
mpi
2014-07-22
1
-2
/
+1
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-3
/
+3
*
ip_output() using varargs always struck me as bizarre, esp since it's only
henning
2014-04-21
1
-4
/
+4
*
"struct pkthdr" holds a routing table ID, not a routing domain one.
mpi
2014-04-14
1
-2
/
+2
*
Fix potential null dereference.
chl
2013-11-18
1
-2
/
+2
*
inherit the rdomain sc to pkthdr
henning
2013-11-15
1
-1
/
+3
*
The header file netinet/in_var.h included netinet6/in6_var.h. This
bluhm
2013-10-17
1
-1
/
+2
*
states learnt via pfsync from a peer with the same ruleset checksum were
dlg
2013-08-07
1
-2
/
+2
*
Revert previous and unbreak asr, the new include should be protected.
mpi
2013-06-20
1
-5
/
+5
*
Allocate the various hook head descriptors as part of the ifnet
mpi
2013-06-20
1
-5
/
+5
*
Since pf_state_key_attach can decide to free the provided state
mikeb
2013-05-10
1
-2
/
+2
*
no need for a lot of code to include proc.h
tedu
2013-03-28
1
-2
/
+1
*
Remove various read-only *maxlen variables and use IFQ_MAXLEN directly.
mpi
2013-03-26
1
-2
/
+2
*
Use time_uptime for expiration values as time_second can be skewed at
florian
2012-10-30
1
-5
/
+5
*
simplify hook_disestablish() handling by always resetting the hook when
markus
2012-10-09
1
-19
/
+8
*
make sure we don't call hook_disestablish() twice e.g. ifconfig -syncdev
markus
2012-10-08
1
-5
/
+13
*
pfsync_cancel_full_update needs to restore carp demotions since
mikeb
2012-09-20
1
-10
/
+14
*
spltdb() was really just #define'd to be splsoftnet(); replace the former
blambert
2012-09-20
1
-2
/
+2
*
update the tdb replay counter endian conversion to 64 bits;
mikeb
2012-09-19
1
-3
/
+3
*
rename all_state_flags to state_flags to finish the transition
mikeb
2012-07-26
1
-3
/
+2
*
Fix a number of problems introduced by the link state handling commit:
mikeb
2012-06-30
1
-18
/
+64
*
backout rev1.185 as it's not what i have intended to commit
mikeb
2012-06-30
1
-18
/
+7
*
add ESN-related bits missed in the previous commit
mikeb
2012-06-29
1
-4
/
+6
*
Fix a number of problems introduced by the link state handling commit:
mikeb
2012-06-28
1
-7
/
+18
*
fix all the suser calls which pass an incorrect p_acflag argument;
mikeb
2012-04-11
1
-2
/
+2
*
remove superfluous return, ok mikeb
camield
2012-04-07
1
-2
/
+2
*
Fix kernel compilation with pf but without pfsync pseudo-device by
mikeb
2012-04-03
1
-63
/
+2
*
The kernel did not compile without INET6. Put some #ifdefs into
bluhm
2012-02-03
1
-2
/
+2
*
do carp demotion adjustments on syncdev link state change.
mikeb
2012-01-16
1
-1
/
+55
*
Make sure we only enter pf_route() when undefering in the PF_ROUTETO case.
mcbride
2011-12-01
1
-2
/
+2
*
use a u_int64_t for the state id in pfsync_state. this makes it consistent
dlg
2011-11-29
1
-9
/
+9
*
Protect more operations in the pfsync_clone_destroy to prevent
mikeb
2011-11-27
1
-3
/
+3
*
Apply route-to to deferred packet; without this the first packet of a
mcbride
2011-11-26
1
-8
/
+29
*
use time_uptime to set state creation values as time_second can be
dlg
2011-11-25
1
-3
/
+3
*
Improve flag setting ioctl so that bulk updates are requested
mikeb
2011-11-16
1
-3
/
+6
*
State expire time is a baseline time ("last active") for expiry
camield
2011-11-09
1
-12
/
+11
*
Select a correct protocol for a stack side state key when importing
mikeb
2011-11-04
1
-2
/
+14
*
Don't forget to cancel bulk update failure timeout when destroying an
mikeb
2011-10-31
1
-1
/
+2
[next]