aboutsummaryrefslogtreecommitdiff
path: root/pfinet/ethernet.c
Commit message (Expand)AuthorAgeFilesLines
* Include unistd.h for sleep in pfinet/ethernet.cFlavio Cruz2024-06-241-0/+1
* pfinet: wait a bit before retrying to open ethernet deviceSamuel Thibault2024-05-191-1/+2
* Use mach_msg_type_number_t whenever required to avoid warningsFlavio Cruz2023-12-291-1/+1
* pfinet: Get rid of u_intSamuel Thibault2023-08-081-1/+1
* pfinet: Align packetsSamuel Thibault2023-02-191-1/+2
* Fix build warningsSamuel Thibault2022-01-011-5/+5
* pfinet: fix a missed 'return' keyword.Guy-Fleury Iteriteka2021-01-231-0/+2
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-9/+9
* Replace `bcopy' with `memcpy' or `memmove' as appropriateJustus Winter2014-12-101-5/+5
* pfinet: make the demuxers payload-awareJustus Winter2014-12-071-1/+19
* pfinet: really deallocate device portSamuel Thibault2014-01-291-0/+1
* Also re-open Ethernet device on EMIG_SERVER_DIEDSamuel Thibault2014-01-281-1/+1
* Make pfinet re-open ethernet device on transmission errorSamuel Thibault2014-01-281-3/+36
* Fix tunnel and dummy interfacesSamuel Thibault2013-03-261-1/+3
* Fix IPv6 by receiving all multicastSamuel Thibault2013-02-241-0/+5
* Enable IPv6 packets between netdde and pfinetSamuel Thibault2013-02-241-7/+7
* Switch from cthreads to pthreadsRichard Braun2012-11-271-6/+15
* Fix pfinet device_open errno reportingSamuel Thibault2012-02-191-2/+2
* Make pfinet use BPF filter when using a devnodeSamuel Thibault2012-02-191-5/+24
* More helpful messagesSamuel Thibault2012-02-191-3/+3
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurdSamuel Thibault2012-02-191-8/+27
|\
| * Make pfinet try both a filepath and kernel deviceSamuel Thibault2012-02-191-8/+27
* | Fix pfinet compilationSamuel Thibault2012-02-191-0/+3
|/
* Add support for setting actual device flagsSamuel Thibault2010-09-201-0/+16
* Update copyright years.Thomas Schwinge2007-10-091-1/+3
* 2007-10-08 Stefan Siegl <stesie@brokenpipe.de>Stefan Siegl2007-10-081-1/+1
* 2006-04-27 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-04-271-0/+5
* 2002-05-29 Roland McGrath <roland@frob.com>Roland McGrath2002-05-291-2/+2
* 2000-10-04 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2000-10-041-44/+66
* 2000-02-03 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-02-041-39/+57
* 1999-09-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-09-091-17/+0
* Sun Mar 14 18:33:54 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-03-141-4/+3
* 1998-10-24 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-10-241-2/+4
* 1998-10-24 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-10-241-26/+30
* (setup_ethernet_device): Linux's device `mtu' member does not includeMichael I. Bushnell1996-07-051-1/+1
* (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
* 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