summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_reject_inet.c
Commit message (Expand)AuthorAgeFilesLines
* 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