summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_conncount: Fix garbage collection with zonesYi-Hung Wei2018-06-121-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-111-10/+0
|\
| * netfilter: remove include/net/netfilter/nft_dup.hCorentin Labbe2018-06-081-10/+0
* | netfilter: nf_tables: handle chain name lookups via rhltableFlorian Westphal2018-06-031-1/+6
* | netfilter: nf_tables: add destroy_clone expressionPablo Neira Ayuso2018-06-031-0/+2
* | netfilter: nf_tables: garbage collection for stateful expressionsPablo Neira Ayuso2018-06-031-0/+4
* | netfilter: nf_tables: pass ctx to nf_tables_expr_destroy()Pablo Neira Ayuso2018-06-031-0/+4
* | netfilter: nf_conncount: expose connection list interfacePablo Neira Ayuso2018-06-031-0/+11
* | netfilter: nf_tables: pass context to object destroy indirectionPablo Neira Ayuso2018-06-031-1/+2
* | netfilter: Libify xt_TPROXYMáté Eckl2018-06-031-0/+113
* | netfilter: Decrease code duplication regarding transparent socket optionMáté Eckl2018-06-031-13/+0
* | netfilter: nf_tables: fix chain dependency validationPablo Neira Ayuso2018-06-012-0/+10
* | netfilter: nf_tables: remove synchronize_rcu in commit phaseFlorian Westphal2018-05-291-0/+5
* | netfilter: add includes to nf_socket.hMáté Eckl2018-05-291-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-234-59/+16
|\ \
| * | netfilter: add struct nf_nat_hook and use itPablo Neira Ayuso2018-05-231-7/+0
| * | netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal2018-05-232-52/+5
| * | netfilter: nf_nat: add nat hook register functions to nf_natFlorian Westphal2018-05-231-0/+4
| * | netfilter: nf_tables: allow chain type to override hook registerFlorian Westphal2018-05-231-4/+4
| * | netfilter: nf_nat: move common nat code to nat coreFlorian Westphal2018-05-231-0/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-0/+5
|\ \ \ | |/ / |/| / | |/
| * netfilter: nf_tables: bogus EBUSY in chain deletionsPablo Neira Ayuso2018-05-091-0/+5
* | netfilter: nf_nat: remove unused ct arg from lookup functionsFlorian Westphal2018-05-061-16/+8
* | netfilter: nf_tables: merge exthdr expression into nft coreFlorian Westphal2018-04-271-0/+1
* | netfilter: nf_tables: merge rt expression into nft coreFlorian Westphal2018-04-271-0/+1
* | netfilter: nf_tables: make meta expression builtinFlorian Westphal2018-04-271-0/+1
* | netfilter: merge meta_bridge into nft_metaFlorian Westphal2018-04-241-44/+0
* | netfilter: nf_tables: support timeouts larger than 23 daysFlorian Westphal2018-04-241-2/+2
* | netfilter: add NAT support for shifted portmap rangesThierry Du Tre2018-04-246-10/+10
* | netfilter: nf_tables: Simplify set backend selectionPhil Sutter2018-04-241-19/+15
* | netfilter: nf_tables: simplify lookup functionsPablo Neira Ayuso2018-04-241-6/+6
* | netfilter: nf_flow_table: add a new flow state for tearing down offloadingFelix Fietkau2018-04-241-0/+2
* | netfilter: nf_flow_table: make flow_offload_dead inlineFelix Fietkau2018-04-241-1/+4
* | netfilter: nf_flow_table: track flow tables in nf_flow_table directlyFelix Fietkau2018-04-242-3/+1
* | netfilter: nf_flow_table: move init code to nf_flow_table_core.cFelix Fietkau2018-04-241-4/+2
* | netfilter: nf_flow_table: cache mtu in struct flow_offload_tupleFelix Fietkau2018-04-211-0/+2
* | netfilter: nf_flow_table: use IP_CT_DIR_* values for FLOW_OFFLOAD_DIR_*Felix Fietkau2018-04-191-4/+4
* | netfilter: xt_NFLOG: use nf_log_packet instead of nfulnl_log_packet.Taehee Yoo2018-04-191-17/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-011-0/+4
|\
| * netfilter: nf_tables: cache device name in flowtable objectPablo Neira Ayuso2018-03-221-0/+4
* | netfilter: nf_tables: rename to nft_set_lookup_global()Pablo Neira Ayuso2018-03-301-5/+5
* | netfilter: nf_tables: enable conntrack if NAT chain is registeredPablo Neira Ayuso2018-03-301-0/+4
* | netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso2018-03-301-0/+3
* | netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso2018-03-301-1/+1
* | netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso2018-03-301-8/+8
* | netfilter: Refactor nf_conncountYi-Hung Wei2018-03-201-1/+0
* | netfilter: make xt_rateest hash table per netCong Wang2018-03-051-2/+2
* | netfilter: nf_conntrack_broadcast: remove useless parameterTaehee Yoo2018-03-051-2/+1
|/
* netfilter: nf_flow_offload: fix use-after-free and a resource leakFelix Fietkau2018-02-071-1/+0
* netfilter: remove useless prototypeTaehee Yoo2018-02-071-5/+0
OpenPOWER on IntegriCloud