Bochs/bochs/iodev/network
Volker Ruppert 5376f129ee Some work on the slirp networking code.
- Added support for optional TFTP server name in builtin slirp and libslirp.
- Added default domain name for libslirp.
2024-04-14 11:04:01 +02:00
..
slirp Some work on the slirp networking code. 2024-04-14 11:04:01 +02:00
e1000.cc E1000: Added support for i/o mapped register access to make DOS driver work. 2023-12-11 21:21:34 +01:00
e1000.h E1000: Added support for i/o mapped register access to make DOS driver work. 2023-12-11 21:21:34 +01:00
eth_fbsd.cc After changing network device object pointer to class logfunctions the 2021-03-12 21:31:51 +00:00
eth_linux.cc After changing network device object pointer to class logfunctions the 2021-03-12 21:31:51 +00:00
eth_null.cc After changing network device object pointer to class logfunctions the 2021-03-12 21:31:51 +00:00
eth_slirp.cc Some work on the slirp networking code. 2024-04-14 11:04:01 +02:00
eth_socket.cc After changing network device object pointer to class logfunctions the 2021-03-12 21:31:51 +00:00
eth_tap.cc remove trailing whitespace from source files 2022-08-23 21:46:04 +03:00
eth_tuntap.cc After changing network device object pointer to class logfunctions the 2021-03-12 21:31:51 +00:00
eth_vde.cc After changing network device object pointer to class logfunctions the 2021-03-12 21:31:51 +00:00
eth_vnet.cc After changing network device object pointer to class logfunctions the 2021-03-12 21:31:51 +00:00
eth_win32.cc After changing network device object pointer to class logfunctions the 2021-03-12 21:31:51 +00:00
Makefile.in Added support for using external slirp library instead of builtin one. 2024-04-07 19:57:25 +02:00
ne2k.cc NE2000: Don't check PCI slot config in parser, but then in init code. 2024-01-28 17:50:14 +01:00
ne2k.h Renaming method fixes gcc 11 warning (overloaded virtual). 2023-11-05 11:01:41 +01:00
netmod.cc After changing network device object pointer to class logfunctions the 2021-03-12 21:31:51 +00:00
netmod.h After changing network device object pointer to class logfunctions the 2021-03-12 21:31:51 +00:00
netutil.cc remove trailing whitespace from source files 2022-08-23 21:46:04 +03:00
netutil.h remove trailing whitespace from source files 2022-08-23 21:46:04 +03:00
pcipnic.cc Some changes in the Bochs plugins code. 2021-02-26 20:37:49 +00:00
pcipnic.h Changed bx_bool to bool type in some more device and the developer doc. 2021-02-01 12:42:12 +00:00
pnic_api.h