summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: Bump version to v0.8.1v0.8.1Pablo Neira Ayuso2018-01-111-2/+2
* src: Don't merge adjacent/overlapping rangesPhil Sutter2018-01-119-25/+45
* build: Restore per object CFLAGSPhil Sutter2018-01-101-10/+17
* include: refresh nf_tables.h cached copyPablo Neira Ayuso2018-01-082-7/+12
* src: do not print limit keyword inside object definitionPablo M. Bermudo Garay2017-12-221-2/+2
* src: fix protocol context update on big-endian systemsPhil Sutter2017-12-128-17/+22
* netlink_linearize: exthdr op must be u32Florian Westphal2017-12-111-2/+2
* tests/py: trivial: Fix error messagePhil Sutter2017-12-091-1/+1
* Make libnftables a local static libraryPhil Sutter2017-12-042-1/+2
* doc: nft.8 aim for consistent synopses throughoutDuncan Roe2017-12-031-74/+73
* tests/py: add test for empty string matchHarsha Sharma2017-11-282-0/+3
* ct: don't print newline if label bit cannot be mappedFlorian Westphal2017-11-271-1/+1
* evaluate: print error for null stringHarsha Sharma2017-11-271-1/+4
* doc: nft.8 Syslog level is introduced by "level" not "syslog-level"Duncan Roe2017-11-271-1/+1
* parser_bison: no need for 'name' token for metersPablo Neira Ayuso2017-11-246-21/+24
* parser_bison: dismiss anonymous metersPablo Neira Ayuso2017-11-242-9/+1
* src: deprecate "flow table" syntax, replace it by "meter"Pablo Neira Ayuso2017-11-2415-104/+130
* gmputil: turn mpz_printf into mpz_vfprintf to restore --with-mini-gmpPablo Neira Ayuso2017-11-222-9/+12
* utils: fix one compilation error with --with-mini-gmpPablo Neira Ayuso2017-11-221-0/+4
* tests: shell: Prevent lockout in nft-f/0008split_tables_0Phil Sutter2017-11-221-2/+2
* libnftables: Ensure output_fp is never NULLPhil Sutter2017-11-223-12/+5
* doc: nft.8 document use of -f option to start nft scriptsDuncan Roe2017-11-201-0/+3
* tests: shell: Add test for IPv4 Mapped IPv6 address.Varsha Rao2017-11-201-0/+25
* tests: shell: Rename 0025named_limit_0 to 0026named_limit_0Varsha Rao2017-11-201-0/+0
* src: tests: files: Remove test files.Varsha Rao2017-11-1613-243/+0
* rule: Make 'nft export' respect output_fpPhil Sutter2017-11-161-2/+7
* libnftables: Split code into frontend and libraryPhil Sutter2017-11-167-9/+45
* libnftables: Unexport enum nftables_exit_codesPhil Sutter2017-11-164-26/+23
* Eliminate struct mnl_ctxPhil Sutter2017-11-165-221/+150
* libnftables: Flush iface cache after command executionPhil Sutter2017-11-131-0/+2
* tests/monitor: Print error "this requires root" and exitHarsha Sharma2017-11-061-0/+5
* tests: shell: Add test case for map expression.Varsha Rao2017-11-061-0/+10
* parser: allow classid as set keyArturo Borrero Gonzalez2017-11-051-0/+1
* tests: nft removes required inet dependency expressionsFlorian Westphal2017-10-266-1/+78
* tests: enable ip/ip.t for bridge protocol, tooFlorian Westphal2017-10-262-0/+761
* tests: nft removes required payload protocol expressionsFlorian Westphal2017-10-264-0/+144
* tests: add test case that checks icmp6 in-ipv4Florian Westphal2017-10-262-0/+12
* tests: icmpX: fix expected outputFlorian Westphal2017-10-262-2/+2
* tests: fix harmess typo in table nameFlorian Westphal2017-10-262-3/+3
* libnftables: Get rid of explicit cache flushesPhil Sutter2017-10-269-21/+17
* doc: nft.8 simplify initial SYNOPSIS lineDuncan Roe2017-10-241-52/+14
* src: add nft_ prefix to everything exposed through include/nftables/nftables.hPablo Neira Ayuso2017-10-2413-66/+67
* libnftables: Introduce getters and setters for everythingPhil Sutter2017-10-245-21/+137
* cli: Use nft_run_cmd_from_buffer()Phil Sutter2017-10-245-36/+9
* libnftables: Introduce nft_ctx_flush_cache()Phil Sutter2017-10-243-4/+9
* libnftables: Move library stuff out of main.cPhil Sutter2017-10-248-279/+328
* main: Fix for wrong argument passed to cache_release in nft_ctx_freePhil Sutter2017-10-201-2/+2
* rule: fix netlink debug flag when listing table/rulesFlorian Westphal2017-10-191-2/+2
* netlink: Use nftnl_expr_fprintf() in netlink_dump_expr()Phil Sutter2017-10-171-4/+2
* netlink: fix element addition to map with stateful objectPablo Neira Ayuso2017-10-171-3/+8