]> git.ipfire.org Git - thirdparty/nftables.git/shortlog
thirdparty/nftables.git
2020-10-19  Pablo Neira... rule: larger number of error locations
2020-10-16  Pablo Neira... doc: nft.8: describe inet ingress hook
2020-10-15  Florian Westphalsegtree: copy expr data to closing element
2020-10-15  Florian Westphalproto: add sctp crc32 checksum fixup
2020-10-13  Pablo Neira... src: ingress inet support
2020-10-12  Jeremy Sowdentests: py: add missing test JSON output for TCP flag...
2020-10-12  Jeremy Sowdentests: py: correct order of set elements in test JSON...
2020-10-12  Jeremy Sowdentests: py: add missing JSON output for ct test.
2020-10-08  Gopal YadavSolves Bug 1462 - `nft -j list set` does not show counters
2020-10-06  Phil Sutterevaluate: Reject quoted strings containing only wildcard
2020-10-01  Devin Bayernft: migrate man page examples with `meter` directive...
2020-09-30  Jose M. Guisado... src: add comment support for chains
2020-09-22  Gopal Yadavjson: Combining --terse with --json has no effect
2020-09-15  Pablo Neira... src: context tracking for multiple transport protocols
2020-09-14  Pablo Neira... evaluate: remove one indent level in __expr_evaluate_pa...
2020-09-14  Pablo Neira... tests: py: flush log file output before running each...
2020-09-14  Jindrich Makovickalibnftables: avoid repeated command list traversal...
2020-09-14  Pablo Neira... mnl: larger receive socket buffer for netlink errors
2020-09-14  Jose M. Guisado... parser_bison: fail when specifying multiple comments
2020-09-08  Jose M. Guisado... src: add comment support for objects
2020-09-04  Pablo Neira... mergesort: find base value expression type via recursion
2020-08-29  Balazs Scheidlertests: allow tests/monitor to use a custom nft executable
2020-08-29  Balazs Scheidlertests: added "socket wildcard" testcases
2020-08-29  Balazs Scheidlerdoc: added documentation on "socket wildcard"
2020-08-29  Balazs Scheidlersrc/scanner.l: fix whitespace issue for the TRANSPARENT...
2020-08-29  Balazs Scheidlersocket: add support for "wildcard" key
2020-08-28  Jose M. Guisado... src: add comment support when adding tables
2020-08-26  Pablo Neira... src: add chain hashtable cache
2020-08-26  Pablo Neira... src: add expression handler hashtable
2020-08-26  Stefano Briviotests: sets: Check rbtree overlap detection after tree...
2020-08-20  Florian Westphalnftables: dump raw element info from libnftnl when...
2020-08-19  Pablo Neira... mergesort: unbreak listing with binops
2020-08-17  Pablo Neira... src: add comment support for map too
2020-08-12  Jose M. Guisado... src: add comment support for set declarations
2020-08-06  Pablo Neira... src: cache gets out of sync in interactive mode
2020-08-05  Pablo Neira... segtree: memleaks in interval_map_decompose()
2020-08-04  Stefano Briviotests: 0044interval_overlap_0: Repeat insertion tests...
2020-08-04  Stefano Briviotests: 0043concatenated_ranges_0: Fix checks for add...
2020-08-03  Jose M. Guisado... src: fix obj list output when reset command
2020-07-31  Pablo Neira... evaluate: disregard ct address matching without family
2020-07-29  Pablo Neira... netlink_delinearize: transform binary operation to...
2020-07-29  Pablo Neira... evaluate: UAF in hook priority expression
2020-07-29  Pablo Neira... evaluate: memleak in invalid default policy definition
2020-07-29  Pablo Neira... parser_bison: memleak symbol redefinition
2020-07-29  Pablo Neira... evaluate: remove table from cache on delete table
2020-07-29  Pablo Neira... src: remove cache lookups after the evaluation phase
2020-07-29  Pablo Neira... evaluate: flush set cache from the evaluation phase
2020-07-29  Arturo Borrero... nft: rearrange help output to group related options...
2020-07-29  Phil Sutterjson: Expect refcount increment by json_array_extend()
2020-07-24  Pablo Neira... evaluate: bail out with concatenations and singleton...
2020-07-23  Florian Westphaltests: extend 0043concatenated_ranges_0 to cover maps too
2020-07-23  Florian Westphalnetlink: fix concat range expansion in map case
2020-07-22  Pablo Neira... src: allow for negative value in variable definitions
2020-07-22  Pablo Neira... evaluate: replace variable expression by the value...
2020-07-22  Florian Westphalevaluate: permit get element on maps
2020-07-21  Pablo Neira... rule: missing map command expansion
2020-07-21  Pablo Neira... rule: flush set cache before flush command
2020-07-21  Pablo Neira... tests: shell: remove check for reject from prerouting
2020-07-21  Pablo Neira... evaluate: use evaluate_expr_variable() for chain policy...
2020-07-21  Pablo Neira... src: allow to use variables in flowtable and chain...
2020-07-21  Pablo Neira... tests: shell: chmod 755 testcases/chains/0030create_0
2020-07-18  Florian Westphaltests: extend existing dormat test case to catch a...
2020-07-18  Florian Westphalmonitor: print "dormant" flag in monitor mode
2020-07-15  Pablo Neira... evaluate: UAF in stmt_evaluate_log_prefix()
2020-07-15  Pablo Neira... parser_bison: memleak in log prefix string
2020-07-15  Pablo Neira... src: support for implicit chain bindings
2020-07-15  Pablo Neira... datatype: convert chain name from gmp value to string
2020-07-08  Pablo Neira... src: allow for variables in the log prefix string
2020-07-08  Pablo Neira... src: use expression to store the log prefix
2020-07-06  Pablo Neira... segtree: zap element statement when decomposing interval
2020-07-03  Pablo Neira... src: Allow for empty set variable definition
2020-06-25  Florian Westphaldoc: revisit meta/rt primary expressions and ct statement
2020-06-22  Phil Sutterdoc: Document notrack statement
2020-06-15  Stefano Briviotests: shell: Allow wrappers to be passed as nft command
2020-06-15  Stefano Briviotests: Run in separate network namespace, don't break...
2020-06-15  Pablo Neira... build: Bump version to v0.9.6 v0.9.6
2020-06-14  Pablo Neira... tests: shell: rename testcases/map/dump/0009vmap_0dump.nft
2020-06-07  Fabrice Fontainemain: fix build with gcc <= 4.8
2020-06-07  Pablo Neira... cmd: add misspelling suggestions for rule commands
2020-06-07  Pablo Neira... meta: fix asan runtime error in tc handle
2020-06-07  Pablo Neira... segtree: fix asan runtime error
2020-06-07  Pablo Neira... netlink: release dummy rule object from netlink_parse_s...
2020-06-07  Pablo Neira... evaluate: remove superfluous check in set_evaluate()
2020-06-07  Pablo Neira... evaluate: missing datatype definition in implicit_set_d...
2020-06-06  Pablo Neira... build: Bump version to v0.9.5 v0.9.5
2020-06-02  Pablo Neira... src: allow flowtable definitions with no devices
2020-06-02  Pablo Neira... src: delete devices to an existing flowtable
2020-06-02  Pablo Neira... src: add devices to an existing flowtable
2020-06-02  Pablo Neira... mnl: add function to convert flowtable device list...
2020-05-28  Stefano Briviotests: py: Enable anonymous set rule with concatenated...
2020-05-28  Stefano Brivioevaluate: Perform set evaluation on implicitly declared...
2020-05-27  Michael Braunevaluate: enable reject with 802.1q
2020-05-27  Michael Braundatatype: add frag-needed (ipv4) to reject options
2020-05-26  Pablo Neira... src: remove empty file
2020-05-25  Stefano Briviotests: py: Actually use all available hooks in bridge...
2020-05-25  Stefano Briviobuild: Fix doc build, restore A2X assignment for doc...
2020-05-18  Laura Garcia... build: fix tentative generation of nft.8 after disabled doc
2020-05-14  Pablo Neira... src: add CMD_OBJ_SETELEMS
2020-05-14  Pablo Neira... libnftables: call nft_cmd_expand() only with CMD_ADD
2020-05-14  Pablo Neira... src: rename CMD_OBJ_SETELEM to CMD_OBJ_ELEMENTS
next