summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* src: Add command "replace" for rulesCarlos Falgueras GarcĂ­a2015-11-029-2/+68
* evaluate: fix mapping evaluationPablo Neira Ayuso2015-10-231-12/+13
* netlink_linearize: factor out prefix generationPablo Neira Ayuso2015-10-211-22/+31
* evaluate: check if table and chain exists when adding rulesPablo Neira Ayuso2015-10-181-0/+11
* parser_bison: show all sets via list sets with no familyPablo Neira Ayuso2015-10-121-11/+3
* rule: rework list chainPablo Neira Ayuso2015-10-121-1/+21
* rule: `list sets' only displays declaration, not definitionPablo Neira Ayuso2015-10-121-3/+16
* evaluate: check if set exists before listing itPablo Neira Ayuso2015-10-121-1/+11
* rule: display table when listing one setPablo Neira Ayuso2015-10-121-3/+11
* src: add `list chains' commandPablo Neira Ayuso2015-10-124-3/+42
* rule: display table when listing setsPablo Neira Ayuso2015-10-121-0/+10
* rule: fix printing of rule commentsArturo Borrero Gonzalez2015-10-081-4/+5
* expression: provide clone operation for set element opsFlorian Westphal2015-10-061-0/+10
* tests: add tests for dupPablo Neira Ayuso2015-09-305-0/+80
* src: add dup statement supportPablo Neira Ayuso2015-09-3010-3/+201
* parser: show all tables via list tables with no familyPablo Neira Ayuso2015-09-231-1/+1
* rule: filter out tables depending on familyPablo Neira Ayuso2015-09-231-1/+6
* tests: limit: extend them to validate new bytes/second and burst parametersPablo Neira Ayuso2015-09-232-6/+63
* src: add burst parameter to limitPablo Neira Ayuso2015-09-238-5/+43
* src: add per-bytes limitPablo Neira Ayuso2015-09-238-2/+129
* vlan: make != tests workFlorian Westphal2015-09-183-0/+13
* tests: vlan testsFlorian Westphal2015-09-182-0/+223
* nft: support listing expressions that use non-byte header fieldsFlorian Westphal2015-09-184-13/+159
* tests: add tests for ip version/hdrlength/tcp doffFlorian Westphal2015-09-187-0/+78
* netlink: cmp: shift rhs constant if lhs offset doesn't start on byte boundaryFlorian Westphal2015-09-181-0/+10
* nft: fill in doff and fix ihl/version template entriesFlorian Westphal2015-09-181-4/+6
* src: netlink: don't truncate set key lengthsFlorian Westphal2015-09-181-2/+2
* src: netlink_linearize: handle sub-byte lengthsFlorian Westphal2015-09-181-2/+44
* payload: disable payload merge if offsets are not on byte boundary.Florian Westphal2015-09-181-0/+4
* nft: allow stacking vlan header on top of ethernetFlorian Westphal2015-09-184-10/+121
* tests: don't depend on set element orderFlorian Westphal2015-09-182-1/+30
* Bump version to v0.5v0.5Pablo Neira Ayuso2015-09-161-1/+1
* src: use new symbols in libnftnlPablo Neira Ayuso2015-09-169-877/+877
* tests: add concatenations and maps; combine them tooPablo Neira Ayuso2015-09-118-0/+118
* evaluate: use existing table object from evaluation contextPablo Neira Ayuso2015-09-111-4/+18
* mnl: rework netlink socket receive path for eventsPablo Neira Ayuso2015-09-071-1/+37
* netlink: flush stdout after each event in monitor modePablo Neira Ayuso2015-09-071-0/+1
* tests: display error when trying to run tests out of the root directoryPablo Neira Ayuso2015-09-071-0/+5
* src: fix build with debug offFlorian Westphal2015-09-071-1/+1
* tests: add 'awkward' prefix match expressionFlorian Westphal2015-08-233-0/+17
* tests: use the src/nft binary instead of $PATH oneFlorian Westphal2015-08-231-17/+18
* tests: redirect: fix payload displayPablo Neira Ayuso2015-08-182-33/+33
* tests: sets: don't include listing in payload testsPablo Neira Ayuso2015-08-184-6/+0
* netlink: don't call netlink_dump_*() from listing functions with --debug=netlinkPablo Neira Ayuso2015-08-181-4/+0
* evaluate: display error on unexisting chain when listingPablo Neira Ayuso2015-08-181-1/+11
* src: get rid of EINTR handling for nft_netlink()Pablo Neira Ayuso2015-08-182-9/+6
* src: use cache infrastructure for set element objectsPablo Neira Ayuso2015-08-181-25/+11
* src: use cache infrastructure for rule objectsPablo Neira Ayuso2015-08-181-10/+12
* src: add chain declarations to cachePablo Neira Ayuso2015-08-181-2/+18
* evaluate: add cmd_evaluate_rename()Pablo Neira Ayuso2015-08-181-0/+22