It is the kzorp kernel module.
It is dkms compliant.
Beyond the normal dependencies, you will need libglib2.0-dev for the test cases.

compiling by hand: 

make KERNELRELEASE=<kernel version> all KVERSION=<kernel version>
e.g.:

make KERNELRELEASE=`uname -r` all KVERSION=`uname -r`


