| Age | Commit message (Expand) | Author |
| 1999-07-30 | remove reference to in6_systm.h (file itself will be removed afterwords) | itojun |
| 1999-07-12 | Needs cpu.h for netisr (compile breaks on sun3). | bouyer |
| 1999-07-09 | defopt INET6, and put it in opt_inet.h (most places already include this | thorpej |
| 1999-07-06 | sync with KAME/NetBSD 1.4, SNAP kit 19990705. | itojun |
| 1999-07-03 | Add namespace protection, using XNS5.2 D2.0 as a reference (which effectively | kleink |
| 1999-07-01 | IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. | itojun |
| 1999-06-28 | KNFify. Add LINK1 flag to turn off that address munging thing, for cases | explorer |
| 1999-06-28 | KAME/NetBSD 1.4 SNAP kit, dated 19990628. | itojun |
| 1999-06-18 | call pfil_list_add with the right flag, to ensure it goes into the right list. | mrg |
| 1999-06-17 | mbuf should be allocated with M_DONTWAIT in ether_output(). This caused panics | bouyer |
| 1999-05-30 | Fix thinko of mine in previous. The source route info is not at m->m_data | bad |
| 1999-05-29 | Don't assume the Token-Ring source route is in the m_pktdat. Use | bad |
| 1999-05-24 | Fix kernel builds if ppp interface but no bpf filters are configured. | tron |
| 1999-05-21 | Make this file syntactically correct again. | augustss |
| 1999-05-20 | Add a *bunch* of types (file went from ~4K to ~16K!) | tsarna |
| 1999-05-20 | Oops, commit here slipped through the cracks. | thorpej |
| 1999-05-18 | Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() | thorpej |
| 1999-05-14 | Fix compilation problem caused by recent changes to filtering code. | tron |
| 1999-05-12 | Decouple inbound and outbound filters. Now instead of using "active-filter" | thorpej |
| 1999-05-11 | * Start out with a data link type of DLT_NULL. When we change an interface | thorpej |
| 1999-05-11 | * Add the ability to change the data link type on the fly. | thorpej |
| 1999-05-08 | Add ARP hardware type for IEEE 1394 (FireWire) | matt |
| 1999-04-30 | Back out previous. It was just ... braindamaged. | thorpej |
| 1999-04-30 | If the driver only supports one media type, and ifmedia_ioctl() is called to | abs |
| 1999-04-09 | don't expose structures and prototypes to _STANDALONE programs | drochner |
| 1999-04-08 | Fix version id strings in comment. | bad |
| 1999-04-04 | Add NetBSD rcsid tags, and preserve old ones from i4b source | explorer |
| 1999-04-04 | Install if_sppp.h in include/net/ | explorer |
| 1999-04-04 | switch to the i4b version of if_sppp*.[ch] (with mods) | explorer |
| 1999-04-02 | deal with failure of malloc NOWAIT by restarting after mallocing with WAIT. | chopps |
| 1999-03-28 | ANSI C police. | kleink |
| 1999-03-27 | fixes to compile if NBPFILTER == 0 | dbj |
| 1999-03-27 | Added per-addr input/output statistics. Currently just support netatalk | aidan |
| 1999-03-25 | Define several constants related to the Ethernet protocol: | thorpej |
| 1999-03-25 | put RCS ids in the right place. And yes, this is a SYNC ppp interface, | explorer |
| 1999-03-25 | define ETHER_CRC_LEN, for if_vr.c | explorer |
| 1999-03-25 | port FreeBSD's serial ppp layer to NetBSD. The PPP part seems broken still, | explorer |
| 1999-03-25 | Make it possible to set MTU via "ifconfig" at run time. "SLMTU" is now | tron |
| 1999-03-23 | Add a new shared media option, IFM_FLOW, used to enable link-level | thorpej |
| 1999-03-22 | Appease GCC. | bad |
| 1999-03-22 | Oops. RcsID police. | bad |
| 1999-03-22 | Add LLC_SNAPFRAMELEN. | bad |
| 1999-03-22 | Add ARPHRD_IEEE802. | bad |
| 1999-03-22 | Add if_token.h to INCS. | bad |
| 1999-03-22 | Support routines for Token-Ring network drivers. | bad |
| 1999-03-20 | Define the PPPoE Discovery and PPPoE ethertypes. | thorpej |
| 1999-03-13 | make this compile again | drochner |
| 1999-03-12 | exterminate ovbcopy. patches provided by Erik Bertelsen, pr-7145 | perry |
| 1999-03-10 | Const poison ether_ifattach(). | thorpej |
| 1999-03-10 | Const poison ether_sprintf(). | thorpej |