summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-3/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-124-6/+8
* netfilter: nf_tables: add NFT_LOGLEVEL_* enumeration and use itPablo Neira Ayuso2018-06-071-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-0674-1840/+4792
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-038-42/+69
| |\
| * | 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
| | * | netfilter: nf_tables: remove old nf_log based tracingFlorian Westphal2018-05-171-22/+7
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-2111-85/+287
| |\ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-0652-907/+2240
| |\ \ \
OpenPOWER on IntegriCloud