summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* src: don't return error in netlink_linearize_rule()Pablo Neira Ayuso2014-08-192-12/+9
* verdict type: handle verdict flags and encoded additional informationPatrick McHardy2014-08-191-10/+13
* proto: fix byteorder of ETH_P_* valuesPatrick McHardy2014-08-191-12/+12
* datatype: take endianess into account in symbolic_constant_print()Patrick McHardy2014-08-191-1/+7
* payload: take endianess into account when updating the payload contextPatrick McHardy2014-08-191-1/+8
* linealize: generate unary expression with the appropiate operationAlvaro Neira2014-08-191-1/+1
* Fix memory leak in nft get operationYanchuan Nian2014-08-141-6/+11
* src: add level option to the log statementPablo Neira Ayuso2014-07-256-19/+136
* mnl: fix crashes when using sets with many elementsPablo Neira Ayuso2014-07-251-11/+32
* mnl: introduce NFT_NLMSG_MAXSIZEPablo Neira Ayuso2014-07-251-5/+13
* main: propagate error to shellPablo Neira Ayuso2014-07-251-0/+2
* src: rework batching logic to fix possible use of uninitialized pagesPablo Neira Ayuso2014-07-223-49/+60
* mnl: add nft_nlmsg_batch_current() helperPablo Neira Ayuso2014-07-221-13/+18
* mnl: add nft_batch_continue() helperPablo Neira Ayuso2014-07-221-28/+17
* netlink: monitor: fix how rules with intervals are printedArturo Borrero2014-07-211-0/+7
* netlink: monitor: add a helper function to handle sets referenced by a ruleArturo Borrero2014-07-211-31/+44
* mnl: check for NLM_F_DUMP_INTR when dumping object listsPablo Neira Ayuso2014-07-143-33/+81
* mnl: immediately return on errors in mnl_nft_ruleset_dump()Pablo Neira Ayuso2014-07-141-23/+24
* proto: initialize result expression in ethertype_parse()Pablo Neira Ayuso2014-07-141-0/+1
* evaluate: fix concat expressions as map argumentsPatrick McHardy2014-07-101-0/+1
* netlink: check and handle errors from netlink_delinearize_set()Patrick McHardy2014-07-101-2/+11
* netlink: Correct initial value of bytes counter in nftables ruleYanchuan Nian2014-06-251-1/+1
* src: revert broken reject icmp code supportPablo Neira Ayuso2014-06-206-84/+4
* reject: add ICMP code parameter for indicating the type of errorÁlvaro Neira Ayuso2014-06-166-6/+73
* reject: Use protocol context for indicating the reject typeÁlvaro Neira Ayuso2014-06-162-0/+13
* queue: More compact syntaxÁlvaro Neira Ayuso2014-06-115-42/+52
* cli: fix nft -i command crashes when try to input multi line commandGuruswamy Basavaiah2014-06-101-2/+6
* src: change type of chain.priority from unsigned int to intHendrik Schwartke2014-06-102-5/+5
* netlink: Allow to invert the rangesÁlvaro Neira Ayuso2014-06-051-6/+39
* payload: Update the context only in equality relationsÁlvaro Neira Ayuso2014-06-051-1/+2
* scanner: Add udplite tokenÁlvaro Neira Ayuso2014-05-281-0/+1
* netlink: fix crash if kernel doesn't support nfnetlink / nf_tablesPablo Neira Ayuso2014-05-281-1/+2
* parser: use symbolic expression for ether tooPablo Neira Ayuso2014-05-271-4/+3
* netlink: don't add table/chain/set to ctx->list in the event pathPablo Neira Ayuso2014-05-221-8/+16
* netlink_delinearize: fix double free in relational_binop_postprocess()Pablo Neira Ayuso2014-05-221-1/+0
* parser: remove the "new" and "destroy" tokens from the scannerPablo Neira Ayuso2014-05-202-48/+165
* src: add table netlink messages to the batchPablo Neira Ayuso2014-05-192-5/+106
* src: add chain netlink messages to the batchPablo Neira Ayuso2014-05-192-8/+157
* src: add set netlink message to the batchPablo Neira Ayuso2014-05-194-8/+297
* mnl: split talk() and recv() functionsArturo Borrero2014-04-281-30/+38
* src: add events reportingArturo Borrero2014-04-256-6/+736
* netlink: add socket error reporting helper functionArturo Borrero2014-04-251-1/+9
* netlink: refactorize set_elem conversion from netlinkArturo Borrero2014-04-251-3/+8
* netlink: add netlink_delinearize_table() funcArturo Borrero2014-04-251-2/+11
* netlink: add netlink_delinearize_chain() funcArturo Borrero2014-04-251-25/+21
* rule: generalize chain_print()Arturo Borrero2014-04-251-0/+14
* netlink: add netlink_delinearize_set() funcArturo Borrero2014-04-251-59/+53
* rule: allow to print sets in plain formatArturo Borrero2014-04-251-10/+50
* meta: Add support for input and output bridge interface nameTomasz Bursztyka2014-04-243-0/+12
* datatypes: rename some types for more consistencyPatrick McHardy2014-04-143-11/+11