On Thu, Oct 22, 2020 at 09:43:50PM +0200, Jose M. Guisado Gomez wrote: > This patch series comprises changes in kernel space and user space to > enable the reject verdict for the netdev family. > > In addition, some code refactor has been made to the nft_reject > infrastructure in kernel, adding two new functions to create the icmp or > tcp reset skbuffs to avoid using ip_local_out. Also, reject init and > dump functions has been unified into nft_reject.c > > This follows previous work from Laura García. > > nf-next > ------- > > Jose M. Guisado Gomez (3): > net: netfilter: add reject skbuff creation helpers > net: netfilter: unify reject init and dump into nft_reject > net: netfilter: add reject verdict support for netdev Applied these three patches to nf-next, thanks.