2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-07-06 21:05:35 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
3c8aafa209 Simplify RX data path.
Kill off the static single net device and move to proper dynamic
registration (which we need with the new device model).

Break the (flawed) assumption that all network-layer protocols can use
ARP; such network-layer protocols (i.e. IPv4) must now register as an ARP
protocol using ARP_NET_PROTOCOL() and provide a single method for checking
the existence of a local network-layer address.
2006-06-17 22:36:27 +00:00
968501e323 For consistency 2006-06-16 13:17:40 +00:00
bbd9e28061 Simplify TX datapath. 2006-06-16 00:19:46 +00:00
1dbafa8950 Tidied up debugging messages 2006-05-27 13:38:49 +00:00
2421723a15 Rewrote printf and friends to better support standard C semantics. 2006-05-14 02:51:55 +00:00
129c6c3968 Network layer now works as a proof of concept 2006-04-28 14:13:50 +00:00
fdc2ee79db Network API now allows for multiple network devices (although the
implementation allows for only one, and does so without compromising on
the efficiency of static allocation).

Link-layer protocols are cleanly separated from the device drivers.

Network-layer protocols are cleanly separated from individual network
devices.

Link-layer and network-layer protocols are cleanly separated from each
other.
2006-04-24 15:33:06 +00:00
bdc8190c8d Remove the concept of the media-independent link-layer header and replace
it with metadata in the pkb structure.  This is required since UNDI will
want to be able to parse the link-layer header without destroying it.
2006-04-19 11:32:24 +00:00