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
*
Use the correct EtherType for logging IPv6 packets.
philip
2013-09-28
1
-2
/
+9
*
Merge 1.12 of pf_lb.c from OpenBSD, with some changes. Original commit:
glebius
2013-09-02
1
-26
/
+29
*
Make dummynet use new direct callout(9) execution mechanism. Since the only
mav
2013-08-24
1
-4
/
+6
*
Make ipfw nat init/unint work correctly for VIMAGE:
trociny
2013-08-24
3
-24
/
+58
*
Add m_clrprotoflags() to clear protocol specific mbuf flags at up and
andre
2013-08-19
1
-2
/
+2
*
Fix a possible NULL-pointer dereference on the pfsync(4) reconfiguration.
ae
2013-07-29
1
-1
/
+4
*
Improve locking strategy between keys hash and ID hash.
glebius
2013-06-13
1
-21
/
+64
*
Return meaningful error code from pf_state_key_attach() and
glebius
2013-05-11
1
-4
/
+5
*
Better debug message.
glebius
2013-05-11
1
-1
/
+1
*
Fix DIOCADDSTATE operation.
glebius
2013-05-11
1
-1
/
+1
*
Invalid creatorid is always EINVAL, not only when we are in verbose mode.
glebius
2013-05-11
1
-3
/
+4
*
Improve KASSERT() message.
glebius
2013-05-06
1
-2
/
+2
*
Simplify printf().
glebius
2013-05-06
1
-2
/
+1
*
Use unified method for accessing / updating cached rule pointers.
melifaro
2013-05-04
1
-40
/
+35
*
Correct a few sizeof()s
eadler
2013-05-01
1
-1
/
+1
*
Remove useless ifdef KLD_MODULE from dummynet module unload path. This
glebius
2013-04-29
1
-7
/
+0
*
Add const qualifier to the dst parameter of the ifnet if_output method.
glebius
2013-04-26
3
-7
/
+7
*
Fix ipfw rule validation partially broken by r248552.
melifaro
2013-04-01
1
-4
/
+5
*
When we are removing a specific set, call ipfw_expire_dyn_rules only once.
ae
2013-03-25
1
-4
/
+5
*
Add ipfw support for setting/matching DiffServ codepoints (DSCP).
melifaro
2013-03-20
3
-4
/
+59
*
Separate the locking macros that are used in the packet flow path
ae
2013-03-19
2
-7
/
+9
*
Use m_get/m_gethdr instead of compat macros.
glebius
2013-03-15
1
-1
/
+1
*
Functions m_getm2() and m_get2() have different order of arguments,
glebius
2013-03-12
1
-1
/
+1
*
Fix callout expiring dynamic rules.
melifaro
2013-03-02
1
-3
/
+3
*
Finish the r244185. This fixes ever growing counter of pfsync bad
glebius
2013-02-15
1
-2
/
+1
*
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
[next]