summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/dinetwork.h
Commit message (Expand)AuthorAgeFilesLines
* osd: Got rid of the gross globals and functions for manipulating them in the ... Vas Crabb2025-04-231-3/+1
* osd: remove mac address filter from osd (fixes #13586) (#13614) Patrick Mackinlay2025-04-221-1/+0
* osd/osdnet.cpp: Removed dependency from OSD network device to libemu. (#12058) Vas Crabb2024-02-251-13/+20
* Change parameter type for device_network_interface::set_mac from char * to u8 * AJR2023-09-191-1/+1
* dinetwork: Add mtu paramter and remove unnecessary floating point calculation... tedgreen992022-05-121-2/+5
* dinetwork: don't transmit fcs Patrick Mackinlay2021-05-101-1/+1
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-1/+1
* dinetwork: Add loopback control (nw) AJR2019-05-261-1/+4
* interpro: notworking -> networking (#3815) Patrick Mackinlay2018-09-041-0/+15
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-5/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-3/+3
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-031-1/+1
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-1/+1
* Added some for Nathan and some more for Nicola (nw) Miodrag Milanovic2015-05-111-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Converted pcap and taptun network code into modules. (nw) couriersud2015-01-301-2/+2
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-1/+1
* dinetwork: remove mcast_chk and check for multicast in recv (nw) cracyc2013-03-021-1/+0
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-0/+5
* Sync with MESS all credited there (no whatsnew) Miodrag Milanovic2011-12-121-0/+2
* Made network device selection to be per id, which makes it simpler, and doesn... Miodrag Milanovic2011-09-091-1/+1
* Added network support used by MESS implemented by Carl (no whatsnew) Miodrag Milanovic2011-09-091-0/+29