summaryrefslogtreecommitdiff
path: root/sys/netinet6
AgeCommit message (Expand)Author
2003-02-27Add in6_localaddr(). From KAME via FreeBSD.thorpej
2003-02-25Make sure to initialize callout structs.he
2003-02-24automatic aggregates are evil. make it static const.matt
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2003-01-28success, not sucess. Noted by mjl.wiz
2003-01-20The Double-Semi-Colon Police.simonb
2003-01-20Remove variable that is only assigned too but not referenced.simonb
2003-01-17switch from kame-based m_aux mbuf auxiliary data, to openbsd m_tagitojun
2003-01-08allocate route_in6 in struct secashead, to avoid mistakenly overrunitojun
2002-11-27recover original stanford copyright. sync w/kameitojun
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-11-25Avoid strict-alias warnings.thorpej
2002-11-11make USE_ENCAPCHECK (in netinet*/*gif.c) to global option, GIF_ENCAPCHECK.itojun
2002-11-11pmtu_probe is not used anywhere (it is used in KAME TCP6-only code).itojun
2002-11-09need icmp6.h for MULTICAST_PMTUD case. sync w/kameitojun
2002-11-05include opt_inet.h -- found by David Laightperry
2002-11-05improve gif lookup performance, when there are many of those,itojun
2002-11-02/*CONTCOND*/ while (0)'ed macrosperry
2002-10-31plug a memory leak. from sam leffler. sync w/kameitojun
2002-10-28increase correct stat. KAME pr 445itojun
2002-10-17do not differentiate manually configured address from autoconfigured onesitojun
2002-10-12IPSEC_ESP depends on the "des", "blowfish", "cast128", and "rijndael"thorpej
2002-10-10Move netinet, netinet6, ipsec, and ipfilter config defns tothorpej
2002-10-09suppress too noisy log by default (can be re-enabled by sysctl). sync w/kameitojun
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-23length field on PADN option, before jumbo payload option was wrong.itojun
2002-09-23better fix to PR 18163 ("deprecated" flag manipulation). sync w/kameitojun
2002-09-23Remove breaks after returns, unreachable returns and returns aftersimonb
2002-09-23Remove an extern declaration for the "pim6stat" variable; the only othersimonb
2002-09-15remove extra blank lineitojun
2002-09-11avoid from applying IPsec transport mode to the packets when the kernelitojun
2002-09-11correct pointer signedness mixups. sync w/kameitojun
2002-09-11reduce diff w/kameitojun
2002-09-11KNF - return is not a function. sync w/kame.itojun
2002-09-11correct signedness mixup in pointer passing. sync w/kameitojun
2002-09-04allow "deprecated" bit to be manually set. PR 18163itojun
2002-08-26pass proc * to in6_pcbsetport. PR 18073itojun
2002-08-21check packet length before fetching ESP crypto checksum. sync w/kameitojun
2002-08-20sync up use_deprecated handling with latest kame.itojun
2002-08-19check error from copyoutitojun
2002-08-19typo in commentitojun
2002-08-19fix copyout() logic. more proper fix to be done on kame tree.itojun
2002-08-19copyout only if oldp is non-nullitojun
2002-08-19need explicit copyout(), apparentlyitojun
2002-08-17set default value for use_deprecated to 0, to avoid consequences with ftpd.itojun
2002-08-14avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACEitojun
2002-08-09avoid hardcoded "16" for max AH sum size. use AH_MAXSUMSIZE.itojun
2002-08-09use correct padding boundary, to correctly estimate ESP header size.itojun
2002-08-09cut and paste error in comment. From: Arto Selonen <arto@selonen.org>itojun
2002-08-01typo. From: Arto Selonen <arto@selonen.org>, sync w/kameitojun