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
*
Change the type of objhash_cb_t callback function to be able return an
ae
2016-05-06
6
-25
/
+40
*
Rename find_name_tlv_type() to ipfw_find_name_tlv_type() and make it
ae
2016-05-05
3
-44
/
+9
*
sys/net*: minor spelling fixes.
pfg
2016-05-03
14
-32
/
+32
*
Make create_object callback optional and return EOPNOTSUPP when it isn't
ae
2016-04-27
2
-13
/
+10
*
netpfil: for pointers replace 0 with NULL.
pfg
2016-04-15
3
-4
/
+4
*
Add External Actions KPI to ipfw(9).
ae
2016-04-14
5
-16
/
+518
*
Change the type of 'etlv' field in struct named_object to uint16_t.
ae
2016-04-14
2
-4
/
+5
*
Adjust some comments and make ref_opcode_object() static.
ae
2016-04-14
1
-4
/
+3
*
o Teach opcode rewriting framework handle several rewriters for
ae
2016-04-14
1
-80
/
+107
*
Move several functions related to opcode rewriting framework from
ae
2016-04-14
3
-140
/
+141
*
Cleanup unnecessary semicolons from the kernel.
pfg
2016-04-10
1
-1
/
+1
*
pf: Improve forwarding detection
kp
2016-03-16
1
-4
/
+6
*
Use correct size for malloc.
ae
2016-03-03
1
-1
/
+1
*
Remove taskqueue_enqueue_fast().
jhb
2016-03-01
1
-1
/
+1
*
pf: Fix possible out-of-bounds write
kp
2016-02-25
1
-2
/
+3
*
Fix bug in filling and handling ipfw's O_DSCP opcode.
ae
2016-02-24
1
-1
/
+1
*
in pf_print_state_parts, do not use skw->proto to print the protocol but our
kp
2016-02-20
1
-1
/
+1
*
Fix obvious typo, that lead to incorrect sorting.
glebius
2016-02-18
1
-1
/
+1
*
These files were getting sys/malloc.h and vm/uma.h with header pollution
glebius
2016-02-01
1
-1
/
+2
*
cleanup and document in some detail the internals of the testing code
luigi
2016-01-27
5
-143
/
+199
*
the _Static_assert was not supposed to be in the commit.
luigi
2016-01-27
1
-1
/
+0
*
bugfix: the scheduler template (dn_schk) for the round robin scheduler
luigi
2016-01-27
1
-1
/
+2
*
fix various warnings to compile the test code with -Wextra
luigi
2016-01-26
3
-3
/
+9
*
fix various warnings (signed/unsigned, printf types, unused arguments)
luigi
2016-01-26
1
-13
/
+16
*
prevent warnings for signed/unsigned comparisons and unused arguments.
luigi
2016-01-26
1
-6
/
+14
*
prevent warning for unused argument
luigi
2016-01-26
1
-0
/
+1
*
avoid warnings for signed/unsigned comparison and unused arguments
luigi
2016-01-26
1
-1
/
+3
*
Revert one chunk from commit 285362, which introduced an off-by-one error
luigi
2016-01-26
1
-2
/
+6
*
MFP r287070,r287073: split radix implementation and route table structure.
melifaro
2016-01-25
2
-54
/
+55
*
Fix panic on table/table entry delete. The panic could have happened
melifaro
2016-01-21
1
-0
/
+1
*
Initialize error value ta_lookup_kfib() by default to please compiler.
melifaro
2016-01-10
1
-3
/
+1
*
Initialize error after r293626 in case neither INET nor INET6 is
bz
2016-01-10
1
-0
/
+3
*
Make ipfw addr:kfib lookup algo use new routing KPI.
melifaro
2016-01-10
1
-49
/
+72
*
Use already pre-calculated number of entries instead of tc->count.
melifaro
2016-01-10
1
-1
/
+1
*
Remove sys/eventhandler.h from net/route.h
melifaro
2016-01-09
1
-0
/
+1
*
Convert pf(4) to the new routing API.
melifaro
2016-01-07
1
-42
/
+89
*
Properly drain callouts in the IPFW subsystem to avoid use after free
hselasky
2015-12-15
3
-6
/
+12
*
Merge helper fib* functions used for basic lookups.
melifaro
2015-12-08
1
-59
/
+23
*
Add destroy_object callback to object rewriting framework.
ae
2015-11-23
2
-2
/
+11
*
Fix dynamic IPv6 rules showing junk for non-specified address masks.
bdrewery
2015-11-17
1
-0
/
+3
*
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
[next]