summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_log.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* netfilter: nf_tables: add NFT_LOGLEVEL_* enumeration and use itPablo Neira Ayuso2018-06-071-5/+5
* netfilter: nf_tables: Add audit support to log statementPhil Sutter2018-06-011-1/+91
* netfilter: nf_tables: add single table list for all familiesPablo Neira Ayuso2018-01-101-2/+2
* netfilter: nft_log: restrict the log prefix length to 127Liping Zhang2017-01-241-1/+2
* netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso2016-11-031-2/+3
* netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang2016-09-251-1/+8
* netfilter: nft_log: fix snaplen does not truncate packetsLiping Zhang2016-07-211-1/+2
* netfilter: nft_log: check the validity of log levelLiping Zhang2016-07-211-0/+5
* netfilter: nft_log: fix possible memory leak if log expr init failLiping Zhang2016-07-211-8/+18
* netfilter: nf_log: handle NFPROTO_INET properly in nf_logger_[find_get|put]Liping Zhang2016-06-231-20/+1Star
* netfilter: nf_tables: Use pkt->net instead of computing net from the passed n...Eric W. Biederman2015-09-181-2/+1Star
* netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman2015-09-181-1/+1
* netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy2015-04-131-1/+1
* netfilter: Use LOGLEVEL_<FOO> definesJoe Perches2015-03-251-1/+1
* netfilter: nft_log: fix coccinelle warningsFengguang Wu2014-06-291-1/+1
* netfilter: nft_log: complete logging supportPablo Neira Ayuso2014-06-271-17/+59
* netfilter: nft_log: request explicit logger when loading rulesPablo Neira Ayuso2014-06-271-1/+23
* netfilter: nf_tables: restore context for expression destructorsPatrick McHardy2014-03-081-1/+2
* netfilter: nf_tables: fix log/queue expressions for NFPROTO_INETPatrick McHardy2014-02-061-4/+1Star
* netfilter: nf_tables: add hook ops to struct nft_pktinfoPatrick McHardy2014-01-071-1/+1
* netfilter: nf_tables: expression ops overloadingPatrick McHardy2013-10-141-6/+12
* netfilter: add nftablesPatrick McHardy2013-10-141-0/+140