VMware Patch for Linux Kernel 3.19
You are Welcome! The Tutorial shows you Step-by-Step How to Patch VMware Workstation 11 and Player 7 on GNU+Linux Distros with Kernel 3.19+.
At this Time without this Patch the VMware Products Installation on Linux with Kernel 3.19 will Fail to Build the vmnet (Virtual Network) Module!

-
Open a Terminal Shell Emulator.
-
Download the Patch.
curl http://pastie.org/pastes/9934018/download -o /tmp/vmnet-3.19.patch
-
Extract the vmnet module sources.
cd /usr/lib/vmware/modules/source
sudo cp vmnet.tar vmnet.tar.original
Troubleshooting User is Not in Sudoers File
sudo tar -xf vmnet.tar
-
Apply the Patch.
sudo patch -p0 -i /tmp/vmnet-3.19.patch
If the Patch will Show an Error for Linux Kernels > 3.19 then Copy Back the vmware.tar.original in vmware.tar and Skip the Next Step!
-
Recreate the archive
sudo tar -cf vmnet.tar vmnet-only
-
Remove leftover.
rm -r *-only
-
Rebuild VMware Modules.
sudo vmware-modconfig --console --install-all
Then You should be Able to Execute the VMware Workstation/Player on Linux 3.19!
Thanks to Arch-Linux Wiki.