aboutsummaryrefslogtreecommitdiff
path: root/sys/netpfil/ipfw/ip_fw_table_value.c
Commit message (Expand)AuthorAgeFilesLines
* netpfil/ipfw: Fix a typo in a source code commentGordon Bergling2026-01-171-1/+1
* ipfw: remove locking workarounds in the table codeGleb Smirnoff2026-01-171-92/+20
* ipfw: make the upper half lock sleepableGleb Smirnoff2026-01-171-12/+1
* ipfw: migrate ipfw to 32-bit size rule numbersAndrey V. Elsukov2025-03-031-43/+9
* ipfw: add missing initializer for 'limit' table valueAndrey V. Elsukov2025-02-101-0/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* ipfw: add [fw]mark implementation for ipfwBoris Lytochkin2023-04-251-6/+10
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-6/+0
* ipfw: Don't rollback state in alloc_table_vidx() if atomicity is not required.Alexander V. Chernikov2019-12-191-10/+9
* Revert r355908 to commit it with a proper message.Alexander V. Chernikov2019-12-191-9/+10
* svn-commit.tmpAlexander V. Chernikov2019-12-191-10/+9
* Revert r316461: Remove "IPFW static rules" rmlock, and use pfil's global lock.Gleb Smirnoff2019-01-311-1/+0
* Remove "IPFW static rules" rmlock.Andrey V. Elsukov2017-04-031-0/+1
* Change the type of objhash_cb_t callback function to be able return anAndrey V. Elsukov2016-05-061-5/+7
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-2/+2
* Add External Actions KPI to ipfw(9).Andrey V. Elsukov2016-04-141-4/+5
* Fix panic on table/table entry delete. The panic could have happenedAlexander V. Chernikov2016-01-211-0/+1
* Remove ptei->value check from ipfw_link_table_values():Alexander V. Chernikov2015-05-121-11/+0
* Fix `ipfw fwd tablearg'. Use dedicated field nh4 in struct table_valueAndrey V. Elsukov2015-03-131-0/+3
* Fix KASSERT typo.Alexander V. Chernikov2014-10-111-2/+2
* Add IP_FW_DUMP_SOPTCODES sopt to be able to determineAlexander V. Chernikov2014-10-081-1/+8
* Fix possible crash when old value pointer is not updated after array resize.Alexander V. Chernikov2014-10-071-1/+10
* * Fix crash in interface tracker due to using old "linked" field.Alexander V. Chernikov2014-10-071-3/+4
* Fix build with gcc.Alexander V. Chernikov2014-10-041-0/+1
* Switch ipfw to use rmlock for runtime locking.Alexander V. Chernikov2014-10-041-0/+1
* Change copyrights to the proper one.Alexander V. Chernikov2014-09-051-1/+2
* * Use modular opcode handling inside ipfw_ctl3() instead of static switch.Alexander V. Chernikov2014-09-051-35/+46
* * Fix crash due to forgotten value refcouting in ipfw_link_table_values()Alexander V. Chernikov2014-09-021-1/+2
* Add more comments on newly-added functions.Alexander V. Chernikov2014-09-021-19/+45
* Add support for multi-field values inside ipfw tables.Alexander V. Chernikov2014-08-311-0/+754