summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-1616-33/+79
|\
| * netfilter: nf_conncount: Fix garbage collection with zonesYi-Hung Wei2018-06-122-5/+10
| * netfilter: xt_connmark: fix list corruption on rmmodFlorian Westphal2018-06-121-1/+1
| * netfilter: ctnetlink: avoid null pointer dereferenceFlorian Westphal2018-06-121-1/+2
| * netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()Taehee Yoo2018-06-121-1/+2
| * netfilter: nf_tables: close race between netns exit and rmmodFlorian Westphal2018-06-122-3/+15
| * netfilter: nf_tables: fix module unload raceFlorian Westphal2018-06-122-6/+16
| * netfilter: nft_dynset: do not reject set updates with NFT_SET_EVALPablo Neira Ayuso2018-06-121-3/+1
| * netfilter: nft_socket: fix module autoloadPablo Neira Ayuso2018-06-121-0/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-117-13/+31
| |\
| | * netfilter: nft_set_rbtree: fix parameter of __nft_rbtree_lookup()Taehee Yoo2018-06-061-1/+1
| | * netfilter: ipset: forbid family for hash:mac setsFlorent Fourcot2018-06-061-1/+4
| | * netfilter: ipset: Limit max timeout valueJozsef Kadlecsik2018-06-061-4/+4
| | * netfilter: xt_set: Check hook mask correctlySerhey Popovych2018-06-061-1/+1
| | * ipvs: fix check on xmit to non-local addressesJulian Anastasov2018-06-041-1/+1
| | * ipvs: register conntrack hooks for ftpJulian Anastasov2018-06-021-0/+4
| | * netfilter: nf_tables: check msg_type before nft_trans_set(trans)Alexey Kodanev2018-06-011-5/+6
| | * netfilter: xt_CT: Reject the non-null terminated string from user spaceGao Feng2018-06-011-0/+10
* | | 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
OpenPOWER on IntegriCloud