]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netpfil/ipfw/ip_fw_table_algo.c
Merge projects/ipfw to HEAD.
[FreeBSD/FreeBSD.git] / sys / netpfil / ipfw / ip_fw_table_algo.c
2014-10-09 Alexander V. ChernikovMerge projects/ipfw to HEAD.
2014-10-09 Alexander V. ChernikovMerge HEAD@r272834
2014-10-09 Alexander V. ChernikovSync to HEAD@r272825.
2014-10-07 Alexander V. Chernikov* Fix crash in interface tracker due to using old ...
2014-10-06 Alexander V. ChernikovSync to HEAD@r272609.
2014-10-04 Alexander V. ChernikovFix build with gcc.
2014-10-04 Alexander V. ChernikovSync to HEAD@r272516.
2014-09-21 Alexander V. ChernikovAdd pre-alfa version of DXR lookup module.
2014-09-05 Alexander V. ChernikovChange copyrights to the proper one.
2014-09-05 Alexander V. ChernikovSync to HEAD@r271160.
2014-08-31 Alexander V. ChernikovAdd support for multi-field values inside ipfw tables.
2014-08-30 Alexander V. Chernikov* Make objhash api a bit more abstract by providing...
2014-08-23 Alexander V. ChernikovSync to HEAD@r270409.
2014-08-15 Alexander V. ChernikovMake room for multi-type values in struct tentry.
2014-08-14 Alexander V. ChernikovReplace "cidr" table type with "addr" type.
2014-08-14 Alexander V. Chernikov* Add cidr:kfib algo type just for fun. It binds kernel fib
2014-08-14 Alexander V. Chernikov* Document internal commands.
2014-08-13 Alexander V. ChernikovSync to HEAD@r269943.
2014-08-12 Alexander V. Chernikov* Rename has_space to need_modify to be consistent...
2014-08-11 Alexander V. Chernikov* Add support for batched add/delete for ipfw tables
2014-08-08 Alexander V. ChernikovKernel changes:
2014-08-03 Alexander V. ChernikovShow algorithm-specific data in "table info" output.
2014-08-03 Alexander V. ChernikovBe consistent on cidr:radix function naming: use algo...
2014-08-03 Alexander V. ChernikovRemove unneded headers.
2014-08-03 Alexander V. ChernikovWhitespace changes.
2014-08-03 Alexander V. Chernikov* Move all algo-specific structures to the top of algo...
2014-08-03 Alexander V. ChernikovStore entry value back in @tei on entry update/deletion...
2014-08-02 Alexander V. Chernikov* Fix case when returning more that 4096 bytes of data
2014-08-01 Alexander V. Chernikov* Permit limiting number of items in table.
2014-08-01 Alexander V. ChernikovDo not perform memset() on ta_buf in algo callbacks:
2014-08-01 Alexander V. ChernikovSimplify radix operations: use unified tei_to_sockaddr_...
2014-08-01 Alexander V. Chernikov* Use TA_FLAG_DEFAULT for default algorithm selection...
2014-07-31 Alexander V. Chernikov* Add new "flow" table type to support N=1..5-tuple...
2014-07-30 Alexander V. Chernikov* Add number:array algorithm lookup method.
2014-07-30 Alexander V. Chernikov* Add "lookup" method for cidr:hash algorithm type.
2014-07-29 Alexander V. Chernikov* Dump available table algorithms via "ipfw talist...
2014-07-29 Alexander V. Chernikov* Copy ta structures to stable storage to ease future...
2014-07-29 Alexander V. Chernikov* Add new ipfw cidr algorihm: hash table.
2014-07-29 Alexander V. Chernikov* Change algorthm names to "type:algo" (e.g. "iface...
2014-07-28 Alexander V. Chernikov* Add generic ipfw interface tracking API
2014-07-26 Alexander V. Chernikov* Require explicit table creation before use on kernel...
2014-07-09 Alexander V. Chernikov* Reduce size of ipfw table entries for cidr/iface:
2014-07-06 Alexander V. Chernikov* Prepare to pass other dynamic states via ipfw_dump_co...
2014-07-06 Alexander V. Chernikov* Add "lookup" table functionality to permit userland...
2014-07-03 Alexander V. ChernikovFully switch to named tables:
2014-06-16 Alexander V. Chernikov* Add IP_FW_TABLE_XCREATE / IP_FW_TABLE_XMODIFY opcodes.
2014-06-14 Alexander V. ChernikovMove most of external table structures/functions to...
2014-06-14 Alexander V. ChernikovAdd API to ease adding new algorithms/new tabletypes...