summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_reject_inet.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: do not reduce read-only expressionsPablo Neira Ayuso2022-03-201-0/+1
* netfilter: nf_tables: add and use nft_sk helperFlorian Westphal2021-05-291-2/+2
* netfilter: use actual socket sk for REJECT actionJan Engelhardt2020-12-011-2/+4
* netfilter: nft_reject_inet: allow to use reject from inet ingressPablo Neira Ayuso2020-11-011-1/+13
* netfilter: nft_reject: unify reject init and dump into nft_rejectJose M. Guisado Gomez2020-10-311-58/+2
* netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill2020-06-251-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* netfilter: nf_tables: validate the expr explicitly after init successfullyLiping Zhang2017-03-061-5/+1
* netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso2016-11-031-9/+9
* netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUTLiping Zhang2016-08-251-1/+6
* ipv4: Push struct net down into nf_send_resetEric W. Biederman2015-09-291-1/+1
* netfilter: nf_tables: Use pkt->net instead of computing net from the passed n...Eric W. Biederman2015-09-181-4/+3
* netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman2015-09-181-7/+7
* netfilter; Add some missing default cases to switch statements in nft_reject.David S. Miller2015-04-271-0/+2
* netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy2015-04-131-2/+3
* netfilter: reject: don't send icmp error if csum is invalidFlorian Westphal2015-03-031-2/+4
* netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso2014-10-021-4/+90
* netfilter: nft_reject_inet: fix unintended fall-through in switch-statatementPatrick McHardy2014-02-141-2/+2
* netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy2014-02-061-0/+63