summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* netlink_delinarize: fix merge conflictPatrick McHardy2015-06-131-1/+1
* Merge remote-tracking branch 'origin/next-4.1'Patrick McHardy2015-06-137-54/+288
|\
| * netlink: handle concat expressions in set dataPatrick McHardy2015-06-022-1/+33
| * netlink_delinearize: handle relational and lookup concat expressionsPatrick McHardy2015-06-021-9/+104
| * netlink_delinearize: introduce register translation helperPatrick McHardy2015-06-021-4/+13
| * netlink: pad constant concat sub-expressionsPatrick McHardy2015-06-023-9/+18
| * netlink_linearize: generate concat expressionsPatrick McHardy2015-06-021-3/+11
| * netlink_linearize: use NFT_REG32 values internallyPatrick McHardy2015-06-022-4/+44
| * netlink: pass expression to register allocation/release functionsPatrick McHardy2015-06-021-26/+28
| * headers: sync headers for new register valuesPatrick McHardy2015-06-021-1/+33
| * eval: prohibit variable sized types in concat expressionsPatrick McHardy2015-06-021-0/+7
| * Merge remote-tracking branch 'origin/master' into next-4.1Patrick McHardy2015-06-024-97/+43
| |\
* | | proto: use bitmask_type for comp flagsPablo Neira Ayuso2015-06-052-2/+2
* | | datatype: default to display bitmask in hexadecimalPablo Neira Ayuso2015-06-051-2/+9
* | | netlink_delinearize: restore listing of host byteorder set elementsPablo Neira2015-06-051-0/+4
* | | Merge branch 'next-4.1'Pablo Neira Ayuso2015-06-0445-355/+845
|\ \ \ | |_|/ |/| |
| * | tests: regression: fix NAT testsPablo Neira Ayuso2015-06-024-9/+20
| * | tests: regression: fix warnings related to range listingPablo Neira Ayuso2015-06-0224-182/+180
| * | tests: regression: reduce code duplication a bit on error reportingPablo Neira Ayuso2015-06-021-12/+7
| * | netlink_delinearize: consolidate range printingPablo Neira Ayuso2015-06-021-4/+78
| * | netlink_delinearize: add payload_match_expand()Pablo Neira Ayuso2015-06-021-32/+37
| * | netlink_delinearize: keep pointer to current statement from rule_pp_ctxPablo Neira Ayuso2015-06-021-34/+37
| * | netlink_delinearize: pass ctx pointer to stmt_reject_postprocess()Pablo Neira Ayuso2015-05-301-9/+9
| |/
| * nftables: add set statemetPatrick McHardy2015-04-128-1/+177
| * setelem: add support for attaching comments to set elementsPatrick McHardy2015-04-125-0/+21
| * setelem: add timeout support for set elementsPatrick McHardy2015-04-125-0/+35
| * set: add timeout support for setsPatrick McHardy2015-04-127-1/+62
| * expr: add set_elem_expr as container for set element attributesPatrick McHardy2015-04-128-30/+109
| * parser: fix inconsistencies in set expression rulesPatrick McHardy2015-04-121-13/+18
| * parser: add a time_spec rulePatrick McHardy2015-04-121-0/+16
| * datatype: seperate time parsing/printing from time_typePatrick McHardy2015-04-122-25/+45
| * datatype: less strict time parsingPatrick McHardy2015-04-121-12/+0
| * datatype: fix parsing of time typePatrick McHardy2015-04-122-4/+7
* | netlink_delinearize: remove obsolete fixmePatrick McHardy2015-06-021-3/+1
* | ct: add maximum helper length valuePatrick McHardy2015-06-021-1/+6
* | netlink_linearize: fix range cmp instruction generationPatrick McHardy2015-06-021-2/+3
* | mnl: use new libnftnl batch APIPablo Neira Ayuso2015-04-141-91/+33
|/
* src: restore interface to index cachePablo Neira Ayuso2015-04-117-3/+175
* src: introduce netlink_init_error()Pablo Neira Ayuso2015-04-092-5/+8
* monitor: fix missing space after chain nameArturo Borrero2015-04-081-1/+1
* parser: remove duplicated grammar for chain policyPatrick McHardy2015-03-251-12/+7
* netlink_delinarize: fix payload dependency killing of link layer dependenciesPatrick McHardy2015-03-251-2/+2
* netlink: fix use after free in netlink_get_table()Patrick McHardy2015-03-251-4/+4
* nft-test: don't use colors if output is not a ttyPatrick McHardy2015-03-251-6/+12
* set_elem: convert flag value to inclusive-OR binops during delinearizePatrick McHardy2015-03-231-0/+4
* rule: fix chain details align indentationsArturo Borrero2015-03-191-1/+1
* tests: regression: fix bogus warnings in any/mark.tPablo Neira Ayuso2015-03-181-8/+8
* tests: regression: masquerade is only allowed from postroutingPablo Neira Ayuso2015-03-182-2/+0
* tests: regression: consider policy in base chainArturo Borrero2015-03-181-2/+2
* netlink: fix crash when adding new non-base chainPablo Neira Ayuso2015-03-181-20/+24