aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_reject_inet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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