aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c
AgeCommit message (Expand)Author
2022-03-02netfilter: nf_tables: fix memory leak during stateful obj updateFlorian Westphal
2021-10-06netfilter: nf_tables: Fix oversized kvmalloc() callsPablo Neira Ayuso
2021-09-22netfilter: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-09-12netfilter: nftables: clone set element expression templatePablo Neira Ayuso
2021-09-12netfilter: nf_tables: initialize set before expression setupPablo Neira Ayuso
2021-09-12netfilter: nftables: avoid potential overflows on 32bit archesEric Dumazet
2021-06-10netfilter: nf_tables: missing error reporting for not selected expressionsPablo Neira Ayuso
2021-05-19netfilter: nftables: Fix a memleak from userdata error path in new objectsPablo Neira Ayuso
2021-04-10netfilter: nftables: skip hook overlap logic if flowtable is stalePablo Neira Ayuso
2021-03-30netfilter: nftables: allow to update flowtable flagsPablo Neira Ayuso
2021-03-30netfilter: nftables: report EOPNOTSUPP on unsupported flowtable flagsPablo Neira Ayuso
2021-02-17netfilter: nftables: fix possible UAF over chains from packet path in netnsPablo Neira Ayuso
2020-12-08netfilter: nftables: comment indirect serialization of commit_mutex with rtnl...Pablo Neira Ayuso
2020-12-08netfilter: nft_dynset: fix timeouts later than 23 daysPablo Neira Ayuso
2020-11-26netfilter: nf_tables: avoid false-postive lockdep splatFlorian Westphal
2020-10-30netfilter: nf_tables: missing validation from the abort pathPablo Neira Ayuso
2020-10-30netfilter: nftables: fix netlink report logic in flowtable and genidPablo Neira Ayuso
2020-10-20netfilter: nftables_offload: KASAN slab-out-of-bounds Read in nft_flow_rule_c...Saeed Mirzamohammadi
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-14netfilter: restore NF_INET_NUMHOOKSPablo Neira Ayuso
2020-10-12netfilter: nftables: extend error reporting for chain updatesPablo Neira Ayuso
2020-10-12netfilter: nf_tables: add inet ingress supportPablo Neira Ayuso
2020-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-09-30netfilter: nf_tables: add userdata attributes to nft_chainJose M. Guisado Gomez
2020-09-30netfilter: nf_tables: use nla_memdup to copy udataJose M. Guisado Gomez
2020-09-30netfilter: nf_tables: fix userdata memleakJose M. Guisado Gomez
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
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-09-08netfilter: nf_tables: coalesce multiple notifications into one skbuffPablo Neira Ayuso
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