aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/nft_reject_ipv6.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-01netfilter: use actual socket sk for REJECT actionJan Engelhardt1-1/+2
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2016-11-03netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso1-3/+3
2016-08-25netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUTLiping Zhang1-0/+1
2015-09-18netfilter: nf_tables: Use pkt->net instead of computing net from the passed net_devicesEric W. Biederman1-3/+3
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
2014-11-13netfilter: fix various sparse warningsFlorian Westphal1-4/+3
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/+75