summaryrefslogtreecommitdiff
path: root/net/netfilter/nft_limit.c
AgeCommit message (Expand)Author
2024-01-24netfilter: nft_limit: reject configurations that cause integer overflowFlorian Westphal
2024-01-17netfilter: nft_limit: do not ignore unsupported flagsPablo Neira Ayuso
2022-11-15netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter
2022-05-26netfilter: nft_limit: Clone packet limits' cost valuePhil Sutter
2022-04-05netfilter: nf_tables: memcg accounting for dynamically allocated objectsVasily Averin
2022-03-20netfilter: nf_tables: do not reduce read-only expressionsPablo Neira Ayuso
2022-02-21netfilter: nft_limit: fix stateful object memory leakFlorian Westphal
2022-01-10netfilter: nf_tables: typo NULL check in _clone() functionPablo Neira Ayuso
2022-01-09netfilter: nft_limit: move stateful fields out of expression dataPablo Neira Ayuso
2022-01-09netfilter: nft_limit: rename stateful structurePablo Neira Ayuso
2021-04-10netfilter: nft_limit: avoid possible divide error in nft_limit_initEric Dumazet
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-05-23netfilter: nft_limit: fix packet ratelimitingPablo Neira Ayuso
2017-09-04netfilter: nft_limit: add stateful object typePablo M. Bermudo Garay
2017-09-04netfilter: nft_limit: replace pkt_bytes with bytesPablo M. Bermudo Garay
2017-08-24netfilter: nf_tables: Fix nft limit burst handlingandy zhou
2017-03-13netfilter: limit: use per-rule spinlock to improve the scalabilityLiping Zhang
2016-10-04netfilter: nft_limit: fix divided by zero panicLiping Zhang
2016-04-23libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel
2016-01-03netfilter: nft_limit: allow to invert matching criteriaPablo Neira Ayuso
2015-08-07netfilter: nft_limit: add per-byte limitingPablo Neira Ayuso
2015-08-07netfilter: nft_limit: constant token cost per packetPablo Neira Ayuso
2015-08-07netfilter: nft_limit: add burst parameterPablo Neira Ayuso
2015-08-07netfilter: nft_limit: factor out shared code with per-byte limitingPablo Neira Ayuso
2015-08-07netfilter: nft_limit: convert to token-based limiting at nanosecond granularityPablo Neira Ayuso
2015-08-07netfilter: nft_limit: rename to nft_limit_pktsPablo Neira Ayuso
2015-04-13netfilter: nf_tables: mark stateful expressionsPatrick McHardy
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy
2013-10-14netfilter: nf_tables: expression ops overloadingPatrick McHardy
2013-10-14netfilter: add nftablesPatrick McHardy