Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-05-13 | Compensate for the check for onwership of unicast packets in promiscuous | Jason Wright | |
mode being moved to if_ether.c. This is the last of the drivers hopefully. | |||
1998-03-01 | make int explicit for GCC 2.8 -Wall | Niklas Hallqvist | |
1997-09-18 | Merge of NetBSD changes upto last week or so, with the exception of stand/ | Niklas Hallqvist | |
1997-01-16 | Sync to NetBSD 970110 | Niklas Hallqvist | |
1996-05-09 | From NetBSD: | Niklas Hallqvist | |
Changed struct ifnet to have a pointer to the softc of the underlying device and a printable "external name" (name + unit number), thus eliminating if_name and if_unit. Updated interface to (*if_watchdog)() and (*if_start)() to take a struct ifnet *, rather than a unit number. | |||
1996-05-06 | fix arg names (s/cmd/command/). | Michael Shalayeff | |
1996-05-05 | add general ether_ioctl call in net/if_ethersubr.c, | Michael Shalayeff | |
NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff. | |||
1996-05-02 | Sync with NetBSD 9600430. The port has gone over a major -Wall treat | Niklas Hallqvist | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1995-12-27 | from netbsd: | Theo de Raadt | |
Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers. | |||
1995-11-13 | update to netbsd | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |