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
*
In netpfil/pf:
glebius
2012-12-28
10
-34
/
+31
*
Add parentheses to IP_FW_ARG_TABLEARG() definition.
melifaro
2012-12-23
1
-1
/
+1
*
Use unified IP_FW_ARG_TABLEARG() macro for most tablearg checks.
melifaro
2012-12-23
4
-25
/
+17
*
Warn about reaching various PF limits.
pjd
2012-12-17
2
-0
/
+3
*
In pfioctl, if the permission checks failed we returned with vnet context
trociny
2012-12-15
1
-2
/
+2
*
Fix error in r235991. No-sleep version of IFNET_RLOCK() should
glebius
2012-12-14
1
-2
/
+2
*
Fix VIMAGE build broken in r244185.
glebius
2012-12-14
1
-1
/
+1
*
Merge rev. 1.119 from OpenBSD:
glebius
2012-12-13
1
-6
/
+11
*
Initialize state id prior to attaching state to key hash. Otherwise a
glebius
2012-12-13
1
-3
/
+3
*
Merge 1.127 from OpenBSD, that closes a regression from 1.125 (merged
glebius
2012-12-11
1
-3
/
+6
*
Rule memory garbage collecting in new pf scans only states that are on
glebius
2012-12-06
1
-5
/
+7
*
Close possible races between state deletion and sent being sent out
glebius
2012-12-06
1
-3
/
+4
*
Remove extra PFSYNC_LOCK() in pfsync_bulk_update() which lead to lock
glebius
2012-12-06
1
-2
/
+0
*
Revert erroneous r242693. A state may have PFTM_UNLINKED being on the
glebius
2012-12-06
1
-10
/
+0
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
3
-4
/
+4
*
Use common macros for working with rule/dynamic counters.
melifaro
2012-11-30
4
-27
/
+33
*
Make ipfw dynamic states operations SMP-ready.
melifaro
2012-11-30
4
-330
/
+638
*
Simplify sending keepalives.
melifaro
2012-11-09
1
-47
/
+38
*
Merge rev. 1.125 from OpenBSD:
glebius
2012-11-07
1
-68
/
+57
*
It may happen that pfsync holds the last reference on a state. In this
glebius
2012-11-07
1
-0
/
+10
*
Add assertion to enforce 'nat global' locking requierements changed by r241908.
melifaro
2012-11-05
2
-0
/
+2
*
Use unified print_dyn_rule_flags() function for debugging messages
melifaro
2012-11-05
1
-93
/
+27
*
Remove the recently added sysctl variable net.pfil.forward.
ae
2012-11-02
2
-4
/
+2
*
o Remove last argument to ip_fragment(), and obtain all needed information
glebius
2012-10-26
1
-9
/
+9
*
Remove the IPFIREWALL_FORWARD kernel option and make possible to turn
ae
2012-10-25
3
-17
/
+7
*
Switch the entire IPv4 stack to keep the IP packet header
glebius
2012-10-22
6
-29
/
+6
*
Remove unnecessary chain read lock in ipfw nat 'global' code.
melifaro
2012-10-22
1
-2
/
+7
*
Make the "struct if_clone" opaque to users of the cloning API. Users
glebius
2012-10-16
3
-30
/
+28
*
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