summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2022-07-12netfilter: nf_tables: stricter validation of element dataPablo Neira Ayuso
2022-07-12netfilter: nft_set_pipapo: release elements in clone from abort pathPablo Neira Ayuso
2022-07-07netfilter: nft_dynset: restore set element counter when failing to updatePablo Neira Ayuso
2022-06-29netfilter: nf_dup_netdev: add and use recursion counterFlorian Westphal
2022-06-29netfilter: nf_dup_netdev: do not push mac header a second timeFlorian Westphal
2022-06-29netfilter: use get_random_u32 instead of prandomFlorian Westphal
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: nft_limit: Clone packet limits' cost valuePhil Sutter
2022-06-06netfilter: nf_tables: disallow non-stateful expression in sets earlierPablo Neira Ayuso
2022-05-18netfilter: nf_tables: disable expression reduction infraPablo Neira Ayuso
2022-05-18netfilter: flowtable: move dst_check to packet pathRitaro Takenaka
2022-05-18netfilter: flowtable: fix TCP flow teardownPablo Neira Ayuso
2022-05-16netfilter: nft_flow_offload: fix offload with pppoe + vlanFelix Fietkau
2022-05-16netfilter: nft_flow_offload: skip dst neigh lookup for ppp devicesFelix Fietkau
2022-05-16netfilter: flowtable: fix excessive hw offload attempts after failureFelix Fietkau
2022-04-28netfilter: nft_socket: only do sk lookups when indev is availableFlorian Westphal
2022-04-27netfilter: conntrack: fix udp offload timeout sysctlVolodymyr Mytnyk
2022-04-27netfilter: nf_conntrack_tcp: re-init for syn packets onlyFlorian Westphal
2022-04-22netfilter: nft_set_rbtree: overlap detection with element re-addition after d...Pablo Neira Ayuso
2022-04-19ipvs: correctly print the memory size of ip_vs_conn_tabPengcheng Yang
2022-04-12netfilter: nf_tables: nft_parse_register can return a negative valueAntoine Tenart
2022-04-11netfilter: nft_socket: make cgroup match work in input tooFlorian Westphal
2022-04-05netfilter: nf_tables: memcg accounting for dynamically allocated objectsVasily Averin
2022-03-29netfilter: bitwise: fix reduce comparisonsJeremy Sowden
2022-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller
2022-03-28memcg: enable accounting for nft objectsVasily Averin
2022-03-24netfilter: nf_conntrack_tcp: preserve liberal flag in tcp optionsPablo Neira Ayuso
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-03-20netfilter: flowtable: pass flowtable to nf_flow_table_iterate()Pablo Neira Ayuso
2022-03-20netfilter: flowtable: remove redundant field in flow_offload_work structPablo Neira Ayuso
2022-03-20netfilter: nft_exthdr: add reduce supportFlorian Westphal
2022-03-20netfilter: nft_fib: add reduce supportFlorian Westphal
2022-03-20netfilter: nft_tunnel: track register operationsPablo Neira Ayuso
2022-03-20netfilter: nft_xfrm: track register operationsPablo Neira Ayuso
2022-03-20netfilter: nft_socket: track register operationsPablo Neira Ayuso
2022-03-20netfilter: nft_immediate: cancel register tracking for data destination registerPablo Neira Ayuso
2022-03-20netfilter: nft_hash: track register operationsPablo Neira Ayuso
2022-03-20netfilter: nft_osf: track register operationsPablo Neira Ayuso
2022-03-20netfilter: nft_numgen: cancel register trackingPablo Neira Ayuso
2022-03-20netfilter: nft_meta: extend reduce support to bridge familyFlorian Westphal