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
/
pf_lb.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct wrong type of variable and remove useless casts.
jan
2020-12-12
1
-6
/
+4
*
Fix previous commit which referred wrong address and returned wrong
yasuoka
2020-07-29
1
-8
/
+8
*
Use the table on root always if current table is not active.
yasuoka
2020-07-28
1
-21
/
+21
*
Increase state counter for least-states when the address is selected
yasuoka
2020-07-24
1
-24
/
+48
*
When source address tracking record is used for "route-to", the next
yasuoka
2019-07-02
1
-2
/
+7
*
Remove useless macros
kn
2018-12-10
1
-31
/
+31
*
some finger muscle workout:
henning
2018-02-06
1
-4
/
+6
*
Use a 32 bit variable to detect integer overflow when searching for
bluhm
2017-07-12
1
-4
/
+5
*
Some of the LOG_NOTICE messages from PF were seen in normal operations
sthen
2017-04-23
1
-9
/
+9
*
Remove an uneeded NULL test which was after a deref.
jsg
2017-02-08
1
-2
/
+2
*
Put union pf_headers and struct pf_pdesc into separate header file
bluhm
2016-10-26
1
-10
/
+11
*
roll back turning RB into RBT until i get better at this process.
dlg
2016-09-27
1
-3
/
+3
*
move pf from the RB macros to the RBT functions.
dlg
2016-09-27
1
-3
/
+3
*
remove wrong and misleading comment, ok phessler
henning
2016-07-19
1
-6
/
+1
*
The function pf_get_sport() did work for out rules only. Make it
bluhm
2016-06-24
1
-14
/
+17
*
There's no need to convert values returned by arc4random to the network
mikeb
2016-06-15
1
-10
/
+6
*
No need for <net/if_types.h>
mpi
2015-11-24
1
-2
/
+1
*
When using a pf rule with both nat-to and rdr-to, it could happen
bluhm
2015-10-15
1
-3
/
+6
*
- pf_insert_src_node(): global argument (arg6) is useless, function
sashan
2015-10-13
1
-3
/
+2
*
A recently added sanity check panic in pf_postprocess_addr() was
jsg
2015-08-03
1
-2
/
+2
*
Add some panics to default paths where code later assumes a non default
jsg
2015-07-20
1
-1
/
+3
*
msg.mpi
sashan
2015-07-18
1
-1
/
+7
*
INET/INET6 address family check should be unified in PF
sashan
2015-07-18
1
-2
/
+8
*
fix the indentation of a block of code, no binary change
jsg
2015-07-17
1
-16
/
+16
*
Expand ancient NTOHL/NTOHS/HTONS/HTONL macros.
mpi
2015-07-16
1
-9
/
+9
*
Fix pf_map_addr() not to cause dividing by 0. This fixes problem when
yasuoka
2015-06-03
1
-5
/
+17
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
init a potentially uninitialised var in pf_postprocess_addr
jsg
2015-01-06
1
-2
/
+2
*
unifdef INET in net code as a precursor to removing the pretend option.
tedu
2014-12-19
1
-7
/
+1
*
Support source-hash and random with tables and dynifs; not just pools.
reyk
2014-12-19
1
-18
/
+49
*
Comment is no longer true, remove it.
mcbride
2014-12-19
1
-4
/
+1
*
use siphash for pf_lb. for ipv6, we stretch it out a bit, but good enough.
tedu
2014-12-18
1
-38
/
+20
*
move arc4random prototype to systm.h. more appropriate for most code
tedu
2014-11-18
1
-2
/
+1
*
Split the logic for the ICMP and ICMP6 case in pf_get_sport(). The
bluhm
2014-11-10
1
-5
/
+14
*
remove uneeded route.h includes
jsg
2014-09-08
1
-5
/
+1
*
fix logging strings (correct function name via __func__ + a typo)
blambert
2014-08-14
1
-10
/
+8
*
Fewer <netinet/in_systm.h> !
mpi
2014-07-22
1
-2
/
+1
*
better indentation; no functional change
mikeb
2014-07-02
1
-68
/
+69
*
translate icmpv6 echo id's the same way we do for icmpv4; ok henning
mikeb
2013-10-30
1
-2
/
+2
*
add a comment describing why do we call pf_map_addr again if port
mikeb
2013-10-30
1
-1
/
+5
*
Remove the number of in6_var.h inclusions by moving some functions and
mpi
2013-10-24
1
-3
/
+1
*
Remove the number of in_var.h inclusions by moving some functions and
mpi
2013-10-23
1
-2
/
+1
*
The header file netinet/in_var.h included netinet6/in6_var.h. This
bluhm
2013-10-17
1
-1
/
+2
*
no need for a lot of code to include proc.h
tedu
2013-03-28
1
-2
/
+1
*
make sure the entry from tree_src_tracking is still in the pool;
markus
2012-12-29
1
-23
/
+78
*
reset the counter in case its current value has been removed
markus
2012-12-29
1
-5
/
+16
*
pass pf_pool directly to pfr_pool_get(); simplifies the API;
markus
2012-12-29
1
-64
/
+14
*
Enable support for the 'weight' keyword in the 'least-states'
zinke
2012-07-09
1
-6
/
+28
*
The kernel did not compile without INET6. Put some #ifdefs into
bluhm
2012-02-03
1
-1
/
+5
*
Since the IPv6 madness is not enough introduce NAT64 -- which is actually
claudio
2011-10-13
1
-5
/
+139
[next]