summaryrefslogtreecommitdiffstats
path: root/src/evaluate.c
Commit message (Expand)AuthorAgeFilesLines
* src: generate set members using integer_type in the appropriate byteorderPablo Neira Ayuso2014-12-091-1/+3
* evaluate: reject: fix crash on NULL location with bridge and tcp resetAlvaro Neira2014-11-261-1/+1
* src: add redirect supportArturo Borrero2014-11-041-0/+40
* 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-241-2/+42
* 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
* 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
* evaluate: fix a crash if we specify ether type or meta nfproto in rejectAlvaro Neira2014-10-111-1/+50
* src: add masquerade supportArturo Borrero2014-10-091-0/+27
* src: interpret the event type from the evaluation stepPablo Neira Ayuso2014-10-091-1/+70
* nft: complete reject supportAlvaro Neira2014-10-091-1/+183
* src: Enhance payload_gen_dependency()Alvaro Neira2014-10-091-7/+2
* queue: clean up queue statementPatrick McHardy2014-09-241-1/+14
* src: fix 'describe' command when passing wrong expressionsPablo Neira Ayuso2014-09-171-0/+1
* src: add level option to the log statementPablo Neira Ayuso2014-07-251-1/+14
* evaluate: fix concat expressions as map argumentsPatrick McHardy2014-07-101-0/+1
* src: revert broken reject icmp code supportPablo Neira Ayuso2014-06-201-17/+0
* reject: add ICMP code parameter for indicating the type of errorÁlvaro Neira Ayuso2014-06-161-2/+7
* reject: Use protocol context for indicating the reject typeÁlvaro Neira Ayuso2014-06-161-0/+12
* src: add events reportingArturo Borrero2014-04-251-0/+1
* ct: add support for setting ct markArturo Borrero2014-03-131-0/+11
* src: fix expr_binary_error()-related compilation warningsArturo Borrero2014-03-121-38/+44
* set: properly account set size when merging recursive set definitionsPatrick McHardy2014-03-071-0/+1
* evaluate: use flagcmp for single RHS bitmask expressionPatrick McHardy2014-02-171-1/+5
* parser: evaluate commands immediately after parsingPatrick McHardy2014-02-041-12/+1
* evaluate: determine implicit relational op before RHS constant checksPatrick McHardy2014-02-041-11/+11
* ruleset: add XML/JSON exportArturo Borrero Gonzalez2014-01-231-0/+1
* cmd: add create command for tables and chainsPatrick McHardy2014-01-211-0/+1
* Merge remote-tracking branch 'origin/master' into next-3.14Patrick McHardy2014-01-161-0/+6
|\
| * set: make set initializer parsablePatrick McHardy2014-01-161-0/+6
* | nftables: add support for the "inet" familyPatrick McHardy2014-01-081-0/+1
* | ct expr: protocol context updates and dynamic typingPatrick McHardy2014-01-081-1/+15
* | expr: add protocol context update callbackPatrick McHardy2014-01-081-11/+7
* | nftables: generic procotol contextsPatrick McHardy2014-01-081-8/+8
* | src: add support for queueEric Leblond2014-01-041-0/+2
|/
* src: Add support for IPv6 NATEric Leblond2013-09-301-2/+6
* src: Wrap netfilter hooks around human readable stringsTomasz Bursztyka2013-09-041-0/+43
* evaluate: fix range and comparison evaluationPablo Neira Ayuso2013-06-121-2/+2
* expr: catch missing and excess elements in concatenationsPatrick McHardy2013-04-221-1/+13
* cmd/netlink: make sure we always have a location in netlink operationsPatrick McHardy2013-04-181-2/+2
* expr: fix concat expression type propagationPatrick McHardy2013-04-181-6/+21
* expr: kill EXPR_F_PRIMARYPatrick McHardy2013-04-151-3/+1
* rule: add rule insertion (prepend) supportPatrick McHardy2012-12-141-0/+1
* chains: add chain rename supportPatrick McHardy2012-12-141-0/+1
* cmd: fix handle use after free for implicit set declarationsPatrick McHardy2012-12-101-1/+4
* rule: reenable adjacent payload mergingPatrick McHardy2012-12-091-0/+8
* sets: fix sets using intervalsPatrick McHardy2012-12-091-1/+3
* debug: include verbose message in all BUG statementsroot2012-12-081-15/+17