summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* src: add a comment wrt. reject dependency insertionFlorian Westphal2017-05-181-0/+8
* src: delete the old cache when dumping is interruptedLiping Zhang2017-05-171-1/+1
* expression: print sets and maps in pretty formatArturo Borrero Gonzalez2017-05-155-13/+92
* netlink_delink_delinearize: don't store dependency unless relop checks is eq ...Florian Westphal2017-05-151-1/+1
* tests: don't kill dependencies accross statementsFlorian Westphal2017-05-082-0/+26
* netlink_delinearize: don't kill dependencies accross statementsFlorian Westphal2017-05-083-1/+34
* parser: allow listing sets in one tableFlorian Westphal2017-05-042-1/+5
* nft.8: Enhance NAT documentationPhil Sutter2017-05-041-1/+57
* tests: shell: delete element and chain in transactionPablo Neira Ayuso2017-05-041-0/+76
* ct: add conntrack event mask supportFlorian Westphal2017-04-247-64/+90
* hash: generate a random seed if seed option is emptyLiping Zhang2017-04-158-15/+35
* src: fix build warning on i686Florian Westphal2017-04-081-1/+1
* exthdr: avoid crash with older kernelsFlorian Westphal2017-04-081-16/+21
* doc: revisit fib examplesPablo Neira Ayuso2017-04-071-4/+4
* src: hash: fix seed attribute not listedLaura Garcia Liebana2017-03-241-1/+1
* 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