summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso2024-07-051-0/+5
* netfilter: nft_dynset: fix timeouts later than 23 daysPablo Neira Ayuso2024-06-161-0/+3
* netfilter: nf_tables: fix table flag updatesPablo Neira Ayuso2024-06-161-6/+0
* netfilter: nftables: update table flags from the commit phasePablo Neira Ayuso2024-06-161-3/+6
* netfilter: nf_tables: fix memleak when more than 255 elements expiredPablo Neira Ayuso2024-06-161-1/+1
* netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal2024-06-161-0/+5
* netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso2024-06-161-94/+3
* netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso2024-06-161-1/+60
* netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso2024-06-161-1/+4
* netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso2023-08-161-4/+27
* netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushPablo Neira Ayuso2023-08-161-0/+4
* netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso2023-08-111-0/+3
* netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso2023-08-111-0/+1
* netfilter: nf_tables: use net_generic infra for transaction dataPablo Neira Ayuso2023-08-111-0/+10
* netfilter: nf_tables: allow up to 64 bytes in the set element data areaPablo Neira Ayuso2023-05-301-0/+4
* netfilter: nftables: statify nft_parse_register()Pablo Neira Ayuso2023-05-301-1/+0
* netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso2023-05-303-7/+7
* netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso2023-05-304-7/+8
* netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso2023-05-171-0/+1
* netfilter: conntrack: re-fetch conntrack after insertionFlorian Westphal2022-06-061-1/+6
* netfilter: nf_queue: fix possible use-after-freeFlorian Westphal2022-03-081-1/+1
* netfilter: nat: remove l4 protocol port roversFlorian Westphal2022-02-081-1/+1
* netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso2020-10-291-0/+1
* netfilter: nf_tables: fix destination register zeroingFlorian Westphal2020-09-091-0/+2
* netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann2020-05-201-1/+1
* netfilter: nf_tables: Align nft_expr private data to 64-bitLukas Wunner2019-11-121-1/+2
* netfilter: nf_tables: use-after-free in failing rule with bound setPablo Neira Ayuso2019-09-101-2/+7
* netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal2019-05-161-0/+2
* netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso2019-05-021-0/+6
* netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso2019-05-021-4/+2
* netfilter: nft_compat: use .release_ops and remove list of extensionPablo Neira Ayuso2019-05-021-0/+3
* netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso2019-05-021-4/+13
* netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal2019-05-021-1/+6
* netfilter: physdev: relax br_netfilter dependencyFlorian Westphal2019-04-051-1/+0
* netfilter: nft_flow_offload: fix interaction with vrf slave devicewenxu2019-02-271-1/+0
* netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso2019-01-221-1/+0
* netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal2019-01-221-15/+3
* netfilter: add missing error handling code for register functionsTaehee Yoo2018-12-172-2/+2
* netfilter: nf_tables: rework ct timeout set supportFlorian Westphal2018-08-291-1/+1
* netfilter: nf_tables: fix register orderingFlorian Westphal2018-08-161-1/+1
* netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo2018-08-161-2/+2
* netfilter: remove ifdef around cttimeout in struct nf_conntrack_l4protoPablo Neira Ayuso2018-08-071-2/+0
* netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout objectPablo Neira Ayuso2018-08-071-9/+13
* netfilter: cttimeout: move ctnl_untimeout to nf_conntrackHarsha Sharma2018-08-071-0/+1
* netfilter: use kvmalloc_array to allocate memory for hashtableLi RongQing2018-08-031-2/+0
* netfilter: nf_tables: handle meta/lookup with direct callFlorian Westphal2018-07-301-0/+7
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-241-3/+2
|\
| * netfilter: nf_tables: use dev->name directlyFlorian Westphal2018-07-201-1/+0
| * netfilter: nf_tables: fix jumpstack depth validationTaehee Yoo2018-07-171-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-07-209-136/+52
|\ \