summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2020-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-31netfilter: flowtable: Fix setting forgotten NF_FLOW_HW_DEAD flagPaul Blakey
2020-01-31netfilter: flowtable: Fix missing flush hardware on table freePaul Blakey
2020-01-31netfilter: flowtable: Fix hardware flush order on nf_flow_table_cleanupPaul Blakey
2020-01-31netfilter: Use kvcallocJoe Perches
2020-01-29netfilter: ipset: fix suspicious RCU usage in find_set_and_idKadlecsik József
2020-01-27nf_tables: Add set type for arbitrary concatenation of rangesStefano Brivio
2020-01-27netfilter: nf_tables: Support for sets with multiple ranged fieldsStefano Brivio
2020-01-27netfilter: nf_tables: add NFTA_SET_ELEM_KEY_END attributePablo Neira Ayuso
2020-01-27netfilter: nf_tables: add nft_setelem_parse_key()Pablo Neira Ayuso
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-01-24netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso
2020-01-24netfilter: nf_tables: add __nft_chain_type_get()Pablo Neira Ayuso
2020-01-24netfilter: nf_tables_offload: fix check the chain offload flagwenxu
2020-01-24netfilter: conntrack: sctp: use distinct states for new SCTP connectionsJiri Wiesner
2020-01-24ipvs: fix spelling mistake "to" -> "too"Colin Ian King
2020-01-20netfilter: ipset: use bitmap infrastructure completelyKadlecsik József
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-18netfilter: nft_osf: add missing check for DREG attributeFlorian Westphal
2020-01-16netfilter: bitwise: add support for shifts.Jeremy Sowden
2020-01-16netfilter: bitwise: add NFTA_BITWISE_DATA attribute.Jeremy Sowden
2020-01-16netfilter: bitwise: only offload boolean operations.Jeremy Sowden
2020-01-16netfilter: bitwise: add helper for dumping boolean operations.Jeremy Sowden
2020-01-16netfilter: bitwise: add helper for evaluating boolean operations.Jeremy Sowden
2020-01-16netfilter: bitwise: add helper for initializing boolean operations.Jeremy Sowden
2020-01-16netfilter: bitwise: add NFTA_BITWISE_OP netlink attribute.Jeremy Sowden
2020-01-16netfilter: bitwise: replace gotos with returns.Jeremy Sowden
2020-01-16netfilter: bitwise: remove NULL comparisons from attribute checks.Jeremy Sowden
2020-01-16netfilter: nf_tables: white-space fixes.Jeremy Sowden
2020-01-16netfilter: flowtable: add nf_flow_table_offload_cmd()Pablo Neira Ayuso
2020-01-16netfilter: flowtable: add nf_flow_offload_tuple() helperPablo Neira Ayuso
2020-01-16netfilter: hashlimit: do not use indirect calls during gcFlorian Westphal
2020-01-16netfilter: flowtable: refresh flow if hardware offload failsPablo Neira Ayuso
2020-01-16netfilter: flowtable: add nf_flowtable_hw_offload() helper functionPablo Neira Ayuso
2020-01-16netfilter: flowtable: use atomic bitwise operations for flow flagsPablo Neira Ayuso
2020-01-16netfilter: flowtable: remove dying bit, use teardown bit insteadPablo Neira Ayuso
2020-01-16netfilter: flowtable: add nf_flow_offload_work_alloc()Pablo Neira Ayuso
2020-01-16netfilter: flowtable: restrict flow dissector match on meta ingress devicePablo Neira Ayuso
2020-01-16netfilter: flowtable: fetch stats only if flow is still alivePablo Neira Ayuso
2020-01-16netfilter: nat: fix ICMP header corruption on ICMP errorsEyal Birger
2020-01-16netfilter: nf_tables: fix flowtable list del corruptionFlorian Westphal
2020-01-16netfilter: nf_tables: fix memory leak in nf_tables_parse_netdev_hooks()Dan Carpenter
2020-01-16netfilter: nf_tables: remove WARN and add NLA_STRING upper limitsFlorian Westphal
2020-01-16netfilter: nft_tunnel: ERSPAN_VERSION must not be nullFlorian Westphal
2020-01-16netfilter: nft_tunnel: fix null-attribute checkFlorian Westphal
2020-01-16netfilter: nf_tables: store transaction list locally while requesting modulePablo Neira Ayuso
2020-01-14net: netfilter: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld
2020-01-13netfilter: fix a use-after-free in mtype_destroy()Cong Wang