| Age | Commit message (Expand) | Author |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-10-17 | unifdef OLDIP6OUTPUT | itojun |
| 2001-07-25 | Duh, braino in last -- only kick the interface if we actually set | thorpej |
| 2001-07-25 | If we change the MTU, kick the interface; it may have to reprogram | thorpej |
| 2001-06-29 | When setting an address on an interface, for address families which | thorpej |
| 2001-06-14 | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. | itojun |
| 2001-06-12 | On a non-simplex interface, check incoming multicast (this catches | thorpej |
| 2001-06-03 | Consider the configured MTU of the interface when determining | thorpej |
| 2001-06-03 | Add a capability bit that indicates support for Gigabit Ethernet | thorpej |
| 2001-04-29 | Add an in-kernel PPPoE (ppp over ethernet, RFC 2516) implementation, | martin |
| 2001-04-27 | STDC cleanup: label not allowed just before end of block. | marcus |
| 2001-04-13 | Remove the use of splimp() from the NetBSD kernel. splnet() | thorpej |
| 2001-04-11 | Add hooks for bridging. | thorpej |
| 2001-04-10 | Process pfil hooks for Ethernet input and output. | thorpej |
| 2001-04-07 | Add altq_etherclassify(), a slight hack modified from the kame/freebsd4 | thorpej |
| 2001-01-17 | Fix a rather annoying problem where the sockaddr_dl which holds | thorpej |
| 2000-12-26 | Simplify case statement a tiny bit. | augustss |
| 2000-12-18 | Fill in if_dlt. | thorpej |
| 2000-12-13 | Add ALTQ glue. | thorpej |
| 2000-12-12 | Adapt to bpfattach() changes, and further centralize the bpfattach() | thorpej |
| 2000-11-17 | Supports hardware 802.1q VLAN tagging, per discussion on tech-net. The tag is | bouyer |
| 2000-11-15 | Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach(). | thorpej |
| 2000-10-15 | When discarding oversized frame, say how long it was. | matt |
| 2000-10-15 | suppress warning on nd6_storelladdr failure. the failure could happen | itojun |
| 2000-10-11 | Implement ether_ioctl(), ioctl operations common to all Ethernet | thorpej |
| 2000-10-04 | Free mbuf when dropping VLAN frame due to no configured vlan interface. | enami |
| 2000-10-03 | When an Ethernet interface detaches, unconfigure any VLANs associated | thorpej |
| 2000-10-03 | Improve the VLAN support, in particular, handling of MTU: | thorpej |
| 2000-10-01 | Make the previous code path simpler (and possible easier for the | thorpej |
| 2000-10-01 | Move the check for "promisc + unicast + not for us" into ether_input(), | thorpej |
| 2000-09-28 | Factor out and give a name to the common functionality to translate | enami |
| 2000-09-27 | Glue VLANs into ether_input(). | thorpej |
| 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 |