summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/hash.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* net: xen-netback: hash.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-01-171-2/+4
* xen-netback: don't populate the hash cache on XenBus disconnectIgor Druzhinin2019-02-281-0/+2
* xen-netback: handle page straddling in xenvif_set_hash_mapping()Jan Beulich2018-09-251-7/+18
* xen-netback: validate queue numbers in xenvif_set_hash_mapping()Jan Beulich2018-09-251-6/+14
* xen-netback: fix input validation in xenvif_set_hash_mapping()Jan Beulich2018-09-251-5/+7
* xen-netback: Use GFP_ATOMIC to allocate hashAnoob Soman2017-03-021-1/+1
* xen-netback: (re-)create a debugfs node for hash informationPaul Durrant2016-10-131-0/+68
* Revert "xen-netback: create a debugfs node for hash information"David S. Miller2016-09-231-68/+0
* xen-netback: using kfree_rcu() to simplify the codeWei Yongjun2016-08-231-11/+2
* xen-netback: create a debugfs node for hash informationPaul Durrant2016-08-181-0/+68
* xen-netback: correct length checks on hash copy_opsPaul Durrant2016-05-201-2/+2
* xen-netback: add control protocol implementationPaul Durrant2016-05-161-0/+384