aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* rtfree() must be called in lock context.Hajimu UMEMOTO2003-10-181-0/+1
* nuke duplicate function and unused function.Hajimu UMEMOTO2003-10-173-45/+5
* revert wrongly dropped null check by previous commit.Hajimu UMEMOTO2003-10-171-0/+2
* - add dom_if{attach,detach} framework.Hajimu UMEMOTO2003-10-1714-287/+253
* fix horribly botched MFp4 mergeSam Leffler2003-10-161-7/+7
* pfil hooks can modify packet contents so check if the destinationSam Leffler2003-10-161-1/+11
* MFp4: correct locking issues in nd6_lookupSam Leffler2003-10-141-1/+4
* use BF_ecb_encrypt().Hajimu UMEMOTO2003-10-131-22/+6
* - support AES counter mode for ESP.Hajimu UMEMOTO2003-10-136-15/+526
* support AES XCBC MAC for AH.Hajimu UMEMOTO2003-10-132-0/+230
* - support AES XCBC MAC for AHHajimu UMEMOTO2003-10-131-0/+7
* include opencrypto/rmd160.hHajimu UMEMOTO2003-10-121-1/+1
* remove unused variable.Hajimu UMEMOTO2003-10-121-4/+1
* - avoid hardcoded values.Hajimu UMEMOTO2003-10-122-41/+29
* - always check for optlen overrun.Hajimu UMEMOTO2003-10-121-4/+11
* - correct signedness mixups.Hajimu UMEMOTO2003-10-123-80/+79
* avoid hardcoding MD5 result length (16)Hajimu UMEMOTO2003-10-121-3/+4
* - RIPEMD160 supportHajimu UMEMOTO2003-10-123-206/+188
* fixed an endian bug on fragment header scanningHajimu UMEMOTO2003-10-101-1/+2
* nuke SCOPEDROUTING. Though it was there for a long time,Hajimu UMEMOTO2003-10-108-59/+0
* switch cast128 implementation to implementation by Steve Reid;Hajimu UMEMOTO2003-10-101-10/+4
* - typo. found by markus@openbsdHajimu UMEMOTO2003-10-091-4/+2
* - typo in commentHajimu UMEMOTO2003-10-0910-289/+225
* - fix typo in comments.Hajimu UMEMOTO2003-10-0821-637/+402
* must lock route when the caller provided a route but notSam Leffler2003-10-071-2/+4
* indentHajimu UMEMOTO2003-10-071-1/+1
* style and indent. no functional change.Hajimu UMEMOTO2003-10-071-40/+34
* - fix typo in comment.Hajimu UMEMOTO2003-10-079-321/+277
* nuke unused CTL_IPV6PROTO_NAMES macro.Hajimu UMEMOTO2003-10-071-47/+0
* return(code) -> return (code)Hajimu UMEMOTO2003-10-0622-408/+403
* Locking for updates to routing table entries. Each rtentry gets a mutexSam Leffler2003-10-049-77/+99
* add randomtab for ip6_randomflowlabel().Hajimu UMEMOTO2003-10-011-0/+11
* randomize IPv6 flowlabel when RANDOM_IP_ID is defined.Hajimu UMEMOTO2003-10-015-4/+20
* use arc4random()Hajimu UMEMOTO2003-10-012-14/+3
* - include opt_random_ip_id.hHajimu UMEMOTO2003-10-013-1/+7
* we don't need ip6_id when RANDOM_IP_ID is defined.Hajimu UMEMOTO2003-10-013-0/+6
* include opt_random_ip_id.hHajimu UMEMOTO2003-10-011-0/+2
* Don't compiled ip6_randomid() in if RANDOM_IP_ID is not defined.Hajimu UMEMOTO2003-10-012-0/+6
* Obey RANDOM_IP_ID.Hajimu UMEMOTO2003-10-011-0/+5
* randomize IPv6 fragment ID.Hajimu UMEMOTO2003-10-013-1/+250
* Correct pfil_run_hooks return handling: if the return value is non-zeroSam Leffler2003-09-302-9/+8
* o update PFIL_HOOKS support to current API used by netbsdSam Leffler2003-09-235-68/+35
* Enable IPv6 for Token Ring.Matthew N. Dodd2003-09-143-0/+7
* The in6_ifattach() routine contains the following code:Bill Paul2003-09-131-2/+4
* Fix a bunch of off-by-one errors in the range checking code.Ruslan Ermilov2003-09-111-1/+1
* introduced a flag bit "ND6_IFF_ACCEPT_RTADV" in the nd_ifinfo structure toHajimu UMEMOTO2003-08-053-1/+14
* Cleanup useless break.Hajimu UMEMOTO2003-07-291-3/+0
* ip6fw does not handle ESP correctlyHajimu UMEMOTO2003-07-271-0/+1
* Do not attempt to access to inp_socket fields if the socket is in the TIME_WAITOlivier Houchard2003-06-171-13/+38
* Add definitions for IN6ADDR_LINKLOCAL_ALLMDNS_INIT and INADDR_ALLMDNS_GROUP.Matthew N. Dodd2003-04-291-0/+3