summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* meta: fix output display of meta lengthPablo Neira Ayuso2013-09-041-1/+1
* tests: Update bate chain creation according to latest syntax changesTomasz Bursztyka2013-09-0411-11/+11
* src: Add priority keyword on base chain descriptionTomasz Bursztyka2013-09-042-5/+5
* src: Wrap netfilter hooks around human readable stringsTomasz Bursztyka2013-09-045-25/+122
* INSTALL: Update dependency list and repository URLsTomasz Bursztyka2013-08-311-2/+4
* src: Fix base chain printingTomasz Bursztyka2013-08-302-1/+2
* src: allow to specify the base chain typePablo Neira Ayuso2013-08-274-15/+32
* datatype: fix wrong endianess in numeric portsPablo Neira Ayuso2013-08-241-1/+1
* nftables: add additional --numeric levelPhil Oester2013-08-223-3/+5
* log: convert group and qthreshold to use u16Pablo Neira Ayuso2013-08-173-6/+6
* datatype: allow protocols by number in inet_protocol_type_parsePhil Oester2013-08-171-4/+18
* datatype: validate port number in inet_service_type_parsePhil Oester2013-08-171-7/+20
* src: Add icmpv6 supportEric Leblond2013-07-315-3/+109
* datatype: fix crash if wrong integer type is passedPablo Neira Ayuso2013-07-241-2/+4
* src: Add support for insertion inside rule listEric Leblond2013-07-197-3/+26
* mnl: use nft_*_list_add_tailPablo Neira Ayuso2013-07-161-4/+4
* datatype: fix table listing if name resolution is not availablePablo Neira Ayuso2013-07-061-7/+24
* netlink: fix network address prefixPablo Neira Ayuso2013-06-243-24/+109
* src: use libnftablesPablo Neira Ayuso2013-06-2410-671/+1301
* meta: replace rtnl_tc_handle2str and rtnl_tc_str2handlePablo Neira Ayuso2013-06-242-13/+43
* meta: use if_nametoindex and if_indextonamePablo Neira Ayuso2013-06-241-44/+4
* 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
* evaluate: fix range and comparison evaluationPablo Neira Ayuso2013-06-121-2/+2
* src: fix counter restorationEric Leblond2013-06-123-3/+31
* rule: display hook infoEric Leblond2013-06-121-0/+23
* datatype: concat expression only releases dynamically allocated datatypePablo Neira Ayuso2013-06-082-3/+20
* cli: reset terminal when CTRL+d is pressedEric Leblond2013-06-081-1/+4
* cli: add quit commandEric Leblond2013-06-081-0/+5
* rule: list elements in set in any caseEric Leblond2013-06-081-2/+1
* doc: fix inversion of operator and object.Eric Leblond2013-05-311-4/+4
* rule: add flag to display rule handle as commentEric Leblond2013-05-313-1/+15
* cli: complete basic functionality of the interactive modePablo Neira Ayuso2013-05-194-43/+69
* parser: fix size of internet protocol expressions matching keywordsPatrick McHardy2013-04-231-9/+9
* parser: include leading '.' in concat subexpression locationPatrick McHardy2013-04-221-0/+6
* expr: catch missing and excess elements in concatenationsPatrick McHardy2013-04-222-4/+19
* tests: obj-table: update examples to use the current syntaxPablo Neira Ayuso2013-04-201-4/+2
* tests: set: update examples to use the current syntaxPablo Neira Ayuso2013-04-201-2/+2
* tests: dictionary: update examples to use the current syntaxPablo Neira Ayuso2013-04-201-12/+12
* tests: obj-chain: update examples to use the current syntaxPablo Neira Ayuso2013-04-201-3/+3
* tests: expr-meta: update examples to use the current syntaxPablo Neira Ayuso2013-04-201-7/+7
* meta: accept uid/gid in numericalPablo Neira Ayuso2013-04-201-4/+12
* tests: feat-adjancent-load-merging: remove ip protocol from rulePablo Neira Ayuso2013-04-201-1/+1
* tests: family-bridge: update to use the current syntaxPablo Neira Ayuso2013-04-201-1/+1
* payload: accept ethertype in hexadecimalPablo Neira Ayuso2013-04-201-1/+21
* tests: family-ipv6: update to use the current syntaxPablo Neira Ayuso2013-04-191-2/+5
* src: fix crash if nft -f wrong_file is passedPablo Neira Ayuso2013-04-191-1/+1
* tests: expr-ct: update examples to use the current syntaxPablo Neira Ayuso2013-04-181-5/+5
* mark: fix numeric mark value parsingPatrick McHardy2013-04-181-0/+7
* cmd/netlink: make sure we always have a location in netlink operationsPatrick McHardy2013-04-186-122/+172