summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
1999-12-22fix compilation on sun3x.itojun
1999-12-20Make this compile again:frueauf
1999-12-15change mbuf trimming.itojun
1999-12-13sync IPv6 part with latest KAME tree. IPsec part is left unmodifieditojun
1999-12-02rcsid policeitojun
1999-11-30bring in latest KAME (as of 19991130, KAME/NetBSD141) into kame branchitojun
1999-11-27Fix typo introduced in rev. 1.55.hannken
1999-11-19Include param.h instead of types.h, to get mem* macros on vax.ragge
1999-11-19Add the `packed' attribute to structures which describe wire protocolthorpej
1999-11-19Update protocoles and interfaces stats counters to 64bit.bouyer
1999-11-03Make the ifmedia_entry list a TAILQ. This is pretty much for cosmeticsthorpej
1999-10-27Expose the ifmedia_match() function.thorpej
1999-10-27avoid unnecessary file inclusion.itojun
1999-10-26Up the size of the ifa_flags and ifa_refcnt from shorts to ints. Now willwrstuden
1999-10-25defopt the XNS protocol (options NS), clean up the use of relateddrochner
1999-10-12Fix appletalk over ethernet.matt
1999-10-10pass a pointer to the list, rather than passing a copy of it, when removingmrg
1999-10-09Fix PR7946 (neighbor discovery tries to block at interrupt level).sommerfeld
1999-10-09Delay clearing of RTF_UP until after deleting rt_gwroute. Otherwise, if rt_g...erh
1999-09-29Define ETHERTYPE_VLAN: IEEE 802.1Q VLAN tagging.ad
1999-09-29const poison ifunit().thorpej
1999-09-25Decouple IP mtu for ARCnet devices from interface MTU.is
1999-09-21Make NETATALK over FDDI.matt
1999-09-21Add a ifru_value (unsigned int) as a generic value.matt
1999-09-19Zeroth version of IPv6 support for ARCnet. Correct MTU handling still needsis
1999-09-15We only need the ether_ipmulticast_min and _max addresses if we have INETis
1999-09-13- Call in{,6}_pcbdetach if ipsec initialization is failed during PRU_ATTACH.itojun
1999-09-13Merge in NetBSD/sh3 from cvs.kame.net repository.itojun
1999-08-29Move the mtu initialization to arc_storelladdr, so that it will be uppedis
1999-08-27Don't assume PHDS encoding for DIAGNOSE packets... we have to pass themis
1999-08-27Factor out arc_storelladdr(), and use that instead of arc_ifattach() inis
1999-08-27packed -> __packed__thorpej
1999-08-26Only use ifp->if_addrlen after initializing it.\is
1999-08-26Eliminate a function call... we know its exactly one byte hereis
1999-08-25changes from ppp-2.3.9 [synchronous]christos
1999-08-24Fix ifa_ifwithnet() for the netatalk case: netatalk uses blocks of addressesbouyer
1999-08-21Cleanup a little kludge in mtu handling in route.c. Bring down FDDImatt
1999-08-10u_char -> u_int8_t in the IPv6 goo.thorpej
1999-08-05M_HASCRC -> M_HASFCS, as suggested by Christoph Badura.thorpej
1999-08-04In ether_input(), if M_HASCRC is set, trim the CRC off the packet.thorpej
1999-08-04Define an Ethernet-specific flag which drivers can use to tellthorpej
1999-07-30remove reference to in6_systm.h (file itself will be removed afterwords)itojun
1999-07-12Needs cpu.h for netisr (compile breaks on sun3).bouyer
1999-07-09defopt INET6, and put it in opt_inet.h (most places already include thisthorpej
1999-07-06sync with KAME/NetBSD 1.4, SNAP kit 19990705.itojun
1999-07-03Add namespace protection, using XNS5.2 D2.0 as a reference (which effectivelykleink
1999-07-01IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.itojun
1999-06-28KNFify. Add LINK1 flag to turn off that address munging thing, for casesexplorer
1999-06-28KAME/NetBSD 1.4 SNAP kit, dated 19990628.itojun
1999-06-18call pfil_list_add with the right flag, to ensure it goes into the right list.mrg