summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-045-25/+27
|\
| * netfilter: flowtable: Fix setting forgotten NF_FLOW_HW_DEAD flagPaul Blakey2020-01-311-0/+1
| * netfilter: flowtable: Fix missing flush hardware on table freePaul Blakey2020-01-311-0/+1
| * netfilter: flowtable: Fix hardware flush order on nf_flow_table_cleanupPaul Blakey2020-01-311-1/+1
| * netfilter: Use kvcallocJoe Perches2020-01-312-4/+3
| * netfilter: ipset: fix suspicious RCU usage in find_set_and_idKadlecsik József2020-01-291-20/+21
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-9/+8
|/
* nf_tables: Add set type for arbitrary concatenation of rangesStefano Brivio2020-01-273-1/+2106
* netfilter: nf_tables: Support for sets with multiple ranged fieldsStefano Brivio2020-01-272-1/+92
* netfilter: nf_tables: add NFTA_SET_ELEM_KEY_END attributePablo Neira Ayuso2020-01-272-23/+64
* netfilter: nf_tables: add nft_setelem_parse_key()Pablo Neira Ayuso2020-01-271-46/+45
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-2610-66/+128
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-01-259-65/+127
| |\
| | * netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso2020-01-242-43/+89
| | * netfilter: nf_tables: add __nft_chain_type_get()Pablo Neira Ayuso2020-01-241-8/+21
| | * netfilter: nf_tables_offload: fix check the chain offload flagwenxu2020-01-241-1/+1
| | * netfilter: conntrack: sctp: use distinct states for new SCTP connectionsJiri Wiesner2020-01-241-3/+3
| | * netfilter: ipset: use bitmap infrastructure completelyKadlecsik József2020-01-204-10/+10
| | * netfilter: nft_osf: add missing check for DREG attributeFlorian Westphal2020-01-181-0/+3
| * | ipvs: fix spelling mistake "to" -> "too"Colin Ian King2020-01-241-1/+1
| |/
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-194-15/+44
|\ \ | |/
| * netfilter: nat: fix ICMP header corruption on ICMP errorsEyal Birger2020-01-161-0/+13
| * netfilter: nf_tables: fix flowtable list del corruptionFlorian Westphal2020-01-161-0/+6
| * netfilter: nf_tables: fix memory leak in nf_tables_parse_netdev_hooks()Dan Carpenter2020-01-161-0/+1
| * netfilter: nf_tables: remove WARN and add NLA_STRING upper limitsFlorian Westphal2020-01-161-4/+9
| * netfilter: nft_tunnel: ERSPAN_VERSION must not be nullFlorian Westphal2020-01-161-0/+3
| * netfilter: nft_tunnel: fix null-attribute checkFlorian Westphal2020-01-161-1/+1
| * netfilter: nf_tables: store transaction list locally while requesting modulePablo Neira Ayuso2020-01-161-9/+10
| * netfilter: fix a use-after-free in mtype_destroy()Cong Wang2020-01-131-1/+1
* | netfilter: bitwise: add support for shifts.Jeremy Sowden2020-01-161-0/+77
* | netfilter: bitwise: add NFTA_BITWISE_DATA attribute.Jeremy Sowden2020-01-161-0/+5
* | netfilter: bitwise: only offload boolean operations.Jeremy Sowden2020-01-161-0/+3
* | netfilter: bitwise: add helper for dumping boolean operations.Jeremy Sowden2020-01-161-8/+21
* | netfilter: bitwise: add helper for evaluating boolean operations.Jeremy Sowden2020-01-161-3/+14
* | netfilter: bitwise: add helper for initializing boolean operations.Jeremy Sowden2020-01-161-25/+41
* | netfilter: bitwise: add NFTA_BITWISE_OP netlink attribute.Jeremy Sowden2020-01-161-0/+16
* | netfilter: bitwise: replace gotos with returns.Jeremy Sowden2020-01-161-8/+5
* | netfilter: bitwise: remove NULL comparisons from attribute checks.Jeremy Sowden2020-01-161-5/+5
* | netfilter: nf_tables: white-space fixes.Jeremy Sowden2020-01-163-5/+5
* | netfilter: flowtable: add nf_flow_table_offload_cmd()Pablo Neira Ayuso2020-01-161-12/+28
* | netfilter: flowtable: add nf_flow_offload_tuple() helperPablo Neira Ayuso2020-01-161-23/+24
* | netfilter: hashlimit: do not use indirect calls during gcFlorian Westphal2020-01-161-18/+4
* | netfilter: flowtable: refresh flow if hardware offload failsPablo Neira Ayuso2020-01-163-10/+21
* | netfilter: flowtable: add nf_flowtable_hw_offload() helper functionPablo Neira Ayuso2020-01-162-3/+3
* | netfilter: flowtable: use atomic bitwise operations for flow flagsPablo Neira Ayuso2020-01-163-24/+24
* | netfilter: flowtable: remove dying bit, use teardown bit insteadPablo Neira Ayuso2020-01-161-5/+3
* | netfilter: flowtable: add nf_flow_offload_work_alloc()Pablo Neira Ayuso2020-01-161-16/+22
* | netfilter: flowtable: restrict flow dissector match on meta ingress devicePablo Neira Ayuso2020-01-161-1/+7
* | netfilter: flowtable: fetch stats only if flow is still alivePablo Neira Ayuso2020-01-162-5/+3
* | net: netfilter: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-141-5/+3
OpenPOWER on IntegriCloud