summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Addresses Roberts comments on comments. Also addsrrs2009-01-061-7/+3
* Add the ability of an alternate transport protocolrrs2009-01-061-2/+44
* Switch the last protosw* structs to C99 initializers.bz2009-01-051-5/+9
* Unlike with struct protosw, several instances of struct ip6protoswrwatson2009-01-041-1/+0
* struct ip6protosw is a copy of struct protosw, so remove pr_usrreq thererwatson2009-01-041-5/+0
* Some modules such as SCTP supplies a valid route entry as an input argumentqingli2009-01-031-36/+15
* This checkin addresses a couple of issues:qingli2008-12-261-1/+1
* avoid lock recursion by deferring the link check until after LLE lock is droppedkmacy2008-12-241-1/+5
* Correct variable name in comment.bz2008-12-221-1/+1
* Similar to the INET case, do not destroy the nd6 entries forqingli2008-12-221-4/+6
* Only unlock the llentry if it is actually valid.bz2008-12-181-1/+2
* Another step assimilating IPv[46] PCB code:bz2008-12-174-15/+15
* Use inc_flags instead of the inc_isipv6 alias which so farbz2008-12-172-2/+2
* Remove the rt argument from nd6_storelladdr() becauseqingli2008-12-171-2/+0
* A couple of files were not meant to be committed.qingli2008-12-172-23/+0
* in6_clsroute() was applied to prefix routes causing someqingli2008-12-175-39/+35
* * Compare pointer with NULLkmacy2008-12-161-6/+5
* - Simplify handling of the deferring of mbuf transmit until after lle lock dropkmacy2008-12-161-12/+28
* check pointers against NULLkmacy2008-12-161-3/+3
* convert more pointer validation checks to checking against NULLkmacy2008-12-163-6/+6
* simplify locking in find_pfxlist_reachable_routerkmacy2008-12-161-8/+9
* explicitly check return of lla_lookup against NULLkmacy2008-12-162-8/+8
* advance tail pointer in nd6_output_lle and check lla_output return against NULLkmacy2008-12-161-4/+8
* check return from lla_lookup against NULL not zerokmacy2008-12-162-2/+2
* make sure redirect doesn't return without dropping the lockkmacy2008-12-161-6/+7
* need to check that lle is not null before unlock if the break condition is no...kmacy2008-12-161-3/+4
* unlock the llentry after use in find_pfxlist_reachable_routerkmacy2008-12-161-1/+2
* Initialize the variable "router", and apply "static_route" flagqingli2008-12-161-4/+7
* unlock and destroy an llentry's lock before freeingkmacy2008-12-161-0/+2
* unlock looked up llentrys in defrouter_selectkmacy2008-12-161-0/+4
* fix two use after frees in nd6_cache_lladdr caused by last minute unlock shuf...kmacy2008-12-161-2/+6
* Another step assimilating IPv[46] PCB code - directly usebz2008-12-157-68/+68
* This main goals of this project are:qingli2008-12-1513-1000/+846
* in6_addroute is called through rnh_addadr which is always called with the rad...kmacy2008-12-131-2/+2
* Second round of putting global variables, which were virtualizedbz2008-12-134-9/+11
* RTF_RNH_LOCKED needs to be passed in the flags arg not report,kmacy2008-12-121-1/+1
* Pass RTF_RNH_LOCKED to rtalloc1 sunce the node head is locked, this avoids athompsa2008-12-121-1/+1
* Put a global variables, which were virtualized but formerlybz2008-12-116-12/+15
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-104-8/+20
* Add missing include to sys/lock.h before sys/rwlock.himp2008-12-082-0/+2
* - convert radix node head lock from mutex to rwlockkmacy2008-12-072-0/+2
* Code from the hack-session known as the IETF (and arrs2008-12-061-0/+3
* Rather than using hidden includes (with cicular dependencies),bz2008-12-0224-10/+60
* MFp4:bz2008-11-294-23/+136
* Unhide declarations of network stack virtualization structs fromzec2008-11-282-5/+0
* Merge in6_pcbfree() into in_pcbfree() which after the previousbz2008-11-274-42/+2
* Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.bz2008-11-271-1/+1
* Merge more of currently non-functional (i.e. resolving tozec2008-11-268-19/+17
* Remove in6_pcbdetach() as it is exactly the same functionbz2008-11-264-13/+2
* Unify the v4 and v6 versions of pcbdetach and pcbfree as goodbz2008-11-261-3/+6
OpenPOWER on IntegriCloud