summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* main: enforce options before commandsPablo Neira Ayuso2019-12-181-1/+45
* evaluate: print a hint about 'typeof' syntax on 0 keylenFlorian Westphal2019-12-171-5/+18
* mnl: round up the map data size tooFlorian Westphal2019-12-171-1/+1
* xfrm: add parse and build userdata interfacePablo Neira Ayuso2019-12-172-0/+62
* fib: add parse and build userdata interfacePablo Neira Ayuso2019-12-172-2/+59
* rt: add parse and build userdata interfacePablo Neira Ayuso2019-12-172-0/+52
* hash: add parse and build userdata interfacePablo Neira Ayuso2019-12-172-0/+73
* numgen: add parse and build userdata interfacePablo Neira Ayuso2019-12-172-0/+63
* ct: add parse and build userdata interfacePablo Neira Ayuso2019-12-172-0/+57
* osf: add parse and build userdata interfacePablo Neira Ayuso2019-12-172-0/+14
* socket: add parse and build userdata interfacePablo Neira Ayuso2019-12-172-0/+52
* exthdr: add parse and build userdata interfacePablo Neira Ayuso2019-12-172-0/+75
* exthdr: add exthdr_desc_id enum and use itPablo Neira Ayuso2019-12-171-0/+28
* meta: add parse and build userdata interfacePablo Neira Ayuso2019-12-172-2/+53
* src: add "typeof" build/parse/print supportFlorian Westphal2019-12-175-20/+257
* parser: add typeof keyword for declarationsPablo Neira Ayuso2019-12-172-2/+38
* expr: add expr_ops_by_type()Pablo Neira Ayuso2019-12-161-0/+12
* proto: add proto_desc_id enumerationPablo Neira Ayuso2019-12-161-0/+46
* src: store expr, not dtype to track data in setsFlorian Westphal2019-12-1611-57/+79
* parser: add a helper for concat expression handlingFlorian Westphal2019-12-161-56/+43
* segtree: don't remove nul-root element from interval setPablo Neira Ayuso2019-12-092-9/+6
* netlink: off-by-one write in netdev chain device arrayPablo Neira Ayuso2019-12-021-2/+2
* scanner: fix out-of-bound memory write in include_file()Eric Jallot2019-12-021-12/+9
* segtree: restore automergePablo Neira Ayuso2019-12-021-1/+1
* segtree: Fix add and delete of element in same batchPhil Sutter2019-12-021-0/+8
* src: add ability to set/get secmarks to/from connectionChristian Göttsche2019-11-254-5/+37
* mnl: Fix -Wimplicit-function-declaration warningsMichal Rostecki2019-11-211-0/+1
* statement: make secmark statements idempotentChristian Göttsche2019-11-211-0/+3
* scanner: Introduce numberstringPhil Sutter2019-11-191-11/+2
* parser_bison: Avoid set references in odd placesPhil Sutter2019-11-181-14/+17
* cache: Reduce caching for get commandPhil Sutter2019-11-151-0/+17
* segtree: Fix get element for little endian rangesPhil Sutter2019-11-151-5/+7
* segtree: Check ranges when deleting elementsPhil Sutter2019-11-141-11/+30
* meta: Rewrite hour_type_print()Phil Sutter2019-11-121-30/+19
* libnftables: Store top_scope in struct nft_ctxPhil Sutter2019-11-073-5/+22
* src: add and use `set_is_meter` helperJeremy Sowden2019-11-064-18/+13
* src: flowtable: add support for delete command by handleEric Jallot2019-11-066-12/+43
* src: flowtable: add support for named flowtable listingEric Jallot2019-10-317-13/+122
* mnl: Replace use of untyped nftnl data settersPhil Sutter2019-10-301-6/+10
* mnl: remove artifical cap on 8 devices per flowtableSven Auhagen2019-10-301-2/+7
* src: add multidevice support for netdev chainPablo Neira Ayuso2019-10-306-26/+106
* main: remove duplicate output flag assignment.Jeremy Sowden2019-10-231-1/+0
* main: add missing `OPT_NUMERIC_PROTO` long option.Jeremy Sowden2019-10-231-0/+4
* Revert "main: Fix for misleading error with negative chain priority"Phil Sutter2019-10-231-1/+1
* src: add --terse to suppress output of set elements.Jeremy Sowden2019-10-222-2/+12
* src: use `-T` as the short option for `--numeric-time`.Jeremy Sowden2019-10-221-3/+3
* main: Fix for misleading error with negative chain priorityPhil Sutter2019-10-211-1/+1
* tproxy: Add missing error checking when parsing from netlinkPhil Sutter2019-10-211-0/+4
* parser_json: Fix checking of parse_policy() return codePhil Sutter2019-10-211-1/+1
* src: restore --echo with anonymous setsPablo Neira Ayuso2019-10-182-20/+12