On Wed, 4 Nov 2020 15:11:41 +0100 Pablo Neira Ayuso wrote: > 1) Move existing bridge packet reject infra to nf_reject_{ipv4,ipv6}.c > from Jose M. Guisado. > > 2) Consolidate nft_reject_inet initialization and dump, also from Jose. > > 3) Add the netdev reject action, from Jose. > > 4) Allow to combine the exist flag and the destroy command in ipset, > from Joszef Kadlecsik. > > 5) Expose bucket size parameter for hashtables, also from Jozsef. > > 6) Expose the init value for reproducible ipset listings, from Jozsef. > > 7) Use __printf attribute in nft_request_module, from Andrew Lunn. > > 8) Allow to use reject from the inet ingress chain. Pulled, thanks!