| Age | Commit message (Expand) | Author |
| 1999-12-22 | fix compilation on sun3x. | itojun |
| 1999-12-20 | Make this compile again: | frueauf |
| 1999-12-15 | change mbuf trimming. | itojun |
| 1999-12-13 | sync IPv6 part with latest KAME tree. IPsec part is left unmodified | itojun |
| 1999-12-02 | rcsid police | itojun |
| 1999-11-30 | bring in latest KAME (as of 19991130, KAME/NetBSD141) into kame branch | itojun |
| 1999-11-27 | Fix typo introduced in rev. 1.55. | hannken |
| 1999-11-19 | Include param.h instead of types.h, to get mem* macros on vax. | ragge |
| 1999-11-19 | Add the `packed' attribute to structures which describe wire protocol | thorpej |
| 1999-11-19 | Update protocoles and interfaces stats counters to 64bit. | bouyer |
| 1999-11-03 | Make the ifmedia_entry list a TAILQ. This is pretty much for cosmetics | thorpej |
| 1999-10-27 | Expose the ifmedia_match() function. | thorpej |
| 1999-10-27 | avoid unnecessary file inclusion. | itojun |
| 1999-10-26 | Up the size of the ifa_flags and ifa_refcnt from shorts to ints. Now will | wrstuden |
| 1999-10-25 | defopt the XNS protocol (options NS), clean up the use of related | drochner |
| 1999-10-12 | Fix appletalk over ethernet. | matt |
| 1999-10-10 | pass a pointer to the list, rather than passing a copy of it, when removing | mrg |
| 1999-10-09 | Fix PR7946 (neighbor discovery tries to block at interrupt level). | sommerfeld |
| 1999-10-09 | Delay clearing of RTF_UP until after deleting rt_gwroute. Otherwise, if rt_g... | erh |
| 1999-09-29 | Define ETHERTYPE_VLAN: IEEE 802.1Q VLAN tagging. | ad |
| 1999-09-29 | const poison ifunit(). | thorpej |
| 1999-09-25 | Decouple IP mtu for ARCnet devices from interface MTU. | is |
| 1999-09-21 | Make NETATALK over FDDI. | matt |
| 1999-09-21 | Add a ifru_value (unsigned int) as a generic value. | matt |
| 1999-09-19 | Zeroth version of IPv6 support for ARCnet. Correct MTU handling still needs | is |
| 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-09-13 | Merge in NetBSD/sh3 from cvs.kame.net repository. | itojun |
| 1999-08-29 | Move the mtu initialization to arc_storelladdr, so that it will be upped | is |
| 1999-08-27 | Don't assume PHDS encoding for DIAGNOSE packets... we have to pass them | is |
| 1999-08-27 | Factor out arc_storelladdr(), and use that instead of arc_ifattach() in | is |
| 1999-08-27 | packed -> __packed__ | thorpej |
| 1999-08-26 | Only use ifp->if_addrlen after initializing it.\ | is |
| 1999-08-26 | Eliminate a function call... we know its exactly one byte here | is |
| 1999-08-25 | changes from ppp-2.3.9 [synchronous] | christos |
| 1999-08-24 | Fix ifa_ifwithnet() for the netatalk case: netatalk uses blocks of addresses | bouyer |
| 1999-08-21 | Cleanup a little kludge in mtu handling in route.c. Bring down FDDI | matt |
| 1999-08-10 | u_char -> u_int8_t in the IPv6 goo. | thorpej |
| 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-08-04 | Define an Ethernet-specific flag which drivers can use to tell | thorpej |
| 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 |