summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-148-46/+1
* When allocating the IPv6 header to stick in front of raw packet beingrwatson2004-08-121-1/+5
* Pass pcbinfo structures to in6_pcbnotify() rather than pcbheadrwatson2004-08-064-8/+19
* Disallow a particular kind of port theft described by the following scenario:yar2004-07-281-5/+1
* Commit a first pass at in6pcb and pcbinfo locking for IPv6,rwatson2004-07-273-35/+160
* Don't consider TCP connections beyond LISTEN stateyar2004-07-271-19/+10
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-261-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+1
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompilemlaier2004-06-131-0/+6
* Missed directory in previous commit; need to hold SOCK_LOCK(so)rwatson2004-06-121-0/+1
* do not check super user privilege in ip6_savecontrol. It isume2004-06-021-20/+5
* add missing #include <sys/module.h>phk2004-05-301-0/+1
* Fix a bug which I discovered recently while doing IPv6 testing atwpaul2004-05-141-0/+12
* fix the change of interface in nd6_storelladdr for multicastluigi2004-04-261-5/+5
* This commit does two things:luigi2004-04-251-6/+13
* ifp has the same value as rt->rti_ifp so remove the dependencyluigi2004-04-191-2/+2
* Remove a tail-recursive call in nd6_output.luigi2004-04-191-5/+8
* Replace Bcopy/Bzero with 'the real thing' as in the rest of the file.luigi2004-04-182-8/+8
* Remove advertising clause from University of California Regent'simp2004-04-0721-84/+0
* UDP checksum is mandatory in IPv6 (RFC2460 p.28)suz2004-04-011-2/+4
* Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:pjd2004-03-275-19/+22
* Remove unused argument.pjd2004-03-272-2/+2
* Remove unused prototype.pjd2004-03-271-1/+0
* Validate IPv6 socket options more carefully to avoid a panic.ume2004-03-261-1/+37
* Move the AH algorithm list from a static local function variable torwatson2004-03-101-37/+38
* move in6_addmulti()/in6_delmulti() into mld6.cume2004-03-042-90/+93
* missing splx().ume2004-03-041-1/+3
* - stlye and commentsume2004-03-031-15/+16
* Move PFIL_HOOKS and ipfw past the scope checks to allow easy redirection tomlaier2004-03-021-32/+32
* scope awareness of ff01:: is not merged, yet. So, clearume2004-03-021-0/+6
* - reject incoming packets to an interface-local multicast address fromume2004-03-011-10/+52
* Bring eventhandler callbacks for pf.mlaier2004-02-261-0/+3
* Tweak existing header and other build infrastructure to be able to buildmlaier2004-02-261-1/+3
* in icmp6_mtudisc_update(), use ND link mtu to detect if the path MTUume2004-02-241-1/+3
* Fix array overflow: If len=128, don't access [16] of a 16-byte IPv6cperciva2004-02-241-1/+2
* - call ip6_output() instead of nd6_output() when ipsec tunnelume2004-02-191-3/+21
* IPSEC and FAST_IPSEC have the same internal API now;ume2004-02-173-57/+20
* correct function name in comment.ume2004-02-161-18/+18
* nuke unused functions.ume2004-02-163-53/+0
* we don't need to include ipsec.h.ume2004-02-161-8/+0
* - wrap mappedaddr block by #ifdef INET for IPv6-only kernel in future.ume2004-02-131-38/+42
* supported IPV6_RECVPATHMTU socket option.ume2004-02-135-6/+68
* Initial import of RFC 2385 (TCP-MD5) digest support.bms2004-02-111-0/+2
* fix build with FAST_IPSEC.ume2004-02-091-2/+1
* - obey ip6po_minmtu.ume2004-02-081-3/+30
* KNFume2004-02-041-8/+7
* pass pcb rather than so. it is expected that per socket policyume2004-02-039-133/+76
* protect access to ifnet structure with mutex.ume2004-01-281-0/+2
* call ipsec_pcbconn()/ipsec_pcbdisconn() from in6_pcbconnect().ume2004-01-131-0/+7
* correct spellingume2004-01-131-7/+7
OpenPOWER on IntegriCloud