aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_reject_inet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-29netfilter: nf_tables: add and use nft_sk helperFlorian Westphal1-2/+2
2020-12-01netfilter: use actual socket sk for REJECT actionJan Engelhardt1-2/+4
2020-11-01netfilter: nft_reject_inet: allow to use reject from inet ingressPablo Neira Ayuso1-1/+13
2020-10-31netfilter: nft_reject: unify reject init and dump into nft_rejectJose M. Guisado Gomez1-58/+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
2017-03-06netfilter: nf_tables: validate the expr explicitly after init successfullyLiping Zhang1-5/+1
2016-11-03netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso1-9/+9
2016-08-25netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUTLiping Zhang1-1/+6
2015-09-29ipv4: Push struct net down into nf_send_resetEric W. Biederman1-1/+1
2015-09-18netfilter: nf_tables: Use pkt->net instead of computing net from the passed net_devicesEric W. Biederman1-4/+3
2015-09-18netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman1-7/+7
2015-04-27netfilter; Add some missing default cases to switch statements in nft_reject.David S. Miller1-0/+2
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy1-2/+3
2015-03-03netfilter: reject: don't send icmp error if csum is invalidFlorian Westphal1-2/+4
2014-10-02netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso1-4/+90
2014-02-14netfilter: nft_reject_inet: fix unintended fall-through in switch-statatementPatrick McHardy1-2/+2
2014-02-06netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy1-0/+63