aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/hash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-01-17net: xen-netback: hash.c: Use built-in RCU list checkingMadhuparna Bhowmik1-2/+4
2019-02-28xen-netback: don't populate the hash cache on XenBus disconnectIgor Druzhinin1-0/+2
2018-09-25xen-netback: handle page straddling in xenvif_set_hash_mapping()Jan Beulich1-7/+18
2018-09-25xen-netback: validate queue numbers in xenvif_set_hash_mapping()Jan Beulich1-6/+14
2018-09-25xen-netback: fix input validation in xenvif_set_hash_mapping()Jan Beulich1-5/+7
2017-03-02xen-netback: Use GFP_ATOMIC to allocate hashAnoob Soman1-1/+1
2016-10-13xen-netback: (re-)create a debugfs node for hash informationPaul Durrant1-0/+68
2016-09-23Revert "xen-netback: create a debugfs node for hash information"David S. Miller1-68/+0
2016-08-23xen-netback: using kfree_rcu() to simplify the codeWei Yongjun1-11/+2
2016-08-18xen-netback: create a debugfs node for hash informationPaul Durrant1-0/+68
2016-05-20xen-netback: correct length checks on hash copy_opsPaul Durrant1-2/+2
2016-05-16xen-netback: add control protocol implementationPaul Durrant1-0/+384