aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* 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
* Second round of putting global variables, which were virtualizedBjoern A. Zeeb2008-12-134-9/+11
* RTF_RNH_LOCKED needs to be passed in the flags arg not report,Kip Macy2008-12-121-1/+1
* Pass RTF_RNH_LOCKED to rtalloc1 sunce the node head is locked, this avoids aAndrew Thompson2008-12-121-1/+1
* Put a global variables, which were virtualized but formerlyBjoern A. Zeeb2008-12-116-12/+15
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-104-8/+20
* Add missing include to sys/lock.h before sys/rwlock.hWarner Losh2008-12-082-0/+2
* - convert radix node head lock from mutex to rwlockKip Macy2008-12-072-0/+2
* Code from the hack-session known as the IETF (and aRandall Stewart2008-12-061-0/+3
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-0224-10/+60
* MFp4:Bjoern A. Zeeb2008-11-294-23/+136
* Unhide declarations of network stack virtualization structs fromMarko Zec2008-11-282-5/+0
* Merge in6_pcbfree() into in_pcbfree() which after the previousBjoern A. Zeeb2008-11-274-42/+2
* Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.Bjoern A. Zeeb2008-11-271-1/+1
* Merge more of currently non-functional (i.e. resolving toMarko Zec2008-11-268-19/+17
* Remove in6_pcbdetach() as it is exactly the same functionBjoern A. Zeeb2008-11-264-13/+2
* Unify the v4 and v6 versions of pcbdetach and pcbfree as goodBjoern A. Zeeb2008-11-261-3/+6
* Plug a credential leak in case the inpcb is freed byBjoern A. Zeeb2008-11-261-0/+1
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-1916-112/+256
* Add a MAC label, MAC Framework, and MAC policy entry points for IPv6Robert Watson2008-10-262-2/+31
* Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav2008-10-231-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-234-10/+9
* Bring over the change switching from using sequential to randomBjoern A. Zeeb2008-10-201-47/+52
* Check that the mbuf len is positive (like we do in the v4 case).Bjoern A. Zeeb2008-10-151-1/+1
* When disconnecting a UDPv6 socket, acquire the socket lock around theRobert Watson2008-10-121-1/+2
* Style changes: compare pointer to NULL and move a }.Bjoern A. Zeeb2008-10-041-3/+2
* Cache so_cred as inp_cred in the inpcb.Bjoern A. Zeeb2008-10-042-7/+7
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-0224-106/+591