summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
AgeCommit message (Expand)AuthorLines
2018-06-03netfilter: nf_tables: handle chain name lookups via rhltableFlorian Westphal-1/+6
2018-06-03netfilter: nf_tables: add destroy_clone expressionPablo Neira Ayuso-0/+2
2018-06-03netfilter: nf_tables: garbage collection for stateful expressionsPablo Neira Ayuso-0/+4
2018-06-03netfilter: nf_tables: pass ctx to nf_tables_expr_destroy()Pablo Neira Ayuso-0/+4
2018-06-03netfilter: nf_conncount: expose connection list interfacePablo Neira Ayuso-0/+11
2018-06-03netfilter: nf_tables: pass context to object destroy indirectionPablo Neira Ayuso-1/+2
2018-06-03netfilter: Libify xt_TPROXYMáté Eckl-0/+113
2018-06-03netfilter: Decrease code duplication regarding transparent socket optionMáté Eckl-13/+0
2018-06-01netfilter: nf_tables: fix chain dependency validationPablo Neira Ayuso-0/+10
2018-05-29netfilter: nf_tables: remove synchronize_rcu in commit phaseFlorian Westphal-0/+5
2018-05-29netfilter: add includes to nf_socket.hMáté Eckl-4/+2
2018-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-59/+16
2018-05-23netfilter: add struct nf_nat_hook and use itPablo Neira Ayuso-7/+0
2018-05-23netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal-52/+5
2018-05-23netfilter: nf_nat: add nat hook register functions to nf_natFlorian Westphal-0/+4
2018-05-23netfilter: nf_tables: allow chain type to override hook registerFlorian Westphal-4/+4
2018-05-23netfilter: nf_nat: move common nat code to nat coreFlorian Westphal-0/+7
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+5
2018-05-09netfilter: nf_tables: bogus EBUSY in chain deletionsPablo Neira Ayuso-0/+5
2018-05-06netfilter: nf_nat: remove unused ct arg from lookup functionsFlorian Westphal-16/+8
2018-04-27netfilter: nf_tables: merge exthdr expression into nft coreFlorian Westphal-0/+1
2018-04-27netfilter: nf_tables: merge rt expression into nft coreFlorian Westphal-0/+1
2018-04-27netfilter: nf_tables: make meta expression builtinFlorian Westphal-0/+1
2018-04-24netfilter: merge meta_bridge into nft_metaFlorian Westphal-44/+0
2018-04-24netfilter: nf_tables: support timeouts larger than 23 daysFlorian Westphal-2/+2
2018-04-24netfilter: add NAT support for shifted portmap rangesThierry Du Tre-10/+10
2018-04-24netfilter: nf_tables: Simplify set backend selectionPhil Sutter-19/+15
2018-04-24netfilter: nf_tables: simplify lookup functionsPablo Neira Ayuso-6/+6
2018-04-24netfilter: nf_flow_table: add a new flow state for tearing down offloadingFelix Fietkau-0/+2
2018-04-24netfilter: nf_flow_table: make flow_offload_dead inlineFelix Fietkau-1/+4
2018-04-24netfilter: nf_flow_table: track flow tables in nf_flow_table directlyFelix Fietkau-3/+1
2018-04-24netfilter: nf_flow_table: move init code to nf_flow_table_core.cFelix Fietkau-4/+2
2018-04-21netfilter: nf_flow_table: cache mtu in struct flow_offload_tupleFelix Fietkau-0/+2
2018-04-19netfilter: nf_flow_table: use IP_CT_DIR_* values for FLOW_OFFLOAD_DIR_*Felix Fietkau-4/+4
2018-04-19netfilter: xt_NFLOG: use nf_log_packet instead of nfulnl_log_packet.Taehee Yoo-17/+0
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+4
2018-03-30netfilter: nf_tables: rename to nft_set_lookup_global()Pablo Neira Ayuso-5/+5
2018-03-30netfilter: nf_tables: enable conntrack if NAT chain is registeredPablo Neira Ayuso-0/+4
2018-03-30netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso-0/+3
2018-03-30netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso-1/+1
2018-03-30netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso-8/+8
2018-03-22netfilter: nf_tables: cache device name in flowtable objectPablo Neira Ayuso-0/+4
2018-03-20netfilter: Refactor nf_conncountYi-Hung Wei-1/+0
2018-03-05netfilter: make xt_rateest hash table per netCong Wang-2/+2
2018-03-05netfilter: nf_conntrack_broadcast: remove useless parameterTaehee Yoo-2/+1
2018-02-07netfilter: nf_flow_offload: fix use-after-free and a resource leakFelix Fietkau-1/+0
2018-02-07netfilter: remove useless prototypeTaehee Yoo-5/+0
2018-02-07netfilter: nf_tables: fix flowtable freePablo Neira Ayuso-0/+2
2018-02-07netfilter: nft_flow_offload: move flowtable cleanup routines to nf_flow_tablePablo Neira Ayuso-0/+3
2018-01-19netfilter: nf_tables: allocate handle and delete objects via handleHarsha Sharma-2/+9