summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tests: shell: extend catchall tests for mapsPablo Neira Ayuso2021-12-152-0/+11
* build: fix autoconf warningsJeremy Sowden2021-12-151-5/+3
* tests: shell: remove stray debug flag.Jeremy Sowden2021-12-151-1/+1
* evaluate: reject: support ethernet as L2 protocol for inet tableJeremy Sowden2021-12-154-1/+52
* evaluate: correct typo'sJeremy Sowden2021-12-151-2/+2
* proto: short-circuit loops over upper protocolsJeremy Sowden2021-12-151-3/+7
* netlink_delinearize: zero shift removalFlorian Westphal2021-12-093-0/+37
* netlink_delinearize: and/shift postprocessingFlorian Westphal2021-12-091-0/+7
* payload: skip templates with meta key setFlorian Westphal2021-12-091-0/+3
* tests: add shift+and typeof test casesFlorian Westphal2021-12-092-0/+29
* tests: shell: better parameters for the interval stack overflow testŠtěpán Němec2021-12-081-2/+2
* iptopt: fix crash with invalid field/type comboFlorian Westphal2021-12-074-4/+18
* exthdr: support ip/tcp options and sctp chunks in typeof expressionsFlorian Westphal2021-12-073-7/+94
* ipopt: drop unused 'ptr' argumentFlorian Westphal2021-12-074-26/+7
* cache: Support filtering for a specific flowtablePhil Sutter2021-12-036-24/+103
* cache: Filter set list on server sidePhil Sutter2021-12-033-31/+49
* cache: Filter chain list on kernel sidePhil Sutter2021-12-033-23/+39
* cache: Filter rule list on kernel sidePhil Sutter2021-12-033-24/+24
* cache: Filter tables on kernel sidePhil Sutter2021-12-035-15/+33
* tests: py: add tcp subtype match test casesFlorian Westphal2021-12-013-0/+78
* exthdr: fix tcpopt_find_template to use length after mask adjustmentFlorian Westphal2021-12-013-30/+27
* mptcp: add subtype matchingFlorian Westphal2021-12-014-1/+13
* tests: py: add test cases for md5sig, fastopen and mptcp mnemonicsFlorian Westphal2021-12-013-0/+63
* tcpopt: add md5sig, fastopen and mptcp optionsFlorian Westphal2021-12-014-2/+49
* parser: split tcp option rulesFlorian Westphal2021-12-011-19/+61
* scanner: add tcp flex scopeFlorian Westphal2021-12-013-11/+18
* tcpopt: remove KIND keywordFlorian Westphal2021-12-016-83/+56
* netlink_delinearize: binop: make accesses to expr->left/right conditionalFlorian Westphal2021-12-011-19/+31
* netlink_delinearize: rename misleading variableFlorian Westphal2021-12-011-12/+12
* netlink_delinearize: use correct member typeFlorian Westphal2021-12-011-1/+1
* cli: save history on ctrl-d with editlinePablo Neira Ayuso2021-11-301-7/+14
* netlink_delinearize: Fix for escaped asterisk strings on Big EndianPhil Sutter2021-11-301-40/+17
* ct: Fix ct label value parserPhil Sutter2021-11-301-3/+2
* datatype: Fix size of time_typePhil Sutter2021-11-301-2/+4
* meta: Fix hour_type sizePhil Sutter2021-11-301-4/+5
* meta: Fix {g,u}id_type on Big EndianPhil Sutter2021-11-301-6/+10
* src: Fix payload statement mask on Big EndianPhil Sutter2021-11-301-2/+2
* mnl: Fix for missing info in rule dumpsPhil Sutter2021-11-301-1/+12
* exthdr: Fix for segfault with unknown exthdrPhil Sutter2021-11-301-5/+7
* tests/py: Avoid duplicate records in *.got filesPhil Sutter2021-11-301-10/+19
* exthdr: fix type number saved in udataFlorian Westphal2021-11-303-3/+11
* cli: remove #include <editline/history.h>Pablo Neira Ayuso2021-11-221-1/+0
* mnl: different signedness compilation warningPablo Neira Ayuso2021-11-191-1/+1
* cache: do not skip populating anonymous set with -tPablo Neira Ayuso2021-11-183-6/+10
* build: Bump version to 1.0.1v1.0.1Pablo Neira Ayuso2021-11-181-3/+3
* monitor: do not call interval_map_decompose() for concat intervalsFlorian Westphal2021-11-172-1/+11
* parser_json: add raw payload inner header match supportPablo Neira Ayuso2021-11-174-0/+27
* parser: allow for string raw payload basePablo Neira Ayuso2021-11-162-3/+11
* tests: py: remove netdev coverage in ip/ip_tcp.tPablo Neira Ayuso2021-11-122-96/+0
* tests: py: missing json output update in ip6/meta.tPablo Neira Ayuso2021-11-121-0/+16