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_table.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KNF
mcbride
2004-12-07
1
-2
/
+2
*
Add kernel code to keep track of tcp connections which have completed
mcbride
2004-12-04
1
-8
/
+41
*
correctly parse the anchor names to which tables refer.
jaredy
2004-10-15
1
-1
/
+39
*
Make 0/0 table entries work; also fix a problem setting the network mask
mcbride
2004-07-08
1
-3
/
+3
*
pfr_commit_ktable calls functions that can result in the current
mcbride
2004-06-23
1
-3
/
+5
*
First step towards more sane time handling in the kernel -- this changes
tholo
2004-06-21
1
-9
/
+9
*
Eliminate a dereference after pool_put when an inactive/no-longer referenced
mcbride
2004-06-11
1
-3
/
+5
*
Make deletion of a few addresses much faster on big tables. ok claudio@
cedric
2004-06-07
1
-3
/
+30
*
tables like to allocate lots of memory at once. use the previous
tedu
2004-06-02
1
-3
/
+3
*
Allow recursive anchors (anchors within anchors, up to 64
dhartmei
2004-05-19
1
-36
/
+11
*
gcc3 shut up (from naddy@)
pb
2004-04-28
1
-1
/
+2
*
do not return here
pb
2004-04-28
1
-2
/
+1
*
Dont step into INET6 code, just because af != AF_INET
pb
2004-04-28
1
-13
/
+36
*
radix tree with multipath support. from kame. deraadt ok
itojun
2004-04-25
1
-3
/
+3
*
move some of the non-interrupt pools from the small kmem_map to the much
frantzen
2004-04-09
1
-3
/
+3
*
KNF, ok cedric@ deraadt@
mcbride
2004-03-09
1
-10
/
+12
*
KNF
dhartmei
2004-02-10
1
-4
/
+4
*
KNF
henning
2004-02-10
1
-12
/
+12
*
spacing. note this, cedric
deraadt
2003-12-31
1
-2
/
+2
*
Many improvements to the handling of interfaces in PF.
cedric
2003-12-31
1
-46
/
+107
*
Rearchitecture of the userland/kernel IOCTL interface for transactions.
cedric
2003-09-26
1
-1
/
+32
*
KNF
henning
2003-08-22
1
-6
/
+6
*
This patch remove the restriction that tables cannot be used in routing or
cedric
2003-08-09
1
-2
/
+122
*
Make table tickets per-ruleset instead of global.
cedric
2003-07-31
1
-16
/
+28
*
KNF
henning
2003-06-24
1
-4
/
+4
*
Returns the correct array size.
cedric
2003-06-08
1
-7
/
+7
*
A table in an anchor creates a real anchor: pfctl -sA works.
cedric
2003-06-08
1
-20
/
+97
*
Unused variable.
cedric
2003-05-24
1
-3
/
+2
*
Allow tables to be loaded into anchors.
cedric
2003-04-30
1
-11
/
+99
*
Update the pfioc_table IOCTL structure.
cedric
2003-04-27
1
-5
/
+5
*
KNF
deraadt
2003-04-04
1
-2
/
+2
*
- Add missing "\n" to some pf_table.c printf()
cedric
2003-03-21
1
-15
/
+15
*
Correctly flag out radix_node entries with RNF_ROOT flag set: this is not
cedric
2003-03-14
1
-1
/
+15
*
Plug slow memory leak (radix_mask structure).
cedric
2003-03-13
1
-1
/
+20
*
Small fixes after code review, mostly on error path.
cedric
2003-03-05
1
-12
/
+8
*
splsoftnet() around rn_lookup() which is not thread-safe.
cedric
2003-02-28
1
-1
/
+4
*
Repair IPv6 support for tables.
cedric
2003-02-27
1
-3
/
+3
*
Labels should be followed by statements (fix gcc3 warning).
henric
2003-02-12
1
-1
/
+4
*
Fix another buglet with inactive sets.
cedric
2003-01-15
1
-4
/
+7
*
Fix a buglet when one "creates" a table which is already in the
cedric
2003-01-15
1
-24
/
+26
*
Cleanup NULL tests in and around pfr_destroy_ktable().
cedric
2003-01-15
1
-14
/
+10
*
Kill stupid leaks when using FLAG_DUMMY option.
cedric
2003-01-15
1
-5
/
+7
*
Improve robustness & error handling. More thorough checks of user data.
cedric
2003-01-13
1
-35
/
+96
*
Fix adding and deleting addresses in a table when there is a conflict with
cedric
2003-01-10
1
-9
/
+19
*
Cosmetic change, makes code a bit easier to understand.
cedric
2003-01-10
1
-5
/
+8
*
(whitespace) KNF, re-fold -w 80
dhartmei
2003-01-09
1
-5
/
+5
*
Add support for active/inactive tablesets in the kernel.
cedric
2003-01-09
1
-190
/
+459
*
Remove table name hashing (pass the name in each ioctl instead), and
dhartmei
2003-01-07
1
-145
/
+78
*
Move initialisation of radix table globals in pfr_initialize()
cedric
2003-01-06
1
-3
/
+17
*
knf
deraadt
2003-01-06
1
-21
/
+19
[next]