aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/nft_reject_ipv4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-03netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso1-2/+2
2016-08-25netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUTLiping Zhang1-0/+1
2015-09-29ipv4: Push struct net down into nf_send_resetEric W. Biederman1-1/+1
2015-09-18netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman1-3/+2
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy1-2/+2
2015-04-08netfilter: Fix switch statement warnings with recent gcc.David Miller1-0/+2
2015-03-03netfilter: reject: don't send icmp error if csum is invalidFlorian Westphal1-1/+2
2014-11-13netfilter: fix various sparse warningsFlorian Westphal1-4/+3
2014-10-02netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso1-1/+0
2014-02-06netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy1-3/+4
2014-02-06netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc partsPatrick McHardy1-0/+74
2013-12-30netfilter: nft_reject: support for IPv6 and TCP resetEric Leblond1-123/+0
2013-10-14netfilter: nf_tables: expression ops overloadingPatrick McHardy1-6/+12
2013-10-14netfilter: add nftablesPatrick McHardy1-0/+117