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
/
ipfw
/
ip_fw_table.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r316461:
ae
2017-04-17
1
-0
/
+1
*
MFC r304041:
ae
2017-04-03
1
-0
/
+51
*
MFC r314716:
ae
2017-03-19
1
-18
/
+1
*
MFC r307628:
ae
2016-10-26
1
-1
/
+5
*
MFC r305778:
ae
2016-09-20
1
-6
/
+38
*
Make named objects set-aware. Now it is possible to create named
ae
2016-05-17
1
-267
/
+170
*
Change the type of objhash_cb_t callback function to be able return an
ae
2016-05-06
1
-6
/
+10
*
Rename find_name_tlv_type() to ipfw_find_name_tlv_type() and make it
ae
2016-05-05
1
-41
/
+4
*
sys/net*: minor spelling fixes.
pfg
2016-05-03
1
-5
/
+5
*
netpfil: for pointers replace 0 with NULL.
pfg
2016-04-15
1
-2
/
+2
*
Move several functions related to opcode rewriting framework from
ae
2016-04-14
1
-130
/
+0
*
Use already pre-calculated number of entries instead of tc->count.
melifaro
2016-01-10
1
-1
/
+1
*
Remove now obsolete KASSERT.
ae
2015-11-03
1
-6
/
+0
*
Eliminate any conditional increments of object_opcodes in the
ae
2015-11-03
1
-1
/
+8
*
Add ipfw_check_object_name_generic() function to do basic checks for an
ae
2015-11-03
1
-17
/
+7
*
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
1
-0
/
+4
*
Make rule table kernel-index rewriting support any kind of objects.
melifaro
2015-04-27
1
-351
/
+219
*
* Make sure table algorithm destroy hook is always called without locks
melifaro
2015-02-05
1
-2
/
+15
*
Remove unused variable.
melifaro
2014-11-04
1
-2
/
+1
*
Perform more checks on the number of tables supplied by user.
melifaro
2014-10-19
1
-0
/
+19
*
Fix core on table destroy inroduced by table values code.
melifaro
2014-10-09
1
-9
/
+8
*
Notify table algo aboute runtime data change on table flush.
melifaro
2014-10-07
1
-0
/
+4
*
* Fix crash in interface tracker due to using old "linked" field.
melifaro
2014-10-07
1
-0
/
+4
*
Fix build with gcc.
melifaro
2014-10-04
1
-0
/
+1
*
Switch ipfw to use rmlock for runtime locking.
melifaro
2014-10-04
1
-0
/
+1
*
Change copyrights to the proper one.
melifaro
2014-09-05
1
-1
/
+3
*
* Use modular opcode handling inside ipfw_ctl3() instead of static switch.
melifaro
2014-09-05
1
-130
/
+106
*
Be consistent and use same arguments for ctl3 opcodes.
melifaro
2014-09-03
1
-3
/
+32
*
* Fix crash due to forgotten value refcouting in ipfw_link_table_values()
melifaro
2014-09-02
1
-10
/
+46
*
Add more comments on newly-added functions.
melifaro
2014-09-02
1
-2
/
+54
*
Add support for multi-field values inside ipfw tables.
melifaro
2014-08-31
1
-75
/
+203
*
Simplify table reference/create chain.
melifaro
2014-08-23
1
-58
/
+56
*
* Use OP_ADD/OP_DEL macro instead of plain integers.
melifaro
2014-08-23
1
-11
/
+79
*
Make room for multi-type values in struct tentry.
melifaro
2014-08-15
1
-3
/
+3
*
Replace "cidr" table type with "addr" type.
melifaro
2014-08-14
1
-7
/
+7
*
* Add cidr:kfib algo type just for fun. It binds kernel fib
melifaro
2014-08-14
1
-19
/
+65
*
* Document internal commands.
melifaro
2014-08-14
1
-24
/
+52
*
* Fix displaying dynamic rules for large rulesets.
melifaro
2014-08-14
1
-1
/
+0
*
Fix assertion.
melifaro
2014-08-13
1
-1
/
+1
*
* Pass proper table set numbers from userland side.
melifaro
2014-08-13
1
-1
/
+7
*
* Clarify ipfw_swap_table operations
melifaro
2014-08-12
1
-15
/
+63
*
* Rename ipfw_[un]bind_table_rule to ipfw_[un]ref_rule_tables
melifaro
2014-08-12
1
-8
/
+5
*
Change tablearg value to be 0 (try #2).
melifaro
2014-08-12
1
-2
/
+2
*
* Rename has_space to need_modify to be consistent with 0 as return values.
melifaro
2014-08-12
1
-5
/
+5
*
No functional changes, do better functions grouping.
melifaro
2014-08-12
1
-361
/
+369
*
Simplify table auto-creation for old userland users.
melifaro
2014-08-12
1
-217
/
+142
*
Simplify add/del_table_entry() by making their common pieces
melifaro
2014-08-11
1
-157
/
+217
*
Update functions descriptions.
melifaro
2014-08-11
1
-34
/
+90
[next]