summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests: Add test for flush command selectiveness on setsElise Lennion2017-03-241-0/+41
* src: Make flush command selective of the set structure typeElise Lennion2017-03-243-5/+38
* sets: Fix for missing space after last elementPhil Sutter2017-03-2216-32/+32
* tests: shell: netns/0003many_0: Fix cleanup after errorPhil Sutter2017-03-221-0/+1
* tests: Add test cases for nested anonymous setsPhil Sutter2017-03-225-0/+103
* evaluate: set: Fix nested set merge size adjustmentPhil Sutter2017-03-211-1/+1
* evaluate: set: Allow for set elems to be setsPhil Sutter2017-03-211-0/+9
* doc: Document add / delete element operations of sets and mapsElise Lennion2017-03-201-0/+58
* parser_bison: Allow flushing mapsElise Lennion2017-03-202-0/+13
* parser_bison: Allow flushing flow tablesElise Lennion2017-03-201-0/+4
* doc: Describe ICMP(v6) expression and typesPhil Sutter2017-03-201-0/+380
* proto: Add some exotic ICMPv6 typesPhil Sutter2017-03-203-3/+47
* doc: ct helper objects and helper set supportFlorian Westphal2017-03-161-0/+76
* tests: add insert-failure testFlorian Westphal2017-03-162-3/+15
* tests: py: add ct helper testsFlorian Westphal2017-03-163-1/+28
* src: implement add/create/delete for ct helper objectsFlorian Westphal2017-03-164-2/+91
* src: allow listing all ct helpersFlorian Westphal2017-03-164-0/+23
* evaluate: refactor CMD_OBJ_QUOTA/COUNTER handlingFlorian Westphal2017-03-161-12/+20
* src: add initial ct helper supportFlorian Westphal2017-03-168-5/+146
* doc: fix ct mark set exampleFlorian Westphal2017-03-151-1/+1
* files: provide 'raw' table equivalentFlorian Westphal2017-03-153-1/+15
* doc: ct zone set supportFlorian Westphal2017-03-151-1/+27
* tests: shell: test comments with small setsPablo Neira Ayuso2017-03-131-0/+12
* doc: Document boolean type and applicationsPhil Sutter2017-03-131-0/+134
* tests: Adjust for changed exthdr debug outputPhil Sutter2017-03-132-14/+14
* fib: Support existence checkPhil Sutter2017-03-137-2/+37
* src: fix crash when inputting an incomplete set add commandLiping Zhang2017-03-132-3/+2
* exthdr: Implement existence checkPhil Sutter2017-03-1010-5/+166
* exthdr: Add support for exthdr specific flagsPhil Sutter2017-03-107-10/+18
* Introduce boolean datatype and boolean expressionPhil Sutter2017-03-104-0/+44
* netlink: BUG when object type is unknownFlorian Westphal2017-03-081-0/+3
* netlink: use nftnl_udata_put_u32()/nftnl_udata_get_u32()Pablo Neira Ayuso2017-03-061-6/+8
* src: hash: support of symmetric hashLaura Garcia Liebana2017-03-0611-36/+87
* tests: py: fix some typos in READMETimothy Redaelli2017-03-021-3/+3
* src: revisit tcp options supportPablo Neira Ayuso2017-02-2812-198/+243
* 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