aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Don't bother null-checking the thread pointer before the prison checksJamie Gritton2009-02-051-27/+22
* Remove redundant calls of prison_local_ip4 in in_pcbbind_setup, and ofJamie Gritton2009-02-051-7/+5
* Standardize the various prison_foo_ip[46] functions and prison_if toJamie Gritton2009-02-055-56/+44
* When iterating through the list trying to find a router inBjoern A. Zeeb2009-02-041-1/+3
* - Cleanup checksum code.Randall Stewart2009-02-031-4/+17
* Remove the single global unlocked route cache ip6_forward_rtBjoern A. Zeeb2009-02-015-134/+71
* Remove unused local MACROs.Bjoern A. Zeeb2009-01-312-3/+0
* Coalesce two consecutive #ifdef IPSEC blocks.Bjoern A. Zeeb2009-01-311-4/+1
* Remove dead code from #if 0:Bjoern A. Zeeb2009-01-311-4/+0
* Like with r185713 make sure to not leak a lock as rtalloc1(9) returnsBjoern A. Zeeb2009-01-314-7/+7
* Remove 4 entirely unsued ip6 variables.Bjoern A. Zeeb2009-01-303-16/+4
* For consistency with prison_{local,remote,check}_ipN renameBjoern A. Zeeb2009-01-251-1/+1
* remove too noisy DIAGNOSTIC codeSam Leffler2009-01-181-4/+0
* Revive the RTF_LLINFO flag in route.h. The kernel code is guardedQing Li2009-01-121-0/+4
* Restrict arp, ndp and theoretically the FIB listing (if notBjoern A. Zeeb2009-01-091-0/+4
* Make SIOCGIFADDR and related, as well as SIOCGIFADDR_IN6 and relatedBjoern A. Zeeb2009-01-091-0/+4
* Addresses Roberts comments on comments. Also addsRandall Stewart2009-01-061-7/+3
* Add the ability of an alternate transport protocolRandall Stewart2009-01-061-2/+44
* Switch the last protosw* structs to C99 initializers.Bjoern A. Zeeb2009-01-051-5/+9
* Unlike with struct protosw, several instances of struct ip6protoswRobert Watson2009-01-041-1/+0
* struct ip6protosw is a copy of struct protosw, so remove pr_usrreq thereRobert Watson2009-01-041-5/+0
* Some modules such as SCTP supplies a valid route entry as an input argumentQing Li2009-01-031-36/+15
* This checkin addresses a couple of issues:Qing Li2008-12-261-1/+1
* avoid lock recursion by deferring the link check until after LLE lock is droppedKip Macy2008-12-241-1/+5
* Correct variable name in comment.Bjoern A. Zeeb2008-12-221-1/+1
* Similar to the INET case, do not destroy the nd6 entries forQing Li2008-12-221-4/+6
* Only unlock the llentry if it is actually valid.Bjoern A. Zeeb2008-12-181-1/+2
* Another step assimilating IPv[46] PCB code:Bjoern A. Zeeb2008-12-174-15/+15
* Use inc_flags instead of the inc_isipv6 alias which so farBjoern A. Zeeb2008-12-172-2/+2
* Remove the rt argument from nd6_storelladdr() becauseQing Li2008-12-171-2/+0
* A couple of files were not meant to be committed.Qing Li2008-12-172-23/+0
* in6_clsroute() was applied to prefix routes causing someQing Li2008-12-175-39/+35
* * Compare pointer with NULLKip Macy2008-12-161-6/+5
* - Simplify handling of the deferring of mbuf transmit until after lle lock dropKip Macy2008-12-161-12/+28
* check pointers against NULLKip Macy2008-12-161-3/+3
* convert more pointer validation checks to checking against NULLKip Macy2008-12-163-6/+6
* simplify locking in find_pfxlist_reachable_routerKip Macy2008-12-161-8/+9
* explicitly check return of lla_lookup against NULLKip Macy2008-12-162-8/+8
* advance tail pointer in nd6_output_lle and check lla_output return against NULLKip Macy2008-12-161-4/+8
* check return from lla_lookup against NULL not zeroKip Macy2008-12-162-2/+2
* make sure redirect doesn't return without dropping the lockKip Macy2008-12-161-6/+7
* need to check that lle is not null before unlock if the break condition is no...Kip Macy2008-12-161-3/+4
* unlock the llentry after use in find_pfxlist_reachable_routerKip Macy2008-12-161-1/+2
* Initialize the variable "router", and apply "static_route" flagQing Li2008-12-161-4/+7
* unlock and destroy an llentry's lock before freeingKip Macy2008-12-161-0/+2
* unlock looked up llentrys in defrouter_selectKip Macy2008-12-161-0/+4
* fix two use after frees in nd6_cache_lladdr caused by last minute unlock shuf...Kip Macy2008-12-161-2/+6
* Another step assimilating IPv[46] PCB code - directly useBjoern A. Zeeb2008-12-157-68/+68
* This main goals of this project are:Qing Li2008-12-1513-1000/+846
* in6_addroute is called through rnh_addadr which is always called with the rad...Kip Macy2008-12-131-2/+2