summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tests: add test entries for conntrack zonesFlorian Westphal2017-02-282-0/+57
* src: support zone set statement with optional directionFlorian Westphal2017-02-285-5/+31
* ct: refactor print function so it can be re-used for ct statementFlorian Westphal2017-02-281-4/+9
* src: add conntrack zone supportFlorian Westphal2017-02-284-5/+18
* src: store byteorder for set dataPablo Neira Ayuso2017-02-284-2/+21
* netlink: rework NFTNL_SET_USERDATA to accomodate new attributesPablo Neira Ayuso2017-02-281-32/+18
* src: rename set_keytype_alloc() to set_datatype_alloc()Pablo Neira Ayuso2017-02-285-8/+8
* evaluate: set byteorder as lhs expression context in stmt_evaluate_arg()Pablo Neira Ayuso2017-02-281-9/+15
* datatype: add DTYPE_F_CLONE flagPablo Neira Ayuso2017-02-252-2/+5
* tests: py: fix incorrect bytecode in numgen and hash mappingsPablo Neira Ayuso2017-02-252-2/+2
* netlink_delinearize: remove integer_type_postprocess()Pablo Neira Ayuso2017-02-251-29/+0
* netlink: store set byteorder in NFTA_SET_USERDATAPablo Neira Ayuso2017-02-252-1/+65
* evaluate: store byteorder for set keysPablo Neira Ayuso2017-02-254-11/+59
* include: add tcpopt.h to Makefile.amPablo Neira Ayuso2017-02-251-0/+1
* erec: Fix input descriptors for included filesAnatole Denis2017-02-251-1/+31
* doc: Document mapsElise Lennion2017-02-161-1/+104
* tests: shell: remove nft_set_bitmap on each runPablo Neira Ayuso2017-02-161-1/+1
* include: refresh linux/netfilter/nf_tables.hPablo Neira Ayuso2017-02-151-15/+25
* tests: py: Add basic tests for ip, ip6 and inetManuel Messner2017-02-126-0/+656
* payload: automatically kill dependencies for exthdr and tcpoptManuel Messner2017-02-123-1/+17
* payload: insert implicit meta tcp dependency when matching tcp optionsFlorian Westphal2017-02-121-1/+15
* src: add TCP option matchingManuel Messner2017-02-1212-16/+580
* exthdr: prepare exthdr_gen_dependency for tcp supportManuel Messner2017-02-123-9/+12
* exthdr: prepare for tcp supportManuel Messner2017-02-124-6/+10
* include: linux: netfilter: nf_tables: copy file from nf-nextManuel Messner2017-02-121-1/+16
* statement: Avoid rounding bytes in get_rate()Elise Lennion2017-02-121-10/+5
* doc: Document setsElise Lennion2017-02-121-0/+124
* doc: Document stateful objectsElise Lennion2017-02-121-1/+135
* datatype: Replace getaddrinfo() by internal lookup tableElise Lennion2017-02-061-8/+10
* statement: fix print of ip dnat addressFlorian Westphal2017-02-053-0/+15
* configure: Require newer version of libxtablesElise Lennion2017-02-051-1/+1
* src: Always print range expressions numericallyElise Lennion2017-02-052-1/+9
* main: Validate the number of numeric optionsElise Lennion2017-02-051-1/+6
* evaluate: fix typoManuel Messner2017-02-021-1/+1
* tests: py: Add tests for stateful objectsElise Lennion2017-01-273-0/+59
* tests: py: Add suport for stateful objects in python testsElise Lennion2017-01-271-0/+131
* src: Allow list stateful objects in a tableElise Lennion2017-01-272-2/+16
* evaluate: Evaluate table name before reset stateful objects in a tableElise Lennion2017-01-271-3/+4
* src: Allow list single stateful objectElise Lennion2017-01-272-1/+25
* src: Allow reset single stateful objectElise Lennion2017-01-277-12/+54
* payload: explicit network ctx assignment for icmp/icmp6 in special familiesArturo Borrero Gonzalez2017-01-277-40/+162
* tests: shell: validate set sizePablo Neira Ayuso2017-01-242-0/+28
* tests: shell: Add test for flush bug on sets with sizeElise Lennion2017-01-241-0/+12
* rule: check for errors from cache_init_objects() for stateful objectsPablo Neira Ayuso2017-01-231-4/+3
* netlink: don't bail out on dump errorsPablo Neira Ayuso2017-01-231-15/+5
* src: Honor obligatory stateless printing of flow tablesElise Lennion2017-01-233-3/+8
* tests: shell: Add test for set element leak bugElise Lennion2017-01-231-0/+11
* tests: py: Use stateless option on testsElise Lennion2017-01-1812-15/+15
* doc: Include stateless optionElise Lennion2017-01-181-0/+11
* evaluate: fix export length and data corruptionFlorian Westphal2017-01-161-1/+1