summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/ipfw/ip_fw2.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r320941: Fix GRE over IPv6 tunnels with IPFWphilip2017-07-311-0/+7
* MFC r316461:ae2017-04-171-1/+0
* MFC r316329:ae2017-04-071-1/+10
* MFC r304041:ae2017-04-031-3/+2
* MFC r303012:ae2017-04-031-0/+7
* MFC r303018:ae2017-03-301-4/+23
* MFC r314716:ae2017-03-191-66/+110
* MFC r314614:ae2017-03-101-4/+6
* MFC r305940:ae2016-09-301-2/+2
* MFC r303955:ae2016-08-141-1/+1
* Move the ipfw_log_bpf() calls from global module initialisation tobz2016-06-301-2/+3
* Get closer to a VIMAGE network stack teardown from top to bottom ratherbz2016-06-211-1/+1
* sys/net*: minor spelling fixes.pfg2016-05-031-2/+2
* Add External Actions KPI to ipfw(9).ae2016-04-141-0/+7
* Fix bug in filling and handling ipfw's O_DSCP opcode.ae2016-02-241-1/+1
* Properly drain callouts in the IPFW subsystem to avoid use after freehselasky2015-12-151-3/+2
* Merge helper fib* functions used for basic lookups.melifaro2015-12-081-59/+23
* Fix setfib target.melifaro2015-11-081-1/+1
* Reduce overhead of ipfw's me6 opcode.ae2015-07-291-23/+27
* Add helper functions for IP checksum adjusting. Use these functions inae2015-07-201-5/+6
* bugfix (only affecting the "lookup" option in the userspace version of ipfw):luigi2015-05-131-1/+2
* Make rule table kernel-index rewriting support any kind of objects.melifaro2015-04-271-0/+6
* Fix `ipfw fwd tablearg'. Use dedicated field nh4 in struct table_valueae2015-03-131-5/+40
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-071-18/+21
* Bump ipfw module version.melifaro2014-10-091-1/+1
* Sync to HEAD@r272825.melifaro2014-10-091-4/+2
|\
| * Improve r272609 (O_TCPOPTS).melifaro2014-10-061-4/+2
* | Sync to HEAD@r272609.melifaro2014-10-061-3/+7
|\ \ | |/
| * Fix O_TCPOPTS processing.melifaro2014-10-061-3/+7
| * Whitespace/style changes merged from projects/ipfw.melifaro2014-08-231-3/+7
* | Add "ipfw_ctl3" FEATURE to indicate presence of new ipfw interface.melifaro2014-10-041-0/+1
* | Switch ipfw to use rmlock for runtime locking.melifaro2014-10-041-0/+2
* | Make linear_skipto turned off by default.melifaro2014-10-031-2/+12
* | * Use modular opcode handling inside ipfw_ctl3() instead of static switch.melifaro2014-09-051-4/+11
* | Add support for multi-field values inside ipfw tables.melifaro2014-08-311-12/+13
* | Clean up kernel interaction in ip_fw_iface.cmelifaro2014-08-141-4/+3
* | Sync to HEAD@r269943.melifaro2014-08-131-1/+0
|\ \ | |/
| * Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-1/+0
| * Revert r267961, r267973:gjb2014-06-271-0/+1
| * Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-1/+0
* | * Add jump_linear() function utilizing calculated skipto cache.melifaro2014-08-131-5/+29
* | Change tablearg value to be 0 (try #2).melifaro2014-08-121-4/+4
* | * Use 2 32-bits field inside rule instead of 2 pointer to save skipto state.melifaro2014-08-091-10/+7
* | Partially revert previous commit:melifaro2014-08-081-3/+3
* | * Switch tablearg value from 65535 to 0.melifaro2014-08-081-4/+4
* | Since all of base IP_FW opcodes has been converted to IP_FW3,melifaro2014-08-071-1/+1
* | Kernel changes:melifaro2014-08-071-4/+24
* | Implement atomic ipfw table swap.melifaro2014-08-031-1/+1
* | Implement O(1) skipto using indexed array.melifaro2014-08-031-1/+6
* | * Add new "flow" table type to support N=1..5-tuple lookupsmelifaro2014-07-311-0/+11
OpenPOWER on IntegriCloud