aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-07netfilter: nf_flow_offload: fix use-after-free and a resource leakFelix Fietkau1-1/+0
2018-02-07netfilter: remove useless prototypeTaehee Yoo1-5/+0
2018-02-07netfilter: nf_tables: fix flowtable freePablo Neira Ayuso1-0/+2
2018-02-07netfilter: nft_flow_offload: move flowtable cleanup routines to nf_flow_tablePablo Neira Ayuso1-0/+3
2018-01-19netfilter: nf_tables: allocate handle and delete objects via handleHarsha Sharma1-2/+9
2018-01-10netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso1-21/+2
2018-01-10netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso1-2/+2
2018-01-10netfilter: nf_tables: add single table list for all familiesPablo Neira Ayuso1-4/+4
2018-01-10netfilter: nf_tables: remove flag field from struct nft_af_infoPablo Neira Ayuso1-6/+0
2018-01-10netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso1-2/+0
2018-01-08netfilter: flow table support for the mixed IPv4/IPv6 familyPablo Neira Ayuso1-0/+5
2018-01-08netfilter: add generic flow table infrastructurePablo Neira Ayuso1-0/+94
2018-01-08netfilter: nf_tables: add flow table netlink frontendPablo Neira Ayuso2-0/+71
2018-01-08netfilter: nf_tables: remove nft_dereference()Pablo Neira Ayuso1-3/+0
2018-01-08netfilter: connlimit: split xt_connlimit into front and backendFlorian Westphal1-0/+17
2018-01-08netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso1-3/+1
2018-01-08netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso1-8/+1
2018-01-08netfilter: nf_tables_inet: don't use multihook infrastructure anymorePablo Neira Ayuso2-4/+0
2018-01-08netfilter: nf_tables: add nft_set_is_anonymous() helperPablo Neira Ayuso1-0/+5
2018-01-08netfilter: nf_tables: explicit nft_set_pktinfo() call from hook pathPablo Neira Ayuso3-45/+19
2018-01-08netfilter: core: remove synchronize_net call if nfqueue is usedFlorian Westphal1-1/+1
2018-01-08netfilter: conntrack: l4 protocol trackers can be constFlorian Westphal3-13/+13