| Age | Commit message (Expand) | Author |
| 2003-10-30 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2003-06-11 | Add NETATALK to the list to check if we bail because no ARP is configured. | martin |
| 2003-06-11 | Fix typpo in #error message. Noted by Pawel Chwalowski in PR 21853. | martin |
| 2003-05-23 | don't call if_free_sadl() until very end of if_detach() logic. many of | itojun |
| 2003-05-16 | use strlcpy | itojun |
| 2003-05-02 | KNF | itojun |
| 2003-03-25 | Make promiscous mode work on vlans: introduce a new link-layer m_flag | bouyer |
| 2003-03-02 | ignore multicast PPPoE packets ASAP. | aymeric |
| 2003-02-26 | Add MBUFTRACE kernel option. | matt |
| 2003-02-03 | Test callout_pending(), not callout_active(), and eliminate now-unnecessary | thorpej |
| 2003-01-22 | Fix typo: realy -> really. Okay'ed by wiz. | jmmv |
| 2003-01-17 | switch from kame-based m_aux mbuf auxiliary data, to openbsd m_tag | itojun |
| 2003-01-12 | Ethernet multicast entries are malloc'd M_IFMADDR, and thus should | jdolecek |
| 2002-09-11 | KNF - return is not a function. | itojun |
| 2002-08-26 | Fix some signed/unsigned comparison warnings from GCC 3.3. | thorpej |
| 2002-08-20 | Make it compile for the __NO_STRICT_ALIGNMENT case. | kristerw |
| 2002-08-19 | In ether_output(), don't bother calling memcpy() to plop the ethertype | thorpej |
| 2002-05-18 | sync with KAME. | itojun |
| 2002-04-27 | Use ETHER_HDR_LEN instead of 14. | enami |
| 2002-04-07 | XXX Explicitly make this fail to compile with a proper warning if we | martin |
| 2002-03-05 | bring in latest ALTQ from kjc. ALTQify some of the drivers. | itojun |
| 2002-02-28 | Don't call m_aux_find() to find a VLAN tag unless VLANs are configured | thorpej |
| 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 |