aboutsummaryrefslogtreecommitdiff
path: root/pfinet/ethernet.c
Commit message (Collapse)AuthorAgeFilesLines
* 1999-09-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-09-091-17/+0
| | | | | | | | | | | | | | * ethernet.c (ethernet_open): Don't start the input work thread here. (more_packets, mark_bh, input_work_thread): Move these to ... * devices.c: ... here. Also include "pfinet.h" instead of list of <> includes. * main.c (main): Launch input work thread here. * pfinet.h (input_work_thread): Declare function. * devices.c (add_device): Remove unused function. * pfinet.h (incoming_net_packet): Remove unused declaration.
* Sun Mar 14 18:33:54 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-03-141-4/+3
| | | | | * ethernet.c (ether_filter): Use a shorter filter program. (ether_filter_len): Compute more safely.
* 1998-10-24 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-10-241-2/+4
| | | | | | | | | * ethernet.c (ethernet_open): Check error return from device_open and device_set_filter. (setup_ethernet_device): Check error return from device_get_status. * ethernet.c (ethername): Remove static variable. (setup_ethernet_device): Don't set it. (ethernet_open): Don't use it; use DEV->name instead.
* 1998-10-24 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-10-241-26/+30
| | | | | | | | | * ethernet.c (ethernet_open): Check error return from device_open and device_set_filter. (setup_ethernet_device): Check error return from device_get_status. * ethernet.c (ethername): Remove static variable. (setup_ethernet_device): Don't set it. (ethernet_open): Don't use it; use DEV->name instead.
* (setup_ethernet_device): Linux's device `mtu' member does not includeMichael I. Bushnell1996-07-051-1/+1
| | | | | the hardware header size; subtract that off the value the kernel specifies as maximum packet size in setting ETHER_DEV.mtu.
* (ethernet_open): fixup again.Michael I. Bushnell1996-05-141-1/+1
|
* (ethernet_open): Delete superfluous arg to assert_perror.Michael I. Bushnell1996-05-141-1/+1
|
* (ethernet_open): Pass in ERRNO to assert_perror.Miles Bader1996-05-101-1/+1
|
* (ethernet_thread): Return any_t.Michael I. Bushnell1996-05-101-4/+7
| | | | | (input_work_thread): Likewise. (ethernet_open): Use new ports_create_port call.
* entered into RCSMichael I. Bushnell1996-02-261-19/+51
|
* Formerly ethernet.c.~17~Michael I. Bushnell1996-02-221-1/+3
|
* Formerly ethernet.c.~16~Michael I. Bushnell1995-12-141-1/+1
|
* Formerly ethernet.c.~15~Michael I. Bushnell1995-11-301-0/+1
|
* Formerly ethernet.c.~14~Michael I. Bushnell1995-11-291-2/+4
|
* Formerly ethernet.c.~13~Michael I. Bushnell1995-11-201-0/+3
|
* Formerly ethernet.c.~11~Michael I. Bushnell1995-11-081-1/+0
|
* Formerly ethernet.c.~10~Michael I. Bushnell1995-10-191-10/+1
|
* Formerly ethernet.c.~9~Michael I. Bushnell1995-10-191-1/+3
|
* Formerly ethernet.c.~8~Michael I. Bushnell1995-10-191-1/+1
|
* Formerly ethernet.c.~7~Michael I. Bushnell1995-09-251-58/+107
|
* Formerly ethernet.c.~6~Michael I. Bushnell1995-09-211-8/+78
|
* Formerly ethernet.c.~5~Michael I. Bushnell1995-09-121-20/+25
|
* Formerly ethernet.c.~4~Michael I. Bushnell1995-09-121-0/+35
|
* Formerly ethernet.c.~3~Michael I. Bushnell1995-09-061-32/+15
|
* Formerly ethernet.c.~2~Michael I. Bushnell1995-08-171-3/+14
|
* Initial revisionMichael I. Bushnell1995-08-171-0/+53