aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c
AgeCommit message (Expand)Author
2024-01-15netfilter: nf_tables: Reject tables of unsupported familyPhil Sutter
2023-10-10netfilter: nf_tables: disallow element removal on anonymous setsPablo Neira Ayuso
2023-09-23netfilter: nf_tables: missing NFT_TRANS_PREPARE_ERROR in flowtable deactivata...Pablo Neira Ayuso
2023-08-16netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso
2023-08-16netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushPablo Neira Ayuso
2023-08-11netfilter: nf_tables: can't schedule in nft_chain_validateFlorian Westphal
2023-08-11netfilter: nf_tables: fix spurious set element insertion failureFlorian Westphal
2023-08-11netfilter: nf_tables: fix scheduling-while-atomic splatFlorian Westphal
2023-08-11netfilter: nf_tables: unbind non-anonymous set if rule construction failsPablo Neira Ayuso
2023-08-11netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso
2023-08-11netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso
2023-08-11netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULEPablo Neira Ayuso
2023-08-11netfilter: nf_tables: use net_generic infra for transaction dataPablo Neira Ayuso
2023-08-11netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso
2023-08-11netfilter: nftables: add helper function to set the base sequence numberPablo Neira Ayuso
2023-08-11netfilter: nf_tables: add rescheduling points during loop detection walksFlorian Westphal
2023-08-11netfilter: nf_tables: fix nat hook table deletionFlorian Westphal
2023-06-28netfilter: nf_tables: disallow element updates of bound anonymous setsPablo Neira Ayuso
2023-05-30netfilter: nf_tables: do not allow RULE_ID to refer to another chainPablo Neira Ayuso
2023-05-30netfilter: nf_tables: validate NFTA_SET_ELEM_OBJREF based on NFT_SET_OBJECT flagPablo Neira Ayuso
2023-05-30netfilter: nf_tables: stricter validation of element dataPablo Neira Ayuso
2023-05-30netfilter: nf_tables: allow up to 64 bytes in the set element data areaPablo Neira Ayuso
2023-05-30netfilter: nf_tables: add nft_setelem_parse_key()Pablo Neira Ayuso
2023-05-30netfilter: nf_tables: validate registers coming from userspace.Pablo Neira Ayuso
2023-05-30netfilter: nftables: statify nft_parse_register()Pablo Neira Ayuso
2023-05-30netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso
2023-05-30netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso
2023-05-17netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso
2023-05-17netfilter: nf_tables: don't write table validation state without mutexFlorian Westphal
2022-08-25netfilter: nf_tables: really skip inactive sets when allocating namePablo Neira Ayuso
2022-08-25netfilter: nf_tables: fix null deref due to zeroed list headFlorian Westphal
2022-08-25netfilter: nf_tables: do not allow SET_ID to refer to another tableThadeu Lima de Souza Cascardo
2022-06-14netfilter: nf_tables: disallow non-stateful expression in sets earlierPablo Neira Ayuso
2020-12-11netfilter: nf_tables: avoid false-postive lockdep splatFlorian Westphal
2020-09-09netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso
2020-09-09netfilter: nf_tables: add NFTA_SET_USERDATA if not nullPablo Neira Ayuso
2020-04-23netfilter: nf_tables: report EOPNOTSUPP on unsupported flags/object typePablo Neira Ayuso
2020-01-29netfilter: nf_tables: add __nft_chain_type_get()Pablo Neira Ayuso
2020-01-23netfilter: nf_tables: fix flowtable list del corruptionFlorian Westphal
2020-01-23netfilter: nf_tables: store transaction list locally while requesting modulePablo Neira Ayuso
2020-01-23netfilter: nf_tables: remove WARN and add NLA_STRING upper limitsFlorian Westphal
2020-01-12netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()Pablo Neira Ayuso
2020-01-12netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_ENDPablo Neira Ayuso
2019-12-13netfilter: nf_tables: don't use position attribute on rule replacementFlorian Westphal
2019-12-05netfilter: nf_tables: fix a missing check of nla_put_failureKangjie Lu
2019-11-20netfilter: nf_tables: avoid BUG_ON usageFlorian Westphal
2019-10-11netfilter: nf_tables: allow lookups in dynamic setsFlorian Westphal
2019-09-10netfilter: nf_tables: use-after-free in failing rule with bound setPablo Neira Ayuso
2019-06-15netfilter: nf_tables: fix base chain stat rcu_dereference usageFlorian Westphal
2019-05-16netfilter: nf_tables: add missing ->release_ops() in error path of newrule()Taehee Yoo