summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* netlink: fix length value of concat dataPatrick McHardy2014-04-141-1/+1
* gmputil: use MSF/LSF in import/export functions dependant on host byte orderPatrick McHardy2014-04-121-2/+5
* expression: fix constant expression allocation on big endianArturo Borrero Gonzalez2014-04-122-2/+3
* parser: fix ether keyword clashPatrick McHardy2014-04-111-0/+7
* rule: fix crash in set listingAna Rey2014-04-081-1/+1
* expr: do not suppress OP_EQ when RHS is bitmask typeFlorian Westphal2014-04-041-2/+10
* nftables: Fix list of sets by familyAna Rey2014-03-282-3/+7