summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netlink: fix nft flush operationEric Leblond2013-10-031-2/+0
* netlink: only flush asked table/chainEric Leblond2013-10-031-0/+8
* netlink: suppress useless variableEric Leblond2013-10-031-3/+0
* mnl: fix typo in commentEric Leblond2013-10-031-1/+1
* src: Add support for IPv6 NATEric Leblond2013-09-302-4/+20
* netlink: fix IPv6 prefix computationEric Leblond2013-09-301-4/+7
* include: cache a copy of nfnetlink.hTomasz Bursztyka2013-09-301-0/+64
* src: add rule batching supportPablo Neira Ayuso2013-09-237-40/+384
* meta: iif/oifname should be host byte orderFlorian Westphal2013-09-233-5/+5
* netlink: use uint32_t instead of size_t for attribute lengthPablo Neira Ayuso2013-09-191-2/+2
* display family in table listingEric Leblond2013-09-171-1/+19
* Update chain creation format.Eric Leblond2013-09-177-19/+23
* Suppress non working examples.Eric Leblond2013-09-174-26/+0
* nat: add mandatory family attributeEric Leblond2013-09-171-0/+4
* log: s/threshold/queue-threshold/Florian Westphal2013-09-141-1/+1
* payload: fix endianess of ARP operation codePablo Neira Ayuso2013-09-141-1/+1
* src: Better error reporting if chain type is invalidTomasz Bursztyka2013-09-053-3/+33
* datatype: fix mark parsing if string is usedPablo Neira Ayuso2013-09-041-0/+11
* 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