summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* netlink: Correct initial value of bytes counter in nftables ruleYanchuan Nian2014-06-251-1/+1
* src: revert broken reject icmp code supportPablo Neira Ayuso2014-06-206-84/+4
* reject: add ICMP code parameter for indicating the type of errorÁlvaro Neira Ayuso2014-06-166-6/+73
* reject: Use protocol context for indicating the reject typeÁlvaro Neira Ayuso2014-06-162-0/+13
* queue: More compact syntaxÁlvaro Neira Ayuso2014-06-115-42/+52
* cli: fix nft -i command crashes when try to input multi line commandGuruswamy Basavaiah2014-06-101-2/+6
* src: change type of chain.priority from unsigned int to intHendrik Schwartke2014-06-102-5/+5
* netlink: Allow to invert the rangesÁlvaro Neira Ayuso2014-06-051-6/+39
* payload: Update the context only in equality relationsÁlvaro Neira Ayuso2014-06-051-1/+2
* scanner: Add udplite tokenÁlvaro Neira Ayuso2014-05-281-0/+1
* netlink: fix crash if kernel doesn't support nfnetlink / nf_tablesPablo Neira Ayuso2014-05-281-1/+2
* parser: use symbolic expression for ether tooPablo Neira Ayuso2014-05-271-4/+3
* netlink: don't add table/chain/set to ctx->list in the event pathPablo Neira Ayuso2014-05-221-8/+16
* netlink_delinearize: fix double free in relational_binop_postprocess()Pablo Neira Ayuso2014-05-221-1/+0
* parser: remove the "new" and "destroy" tokens from the scannerPablo Neira Ayuso2014-05-202-48/+165
* src: add table netlink messages to the batchPablo Neira Ayuso2014-05-192-5/+106
* src: add chain netlink messages to the batchPablo Neira Ayuso2014-05-192-8/+157
* src: add set netlink message to the batchPablo Neira Ayuso2014-05-194-8/+297
* mnl: split talk() and recv() functionsArturo Borrero2014-04-281-30/+38
* src: add events reportingArturo Borrero2014-04-256-6/+736
* netlink: add socket error reporting helper functionArturo Borrero2014-04-251-1/+9
* netlink: refactorize set_elem conversion from netlinkArturo Borrero2014-04-251-3/+8
* netlink: add netlink_delinearize_table() funcArturo Borrero2014-04-251-2/+11
* netlink: add netlink_delinearize_chain() funcArturo Borrero2014-04-251-25/+21
* rule: generalize chain_print()Arturo Borrero2014-04-251-0/+14
* netlink: add netlink_delinearize_set() funcArturo Borrero2014-04-251-59/+53
* rule: allow to print sets in plain formatArturo Borrero2014-04-251-10/+50
* meta: Add support for input and output bridge interface nameTomasz Bursztyka2014-04-243-0/+12
* datatypes: rename some types for more consistencyPatrick McHardy2014-04-143-11/+11
* netlink: fix length value of concat dataPatrick McHardy2014-04-141-1/+1
* gmputil: use MSF/LSF in import/export functions dependant on host byte orderPatrick McHardy2014-04-121-2/+5
* expression: fix constant expression allocation on big endianArturo Borrero Gonzalez2014-04-122-2/+3
* parser: fix ether keyword clashPatrick McHardy2014-04-111-0/+7
* rule: fix crash in set listingAna Rey2014-04-081-1/+1
* expr: do not suppress OP_EQ when RHS is bitmask typeFlorian Westphal2014-04-041-2/+10
* nftables: Fix list of sets by familyAna Rey2014-03-282-3/+7
* ct: add support for setting ct markArturo Borrero2014-03-135-3/+98
* src: fix expr_binary_error()-related compilation warningsArturo Borrero2014-03-121-38/+44
* datatype: don't leak file ptr on errorFlorian Westphal2014-03-091-1/+1
* segtree: sort set elements before decompositionPatrick McHardy2014-03-071-6/+22
* set: properly account set size when merging recursive set definitionsPatrick McHardy2014-03-071-0/+1
* parser: add grammatical distinction for verdict mapsPatrick McHardy2014-03-071-13/+39
* netlink: use set location for IO errorsPatrick McHardy2014-03-071-1/+1
* set: abort on interval conflictsPatrick McHardy2014-03-072-8/+18
* expr: add comparison function for singleton expressionsPatrick McHardy2014-03-075-0/+60
* expr: make expr_binary_error() usable outside of evaluationPatrick McHardy2014-03-072-6/+6
* src: add support for rule human-readable commentsPablo Neira Ayuso2014-02-275-4/+38
* netlink: fix chain attribute parsingArturo Borrero2014-02-271-1/+1
* ct: connlabel matching supportFlorian Westphal2014-02-183-0/+75
* netlink: delete unused variableArturo Borrero2014-02-181-3/+0