Solution: serial to ethernet adapter based on ENC28J60 controller.

Just want to share peace of code I made to connect PC to remote device serial port thought Ethernet.
Due to small input buffer size the adapter will not work with the serial port on full load, but it is enough to send commands and diagnostic messages.

Here it is.

Hope it will be useful for someone.