summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/nft_reject_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso2016-11-031-2/+2
* netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUTLiping Zhang2016-08-251-0/+1
* ipv4: Push struct net down into nf_send_resetEric W. Biederman2015-09-291-1/+1
* netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman2015-09-181-3/+2Star
* netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy2015-04-131-2/+2
* netfilter: Fix switch statement warnings with recent gcc.David Miller2015-04-081-0/+2
* netfilter: reject: don't send icmp error if csum is invalidFlorian Westphal2015-03-031-1/+2
* netfilter: fix various sparse warningsFlorian Westphal2014-11-131-4/+3Star
* netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso2014-10-021-1/+0Star
* netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy2014-02-061-3/+4
* netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc partsPatrick McHardy2014-02-061-0/+74
* netfilter: nft_reject: support for IPv6 and TCP resetEric Leblond2013-12-301-123/+0Star
* netfilter: nf_tables: expression ops overloadingPatrick McHardy2013-10-141-6/+12
* netfilter: add nftablesPatrick McHardy2013-10-141-0/+117