summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* netfilter: nf_tables: fix flowtable freePablo Neira Ayuso2018-02-071-0/+2
* netfilter: nft_flow_offload: move flowtable cleanup routines to nf_flow_tablePablo Neira Ayuso2018-02-071-0/+3
* netfilter: nf_tables: allocate handle and delete objects via handleHarsha Sharma2018-01-191-2/+9
* netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso2018-01-101-21/+2
* netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso2018-01-101-2/+2
* netfilter: nf_tables: add single table list for all familiesPablo Neira Ayuso2018-01-101-4/+4
* netfilter: nf_tables: remove flag field from struct nft_af_infoPablo Neira Ayuso2018-01-101-6/+0
* netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso2018-01-101-2/+0
* netfilter: flow table support for the mixed IPv4/IPv6 familyPablo Neira Ayuso2018-01-081-0/+5
* netfilter: add generic flow table infrastructurePablo Neira Ayuso2018-01-081-0/+94
* netfilter: nf_tables: add flow table netlink frontendPablo Neira Ayuso2018-01-082-0/+71
* netfilter: nf_tables: remove nft_dereference()Pablo Neira Ayuso2018-01-081-3/+0
* netfilter: connlimit: split xt_connlimit into front and backendFlorian Westphal2018-01-081-0/+17
* netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso2018-01-081-3/+1
* netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso2018-01-081-8/+1
* netfilter: nf_tables_inet: don't use multihook infrastructure anymorePablo Neira Ayuso2018-01-082-4/+0
* netfilter: nf_tables: add nft_set_is_anonymous() helperPablo Neira Ayuso2018-01-081-0/+5
* netfilter: nf_tables: explicit nft_set_pktinfo() call from hook pathPablo Neira Ayuso2018-01-083-45/+19
* netfilter: core: remove synchronize_net call if nfqueue is usedFlorian Westphal2018-01-081-1/+1
* netfilter: conntrack: l4 protocol trackers can be constFlorian Westphal2018-01-083-13/+13
* netfilter: conntrack: constify list of builtin trackersFlorian Westphal2018-01-081-5/+5
* netfilter: conntrack: remove nlattr_size pointer from l4proto trackersFlorian Westphal2018-01-081-4/+3
* Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-154-9/+25
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-11-084-9/+25
| |\ \