summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_tables_api.c
AgeCommit message (Expand)Author
2020-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-09-08netfilter: nf_tables: add userdata support for nft_objectJose M. Guisado Gomez
2020-08-28netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso
2020-08-28netfilter: nf_tables: add userdata attributes to nft_tableJose M. Guisado Gomez
2020-08-21netfilter: nf_tables: add NFTA_SET_USERDATA if not nullPablo Neira Ayuso
2020-08-13netfilter: nf_tables: free chain context when BINDING flag is missingFlorian Westphal
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-04Merge tag 'audit-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-08-02netfilter: nf_tables: report EEXIST on overlapsPablo Neira Ayuso
2020-08-02netfilter: nf_tables: extended netlink error reporting for expressionsPablo Neira Ayuso
2020-07-31netfilter: nft_compat: make sure xtables destructors have runFlorian Westphal
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-22netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-15netfilter: nf_tables: fix nat hook table deletionFlorian Westphal
2020-07-13net: netfilter: kerneldoc fixesAndrew Lunn
2020-07-08audit: use the proper gfp flags in the audit_log_nfcfg() callsPaul Moore
2020-07-04netfilter: nf_tables: reject unsupported chain flagsPablo Neira Ayuso
2020-07-04netfilter: nf_tables: add NFT_CHAIN_BINDINGPablo Neira Ayuso
2020-07-04netfilter: nf_tables: add nft_chain_add()Pablo Neira Ayuso
2020-07-04netfilter: nf_tables: expose enum nft_chain_flags through UAPIPablo Neira Ayuso
2020-07-04netfilter: nf_tables: add NFTA_VERDICT_CHAIN_ID attributePablo Neira Ayuso
2020-07-04netfilter: nf_tables: add NFTA_RULE_CHAIN_ID attributePablo Neira Ayuso
2020-07-04netfilter: nf_tables: add NFTA_CHAIN_ID attributePablo Neira Ayuso
2020-06-29audit: add gfp parameter to audit_log_nfcfgRichard Guy Briggs
2020-06-23audit: log nftables configuration change eventsRichard Guy Briggs
2020-06-12netfilter: nf_tables: hook list memleak in flowtable deletionPablo Neira Ayuso
2020-05-27netfilter: nf_tables: skip flowtable hooknum and priority on device updatesPablo Neira Ayuso
2020-05-27netfilter: nf_tables: allow to register flowtable with no devicesPablo Neira Ayuso
2020-05-27netfilter: nf_tables: delete devices from flowtablePablo Neira Ayuso
2020-05-27netfilter: nf_tables: add devices to existing flowtablePablo Neira Ayuso
2020-05-27netfilter: nf_tables: pass hook list to flowtable event notifierPablo Neira Ayuso
2020-05-27netfilter: nf_tables: add nft_flowtable_hooks_destroy()Pablo Neira Ayuso
2020-05-27netfilter: nf_tables: pass hook list to nft_{un,}register_flowtable_net_hooks()Pablo Neira Ayuso
2020-05-27netfilter: nf_tables: generalise flowtable hook parsingPablo Neira Ayuso
2020-04-27netfilter: nf_tables: allow up to 64 bytes in the set element data areaPablo Neira Ayuso
2020-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-04-09x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld
2020-04-07netfilter: nf_tables: reintroduce the NFT_SET_CONCAT flagPablo Neira Ayuso
2020-04-07netfilter: nf_tables: report EOPNOTSUPP on unsupported flags/object typePablo Neira Ayuso
2020-04-05netfilter: nf_tables: do not leave dangling pointer in nf_tables_set_alloc_nameEric Dumazet
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-03-30netfilter: nf_tables: skip set types that do not support for expressionsPablo Neira Ayuso
2020-03-27netfilter: nf_tables: silence a RCU-list warning in nft_table_lookup()Qian Cai
2020-03-27netfilter: nf_tables: add enum nft_flowtable_flags to uapiPablo Neira Ayuso
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-24netfilter: nf_tables: Allow set back-ends to report partial overlaps on inser...Pablo Neira Ayuso
2020-03-19netfilter: nf_tables: add nft_set_elem_expr_destroy() and use itPablo Neira Ayuso
2020-03-19netfilter: nf_tables: fix double-free on set expression from the error pathPablo Neira Ayuso