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
*
CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten
jkim
2015-05-22
3
-3
/
+3
*
use proper types to represent function pointers
luigi
2015-05-19
2
-2
/
+2
*
remove a redundant ; at the end of a function
luigi
2015-05-19
1
-1
/
+1
*
remove an extra ; after MODULE_DEPEND
luigi
2015-05-19
1
-1
/
+1
*
Use MTX_SYSINIT() instead of mtx_init() to separate mutex initialization
glebius
2015-05-19
3
-17
/
+9
*
During module unload unlock rules before destroying UMA zones, which
glebius
2015-05-19
1
-1
/
+1
*
A miss from r283061: don't dereference NULL is pf_get_mtag() fails.
glebius
2015-05-18
1
-2
/
+4
*
Don't dereference NULL is pf_get_mtag() fails.
glebius
2015-05-18
1
-12
/
+14
*
bugfix (only affecting the "lookup" option in the userspace version of ipfw):
luigi
2015-05-13
1
-1
/
+2
*
Remove ptei->value check from ipfw_link_table_values():
melifaro
2015-05-12
1
-11
/
+0
*
Fix panic when prepare_batch_buffer() returns error.
melifaro
2015-05-06
1
-3
/
+5
*
Fix KASSERT introduced in r282155.
melifaro
2015-04-30
1
-3
/
+4
*
Fix panic introduced by r282070.
melifaro
2015-04-28
2
-1
/
+4
*
Fix 'may be used uninitialized' warning not caught by clang.
melifaro
2015-04-27
1
-1
/
+1
*
Use free_nat_instance() for nat instance deletion.
melifaro
2015-04-27
1
-10
/
+14
*
Make rule table kernel-index rewriting support any kind of objects.
melifaro
2015-04-27
5
-388
/
+879
*
Fix memory leak.
glebius
2015-04-27
1
-0
/
+2
*
Move ALTQ from contrib to net/altq. The ALTQ code is for many years
glebius
2015-04-16
1
-1
/
+1
*
pf: Fix forwarding detection
kp
2015-04-14
1
-1
/
+1
*
I can find no reason to allow packets with both SYN and FIN bits
gnn
2015-04-14
1
-1
/
+1
*
pf: Skip firewall for refragmented ip6 packets
kp
2015-04-06
1
-0
/
+1
*
o Use new function ip_fillid() in all places throughout the kernel,
glebius
2015-04-01
2
-3
/
+3
*
pf: Deal with runt packets
kp
2015-04-01
1
-4
/
+4
*
Preserve IPv6 fragment IDs accross reassembly and refragmentation
kp
2015-04-01
1
-1
/
+7
*
The offset variable has been cleared all bits except IP6F_OFF_MASK.
ae
2015-03-31
1
-1
/
+1
*
Static'ize pf_fillup_fragment body to match its declaration.
pluknet
2015-03-26
1
-1
/
+1
*
Always lock the hash row of a source node when updating its 'states' counter.
glebius
2015-03-17
2
-66
/
+59
*
Fix `ipfw fwd tablearg'. Use dedicated field nh4 in struct table_value
ae
2015-03-13
4
-10
/
+65
*
Reset mbuf pointer to NULL in fastroute case to indicate that mbuf was
ae
2015-03-12
1
-0
/
+1
*
Even more fixes to !INET and !INET6 kernels.
glebius
2015-02-17
1
-17
/
+14
*
- Improve INET/INET6 scope.
glebius
2015-02-16
1
-34
/
+31
*
Toss declarations to fix regular build and NO_INET6 build.
glebius
2015-02-16
1
-3
/
+5
*
In the forwarding case refragment the reassembled packets with the same
glebius
2015-02-16
4
-2
/
+93
*
Update the pf fragment handling code to closer match recent OpenBSD.
glebius
2015-02-16
2
-286
/
+552
*
Fix IP_FW_NAT44_LIST_NAT size calculation.
melifaro
2015-02-05
1
-2
/
+2
*
* Make sure table algorithm destroy hook is always called without locks
melifaro
2015-02-05
4
-12
/
+27
*
Back out r276841, r276756, r276747, r276746. The change in r276747 is very
glebius
2015-01-22
5
-93
/
+145
*
Use ipfw runtime lock only when real modification is required.
melifaro
2015-01-16
1
-2
/
+4
*
Do not initialize pfi_unlnkdkifs_mtx and pf_frag_mtx.
rodrigc
2015-01-08
2
-8
/
+0
*
Reapply previous patch to fix build.
rodrigc
2015-01-06
4
-39
/
+23
*
Instead of creating a purge thread for every vnet, create
rodrigc
2015-01-06
1
-58
/
+24
*
Merge: r258322 from projects/pf branch
rodrigc
2015-01-06
5
-47
/
+53
*
pf(4) needs to have a correct checksum during its processing.
eri
2014-11-19
1
-6
/
+6
*
Finish r274315: remove union 'u' from struct pf_send_entry.
melifaro
2014-11-09
1
-16
/
+11
*
Remove unused 'struct route' fields.
melifaro
2014-11-09
2
-4
/
+0
*
Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.
glebius
2014-11-07
4
-52
/
+56
*
Remove unused variable.
melifaro
2014-11-04
1
-2
/
+1
*
Bump default dynamic limit to 16k entries.
melifaro
2014-10-24
1
-3
/
+4
*
Rename log2 to tal_log2.
melifaro
2014-10-22
1
-4
/
+4
*
remove/fix old code for building ipfw and dummynet in userspace
luigi
2014-10-22
3
-56
/
+1
[next]