Alexandre Connat <alc@xxxxxxx> wrote: > 1) FIRST QUESTION: > Would you be interested in such a contribution? Nothing was previously done on GRE, specifically, I suppose. I wonder why there is no target module out there that let you set any arbitrary data within the raw packet, at a certain offset? (like quite the opposite of the "u32" match) development focus is on nftables, there is a "write byte x at offset" approach implemented in nft_payload.c . > 2) SECOND QUESTION: > Should I respect a specific coding style, and also put some particular "MODULE_*" within the code (other than MODULE_AUTHOR, MODULE_DESCRIPTION, and MODULE_LICENSE("GPL"))? see Documentation/CodingStyle and scripts/checkpatch.pl in kernel source. > 3) THIRD QUESTION: > Well... How do I upload my code, where is it reviewed, etc...? Its revieved on this mailing list. There is a patch tracker/archive at http://patchwork.ozlabs.org/project/netfilter-devel/list/