summaryrefslogtreecommitdiff
path: root/libmachdev/net.c
AgeCommit message (Collapse)Author
2010-08-04not print errors if fails to deliver packages.Zheng Da
2010-08-01Use BPF to filter the packets to be delivered.Zheng Da
2010-06-21fix port leak in block glue code of libmachdev.Zheng Da
2010-06-04support block devices in the DDE library.Zheng Da
2010-06-04convert linux errno to mach in libmachdev.Zheng Da
2010-05-31make glue code of networking more independant.Zheng Da
This change is required for block device drivers. When block device drivers are linked to the glue code, the linker should be able to perform garbage collection and exclude the code of networking from the driver programs.
2010-05-04Add printing.Zheng Da
2010-02-08remove io done thread.Zheng Da
eliminate a potential race condition in thread_wait and thread_wakeup.
2010-02-08return packet transmission error to the client.Zheng Da
2010-02-05deallocate skb_reply before freeing the packet.Zheng Da
2010-02-05create device port with create_device_port.Zheng Da
2010-02-01check in libmachdev.Zheng Da