Have you tried the realtek 8168 driver that is appropriate for your kernel? You will have to blacklist the R8169 driver which is currently in use.
sudo pacman -S linux612-r8168
Blacklist:
su -c "echo 'blacklist r8169' > /etc/modprobe.d/99-8169blacklist.conf"
Reboot