summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src: implement add/create/delete for ct helper objectsFlorian Westphal2017-03-163-2/+87
* src: allow listing all ct helpersFlorian Westphal2017-03-163-0/+22
* evaluate: refactor CMD_OBJ_QUOTA/COUNTER handlingFlorian Westphal2017-03-161-12/+20
* src: add initial ct helper supportFlorian Westphal2017-03-165-4/+127
* fib: Support existence checkPhil Sutter2017-03-133-2/+21
* src: fix crash when inputting an incomplete set add commandLiping Zhang2017-03-132-3/+2
* exthdr: Implement existence checkPhil Sutter2017-03-105-5/+68
* exthdr: Add support for exthdr specific flagsPhil Sutter2017-03-104-8/+14
* Introduce boolean datatype and boolean expressionPhil Sutter2017-03-103-0/+42
* 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-066-35/+67
* src: revisit tcp options supportPablo Neira Ayuso2017-02-284-123/+126
* src: support zone set statement with optional directionFlorian Westphal2017-02-284-5/+29
* 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-283-4/+9
* src: store byteorder for set dataPablo Neira Ayuso2017-02-283-2/+20
* 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-284-6/+6
* 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-251-2/+3
* netlink_delinearize: remove integer_type_postprocess()Pablo Neira Ayuso2017-02-251-29/+0
* netlink: store set byteorder in NFTA_SET_USERDATAPablo Neira Ayuso2017-02-251-1/+59
* evaluate: store byteorder for set keysPablo Neira Ayuso2017-02-253-11/+55
* erec: Fix input descriptors for included filesAnatole Denis2017-02-251-1/+31
* payload: automatically kill dependencies for exthdr and tcpoptManuel Messner2017-02-122-1/+15
* payload: insert implicit meta tcp dependency when matching tcp optionsFlorian Westphal2017-02-121-1/+15
* src: add TCP option matchingManuel Messner2017-02-128-11/+378
* exthdr: prepare exthdr_gen_dependency for tcp supportManuel Messner2017-02-122-8/+10
* exthdr: prepare for tcp supportManuel Messner2017-02-123-5/+8
* statement: Avoid rounding bytes in get_rate()Elise Lennion2017-02-121-10/+5
* datatype: Replace getaddrinfo() by internal lookup tableElise Lennion2017-02-061-8/+10
* statement: fix print of ip dnat addressFlorian Westphal2017-02-051-0/+2
* 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
* 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-275-9/+50
* payload: explicit network ctx assignment for icmp/icmp6 in special familiesArturo Borrero Gonzalez2017-01-271-40/+30
* 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-232-2/+7
* evaluate: fix export length and data corruptionFlorian Westphal2017-01-161-1/+1
* src: Allow to list ruleset without stateful informationElise Lennion2017-01-163-4/+23
* ct: add average bytes per packet counter supportLiping Zhang2017-01-163-0/+5
* build: add missing backslash to list of CFLAGSTobias Klauser2017-01-161-1/+1
* src: sort set elements in netlink_get_setelems()Elise Lennion2017-01-103-0/+105
* mnl: use nftnl_nlmsg_build_hdr()Pablo Neira Ayuso2017-01-101-106/+103