summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * set: xml: data_type/data_len are optionalArturo Borrero2014-01-151-13/+20
| * update COPYINGPablo Neira Ayuso2014-01-151-4/+6
| * expr: fix incorrect data type for several expression object fieldsPablo Neira Ayuso2014-01-105-11/+11
| * tests: nft-parsing-test: use nft_ruleset_parse_file()Arturo Borrero2014-01-09112-338/+144
| * src: add interface to parse from fileArturo Borrero2014-01-0915-2/+71
| * src: rework and generalize the build/parse systemArturo Borrero2014-01-099-72/+141
| * set_elem: add json parsing to APIArturo Borrero2014-01-084-5/+27
| * mxml: add error reference of the top nodeArturo Borrero2014-01-081-2/+5
| * src: new error reporting approach for XML/JSON parsersÁlvaro Neira Ayuso2014-01-0645-417/+757
| * src: rename the parameter tag to node_name in jansson functionÁlvaro Neira Ayuso2014-01-032-24/+28
| * build: properly handle --without-{xml,json}-parsingDouglas Freed2013-12-231-4/+2
| * include: update netlink.h to 3.13Tomasz Bursztyka2013-12-121-5/+84
| * examples: nft-rule-add: use existing batch infrastructurePablo Neira Ayuso2013-12-102-110/+152
* | expr: ct: Add support for setting the markKristian Evensen2014-01-153-26/+104
* | meta: Let user specify any combination of sreg/dregKristian Evensen2014-01-151-32/+59
* | expr/cmp: fix type sizePatrick McHardy2014-01-152-5/+5
* | libnftables: replace netfilter.h by sanitized headerPatrick McHardy2014-01-151-6/+4
* | src: fix compilation due to missing NFPROTO_INET definitionPablo Neira Ayuso2014-01-102-4/+76
* | Merge branch 'next-3.14' of git.netfilter.org:libnftables into inetPatrick McHardy2014-01-089-7/+402
|\ \
| * | examples: add nft-ruleset-getArturo Borrero2014-01-042-0/+393
| * | examples: nft-set-get: retrieve all sets via unspecArturo Borrero2014-01-041-1/+3
| * | tests: add table 'use' attr to testfilesArturo Borrero Gonzalez2014-01-036-6/+6
* | | libnftables: add support for inet family and mete nfproto/l4proto expressionsPatrick McHardy2014-01-084-1/+12
|/ /
* | src: update meta exprArturo Borrero2013-12-265-25/+98
* | table: Add support for NFTA_TABLE_USE attributeTomasz Bursztyka2013-12-173-6/+31
* | test: add tests for expr queueEric Leblond2013-12-042-0/+103
* | expr: add support for nfnetlink queueEric Leblond2013-12-044-0/+280
|/
* tests: expr-target: fix deprecation warningArturo Borrero2013-11-303-4/+23
* tests: extend test-script.sh to run XML and JSON testsArturo Borrero2013-11-301-0/+2
* src: consolidate netlink build header functionPablo Neira Ayuso2013-11-2413-115/+48
* include: fix possible clash in ifdef namespacePablo Neira Ayuso2013-11-247-20/+20
* tests: add unit tests for libnftablesAna Rey2013-11-2022-1/+2122
* table/chain: add u8 setter and getter for family valuesAna Rey2013-11-205-0/+34
* expr: log: fix wrong attribute type in nft_rule_expr_log_parseAna Rey2013-11-191-1/+1
* expr: target: fix wrong info length in nft_rule_expr_target_parseAna Rey2013-11-191-1/+1
* expr: log: fix missing \0 when sending log prefix to kernelAna Rey2013-11-191-1/+1
* expr: log: release prefixPablo Neira Ayuso2013-11-181-0/+8
* expr: match: fix wrong flag setting in nft_rule_expr_match_parsePablo Neira Ayuso2013-11-181-3/+3
* build: fix make distcheckPablo Neira Ayuso2013-11-184-2/+5
* expr: fix leak in target and match expressionsPablo Neira Ayuso2013-11-184-0/+20
* src: unify parse and output typesÁlvaro Neira Ayuso2013-11-1444-245/+207
* tests: json: remove rule flags in ruleset test fileÁlvaro Neira Ayuso2013-11-141-1/+1
* tests: fix reference to undefined symbolArturo Borrero2013-11-081-4/+4
* build: resolve build errors in dependent programsJan Engelhardt2013-11-056-0/+9
* build: resolve automake 1.12 warningJan Engelhardt2013-11-051-0/+1
* src: Fix a build issue on header inclusion in internal.hTomasz Bursztyka2013-11-051-0/+1
* test: report compilation without supportArturo Borrero2013-11-031-2/+2
* test: report errors building XML treeArturo Borrero2013-11-031-2/+8
* test: fix memleak in XML testingArturo Borrero2013-11-031-0/+2
* test: return EXIT_FAILURE if some error was foundArturo Borrero2013-11-031-4/+11