]> git.ipfire.org Git - thirdparty/nftables.git/shortlog
thirdparty/nftables.git
2015-11-06  Florian Westphaltests: add test cases for ethernet header matching
2015-11-06  Florian Westphalrule: don't reorder protocol payload expressions when...
2015-11-06  Florian Westphaltests: add tests matching on ether saddr for inet,...
2015-11-06  Florian Westphalsrc: allow filtering on L2 header in inet family
2015-11-02  Pablo Neira... src: add interface wildcard matching
2015-11-02  Carlos Falgueras... src: Add command "replace" for rules
2015-10-23  Pablo Neira... evaluate: fix mapping evaluation
2015-10-21  Pablo Neira... netlink_linearize: factor out prefix generation
2015-10-18  Pablo Neira... evaluate: check if table and chain exists when adding...
2015-10-12  Pablo Neira... parser_bison: show all sets via list sets with no family
2015-10-12  Pablo Neira... rule: rework list chain
2015-10-12  Pablo Neira... rule: `list sets' only displays declaration, not definition
2015-10-12  Pablo Neira... evaluate: check if set exists before listing it
2015-10-12  Pablo Neira... rule: display table when listing one set
2015-10-12  Pablo Neira... src: add `list chains' command
2015-10-12  Pablo Neira... rule: display table when listing sets
2015-10-08  Arturo Borrero... rule: fix printing of rule comments
2015-10-06  Florian Westphalexpression: provide clone operation for set element ops
2015-09-30  Pablo Neira... tests: add tests for dup
2015-09-30  Pablo Neira... src: add dup statement support
2015-09-23  Pablo Neira... parser: show all tables via list tables with no family
2015-09-23  Pablo Neira... rule: filter out tables depending on family
2015-09-23  Pablo Neira... tests: limit: extend them to validate new bytes/second...
2015-09-23  Pablo Neira... src: add burst parameter to limit
2015-09-23  Pablo Neira... src: add per-bytes limit
2015-09-17  Florian Westphalvlan: make != tests work
2015-09-17  Florian Westphaltests: vlan tests
2015-09-17  Florian Westphalnft: support listing expressions that use non-byte...
2015-09-17  Florian Westphaltests: add tests for ip version/hdrlength/tcp doff
2015-09-17  Florian Westphalnetlink: cmp: shift rhs constant if lhs offset doesn...
2015-09-17  Florian Westphalnft: fill in doff and fix ihl/version template entries
2015-09-17  Florian Westphalsrc: netlink: don't truncate set key lengths
2015-09-17  Florian Westphalsrc: netlink_linearize: handle sub-byte lengths
2015-09-17  Florian Westphalpayload: disable payload merge if offsets are not on...
2015-09-17  Florian Westphalnft: allow stacking vlan header on top of ethernet
2015-09-17  Florian Westphaltests: don't depend on set element order
2015-09-16  Pablo Neira... Bump version to v0.5 v0.5
2015-09-16  Pablo Neira... src: use new symbols in libnftnl
2015-09-11  Pablo Neira... tests: add concatenations and maps; combine them too
2015-09-11  Pablo Neira... evaluate: use existing table object from evaluation...
2015-09-07  Pablo Neira... mnl: rework netlink socket receive path for events
2015-09-07  Pablo Neira... netlink: flush stdout after each event in monitor mode
2015-09-07  Pablo Neira... tests: display error when trying to run tests out of...
2015-09-07  Florian Westphalsrc: fix build with debug off
2015-08-23  Florian Westphaltests: add 'awkward' prefix match expression
2015-08-23  Florian Westphaltests: use the src/nft binary instead of $PATH one
2015-08-18  Pablo Neira... tests: redirect: fix payload display
2015-08-18  Pablo Neira... tests: sets: don't include listing in payload tests
2015-08-17  Pablo Neira... netlink: don't call netlink_dump_*() from listing funct...
2015-08-17  Pablo Neira... evaluate: display error on unexisting chain when listing
2015-08-17  Pablo Neira... src: get rid of EINTR handling for nft_netlink()
2015-08-17  Pablo Neira... src: use cache infrastructure for set element objects
2015-08-17  Pablo Neira... src: use cache infrastructure for rule objects
2015-08-17  Pablo Neira... src: add chain declarations to cache
2015-08-17  Pablo Neira... evaluate: add cmd_evaluate_rename()
2015-08-17  Pablo Neira... src: use cache infrastructure for chain objects
2015-08-17  Pablo Neira... rule: add chain reference counter
2015-08-17  Pablo Neira... src: early allocation of the set ID
2015-08-17  Pablo Neira... src: add set declaration to cache
2015-08-17  Pablo Neira... src: use cache infrastructure for set objects
2015-08-17  Pablo Neira... src: add table declaration to cache
2015-08-17  Pablo Neira... rule: add reference counter to the table object
2015-08-17  Pablo Neira... src: add cmd_evaluate_list()
2015-08-17  Pablo Neira... src: add cache infrastructure and use it for table...
2015-08-17  Pablo Neira... Merge branch 'next-4.2'
2015-08-07  Florian Westphaltests: add two test cases using binop w. payload
2015-08-03  Pablo Neira... src: restore nft list tables
2015-07-20  Florian Westphaltests: validate generated netlink instructions
2015-07-17  Pablo Neira... netlink_delinearize: meta l4proto range printing broken...
2015-07-16  Florian Westphaltests: meta: use root for uid/gid checks
2015-07-15  Florian Westphaltests: avoid more warnings
2015-07-14  Pablo Neira... main: return error to shell on evaluation problems
2015-07-14  Pablo Neira... configure: fix --enable-debug
2015-07-14  Pablo Neira... netlink: release table object via table_free() in netli...
2015-07-14  Pablo Neira... rule: add do_list_tables()
2015-07-06  Pablo Neira... src: set chain->hookstr from delinearization
2015-07-03  Pablo Neira... rule: missing family when listing of tables
2015-06-30  Florian Westphaldatatype: avoid crash in debug mode when printing integers
2015-06-29  Eric Leblondpayload: reorder case in a switch for consistency
2015-06-29  Pablo Neira... payload: fix transport matching with no network layer...
2015-06-29  Eric Leblonderec: fix logic when reading from file
2015-06-29  Eric Leblonderec: fix buffer overflow
2015-06-16  Pablo Neira... src: add netdev family support
2015-06-16  Pablo Neira... netlink: fix use-after-free netlink_events_cache_deltable()
2015-06-16  Pablo Neira... parser_bison: allow to use mark as datatype for maps...
2015-06-13  Pablo Neira... tests: regression: ip6: reduce warning noise
2015-06-13  Patrick McHardynetlink_delinarize: fix merge conflict
2015-06-13  Patrick McHardyMerge remote-tracking branch 'origin/next-4.1'
2015-06-05  Pablo Neira... proto: use bitmask_type for comp flags
2015-06-05  Pablo Neira... datatype: default to display bitmask in hexadecimal
2015-06-05  Pablo Neiranetlink_delinearize: restore listing of host byteorder...
2015-06-04  Pablo Neira... Merge branch 'next-4.1'
2015-06-02  Pablo Neira... tests: regression: fix NAT tests
2015-06-02  Pablo Neira... tests: regression: fix warnings related to range listing
2015-06-02  Pablo Neira... tests: regression: reduce code duplication a bit on...
2015-06-02  Pablo Neira... netlink_delinearize: consolidate range printing
2015-06-02  Pablo Neira... netlink_delinearize: add payload_match_expand()
2015-06-02  Pablo Neira... netlink_delinearize: keep pointer to current statement...
2015-06-02  Patrick McHardynetlink: handle concat expressions in set data
2015-06-02  Patrick McHardynetlink_delinearize: handle relational and lookup conca...
next