]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netpfil/ipfw/ip_fw_table.c
MFV r260710 + 275532:
[FreeBSD/FreeBSD.git] / sys / netpfil / ipfw / ip_fw_table.c
2014-12-06 delphijMFV r260710 + 275532:
2014-12-02 baptUpdate to mandoc cvs version as of 20141201
2014-11-29 baptUpdate libucl to latest version
2014-11-27 emasteCopy elftoolchain binutils replacements from vendor...
2014-11-22 baptUpdate mandoc to 1.13.1
2014-11-04 melifaroRemove unused variable.
2014-11-01 jmmvMFV: Import atf-0.21.
2014-10-21 neelIFC @r273338
2014-10-19 melifaroPerform more checks on the number of tables supplied...
2014-10-15 jkimMerge OpenSSL 1.0.1j.
2014-10-14 gjbMerge the following from ^/projects/release-vmimage:
2014-10-10 neelIFC @r272887
2014-10-09 melifaroMerge projects/ipfw to HEAD.
2014-10-09 melifaroSync to HEAD@r272825.
2014-10-09 melifaroFix core on table destroy inroduced by table values...
2014-10-07 melifaroNotify table algo aboute runtime data change on table...
2014-10-07 melifaro* Fix crash in interface tracker due to using old ...
2014-10-06 baptImport byacc 20141005 from vendor
2014-10-06 melifaroSync to HEAD@r272609.
2014-10-04 melifaroFix build with gcc.
2014-10-04 melifaroSync to HEAD@r272516.
2014-10-04 melifaroSwitch ipfw to use rmlock for runtime locking.
2014-10-02 ngieImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 jkimMerge ACPICA 20140926.
2014-09-24 ngieImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-15 desUpgrade to OpenPAM Ourouparia.
2014-09-05 melifaroChange copyrights to the proper one.
2014-09-05 melifaroSync to HEAD@r271160.
2014-09-05 melifaro* Use modular opcode handling inside ipfw_ctl3() instea...
2014-09-05 impMerge forgotten .h files from vendor branch.
2014-09-04 impReimport dts files from vendor repo now that it has...
2014-09-04 impUpdate bindings to latest vendor branch representing...
2014-09-03 melifaroBe consistent and use same arguments for ctl3 opcodes.
2014-09-02 melifaro* Fix crash due to forgotten value refcouting in ipfw_l...
2014-09-02 melifaroAdd more comments on newly-added functions.
2014-08-31 melifaroAdd support for multi-field values inside ipfw tables.
2014-08-27 pluknetMFV of r270725, tzdata2014f
2014-08-23 melifaroSync to HEAD@r270409.
2014-08-23 melifaroSimplify table reference/create chain.
2014-08-23 melifaro* Use OP_ADD/OP_DEL macro instead of plain integers.
2014-08-15 melifaroMake room for multi-type values in struct tentry.
2014-08-14 melifaroReplace "cidr" table type with "addr" type.
2014-08-14 melifaro* Add cidr:kfib algo type just for fun. It binds kernel fib
2014-08-14 melifaro* Document internal commands.
2014-08-14 melifaro* Fix displaying dynamic rules for large rulesets.
2014-08-13 melifaroFix assertion.
2014-08-13 melifaroSync to HEAD@r269943.
2014-08-13 melifaro* Pass proper table set numbers from userland side.
2014-08-12 melifaro* Clarify ipfw_swap_table operations
2014-08-12 melifaro* Rename ipfw_[un]bind_table_rule to ipfw_[un]ref_rule_...
2014-08-12 melifaroChange tablearg value to be 0 (try #2).
2014-08-12 melifaro* Rename has_space to need_modify to be consistent...
2014-08-12 melifaroNo functional changes, do better functions grouping.
2014-08-12 melifaroSimplify table auto-creation for old userland users.
2014-08-11 melifaroSimplify add/del_table_entry() by making their common...
2014-08-11 melifaroUpdate functions descriptions.
2014-08-11 peterUpdate serf-1.3.6 -> 1.3.7
2014-08-11 melifaro* Add the abilify to lock/unlock given table from changes.
2014-08-11 melifaro* Add support for batched add/delete for ipfw tables
2014-08-09 melifaro* Use 2 32-bits field inside rule instead of 2 pointer...
2014-08-08 melifaroKernel changes:
2014-08-08 melifaroPartially revert previous commit:
2014-08-08 melifaro* Switch tablearg value from 65535 to 0.
2014-08-08 melifaro* Add IP_FW_TABLE_XMODIFY opcode
2014-08-08 melifaroRemove IP_FW_TABLES_XGETSIZE opcode.
2014-08-07 melifaroKernel changes:
2014-08-07 jkimMerge OpenSSL 1.0.1i.
2014-08-03 melifaroImplement atomic ipfw table swap.
2014-08-03 melifaroShow algorithm-specific data in "table info" output.
2014-08-03 melifaroRemove unneded headers.
2014-08-02 melifaro* Fix case when returning more that 4096 bytes of data
2014-08-01 melifaro* Permit limiting number of items in table.
2014-08-01 melifaro* Use TA_FLAG_DEFAULT for default algorithm selection...
2014-07-31 melifaro* Add new "flow" table type to support N=1..5-tuple...
2014-07-30 melifaro* Add number:array algorithm lookup method.
2014-07-30 melifaroFix "flush" cmd for algorithms wih non-default parameters.
2014-07-29 melifaro* Dump available table algorithms via "ipfw talist...
2014-07-29 melifaro* Copy ta structures to stable storage to ease future...
2014-07-29 melifaro* Add new ipfw cidr algorihm: hash table.
2014-07-29 melifaro* Change algorthm names to "type:algo" (e.g. "iface...
2014-07-28 melifaro* Add generic ipfw interface tracking API
2014-07-26 melifaro* Require explicit table creation before use on kernel...
2014-07-19 baptMerge libucl 20140718 (fixes a bug in the parser)
2014-07-18 baptUpdate libucl to the 2014-07-16 snapshot
2014-07-08 melifaro* Use different rule structures in kernel/userland.
2014-07-06 melifaro* Add "lookup" table functionality to permit userland...
2014-07-04 melifaro* Issue warning while requesting ruleset with new table...
2014-07-03 melifaroFully switch to named tables:
2014-07-03 marcelAdd VHD support to mkimg(1). VHD is used by Xen and...
2014-07-01 delphijMFV r267565:
2014-06-29 melifaro* Add new IP_FW_XADD opcode which permits to
2014-06-28 melifaroSuppord showing named tables in ipfw(8) rule listing.
2014-06-27 melifaroUse different approach for filling large datasets to...
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos r266986:
2014-06-26 delphijMFV r267843: update file/libmagic to 5.19.
2014-06-16 melifaro* Add IP_FW_TABLE_XCREATE / IP_FW_TABLE_XMODIFY opcodes.
2014-06-15 pfgMFV r266988:
next