summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2022-06-14netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso
2022-06-14netfilter: nf_tables: memleak flow rule from commit pathPablo Neira Ayuso
2022-06-14netfilter: nf_tables: release new hooks on unsupported flowtable flagsPablo Neira Ayuso
2022-06-14netfilter: nf_tables: always initialize flowtable hook list in transactionPablo Neira Ayuso
2022-06-14netfilter: nf_tables: delete flowtable hooks via transaction listPablo Neira Ayuso
2022-06-14netfilter: nf_tables: use kfree_rcu(ptr, rcu) to release hooks in clean_net pathPablo Neira Ayuso
2022-06-14netfilter: nat: really support inet nat without l3 addressFlorian Westphal
2022-06-06netfilter: nf_tables: double hook unregistration in netns pathPablo Neira Ayuso
2022-06-06netfilter: nf_tables: hold mutex on netns pre_exit pathPablo Neira Ayuso
2022-06-06netfilter: nf_tables: sanitize nft_set_desc_concat_parse()Pablo Neira Ayuso
2022-06-06netfilter: nf_tables: disallow non-stateful expression in sets earlierPablo Neira Ayuso
2022-05-25netfilter: flowtable: move dst_check to packet pathRitaro Takenaka
2022-05-25netfilter: flowtable: pass flowtable to nf_flow_table_iterate()Pablo Neira Ayuso
2022-05-25netfilter: flowtable: fix TCP flow teardownPablo Neira Ayuso
2022-05-25netfilter: nft_flow_offload: fix offload with pppoe + vlanFelix Fietkau
2022-05-25netfilter: nft_flow_offload: skip dst neigh lookup for ppp devicesFelix Fietkau
2022-05-25netfilter: flowtable: fix excessive hw offload attempts after failureFelix Fietkau
2022-05-09netfilter: nft_socket: only do sk lookups when indev is availableFlorian Westphal
2022-05-09netfilter: conntrack: fix udp offload timeout sysctlVolodymyr Mytnyk
2022-05-09netfilter: nft_set_rbtree: overlap detection with element re-addition after d...Pablo Neira Ayuso
2022-05-09ipvs: correctly print the memory size of ip_vs_conn_tabPengcheng Yang
2022-04-27netfilter: nft_ct: fix use after free when attaching zone templateFlorian Westphal
2022-04-27netfilter: conntrack: avoid useless indirection during conntrack destructionFlorian Westphal
2022-04-27netfilter: conntrack: convert to refcount_t apiFlorian Westphal
2022-04-20netfilter: nf_tables: nft_parse_register can return a negative valueAntoine Tenart
2022-04-20netfilter: nft_socket: make cgroup match work in input tooFlorian Westphal
2022-04-13netfilter: conntrack: revisit gc autotuningFlorian Westphal
2022-04-08net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal
2022-04-08netfilter: nf_conntrack_tcp: preserve liberal flag in tcp optionsPablo Neira Ayuso
2022-04-08netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned()Phil Sutter
2022-04-08netfilter: flowtable: Fix QinQ and pppoe support for inet tablePablo Neira Ayuso
2022-03-28netfilter: nf_tables: validate registers coming from userspace.Pablo Neira Ayuso
2022-03-28netfilter: nf_tables: initialize registers in nft_do_chain()Pablo Neira Ayuso
2022-03-08netfilter: nf_tables: prefer kfree_rcu(ptr, rcu) variantEric Dumazet
2022-03-08netfilter: nf_queue: handle socket prefetchFlorian Westphal
2022-03-08netfilter: nf_queue: fix possible use-after-freeFlorian Westphal
2022-03-08netfilter: nf_queue: don't assume sk is full socketFlorian Westphal
2022-03-08netfilter: fix use-after-free in __nf_register_net_hook()Eric Dumazet
2022-03-02netfilter: nf_tables: fix memory leak during stateful obj updateFlorian Westphal
2022-03-02netfilter: nf_tables: unregister flowtable hooks on netns exitPablo Neira Ayuso
2022-03-02netfilter: nf_tables_offload: incorrect flow offload action array sizePablo Neira Ayuso
2022-03-02netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependencyPablo Neira Ayuso
2022-03-02netfilter: xt_socket: fix a typo in socket_mt_destroy()Eric Dumazet
2022-02-23netfilter: conntrack: don't refresh sctp entries in closed stateFlorian Westphal
2022-02-23netfilter: nft_synproxy: unregister hooks on init error pathPablo Neira Ayuso
2022-02-16netfilter: ctnetlink: disable helper autoassignFlorian Westphal
2022-02-01netfilter: conntrack: don't increment invalid counter on NF_REPEATFlorian Westphal
2022-01-27netfilter: nft_set_pipapo: allocate pcpu scratch maps on cloneFlorian Westphal
2022-01-27netfilter: nft_payload: do not update layer 4 checksum when mangling fragmentsPablo Neira Ayuso
2021-12-29netfilter: fix regression in looped (broad|multi)cast's MAC handlingIgnacy Gawędzki