summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* utils: indicate file and line on memory allocation errorsPablo Neira Ayuso2014-11-042-3/+6
* src: add redirect supportArturo Borrero2014-11-049-2/+285
* meta: Add support for datatype devgroupAna Rey2014-10-243-2/+60
* evaluate: reject: enhance the error support throwing message with more detailsAlvaro Neira2014-10-241-17/+26
* evaluate: reject: check the context in reject without reason for bridge and i...Alvaro Neira2014-10-243-2/+48
* evaluate: reject: check in bridge and inet the network context in rejectAlvaro Neira2014-10-241-51/+117
* evaluate: reject: accept a reject reason with incorrect network contextAlvaro Neira2014-10-241-0/+2
* mnl: delete useless parameter nf_sock in batch functionsArturo Borrero2014-10-243-34/+34
* test: update and add the reject tests for ip, ip6, bridge and inet.Alvaro Neira2014-10-224-2/+85
* evaluate: reject: fix crash if we have transport protocol conflict from inetAlvaro Neira2014-10-211-1/+6
* evaluate: reject: fix crash if we specify ether type or meta nfprotoAlvaro Neira2014-10-211-7/+7
* tests: add tests for masqueradeArturo Borrero2014-10-172-0/+50
* delinearize: list the icmpx reason with the string associatedAlvaro Neira2014-10-171-2/+6
* evaluate: fix a crash if we specify ether type or meta nfproto in rejectAlvaro Neira2014-10-111-1/+50
* build: remove unnecessary libintl.h checkSteven Barth2014-10-101-1/+1
* build: allow disabling libreadline-supportSteven Barth2014-10-104-1/+20
* tests: regression: Delete an unnecessary whitespace in an output messagesAna Rey2014-10-091-1/+1
* tests: regression: Delete all reference to wlan0 in test filesAna Rey2014-10-091-8/+8
* src: add masquerade supportArturo Borrero2014-10-097-2/+101
* netlink: use switch whenever possible in the monitor codePablo Neira Ayuso2014-10-091-29/+58
* src: interpret the event type from the evaluation stepPablo Neira Ayuso2014-10-095-88/+165
* src: add nat persistent and random optionsArturo Borrero2014-10-098-2/+130
* nft: complete reject supportAlvaro Neira2014-10-0912-10/+504
* datatype: Enhance symbolic_constant_parse()Alvaro Neira2014-10-091-20/+10
* src: Enhance payload_gen_dependency()Alvaro Neira2014-10-094-11/+20
* payload: generate dependency in the appropriate byteorderAlvaro Neira2014-10-091-2/+1
* mnl: use nft_batch_begin and nft_batch_end from libnftnlPablo Neira Ayuso2014-09-301-19/+6
* src: add list ruleset commandArturo Borrero2014-09-292-0/+32
* rule: factorize chain and table listing codeArturo Borrero2014-09-291-32/+35
* rule: rename do_command_list_cleanup() to table_cleanup()Arturo Borrero2014-09-291-3/+3
* src: add set optimization optionsArturo Borrero2014-09-295-0/+83
* parser: rearrange monitor/export rulesPatrick McHardy2014-09-241-12/+11
* queue: clean up queue statementPatrick McHardy2014-09-247-72/+75
* expr: make range_low()/range_high() usable outside of segtreePatrick McHardy2014-09-243-40/+44
* mnl: consistency checks across several netlink dumpsPablo Neira Ayuso2014-09-196-0/+75
* tests: Add any folder with test files.Ana Rey2014-09-186-0/+383
* tests: Add bridge folder with test files.Ana Rey2014-09-181-0/+7
* tests: Add arp folder with test files.Ana Rey2014-09-182-0/+58
* tests: Add inet folder with test files.Ana Rey2014-09-188-0/+380
* tests: Add ip6 folder with test files.Ana Rey2014-09-1811-0/+487
* tests: Add ip folder with test filesAna Rey2014-09-186-0/+276
* tests: Add automated regression testingAna Rey2014-09-182-0/+1000
* parser: compact log level grammarPatrick McHardy2014-09-171-32/+8
* src: fix 'describe' command when passing wrong expressionsPablo Neira Ayuso2014-09-174-8/+27
* parser: simplify monitor command parsingPatrick McHardy2014-09-172-145/+39
* src: add specific byteorder to the struct proto_hdr_templateAlvaro Neira Ayuso2014-09-174-6/+18
* netlink: include file and line in netlink ABI errorsArturo Borrero2014-09-162-3/+6
* log: netlink_linearize: don't set level if user didn't specifyPablo Neira Ayuso2014-09-121-1/+4
* include: refresh include/linux/nf_tables.h cached copyPablo Neira Ayuso2014-09-113-5/+60
* src: add `flush ruleset'Arturo Borrero2014-09-095-5/+54