| Age | Commit message (Expand) | Author |
| 2000-06-17 | Ansify before committing my next change. | matt |
| 2000-06-14 | Check the multicast bit in the header mbuf while interrupts are still blocked. | mycroft |
| 2000-05-12 | - Fix a bug in the double-loop version of ether_crc32_le() -- we're not't | thorpej |
| 2000-04-12 | revisit in6_ifattach(). | itojun |
| 2000-03-06 | On second thought, only set a default baudrate for "ethernet" if one | thorpej |
| 2000-03-06 | - Initialize ifp->if_baudrate to a sensible value when the interface is | thorpej |
| 2000-02-01 | First-draft if_detach() implementation, originally from Bill Studnemund, | thorpej |
| 1999-12-13 | sync IPv6 part with latest KAME tree. IPsec part is left unmodified | itojun |
| 1999-10-12 | Fix appletalk over ethernet. | matt |
| 1999-09-21 | Make NETATALK over FDDI. | matt |
| 1999-09-15 | We only need the ether_ipmulticast_min and _max addresses if we have INET | is |
| 1999-09-13 | - Call in{,6}_pcbdetach if ipsec initialization is failed during PRU_ATTACH. | itojun |
| 1999-08-05 | M_HASCRC -> M_HASFCS, as suggested by Christoph Badura. | thorpej |
| 1999-08-04 | In ether_input(), if M_HASCRC is set, trim the CRC off the packet. | thorpej |
| 1999-07-01 | IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. | itojun |
| 1999-06-17 | mbuf should be allocated with M_DONTWAIT in ether_output(). This caused panics | bouyer |
| 1999-05-18 | Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() | thorpej |
| 1999-03-10 | Const poison ether_ifattach(). | thorpej |
| 1999-03-10 | Const poison ether_sprintf(). | thorpej |
| 1998-12-10 | IPX fixes. | christos |
| 1998-10-13 | Use ETHERTYPE_ATALK instead of ETHERTYPE_AT. The former seems more common. | kim |
| 1998-07-05 | defopt NS, NSIP. | jonathan |
| 1998-07-05 | defopt ISO TPIP. | jonathan |
| 1998-07-05 | defopt LLC | jonathan |
| 1998-07-05 | defopt CCITT. | jonathan |
| 1998-07-05 | defopt INET, NETATALK. | jonathan |
| 1998-05-04 | Add IPX bits. | christos |
| 1998-04-30 | In ether_output(), if the socket address family is pseudo_AF_HDRCMPLT, | thorpej |
| 1998-04-29 | Add support for "fast" forwarding. Add hooks in if_ethersubr.c and | matt |
| 1998-04-26 | remove some register. | mrg |
| 1998-03-24 | register -> register int | kleink |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1997-10-02 | Reimplement a test for broadcast addresses advertized, which was left out | is |
| 1997-04-03 | Update for argument change in at_ifawithnet | christos |
| 1997-04-03 | PR/3444: Erik Bertelsen: Eliminate warnings when -UINET | christos |
| 1997-04-02 | Add netatalk stubs. | christos |
| 1997-03-15 | New ARP system, supports IPv4 over any hardware link. | is |
| 1996-10-13 | backout previous kprintf change | christos |
| 1996-10-10 | - printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-05-07 | Changed struct ifnet to have a pointer to the softc of the underlying | thorpej |
| 1996-02-13 | Net prototypes | christos |
| 1995-12-24 | Avoid extra byte-swapping in average cases. | mycroft |
| 1995-12-24 | Remove old comment regarding trailers. | mycroft |
| 1995-09-29 | Move a #include to outside the #ifdef INET so it will compile without | phil |
| 1995-08-19 | Garbage collect useless `off' and `len' variables. | mycroft |
| 1995-06-12 | Various cleanup, including: | mycroft |
| 1995-04-07 | Set if_output in ether_ifattach(). | mycroft |
| 1995-04-05 | Make OSI and X.25 work on little-endian machines. | mycroft |
| 1995-03-08 | fixed sized types, where appropriate. when casting pointers to | cgd |
| 1994-06-29 | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' | cgd |