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
*
Bring back the ability of passing cached route via nd6_output_ifp().
melifaro
2015-11-15
1
-1
/
+1
*
This fixes several places where callout_stops return is examined. The
rrs
2015-11-13
1
-2
/
+2
*
Print proper setfib values in ipfw log.
melifaro
2015-11-08
1
-1
/
+1
*
Fix setfib target.
melifaro
2015-11-08
2
-3
/
+3
*
pf: Fix broken rule skip calculation
kp
2015-11-07
1
-2
/
+2
*
Remove now obsolete KASSERT.
ae
2015-11-03
1
-6
/
+0
*
Eliminate any conditional increments of object_opcodes in the
ae
2015-11-03
2
-3
/
+9
*
Add ipfw_check_object_name_generic() function to do basic checks for an
ae
2015-11-03
4
-30
/
+17
*
Implement `ipfw internal olist` command to list named objects.
ae
2015-11-03
2
-5
/
+63
*
pf: Fix IPv6 checksums with route-to.
kp
2015-10-29
1
-0
/
+7
*
Eliminate last rtalloc_ign() caller.
melifaro
2015-10-27
1
-3
/
+0
*
pf: Fix TSO issues
kp
2015-10-14
3
-50
/
+88
*
Bump number of prefixes in O_IP_<SRC|DST> from 15 to 31 (max possible).
melifaro
2015-10-03
1
-1
/
+1
*
Simplify the way of attaching IPv6 link-layer header.
melifaro
2015-09-16
1
-1
/
+1
*
pf: Fix misdetection of forwarding when net.link.bridge.pfil_bridge is set
kp
2015-09-01
1
-1
/
+11
*
pf: Remove support for 'scrub fragment crop|drop-ovl'
kp
2015-08-27
1
-479
/
+31
*
Fix packets/bytes accounting on i386.
melifaro
2015-08-27
1
-1
/
+1
*
Reapply r196551 which was accidentally reverted by r223637 (update to
loos
2015-08-24
1
-1
/
+1
*
Add ALTQ(9) support for the CoDel algorithm.
loos
2015-08-21
1
-0
/
+7
*
Fix the copy of addresses passed from userland in table replace command.
loos
2015-08-17
1
-2
/
+1
*
Use correct src/dst ports when removing states.
oshogbo
2015-08-11
1
-2
/
+2
*
Reduce overhead of ipfw's me6 opcode.
ae
2015-07-29
1
-23
/
+27
*
pf: Always initialise pf_fragment.fr_flags
kp
2015-07-29
1
-3
/
+1
*
Simplify logic added in r285945 as suggested by glebius
garga
2015-07-28
1
-4
/
+2
*
Respect pf rule log option before log dropped packets with IP options or
garga
2015-07-28
1
-2
/
+4
*
Fix a typo in r280169. Of course we are interested in deleting nsn only
glebius
2015-07-28
1
-1
/
+1
*
Add helper functions for IP checksum adjusting. Use these functions in
ae
2015-07-20
3
-17
/
+26
*
assorted algorithmic fixes from Paolo Valente (one of my qfq coauthors):
luigi
2015-07-10
1
-7
/
+13
*
one more warning suppression when compiling the test code in userspace.
luigi
2015-07-10
1
-1
/
+1
*
add code to compute fairness indexes;
luigi
2015-07-10
2
-9
/
+68
*
ALTQ FAIRQ discipline import from DragonFLY
eri
2015-06-24
3
-0
/
+34
*
pf: Remove frc_direction
kp
2015-06-11
1
-7
/
+3
*
pf: Save the protocol number in the pf_fragment
kp
2015-06-11
1
-0
/
+1
*
pf: address family must be set when creating a pf_fragment
kp
2015-06-10
1
-0
/
+1
*
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
[next]