]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2014-08-12 Alexander V... Move one step further towards libipfw: convert show_sta...
2014-08-12 Alexander V... * Update table_handler cmd list
2014-08-12 Alexander V... * Clarify ipfw_swap_table operations
2014-08-12 Alexander V... * Rename ipfw_[un]bind_table_rule to ipfw_[un]ref_rule_...
2014-08-12 Alexander V... Change tablearg value to be 0 (try #2).
2014-08-12 Alexander V... Do not use index 0 for tables.
2014-08-12 Alexander V... * Rename has_space to need_modify to be consistent...
2014-08-12 Alexander V... No functional changes, do better functions grouping.
2014-08-12 Alexander V... Simplify table auto-creation for old userland users.
2014-08-11 Alexander V... Simplify add/del_table_entry() by making their common...
2014-08-11 Alexander V... Update functions descriptions.
2014-08-11 Alexander V... * Add the abilify to lock/unlock given table from changes.
2014-08-11 Alexander V... * Add support for batched add/delete for ipfw tables
2014-08-09 Alexander V... * Use 2 32-bits field inside rule instead of 2 pointer...
2014-08-08 Alexander V... Kernel changes:
2014-08-08 Alexander V... Partially revert previous commit:
2014-08-08 Alexander V... * Switch tablearg value from 65535 to 0.
2014-08-08 Alexander V... * Add IP_FW_TABLE_XMODIFY opcode
2014-08-08 Alexander V... Remove IP_FW_TABLES_XGETSIZE opcode.
2014-08-07 Alexander V... Since all of base IP_FW opcodes has been converted...
2014-08-07 Alexander V... Kernel changes:
2014-08-03 Alexander V... Implement atomic ipfw table swap.
2014-08-03 Alexander V... * Move "talist" and "iflist" cmds into newly-create...
2014-08-03 Alexander V... Implement O(1) skipto using indexed array.
2014-08-03 Alexander V... Show algorithm-specific data in "table info" output.
2014-08-03 Alexander V... Be consistent on cidr:radix function naming: use algo...
2014-08-03 Alexander V... Remove unneded headers.
2014-08-03 Alexander V... Whitespace changes.
2014-08-03 Alexander V... * Move all algo-specific structures to the top of algo...
2014-08-03 Alexander V... Store entry value back in @tei on entry update/deletion...
2014-08-02 Alexander V... * Fix case when returning more that 4096 bytes of data
2014-08-01 Alexander V... * Permit limiting number of items in table.
2014-08-01 Alexander V... Do not perform memset() on ta_buf in algo callbacks:
2014-08-01 Alexander V... Simplify radix operations: use unified tei_to_sockaddr_...
2014-08-01 Alexander V... * Use TA_FLAG_DEFAULT for default algorithm selection...
2014-07-31 Alexander V... * Add new "flow" table type to support N=1..5-tuple...
2014-07-30 Alexander V... Improve "ipfw talist" readability.
2014-07-30 Alexander V... * Add number:array algorithm lookup method.
2014-07-30 Alexander V... * Add "lookup" method for cidr:hash algorithm type.
2014-07-30 Alexander V... Fix "flush" cmd for algorithms wih non-default parameters.
2014-07-29 Alexander V... * Introduce ipfw_ctl3() handler and move all IP_FW3...
2014-07-29 Alexander V... * Dump available table algorithms via "ipfw talist...
2014-07-29 Alexander V... * Copy ta structures to stable storage to ease future...
2014-07-29 Alexander V... * Add new ipfw cidr algorihm: hash table.
2014-07-29 Alexander V... * Change algorthm names to "type:algo" (e.g. "iface...
2014-07-28 Alexander V... * Add generic ipfw interface tracking API
2014-07-26 Alexander V... * Require explicit table creation before use on kernel...
2014-07-09 Alexander V... * Reduce size of ipfw table entries for cidr/iface:
2014-07-08 Alexander V... * Use different rule structures in kernel/userland.
2014-07-06 Alexander V... * Prepare to pass other dynamic states via ipfw_dump_co...
2014-07-06 Alexander V... * Add "lookup" table functionality to permit userland...
2014-07-04 Alexander V... * Issue warning while requesting ruleset with new table...
2014-07-03 Alexander V... Fully switch to named tables:
2014-06-29 Alexander V... * Add new IP_FW_XADD opcode which permits to
2014-06-29 Alexander V... Enable kernel-side rule filtering based on user request.
2014-06-28 Alexander V... Suppord showing named tables in ipfw(8) rule listing.
2014-06-27 Alexander V... Use different approach for filling large datasets to...
2014-06-16 Alexander V... * Add IP_FW_TABLE_XCREATE / IP_FW_TABLE_XMODIFY opcodes.
2014-06-15 Alexander V... Remove unused ipfw_dump_xtable().
2014-06-15 Alexander V... Simplify opcode handling.
2014-06-14 Alexander V... Move further to eliminate next pieces of number-assumin...
2014-06-14 Alexander V... Move most of external table structures/functions to...
2014-06-14 Alexander V... Add ip_fw_algo.c to ipfw Makefile.
2014-06-14 Alexander V... Add API to ease adding new algorithms/new tabletypes...
2014-06-12 Alexander V... Make ipfw tables use names as used-level identifier...
2014-06-11 Xin LIFix path for zlib examples, this have no runtime effect...
2014-06-11 John Baldwin- Unmap static DMA buffers allocated via bus_dmemem_all...
2014-06-11 Baptiste DaroussinAdd a zlib pkg-config file (more and more ports require...
2014-06-11 John BaldwinUnload maps for DMA buffers allocated via bus_dmamem_al...
2014-06-11 Xin LIFix decoding of near CALL when address-size prefix...
2014-06-11 Xin LIFix decoding of LEA when address-size prefix (67h)...
2014-06-11 Xin LIFix decoding of MOVSX.
2014-06-11 Baptiste DaroussinUse Mt macro to properly format mailto links (patch...
2014-06-11 Xin LIApply vendor fixes to the High Point drivers:
2014-06-11 Ed MasteAvoid leaking file pointer on error
2014-06-11 John BaldwinFix a few more drivers that were explicitly destroying...
2014-06-11 Alan CoxCorrect a bug in the management of the population map...
2014-06-11 John BaldwinFix various NIC drivers to properly cleanup static...
2014-06-11 Alexander MotinRemove unneeded mountlist_mtx acquisition from sync_fsy...
2014-06-11 Alexander V... Improve logic besides net.bpf.optimize_writers.
2014-06-11 Andrey V. ElsukovAdd disklabel64 support
2014-06-11 Andrey V. ElsukovAdd disklabel64 support to GEOM_PART class.
2014-06-11 Andrey V. ElsukovAllow swapping to DragonFlyBSD's swap partition.
2014-06-11 Andrey V. ElsukovAdd aliases for DragonFlyBSD's partition types.
2014-06-11 Andrey V. ElsukovAdd DragonFlyBSD's Hammer FS types and type names.
2014-06-11 Andrey V. ElsukovAdd UUIDs for DragonFlyBSD's partition types.
2014-06-11 Ruslan BukinAdd a driver for Serial Peripheral Interface (SPI).
2014-06-11 Alexander MotinMove root_mount_hold() functionality to separate mutex.
2014-06-10 Jim HarrisUse bitwise OR instead of logical OR when constructing...
2014-06-10 John BaldwinDon't destroy bus_dma maps created by bus_dmamem_alloc...
2014-06-10 Tycho NightingaleReplace enum forward declarations with complete definit...
2014-06-10 Ed Mastevt fontcvt: move to usr.bin/vtfontcvt
2014-06-10 Mikolaj GolubPF_BLUETOOTH protocols: skip initialization of non...
2014-06-10 Dimitry AndricIn some scenarios, when generating llvm/clang .inc...
2014-06-10 Julio MerinoStrip out the test suite from the installation media.
2014-06-10 Julio MerinoPut the test suite in its own tests.txz distribution...
2014-06-10 Neel NatuAdd helper functions to populate VM exit information...
2014-06-10 Michael TuexenAdd support for the SCTP_LOCAL_TRACE_BUF options.
2014-06-10 Luigi Rizzochange the netmap mbuf destructor so the same code...
2014-06-10 Glen BarberFix indentation level.
next