summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radix tree test suite: Fix split/join memory leaksMatthew Wilcox2017-02-131-1/+14
* radix tree test suite: Fix leaks in regression2.cMatthew Wilcox2017-02-131-2/+4
* radix tree test suite: Fix leaky testsMatthew Wilcox2017-02-131-12/+16
* radix tree test suite: Enable address sanitizerMatthew Wilcox2017-02-131-1/+1
* radix_tree_iter_resume: Fix out of bounds errorMatthew Wilcox2017-02-131-1/+0
* radix-tree: Store a pointer to the root in each nodeMatthew Wilcox2017-02-133-11/+11
* radix-tree: Chain preallocated nodes through ->parentMatthew Wilcox2017-02-132-8/+7
* radix tree test suite: Dial down verbosity with -vRehas Sachdeva2017-02-1310-58/+77
* radix tree test suite: Introduce kmalloc_verboseMatthew Wilcox2017-02-132-0/+26
* idr: Return the deleted entry from idr_removeMatthew Wilcox2017-02-139-29/+15
* radix tree test suite: Build separate binaries for some testsMatthew Wilcox2017-02-134-7/+33
* ida: Use exceptional entries for small IDAsMatthew Wilcox2017-02-133-7/+181
* ida: Move ida_bitmap to a percpu variableMatthew Wilcox2017-02-135-45/+51
* Reimplement IDR and IDA using the radix treeMatthew Wilcox2017-02-1313-1126/+995
* radix-tree: Add radix_tree_iter_deleteMatthew Wilcox2017-02-132-31/+62
* radix-tree: Add radix_tree_iter_tag_clear()Matthew Wilcox2017-02-132-29/+43
* radix tree test suite: Remove obsolete CONFIGMatthew Wilcox2017-02-131-2/+0
* radix tree test suite: Use vpath to find lib filesMatthew Wilcox2017-02-131-3/+2
* radix tree test suite: Reduce kernel.hMatthew Wilcox2017-02-133-39/+12
* radix tree test suite: Remove export.hMatthew Wilcox2017-02-131-2/+0
* radix tree test suite: Remove types.hMatthew Wilcox2017-02-135-23/+12
* radix tree test suite: Remove mempoolMatthew Wilcox2017-02-132-38/+0
* radix tree test suite: Depend on tools/include/asm filesMatthew Wilcox2017-02-131-0/+1
* tools: Provide a definition of WARN_ONMatthew Wilcox2017-01-272-1/+8
* radix tree test suite: Remove duplicate bitops codeMatthew Wilcox2017-01-2714-501/+8
* radix tree: constify some pointersMatthew Wilcox2017-01-272-37/+42
* radix tree: Add some implicit includesMatthew Wilcox2017-01-271-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-01-27113-562/+916
|\
| * ISDN: eicon: silence misleading array-bounds warningArnd Bergmann2017-01-271-1/+2
| * net: phy: micrel: add support for KSZ8795Sean Nyekjaer2017-01-272-0/+16
| * Merge branch 'gtp-fixes'David S. Miller2017-01-271-7/+6
| |\
| | * gtp: fix cross netns recv on gtp socketAndreas Schultz2017-01-271-6/+4
| | * gtp: clear DF bit on GTP packet txAndreas Schultz2017-01-271-1/+1
| | * gtp: add genl family modules aliasAndreas Schultz2017-01-271-0/+1
| |/
| * tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira2017-01-276-10/+10
| * ravb: unmap descriptors when freeing ringsKazuya Mizuguchi2017-01-261-48/+64
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-01-2623-93/+116
| |\
| | * netfilter: nf_tables: bump set->ndeact on set flushPablo Neira Ayuso2017-01-241-0/+1
| | * netfilter: nf_tables: deconstify walk callback functionPablo Neira Ayuso2017-01-244-17/+17
| | * netfilter: nf_tables: fix set->nelems counting with no NLM_F_EXCLPablo Neira Ayuso2017-01-241-7/+9
| | * netfilter: nft_log: restrict the log prefix length to 127Liping Zhang2017-01-243-2/+4
| | * netfilter: nf_tables: validate the name size when possibleLiping Zhang2017-01-234-11/+22
| | * netfilter: conntrack: refine gc worker heuristics, reduxFlorian Westphal2017-01-191-19/+20
| | * netfilter: conntrack: remove GC_MAX_EVICTS breakFlorian Westphal2017-01-191-5/+2
| | * netfilter: ipt_CLUSTERIP: fix build error without procfsArnd Bergmann2017-01-181-1/+6
| | * netfilter: Fix typo in NF_CONNTRACK Kconfig option descriptionWilliam Breathitt Gray2017-01-161-1/+1
| | * netfilter: nf_tables: fix possible oops when dumping stateful objectsLiping Zhang2017-01-161-2/+3
| | * netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang2017-01-165-27/+23
| | * netfilter: nf_tables: fix spelling mistakesAlexander Alemayhu2017-01-161-2/+2
| | * tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol2017-01-092-0/+2