summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_tables_api.c
AgeCommit message (Expand)Author
2020-03-05netfilter: nf_tables: fix infinite loop when expr is not availableFlorian Westphal
2020-03-05netfilter: nf_tables: dump NFTA_CHAIN_FLAGS attributePablo Neira Ayuso
2020-03-04netfilter: nf_tables: free flowtable hooks on hook register errorFlorian Westphal
2020-01-27netfilter: nf_tables: Support for sets with multiple ranged fieldsStefano Brivio
2020-01-27netfilter: nf_tables: add NFTA_SET_ELEM_KEY_END attributePablo Neira Ayuso
2020-01-27netfilter: nf_tables: add nft_setelem_parse_key()Pablo Neira Ayuso
2020-01-24netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso
2020-01-24netfilter: nf_tables: add __nft_chain_type_get()Pablo Neira Ayuso
2020-01-16netfilter: nf_tables: fix flowtable list del corruptionFlorian Westphal
2020-01-16netfilter: nf_tables: fix memory leak in nf_tables_parse_netdev_hooks()Dan Carpenter
2020-01-16netfilter: nf_tables: remove WARN and add NLA_STRING upper limitsFlorian Westphal
2020-01-16netfilter: nf_tables: store transaction list locally while requesting modulePablo Neira Ayuso
2020-01-05netfilter: nf_tables: unbind callbacks from flowtable destroy pathPablo Neira Ayuso
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-09netfilter: nf_tables: skip module reference count bump on object updatesPablo Neira Ayuso
2019-12-09netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()Pablo Neira Ayuso
2019-12-09netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_ENDPablo Neira Ayuso
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-11-15netfilter: nf_tables: add nft_unregister_flowtable_hook()Pablo Neira Ayuso
2019-11-15netfilter: nf_tables: check if bind callback fails and unbind if hook registr...wenxu
2019-11-15netfilter: nf_tables_offload: undo updates if transaction failsPablo Neira Ayuso
2019-11-12netfilter: nf_tables: add flowtable offload control planePablo Neira Ayuso
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-04netfilter: nf_tables: bogus EOPNOTSUPP on basechain updatePablo Neira Ayuso
2019-11-04netfilter: nf_tables: fix unexpected EOPNOTSUPP errorFernando Fernandez Mancera
2019-10-30net/netfilter: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney
2019-10-23netfilter: nf_tables: support for multiple devices per netdev hookPablo Neira Ayuso
2019-10-23netfilter: nf_tables: increase maximum devices number per flowtablePablo Neira Ayuso
2019-10-23netfilter: nf_tables: allow netdevice to be used only once per flowtablePablo Neira Ayuso
2019-10-23netfilter: nf_tables: dynamically allocate hooks per net_device in flowtablesPablo Neira Ayuso
2019-10-23netfilter: nf_flow_table: move priority to struct nf_flowtablePablo Neira Ayuso
2019-09-25netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushLaura Garcia Liebana
2019-09-20netfilter: nf_tables: allow lookups in dynamic setsFlorian Westphal
2019-09-20netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use itPablo Neira Ayuso
2019-09-13netfilter: nf_tables_offload: remove rules when the device unregisterswenxu
2019-09-10netfilter: nft_{fwd,dup}_netdev: add offload supportPablo Neira Ayuso
2019-09-08netfilter: nf_tables_offload: move indirect flow_block callback logic to corePablo Neira Ayuso
2019-09-08netfilter: nf_tables: Fix an Oops in nf_tables_updobj() error handlingDan Carpenter
2019-09-05netfilter: nf_tables: fix possible null-pointer dereference in object updateFernando Fernandez Mancera
2019-09-03netfilter: nf_tables: Introduce stateful object update operationFernando Fernandez Mancera
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-18netfilter: nf_tables: map basechain priority to hardware priorityPablo Neira Ayuso
2019-08-09netfilter: nf_tables: use-after-free in failing rule with bound setPablo Neira Ayuso
2019-08-08netfilter: nf_tables_offload: support indr block callwenxu
2019-07-19net: flow_offload: add flow_block structure and use itPablo Neira Ayuso
2019-07-16netfilter: nf_tables: don't fail when updating base chain policyFlorian Westphal
2019-07-09netfilter: nf_tables: add hardware offload supportPablo Neira Ayuso
2019-07-06netfilter: nf_tables: force module load in case select_ops() returns -EAGAINPablo Neira Ayuso
2019-07-05netfilter: nf_tables: __nft_expr_type_get() selects specific family typePablo Neira Ayuso