index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netpfil
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert previous commit...
kevlo
2012-10-10
5
-5
/
+5
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
5
-5
/
+5
*
Fix typo: s/unknow/unknown
kevlo
2012-10-09
1
-2
/
+2
*
Any pfil(9) hooks should be called with already set VNET context.
glebius
2012-10-08
1
-4
/
+0
*
Catch up with r241245 and do not return packet back in host byte order.
glebius
2012-10-08
1
-4
/
+1
*
After r241245 it appeared that in_delayed_cksum(), which still expects
glebius
2012-10-08
2
-13
/
+9
*
A step in resolving mess with byte ordering for AF_INET. After this change:
glebius
2012-10-06
2
-57
/
+6
*
The pfil(9) layer guarantees us presence of the protocol header,
glebius
2012-10-06
1
-14
/
+0
*
To reduce volume of pfsync traffic:
glebius
2012-10-02
1
-4
/
+8
*
Clear and re-setup all function pointers that glue pf(4) and pfsync(4)
glebius
2012-09-29
1
-19
/
+39
*
Simplify send out queue code:
glebius
2012-09-29
1
-30
/
+21
*
Simplify and somewhat redesign interaction between pf_purge_thread() and
glebius
2012-09-28
1
-18
/
+15
*
EBUSY is a better reply for refusing to unload pf(4) or pfsync(4).
glebius
2012-09-22
2
-2
/
+2
*
When connection rate hits and we overload a source to a table,
glebius
2012-09-22
2
-81
/
+109
*
In pfr_insert_kentry() return ENOMEM if memory allocation failed.
glebius
2012-09-22
1
-1
/
+1
*
Fix fallout from r236397 in pfr_update_stats(), that was missed
glebius
2012-09-22
1
-1
/
+3
*
Reduce copy/paste when freeing an source node.
glebius
2012-09-20
1
-10
/
+9
*
Utilize Jenkins hash with random seed for source nodes storage.
glebius
2012-09-20
1
-0
/
+21
*
Provide kernel compile time option to make pf(4) default rule to drop.
glebius
2012-09-18
1
-0
/
+4
*
Make ruleset anchors in pf(4) reentrant. We've got two problems here:
glebius
2012-09-18
2
-51
/
+82
*
Fix DIOCNATLOOK: zero key padding before performing lookup.
glebius
2012-09-18
1
-0
/
+1
*
o Create directory sys/netpfil, where all packet filters should
glebius
2012-09-14
38
-0
/
+37145