├── Makefile └── src ├── Makefile ├── Makefile_linux24x ├── r8168.h ├── r8168_asf.c ├── r8168_asf.h ├── r8168_dash.h ├── r8168_fiber.h ├── r8168_firmware.c ├── r8168_firmware.h ├── r8168_n.c ├── r8168_realwow.h ├── r8168_rss.c ├── r8168_rss.h ├── rtl_eeprom.c ├── rtl_eeprom.h ├── rtltool.c └── rtltool.h /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BROBIRD/openwrt-r8168/HEAD/Makefile -------------------------------------------------------------------------------- /src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BROBIRD/openwrt-r8168/HEAD/src/Makefile -------------------------------------------------------------------------------- /src/Makefile_linux24x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BROBIRD/openwrt-r8168/HEAD/src/Makefile_linux24x -------------------------------------------------------------------------------- /src/r8168.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BROBIRD/openwrt-r8168/HEAD/src/r8168.h -------------------------------------------------------------------------------- /src/r8168_asf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BROBIRD/openwrt-r8168/HEAD/src/r8168_asf.c -------------------------------------------------------------------------------- /src/r8168_asf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BROBIRD/openwrt-r8168/HEAD/src/r8168_asf.h -------------------------------------------------------------------------------- /src/r8168_dash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BROBIRD/openwrt-r8168/HEAD/src/r8168_dash.h -------------------------------------------------------------------------------- /src/r8168_fiber.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BROBIRD/openwrt-r8168/HEAD/src/r8168_fiber.h -------------------------------------------------------------------------------- /src/r8168_firmware.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BROBIRD/openwrt-r8168/HEAD/src/r8168_firmware.c -------------------------------------------------------------------------------- /src/r8168_firmware.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BROBIRD/openwrt-r8168/HEAD/src/r8168_firmware.h -------------------------------------------------------------------------------- /src/r8168_n.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BROBIRD/openwrt-r8168/HEAD/src/r8168_n.c -------------------------------------------------------------------------------- /src/r8168_realwow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BROBIRD/openwrt-r8168/HEAD/src/r8168_realwow.h -------------------------------------------------------------------------------- /src/r8168_rss.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BROBIRD/openwrt-r8168/HEAD/src/r8168_rss.c -------------------------------------------------------------------------------- /src/r8168_rss.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BROBIRD/openwrt-r8168/HEAD/src/r8168_rss.h -------------------------------------------------------------------------------- /src/rtl_eeprom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BROBIRD/openwrt-r8168/HEAD/src/rtl_eeprom.c -------------------------------------------------------------------------------- /src/rtl_eeprom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BROBIRD/openwrt-r8168/HEAD/src/rtl_eeprom.h -------------------------------------------------------------------------------- /src/rtltool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BROBIRD/openwrt-r8168/HEAD/src/rtltool.c -------------------------------------------------------------------------------- /src/rtltool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BROBIRD/openwrt-r8168/HEAD/src/rtltool.h --------------------------------------------------------------------------------