summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-038-42/+69
|\
| * netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace()Taehee Yoo2018-05-291-1/+3
| * netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()Taehee Yoo2018-05-291-2/+2
| * netfilter: nf_tables: disable preemption in nft_update_chain_stats()Pablo Neira Ayuso2018-05-291-2/+2
| * netfilter: provide correct argument to nla_strlcpy()Eric Dumazet2018-05-242-3/+3
| * ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov2018-05-231-6/+15
| * netfilter: nft_limit: fix packet ratelimitingPablo Neira Ayuso2018-05-231-14/+24
| * netfilter: nft_meta: fix wrong value dereference in nft_meta_set_evalTaehee Yoo2018-05-231-6/+8
| * netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump()Taehee Yoo2018-05-171-8/+12
* | netfilter: nf_tables: handle chain name lookups via rhltableFlorian Westphal2018-06-031-15/+98
* | netfilter: nf_tables: add connlimit supportPablo Neira Ayuso2018-06-033-0/+307
* | netfilter: nf_tables: add destroy_clone expressionPablo Neira Ayuso2018-06-032-2/+11
* | netfilter: nf_tables: garbage collection for stateful expressionsPablo Neira Ayuso2018-06-032-2/+28
* | netfilter: nf_tables: pass ctx to nf_tables_expr_destroy()Pablo Neira Ayuso2018-06-031-4/+12
* | netfilter: nf_conncount: expose connection list interfacePablo Neira Ayuso2018-06-031-13/+23
* | netfilter: nf_tables: pass context to object destroy indirectionPablo Neira Ayuso2018-06-033-8/+10
* | netfilter: Libify xt_TPROXYMáté Eckl2018-06-032-337/+20
* | netfilter: Decrease code duplication regarding transparent socket optionMáté Eckl2018-06-033-16/+6
* | ipvs: add ipv6 support to ftpJulian Anastasov2018-06-015-178/+325
* | ipvs: add full ipv6 support to nfctJulian Anastasov2018-06-011-52/+49
* | netfilter: nft_fwd_netdev: allow to forward packets via neighbour layerPablo Neira Ayuso2018-06-011-1/+145
* | netfilter: nfnetlink: Remove VLA usageKees Cook2018-06-011-2/+23
* | netfilter: nf_flow_table: attach dst to skbsJason A. Donenfeld2018-06-011-2/+4
* | netfilter: nf_tables: fix chain dependency validationPablo Neira Ayuso2018-06-014-32/+196
* | netfilter: nf_tables: Add audit support to log statementPhil Sutter2018-06-011-1/+91
* | netfilter: nf_tables: add support for native socket matchingMáté Eckl2018-06-013-0/+153
* | netfilter: fix ptr_ret.cocci warningskbuild test robot2018-06-012-12/+3
* | netfilter: nf_tables: remove unused variablesTaehee Yoo2018-05-291-16/+0
* | netfilter: nf_tables: use call_rcu in netlink dumpsFlorian Westphal2018-05-291-39/+72
* | netfilter: nf_tables: fail batch if fatal signal is pendingFlorian Westphal2018-05-291-0/+8
* | netfilter: nf_tables: fix endian mismatch in return typeFlorian Westphal2018-05-291-1/+1
* | netfilter: nft_compat: use call_rcu for nfnl_compat_getFlorian Westphal2018-05-291-11/+18
* | netfilter: nat: make symbol nat_hook staticWei Yongjun2018-05-291-1/+1
* | netfilter: nf_tables: remove synchronize_rcu in commit phaseFlorian Westphal2018-05-292-18/+210
* | netfilter: nfnetlink: allow commit to failFlorian Westphal2018-05-291-1/+8
* | netfilter: nat: merge nf_nat_redirect into nf_natFlorian Westphal2018-05-293-10/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-2312-181/+749
|\ \
| * | netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracksPablo Neira Ayuso2018-05-233-19/+127
| * | netfilter: add struct nf_nat_hook and use itPablo Neira Ayuso2018-05-234-26/+20
| * | netfilter: add struct nf_ct_hook and use itPablo Neira Ayuso2018-05-232-10/+13
| * | netfilter: nft_set_rbtree: add timeout supportPablo Neira Ayuso2018-05-231-3/+72
| * | netfilter: make NF_OSF non-visible symbolFernando Fernandez Mancera2018-05-231-1/+1
| * | netfilter: lift one-nat-hook-only restrictionFlorian Westphal2018-05-232-69/+2
| * | netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal2018-05-231-13/+18
| * | netfilter: nf_nat: add nat hook register functions to nf_natFlorian Westphal2018-05-231-0/+157
| * | netfilter: core: export raw versions of add/delete hook functionsFlorian Westphal2018-05-232-21/+59
| * | netfilter: nf_tables: allow chain type to override hook registerFlorian Westphal2018-05-231-7/+16
| * | netfilter: nf_nat: move common nat code to nat coreFlorian Westphal2018-05-231-0/+70
| * | netfilter: nft_hash: add map lookups for hashing operationsLaura Garcia Liebana2018-05-171-1/+130
| * | netfilter: nft_numgen: add map lookups for numgen random operationsLaura Garcia Liebana2018-05-171-4/+72