summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tests: shell: add testcases for named sets with intervalsArturo Borrero2016-04-275-0/+97
* segtree: add interval overlap detection for dynamic updatesPablo Neira Ayuso2016-04-271-3/+52
* segtree: rename set expression set_to_segtree()Pablo Neira Ayuso2016-04-271-7/+7
* segtree: add expr_to_intervals()Pablo Neira Ayuso2016-04-271-8/+26
* segtree: set expr->len for prefix expression from interval_map_decompose()Pablo Neira Ayuso2016-04-271-0/+1
* evaluate: bail out on prefix or range to non-interval setPablo Neira Ayuso2016-04-271-0/+16
* segtree: special handling for the first non-matching segmentPablo Neira Ayuso2016-04-253-9/+43
* rule: support for incremental set interval element updatesPablo Neira Ayuso2016-04-251-10/+42
* segtree: explicit initialization via set_to_intervals()Pablo Neira Ayuso2016-04-253-9/+11
* segtree: handle adjacent interval nodes from expr_value_cmp()Pablo Neira Ayuso2016-04-251-1/+8
* segtree: clone full expression from interval_map_decompose()Pablo Neira Ayuso2016-04-251-1/+1
* segtree: perform stricter expression type validation from expr_value()Pablo Neira Ayuso2016-04-251-2/+6
* nft monitor [ trace ]Patrick McHardy2016-04-246-10/+355
* proto: add protocol header fields filter and ordering for packet decodingPatrick McHardy2016-04-242-0/+42
* payload: add payload_is_stacked()Patrick McHardy2016-04-243-23/+27
* payload: move payload depedency tracking to payload.cPatrick McHardy2016-04-243-50/+85
* nft: resync kernel header filesPatrick McHardy2016-04-242-5/+90
* payload: fix stacked headers protocol context trackingPatrick McHardy2016-04-244-43/+26
* payload: only merge if adjacent and combined size fits into a registerFlorian Westphal2016-04-196-9/+39
* tests/shell: delete tempfile failover in testcasesArturo Borrero2016-04-157-49/+7
* tests/shell: add testcases for Netfilter bug #965Arturo Borrero2016-04-159-0/+174
* rule: Use libnftnl user data TLV infrastructureCarlos Falgueras García2016-04-143-5/+62
* test: shell: also unload NAT modulesArturo Borrero2016-04-131-0/+1
* src: evaluate: Show error for fanout without balanceShivani Bhardwaj2016-04-132-0/+6
* evaluate: improve rule management checksArturo Borrero2016-04-131-1/+67
* tests/shell: add some tests for network namespacesArturo Borrero2016-04-073-0/+306
* tests/shell: add new testcases for commit/rollbackArturo Borrero2016-04-074-0/+267
* src: store parser location for handle and position specifiersPablo Neira Ayuso2016-03-305-19/+50
* rule: don't print trailing statement whitespaceArturo Borrero2016-03-291-3/+4
* tests/shell: add chain validations testsArturo Borrero2016-03-239-0/+120
* tests/shell/run-tests.sh: tune kernel cleanupArturo Borrero2016-03-221-6/+5
* tests/shell: unload modules between testsArturo Borrero2016-03-171-2/+23
* build: include/mini-gmp.h is not included at "make dist"Magnus Öberg2016-03-171-0/+1
* parser_bison: release parsed type and hook name stringsPablo Neira Ayuso2016-03-151-0/+4
* parser_bison: duplicate string returned by chain_type_name_lookup()Pablo Neira Ayuso2016-03-151-1/+1
* parser_bison: simplify hook_spec rulePablo Neira Ayuso2016-03-151-51/+15
* rule: Remove memory leakPiyush Pangtey2016-03-151-0/+3
* evaluate: use table_lookup_global() from expr_evaluate_symbol()Pablo Neira Ayuso2016-03-141-15/+15
* src: revisit cache population logicPablo Neira Ayuso2016-03-144-30/+63
* tests: frag: enable more testsFlorian Westphal2016-03-103-3/+49
* netlink_delinarize: shift constant for ranges tooFlorian Westphal2016-03-103-4/+6
* nft-test: don't zap remainder of rule after handling a setFlorian Westphal2016-03-102-7/+13
* netlink_delinearize: fix bogus offset w exthdr expressionsFlorian Westphal2016-03-101-1/+6
* tests: frag: enable more testsFlorian Westphal2016-03-103-4/+72
* tests/py: add tests for router-advertisement and router-solicitation icmp typesPablo Neira Ayuso2016-03-102-1/+30
* proto: Add router advertisement and solicitation icmp typesLaura Garcia Liebana2016-03-101-0/+2
* parser_bison: allow 'snat' and 'dnat' keywords from the right-hand sidePablo Neira Ayuso2016-03-093-5/+34
* nft: Modified punctuation used in nft's show_helpPiyush Pangtey2016-03-091-7/+7
* doc: nft: Fixed a typo and added/changed punctuationPiyush Pangtey2016-03-091-16/+16
* tests/py: enable tests for dccp typesPablo Neira Ayuso2016-03-075-4/+111