aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-31netfilter: nft_log: perform module load from nf_tablesFlorian Westphal1-1/+19
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel1-1/+1
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
2018-06-07netfilter: nf_tables: add NFT_LOGLEVEL_* enumeration and use itPablo Neira Ayuso1-5/+5
2018-06-01netfilter: nf_tables: Add audit support to log statementPhil Sutter1-1/+91
2018-01-10netfilter: nf_tables: add single table list for all familiesPablo Neira Ayuso1-2/+2
2017-01-24netfilter: nft_log: restrict the log prefix length to 127Liping Zhang1-1/+2
2016-11-03netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso1-2/+3
2016-09-25netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang1-1/+8
2016-07-21netfilter: nft_log: fix snaplen does not truncate packetsLiping Zhang1-1/+2
2016-07-21netfilter: nft_log: check the validity of log levelLiping Zhang1-0/+5
2016-07-21netfilter: nft_log: fix possible memory leak if log expr init failLiping Zhang1-8/+18
2016-06-23netfilter: nf_log: handle NFPROTO_INET properly in nf_logger_[find_get|put]Liping Zhang1-20/+1
2015-09-18netfilter: nf_tables: Use pkt->net instead of computing net from the passed net_devicesEric W. Biederman1-2/+1
2015-09-18netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman1-1/+1
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy1-1/+1
2015-03-25netfilter: Use LOGLEVEL_<FOO> definesJoe Perches1-1/+1
2014-06-29netfilter: nft_log: fix coccinelle warningsFengguang Wu1-1/+1
2014-06-27netfilter: nft_log: complete logging supportPablo Neira Ayuso1-17/+59
2014-06-27netfilter: nft_log: request explicit logger when loading rulesPablo Neira Ayuso1-1/+23
2014-03-08netfilter: nf_tables: restore context for expression destructorsPatrick McHardy1-1/+2
2014-02-06netfilter: nf_tables: fix log/queue expressions for NFPROTO_INETPatrick McHardy1-4/+1
2014-01-07netfilter: nf_tables: add hook ops to struct nft_pktinfoPatrick McHardy1-1/+1
2013-10-14netfilter: nf_tables: expression ops overloadingPatrick McHardy1-6/+12
2013-10-14netfilter: add nftablesPatrick McHardy1-0/+140