aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_reject.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-31netfilter: nft_reject: unify reject init and dump into nft_rejectJose M. Guisado Gomez1-1/+11
2020-06-30netfilter: introduce support for reject at prerouting stageLaura Garcia Liebana1-1/+2
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-09-17netfilter: nf_tables: avoid BUG_ON usageFlorian Westphal1-2/+4
2017-03-06netfilter: nf_tables: validate the expr explicitly after init successfullyLiping Zhang1-5/+0
2016-08-25netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUTLiping Zhang1-0/+16
2015-04-27netfilter; Add some missing default cases to switch statements in nft_reject.David S. Miller1-0/+2
2014-10-07netfilter: fix wrong arithmetics regarding NFT_REJECT_ICMPX_MAXPablo Neira Ayuso1-6/+4
2014-10-02netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso1-0/+37
2014-02-06netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc partsPatrick McHardy1-80/+9
2014-01-07netfilter: nf_tables: add hook ops to struct nft_pktinfoPatrick McHardy1-3/+3
2014-01-07netfilter: nft_reject: fix compilation warning if NF_TABLES_IPV6 is disabledPablo Neira Ayuso1-1/+2
2013-12-30netfilter: nft_reject: support for IPv6 and TCP resetEric Leblond1-0/+144