summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* src: add chain netlink messages to the batchPablo Neira Ayuso2014-05-193-8/+161
* src: add set netlink message to the batchPablo Neira Ayuso2014-05-197-8/+313
* mnl: split talk() and recv() functionsArturo Borrero2014-04-281-30/+38
* src: add events reportingArturo Borrero2014-04-259-6/+755
* netlink: add socket error reporting helper functionArturo Borrero2014-04-253-1/+11
* 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-252-0/+15
* netlink: add netlink_delinearize_set() funcArturo Borrero2014-04-251-59/+53
* rule: allow to print sets in plain formatArturo Borrero2014-04-252-10/+53
* meta: Add support for input and output bridge interface nameTomasz Bursztyka2014-04-244-0/+16
* Bump version to v0.2v0.2Patrick McHardy2014-04-141-2/+2
* doc: fix make install problemsPatrick McHardy2014-04-143-4/+4
* doc: change documentation license to CC BY-SA 4.0Patrick McHardy2014-04-141-1/+6
* doc: fix programlisting indentationPatrick McHardy2014-04-141-44/+45
* datatypes: rename some types for more consistencyPatrick McHardy2014-04-143-11/+11
* doc: documentation updatePatrick McHardy2014-04-141-637/+1833
* build: fix documentation buildPatrick McHardy2014-04-143-7/+20
* 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-122-2/+14
* expression: fix constant expression allocation on big endianArturo Borrero Gonzalez2014-04-123-2/+17
* Merge branch 'master' of git.netfilter.org:nftablesPatrick McHardy2014-04-111-2/+0
|\
| * build: drop AC_FUNC_MALLOC/REALLOCFlorian Westphal2014-04-101-2/+0
* | parser: fix ether keyword clashPatrick McHardy2014-04-111-0/+7
|/
* utils: fix -Wcast-align warnings on sparcPatrick McHardy2014-04-091-1/+1
* 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-136-3/+112
* 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-073-9/+19
* expr: add comparison function for singleton expressionsPatrick McHardy2014-03-076-0/+64
* expr: make expr_binary_error() usable outside of evaluationPatrick McHardy2014-03-073-9/+9
* src: add support for rule human-readable commentsPablo Neira Ayuso2014-02-276-4/+40
* netlink: fix chain attribute parsingArturo Borrero2014-02-271-1/+1
* ct: connlabel matching supportFlorian Westphal2014-02-185-0/+79
* netlink: delete unused variableArturo Borrero2014-02-181-3/+0
* ct: direction should be integer, not bitmaskFlorian Westphal2014-02-181-1/+1
* netlink_delinearize: meta: fix wrong type in attributesFlorian Westphal2014-02-171-2/+2
* netlink: fix prefix expression handlingPatrick McHardy2014-02-173-58/+32
* netlink_delinarize: convert *all* bitmask values into individual bit valuesPatrick McHardy2014-02-173-19/+99
* binop: take care of operator precedence when printing binop argumentsPatrick McHardy2014-02-172-2/+30
* evaluate: use flagcmp for single RHS bitmask expressionPatrick McHardy2014-02-171-1/+5
* Merge branch 'next-3.14' of git.netfilter.org:nftables into next-3.14Patrick McHardy2014-02-170-0/+0
|\