summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * src: use ':' instead of '=>' in dictionariesPablo Neira Ayuso2014-01-161-1/+1
| * src: add new --debug=mnl option to enable libmnl debuggingPablo Neira Ayuso2014-01-161-0/+1
* | Merge remote-tracking branch 'origin/master' into next-3.14Patrick McHardy2014-01-161-0/+7
|\|
| * segtree: only use prefix expressions for ranges for selected datatypesPatrick McHardy2014-01-161-0/+7
* | Merge remote-tracking branch 'origin/master' into next-3.14Patrick McHardy2014-01-151-0/+1
|\|
| * segtree: add new segtree debugging optionPablo Neira Ayuso2014-01-151-0/+1
* | Merge remote-tracking branch 'origin/master' into next-3.14Patrick McHardy2014-01-091-1/+1
|\|
| * nftables: fix supression of "permission denied" errorsPatrick McHardy2014-01-091-1/+1
* | meta: add l4proto supportPatrick McHardy2014-01-081-0/+1
* | meta: add nfproto supportPatrick McHardy2014-01-082-0/+5
* | proto: add support for meta templatesPatrick McHardy2014-01-081-0/+11
* | netlink_delinearize: remove implied meta expressionsPatrick McHardy2014-01-081-0/+1
* | include: resync nftables.h with kernelPatrick McHardy2014-01-082-23/+115
* | ct expr: protocol context updates and dynamic typingPatrick McHardy2014-01-081-0/+1
* | proto: add debugging for protocol context updatesPatrick McHardy2014-01-081-0/+1
* | proto: add helper function to update protocol contextPatrick McHardy2014-01-081-0/+3
* | expr: add protocol context update callbackPatrick McHardy2014-01-083-5/+4
* | nftables: generic procotol contextsPatrick McHardy2014-01-086-280/+305
* | expr: replace PAYLOAD_PROTOCOL_EXPR by generic flagPatrick McHardy2014-01-082-11/+3
* | src: add support for queueEric Leblond2014-01-042-0/+31
|/
* src: operational limit matchPhil Oester2013-10-221-1/+0
* include: cache a copy of nfnetlink.hTomasz Bursztyka2013-09-301-0/+64
* src: add rule batching supportPablo Neira Ayuso2013-09-233-0/+41
* netlink: use uint32_t instead of size_t for attribute lengthPablo Neira Ayuso2013-09-191-2/+2
* src: Better error reporting if chain type is invalidTomasz Bursztyka2013-09-051-0/+1
* src: Wrap netfilter hooks around human readable stringsTomasz Bursztyka2013-09-041-0/+3
* src: allow to specify the base chain typePablo Neira Ayuso2013-08-271-0/+2
* nftables: add additional --numeric levelPhil Oester2013-08-221-0/+1
* log: convert group and qthreshold to use u16Pablo Neira Ayuso2013-08-171-2/+2
* src: Add icmpv6 supportEric Leblond2013-07-312-0/+16
* src: Add support for insertion inside rule listEric Leblond2013-07-191-0/+2
* src: use libnftablesPablo Neira Ayuso2013-06-243-25/+87
* rule: family field in struct handle is unsignedPablo Neira Ayuso2013-06-241-1/+1
* src: get it sync with current include/linux/netfilter/nf_tables.hPablo Neira Ayuso2013-06-241-4/+44
* datatype: concat expression only releases dynamically allocated datatypePablo Neira Ayuso2013-06-081-1/+7
* rule: add flag to display rule handle as commentEric Leblond2013-05-311-0/+1
* cli: complete basic functionality of the interactive modePablo Neira Ayuso2013-05-191-1/+3
* cmd/netlink: make sure we always have a location in netlink operationsPatrick McHardy2013-04-182-18/+40
* expr: fix concat expression type propagationPatrick McHardy2013-04-181-0/+9
* types: add ethernet address typePatrick McHardy2013-04-181-0/+3
* expr: kill EXPR_F_PRIMARYPatrick McHardy2013-04-151-10/+3
* rule: add rule insertion (prepend) supportPatrick McHardy2012-12-142-1/+3
* chains: add chain rename supportPatrick McHardy2012-12-142-0/+6