]> git.ipfire.org Git - thirdparty/nftables.git/shortlog
thirdparty/nftables.git
2021-06-08  Pablo Neira... netlink: quick sort array of devices
2021-06-08  Pablo Neira... cmd: check for table mismatch first in error reporting
2021-06-07  Pablo Neira... rule: rework CMD_OBJ_SETELEMS logic
2021-06-07  Florian Westphaltests: add test case for removal of anon sets with...
2021-06-07  Florian Westphalevaluate: remove anon sets with exactly one element
2021-06-07  Florian Westphaltests: remove redundant test cases
2021-06-07  Florian Westphaltests: ct: prefer normal cmp
2021-06-04  Pablo Neira... json: missing catchall expression stub with ./configure...
2021-06-04  Florian Westphaltests: py: update netdev reject test file
2021-06-03  Pablo Neira... doc: nft: ct id does not allow for original|reply
2021-06-03  Pablo Neira... statement: connlimit: remove extra whitespace in print...
2021-06-02  Florian Westphaljson: catchall element support
2021-06-02  Florian Westphaltests/py: fix error message
2021-06-02  Florian Westphaljson: fix parse of flagcmp expression
2021-06-02  Florian Westphaljson: fix base chain output
2021-05-25  Pablo Neira... build: Bump version to v0.9.9 v0.9.9
2021-05-25  Florian Westphaldoc: tiny spelling fix in stateful object section s...
2021-05-25  Pablo Neira... include: missing sctp_chunk.h in Makefile.am
2021-05-24  Pablo Neira... expression: display an error on unknown datatype
2021-05-24  Pablo Neira... evaluate: allow == and != in the new shortcut syntax...
2021-05-24  Dominick Griftfiles: improve secmark.nft example
2021-05-20  Phil Sutterexpr_postprocess: Avoid an unintended fall through
2021-05-19  Pablo Neira... rule: skip exact matches on fuzzy lookup
2021-05-19  Pablo Neira... cmd: typo in chain fuzzy lookup
2021-05-19  Pablo Neira... libnftables: location-based error reporting for chain...
2021-05-19  Phil Sutterdoc: nft.8: Extend monitor description by trace
2021-05-19  Pablo Neira... doc: document cgroupv2
2021-05-19  Phil Sutterexthdr: Implement SCTP Chunk matching
2021-05-19  Phil Sutterjson: Simplify non-tcpopt exthdr printing a bit
2021-05-19  Phil Sutterscanner: sctp: Move to own scope
2021-05-18  Pablo Neira... datatype: skip cgroupv2 rootfs in listing
2021-05-18  Pablo Neira... src: use PRIu64 format
2021-05-15  Pablo Neira... parser_bison: add shortcut syntax for matching flags...
2021-05-13  Marco Oliveriocache: check errno before invoking cache_release()
2021-05-13  Pablo Neira... netlink_delinearize: fix binary operation postprocessin...
2021-05-12  Pablo Neira... tests: shell: don't assume fixed handle value in cache...
2021-05-11  Pablo Neira... evaluate: don't crash on set definition with incorrect...
2021-05-11  Pablo Neira... src: add set element catch-all support
2021-05-11  Pablo Neira... parser_bison: add set_elem_key_expr rule
2021-05-11  Phil Sutterdoc: Reduce size of NAT statement synopsis
2021-05-08  Stefano Briviotests: Introduce 0043_concatenated_ranges_1 for subnets...
2021-05-08  Stefano Briviosegtree: Fix range_mask_len() for subnet ranges exceedi...
2021-05-02  Pablo Neira... src: add cgroupsv2 support
2021-05-02  Pablo Neira... evaluate: remove object from cache on delete object...
2021-05-02  Pablo Neira... evaluate: remove flowtable from cache on delete flowtab...
2021-05-02  Pablo Neira... evaluate: remove set from cache on delete set command
2021-05-02  Pablo Neira... evaluate: remove chain from cache on delete chain command
2021-05-02  Pablo Neira... cache: add hashtable cache for table
2021-05-02  Pablo Neira... evaluate: add object to the cache
2021-05-02  Pablo Neira... cache: missing table cache for several policy objects
2021-05-02  Pablo Neira... evaluate: add flowtable to the cache
2021-05-02  Pablo Neira... evaluate: add set to the cache
2021-05-02  Pablo Neira... cache: add set_cache_del() and use it
2021-05-02  Pablo Neira... cache: add hashtable cache for flowtable
2021-05-02  Pablo Neira... cache: add hashtable cache for object
2021-05-02  Pablo Neira... src: consolidate object cache infrastructure
2021-05-02  Pablo Neira... src: consolidate nft_cache infrastructure
2021-05-02  Pablo Neira... src: pass chain name to chain_cache_find()
2021-05-02  Pablo Neira... rule: skip fuzzy lookup for unexisting 64-bit handle
2021-05-02  Pablo Neira... src: unbreak deletion by table handle
2021-05-02  Pablo Neira... tests: shell: remove missing modules
2021-05-02  Pablo Neira... parser_bison: missing relational operation on flag...
2021-05-02  Laura Garcia... parser: allow to load stateful ct connlimit elements...
2021-04-29  Florian Westphalevaluate: check if nat statement map specifies a transp...
2021-04-21  Phil Suttermnl: Increase BATCH_PAGE_SIZE to support huge rulesets
2021-04-03  Pablo Neira... Makefile: missing owner.h file
2021-04-03  Jan Engelhardtfiles: move example files away from /etc
2021-04-03  Pablo Neira... cache: bail out if chain list cannot be fetched from...
2021-04-03  Pablo Neira... cache: add hashtable cache for sets
2021-04-03  Pablo Neira... cache: check for NULL chain in cache_init()
2021-04-03  Pablo Neira... cache: statify chain_cache_dump()
2021-04-03  Pablo Neira... evaluate: use chain hashtable for lookups
2021-04-03  Pablo Neira... src: split chain list in table
2021-04-03  Pablo Neira... cache: rename chain_htable to cache_chain_ht
2021-04-03  Florian Westphalproto: replace vlan ether type with 8021q
2021-04-03  Florian Westphaltests: add 8021.AD vlan test cases
2021-04-03  Florian Westphalpayload: be careful on vlan dependency removal
2021-04-03  Florian Westphalproto: add 8021ad as mnemonic for IEEE 802.1AD (0x88a8...
2021-04-03  Florian Westphalsrc: vlan: allow matching vlan id insider 802.1ad frame
2021-04-01  Florian Westphalnetlink: don't crash when set elements are not evaluate...
2021-03-31  Pablo Neira... parser_bison: simplify flowtable offload flag parser
2021-03-31  Pablo Neira... mnl: do not set flowtable flags twice
2021-03-25  Pablo Neira... rule: remove semicolon in flowtable offload
2021-03-25  Florian Westphalparser: fix scope closure of COUNTER token
2021-03-25  Pablo Neira... src: add datatype->describe()
2021-03-25  Frank Wunderlichnftables: add flags offload to flowtable
2021-03-24  Pablo Neira... doc: no need to define a set in ct state
2021-03-24  Simon Ruderichdoc: use symbolic names for chain priorities
2021-03-24  Pablo Neira... tests: shell: fix 0025empty_dynset_0
2021-03-24  Pablo Neira... tests: shell: flowtable add after delete in batch
2021-03-24  Pablo Neira... segtree: release single element already contained in...
2021-03-24  Florian Westphalparser: add missing scope_close annotation for RT keyword
2021-03-24  Florian Westphalscanner: log: move to own scope
2021-03-24  Florian Westphalscanner: counter: move to own scope
2021-03-24  Florian Westphalscanner: add support for scope nesting
2021-03-18  Florian Westphalscanner: avoid -fasan heap overflow warnings
2021-03-16  Florian Westphalscanner: secmark: move to own scope
2021-03-16  Florian Westphalscanner: move until,over,used keywords away from init...
2021-03-16  Florian Westphalscanner: quota: move to own scope
2021-03-16  Florian Westphalscanner: limit: move to own scope
next