]> git.ipfire.org Git - thirdparty/nftables.git/shortlog
thirdparty/nftables.git
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
2021-03-16  Florian Westphalscanner: vlan: move to own scope
2021-03-16  Florian Westphalscanner: remove saddr/daddr from initial state
2021-03-16  Florian Westphalscanner: arp: move to own scope
2021-03-16  Florian Westphalscanner: add ether scope
2021-03-16  Florian Westphalscanner: add fib scope
2021-03-16  Florian Westphalscanner: ip6: move to own scope
2021-03-16  Florian Westphalscanner: ip: move to own scope
2021-03-16  Florian Westphalscanner: ct: move to own scope
2021-03-11  Pablo Neira... src: move remaining cache functions in rule.c to cache.c
2021-03-11  Florian Westphalscanner: socket: move to own scope
2021-03-11  Florian Westphalscanner: rt: move to own scope
2021-03-11  Florian Westphalscanner: ipsec: move to own scope
2021-03-11  Florian Westphalscanner: queue: move to own scope
2021-03-11  Florian Westphalscanner: introduce start condition stack
2021-03-09  Florian Westphalscanner: remove unused tokens
2021-03-09  Pavel Tikhomirovnftables: xt: fix misprint in nft_xt_compatible_revision
2021-03-09  Phil Suttertests/py: Fix for missing JSON equivalent in any/ct...
2021-03-09  Phil Suttermnl: Set NFTNL_SET_DATA_TYPE before dumping set elements
2021-03-09  Phil Suttertests/py: Adjust payloads for fixed nat statement dumps
2021-03-09  Simon Ruderichdoc: move drop rule on a separate line in blackhole...
2021-03-09  Simon Ruderichdoc: remove duplicate tables in synproxy example
2021-03-09  Simon Ruderichdoc: add * to include example to actually include files
2021-03-06  Florian Westphalparser: compact ct obj list types
2021-03-06  Florian Westphalparser: compact map RHS type
2021-03-06  Florian Westphalparser: squash duplicated spec/specid rules
2021-03-05  Pablo Neira... expression: memleak in verdict_expr_parse_udata()
2021-03-05  Pablo Neira... cache: memleak list of chain
2021-03-05  Pablo Neira... mnl: remove nft_mnl_socket_reopen()
2021-03-02  Pablo Neira... table: support for the table owner flag
2021-03-02  Pablo Neira... table: rework flags printing
2021-02-23  Florian Westphalparser: re-enable support for concatentation on map RHS
2021-02-22  Florian Westphalsrc: allow use of 'verdict' in typeof definitions
next