summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* rename MLD6_* to MLD_*.ume2003-10-312-17/+18
* use arc4random.ume2003-10-314-9/+6
* initialize in6_tmpaddrtimer_ch.ume2003-10-311-0/+1
* nuku unused functions in6_nigroup_attach() andume2003-10-312-61/+0
* Overhaul routing table entry cleanup by introducing a new rtexpungesam2003-10-303-28/+14
* use a local variable to avoid holding a lock across a call out of viewsam2003-10-301-4/+6
* - unlock on error.ume2003-10-301-4/+10
* add management part of address selection policy described inume2003-10-305-0/+227
* correct LOR by using a local variable to hold resultsam2003-10-291-3/+5
* add ECN support in layer-3.ume2003-10-295-19/+56
* ip6_savecontrol() argument is redundantume2003-10-295-14/+11
* hide m_tag, again.ume2003-10-293-38/+21
* make sure to accept only IPv6 packet.ume2003-10-281-0/+3
* cleanup use of m_tag.ume2003-10-285-77/+69
* M_DONTWAIT was passed into malloc().ume2003-10-271-2/+2
* re-add wrongly disappered IPV6_CHECKSUM stuff by introducingume2003-10-263-0/+83
* drop unused defines.ume2003-10-261-4/+0
* drop unused fields.ume2003-10-261-6/+1
* use uint32_t instead of u_int32_t for newly introducedume2003-10-261-1/+1
* revert following unwanted changes:ume2003-10-251-7/+7
* correct namespace pollution.ume2003-10-251-0/+5
* remove the ip6r0_addr and ip6r0_slmap members from ip6_rthdr0{}ume2003-10-241-4/+6
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-2414-427/+1273
* check return result from rtalloc1 before invoking RTUNLOCKsam2003-10-231-1/+2
* we have ppsratecheck().ume2003-10-221-74/+0
* IP6Q_LOCK_CHECK -> IP6Q_LOCK_ASSERT.ume2003-10-221-6/+6
* drop the code of HAVE_NRL_INPCB part. our system doesn'tume2003-10-222-53/+0
* pretect ip6 reassemble queue by use of mutex.ume2003-10-221-45/+16
* - implement lock around IPv6 reassembly, to avoid panic due toume2003-10-224-16/+99
* protect sid_default and sid.ume2003-10-221-1/+36
* reduce calling in6_addr2zoneid().ume2003-10-221-6/+6
* more strict sanity check for ESP tailsuz2003-10-221-1/+1
* - change scope to zone.ume2003-10-2114-111/+160
* correct linkmtu handling.ume2003-10-208-107/+120
* - revert to old rijndael code. new rijndael code broke gbde.ume2003-10-192-0/+8
* rtfree() must be called in lock context.ume2003-10-181-0/+1
* nuke duplicate function and unused function.ume2003-10-173-45/+5
* revert wrongly dropped null check by previous commit.ume2003-10-171-0/+2
* - add dom_if{attach,detach} framework.ume2003-10-1714-287/+253
* fix horribly botched MFp4 mergesam2003-10-161-7/+7
* pfil hooks can modify packet contents so check if the destinationsam2003-10-161-1/+11
* MFp4: correct locking issues in nd6_lookupsam2003-10-141-1/+4
* use BF_ecb_encrypt().ume2003-10-131-22/+6
* - support AES counter mode for ESP.ume2003-10-136-15/+526
* support AES XCBC MAC for AH.ume2003-10-132-0/+230
* - support AES XCBC MAC for AHume2003-10-131-0/+7
* include opencrypto/rmd160.hume2003-10-121-1/+1
* remove unused variable.ume2003-10-121-4/+1
* - avoid hardcoded values.ume2003-10-122-41/+29
* - always check for optlen overrun.ume2003-10-121-4/+11
OpenPOWER on IntegriCloud