aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-28netfilter: check if the socket netns is correct.Flavio Leitner1-1/+2
2018-06-22rhashtable: split rhashtable.hNeilBrown1-1/+1
2018-06-12netfilter: nf_conncount: Fix garbage collection with zonesYi-Hung Wei1-1/+2
2018-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-10/+0
2018-06-08netfilter: remove include/net/netfilter/nft_dup.hCorentin Labbe1-10/+0
2018-06-03netfilter: nf_tables: handle chain name lookups via rhltableFlorian Westphal1-1/+6
2018-06-03netfilter: nf_tables: add destroy_clone expressionPablo Neira Ayuso1-0/+2
2018-06-03netfilter: nf_tables: garbage collection for stateful expressionsPablo Neira Ayuso1-0/+4
2018-06-03netfilter: nf_tables: pass ctx to nf_tables_expr_destroy()Pablo Neira Ayuso1-0/+4
2018-06-03netfilter: nf_conncount: expose connection list interfacePablo Neira Ayuso1-0/+11
2018-06-03netfilter: nf_tables: pass context to object destroy indirectionPablo Neira Ayuso1-1/+2
2018-06-03netfilter: Libify xt_TPROXYMáté Eckl1-0/+113
2018-06-03netfilter: Decrease code duplication regarding transparent socket optionMáté Eckl1-13/+0
2018-06-01netfilter: nf_tables: fix chain dependency validationPablo Neira Ayuso2-0/+10
2018-05-29netfilter: nf_tables: remove synchronize_rcu in commit phaseFlorian Westphal1-0/+5
2018-05-29netfilter: add includes to nf_socket.hMáté Eckl1-4/+2
2018-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-59/+16
2018-05-23netfilter: add struct nf_nat_hook and use itPablo Neira Ayuso1-7/+0
2018-05-23netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal2-52/+5
2018-05-23netfilter: nf_nat: add nat hook register functions to nf_natFlorian Westphal1-0/+4
2018-05-23netfilter: nf_tables: allow chain type to override hook registerFlorian Westphal1-4/+4
2018-05-23netfilter: nf_nat: move common nat code to nat coreFlorian Westphal1-0/+7
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2018-05-09netfilter: nf_tables: bogus EBUSY in chain deletionsPablo Neira Ayuso1-0/+5
2018-05-06netfilter: nf_nat: remove unused ct arg from lookup functionsFlorian Westphal1-16/+8
2018-04-27netfilter: nf_tables: merge exthdr expression into nft coreFlorian Westphal1-0/+1
2018-04-27netfilter: nf_tables: merge rt expression into nft coreFlorian Westphal1-0/+1
2018-04-27netfilter: nf_tables: make meta expression builtinFlorian Westphal1-0/+1
2018-04-24netfilter: merge meta_bridge into nft_metaFlorian Westphal1-44/+0
2018-04-24netfilter: nf_tables: support timeouts larger than 23 daysFlorian Westphal1-2/+2
2018-04-24netfilter: add NAT support for shifted portmap rangesThierry Du Tre6-10/+10
2018-04-24netfilter: nf_tables: Simplify set backend selectionPhil Sutter1-19/+15
2018-04-24netfilter: nf_tables: simplify lookup functionsPablo Neira Ayuso1-6/+6
2018-04-24netfilter: nf_flow_table: add a new flow state for tearing down offloadingFelix Fietkau1-0/+2
2018-04-24netfilter: nf_flow_table: make flow_offload_dead inlineFelix Fietkau1-1/+4
2018-04-24netfilter: nf_flow_table: track flow tables in nf_flow_table directlyFelix Fietkau2-3/+1
2018-04-24netfilter: nf_flow_table: move init code to nf_flow_table_core.cFelix Fietkau1-4/+2
2018-04-21netfilter: nf_flow_table: cache mtu in struct flow_offload_tupleFelix Fietkau1-0/+2
2018-04-19netfilter: nf_flow_table: use IP_CT_DIR_* values for FLOW_OFFLOAD_DIR_*Felix Fietkau1-4/+4
2018-04-19netfilter: xt_NFLOG: use nf_log_packet instead of nfulnl_log_packet.Taehee Yoo1-17/+0
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2018-03-30netfilter: nf_tables: rename to nft_set_lookup_global()Pablo Neira Ayuso1-5/+5
2018-03-30netfilter: nf_tables: enable conntrack if NAT chain is registeredPablo Neira Ayuso1-0/+4
2018-03-30netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso1-0/+3
2018-03-30netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso1-1/+1
2018-03-30netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso1-8/+8
2018-03-22netfilter: nf_tables: cache device name in flowtable objectPablo Neira Ayuso1-0/+4
2018-03-20netfilter: Refactor nf_conncountYi-Hung Wei1-1/+0
2018-03-05netfilter: make xt_rateest hash table per netCong Wang1-2/+2
2018-03-05netfilter: nf_conntrack_broadcast: remove useless parameterTaehee Yoo1-2/+1