summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* src: interpret the event type from the evaluation stepPablo Neira Ayuso2014-10-091-2/+34
* src: add nat persistent and random optionsArturo Borrero2014-10-093-2/+73
* nft: complete reject supportAlvaro Neira2014-10-094-0/+34
* src: Enhance payload_gen_dependency()Alvaro Neira2014-10-092-1/+3
* src: add set optimization optionsArturo Borrero2014-09-291-0/+6
* queue: clean up queue statementPatrick McHardy2014-09-241-2/+1
* expr: make range_low()/range_high() usable outside of segtreePatrick McHardy2014-09-241-0/+4
* mnl: consistency checks across several netlink dumpsPablo Neira Ayuso2014-09-193-0/+18
* src: fix 'describe' command when passing wrong expressionsPablo Neira Ayuso2014-09-171-0/+4
* src: add specific byteorder to the struct proto_hdr_templateAlvaro Neira Ayuso2014-09-171-1/+4
* netlink: include file and line in netlink ABI errorsArturo Borrero2014-09-161-1/+3
* include: refresh include/linux/nf_tables.h cached copyPablo Neira Ayuso2014-09-111-3/+58
* src: add `flush ruleset'Arturo Borrero2014-09-091-0/+4
* src: Add devgroup support in meta expresionAna Rey2014-09-031-0/+4
* src: Add support for cpu in meta expresionAna Rey2014-08-241-0/+2
* src: Add support for pkttype in meta expresionAna Rey2014-08-242-0/+4
* src: don't return error in netlink_linearize_rule()Pablo Neira Ayuso2014-08-191-3/+3
* src: add level option to the log statementPablo Neira Ayuso2014-07-251-0/+10
* mnl: check for NLM_F_DUMP_INTR when dumping object listsPablo Neira Ayuso2014-07-141-0/+2
* src: revert broken reject icmp code supportPablo Neira Ayuso2014-06-201-1/+0
* reject: add ICMP code parameter for indicating the type of errorÁlvaro Neira Ayuso2014-06-161-0/+1
* queue: More compact syntaxÁlvaro Neira Ayuso2014-06-111-2/+2
* src: change type of chain.priority from unsigned int to intHendrik Schwartke2014-06-101-1/+1
* src: add table netlink messages to the batchPablo Neira Ayuso2014-05-191-1/+5
* src: add chain netlink messages to the batchPablo Neira Ayuso2014-05-191-0/+4
* src: add set netlink message to the batchPablo Neira Ayuso2014-05-193-0/+16
* src: add events reportingArturo Borrero2014-04-253-0/+19
* netlink: add socket error reporting helper functionArturo Borrero2014-04-252-0/+2
* rule: generalize chain_print()Arturo Borrero2014-04-251-0/+1
* rule: allow to print sets in plain formatArturo Borrero2014-04-251-0/+3
* meta: Add support for input and output bridge interface nameTomasz Bursztyka2014-04-241-0/+4
* gmputil: use MSF/LSF in import/export functions dependant on host byte orderPatrick McHardy2014-04-121-0/+9
* expression: fix constant expression allocation on big endianArturo Borrero Gonzalez2014-04-121-0/+14
* utils: fix -Wcast-align warnings on sparcPatrick McHardy2014-04-091-1/+1
* ct: add support for setting ct markArturo Borrero2014-03-131-0/+14
* set: abort on interval conflictsPatrick McHardy2014-03-071-1/+1
* expr: add comparison function for singleton expressionsPatrick McHardy2014-03-071-0/+4
* expr: make expr_binary_error() usable outside of evaluationPatrick McHardy2014-03-071-3/+3
* src: add support for rule human-readable commentsPablo Neira Ayuso2014-02-271-0/+2
* ct: connlabel matching supportFlorian Westphal2014-02-182-0/+4
* netlink_delinarize: convert *all* bitmask values into individual bit valuesPatrick McHardy2014-02-171-0/+6
* binop: take care of operator precedence when printing binop argumentsPatrick McHardy2014-02-171-0/+2
* netlink: add netlink specific locationPatrick McHardy2014-02-051-0/+3
* parser: evaluate commands immediately after parsingPatrick McHardy2014-02-042-1/+2
* parser: recover from errors in any blockPatrick McHardy2014-02-042-0/+2
* ruleset: add XML/JSON exportArturo Borrero Gonzalez2014-01-233-0/+11
* cmd: add create command for tables and chainsPatrick McHardy2014-01-212-3/+5
* Merge remote-tracking branch 'origin/master' into next-3.14Patrick McHardy2014-01-201-5/+5
|\
| * use new libnftnl library namePablo Neira Ayuso2014-01-201-5/+5
* | Merge remote-tracking branch 'origin/master' into next-3.14Patrick McHardy2014-01-162-3/+4
|\|