aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_src.c
Commit message (Expand)AuthorAgeFilesLines
* In selectroute() add a missing fibnum argument to an in6_rtalloc()Bjoern A. Zeeb2012-02-241-8/+7
* Allow to provide a hint to in6_selectsrc() for the interface using theBjoern A. Zeeb2012-02-141-6/+24
* Add multi-FIB IPv6 support to the core network stack supplementingBjoern A. Zeeb2012-02-031-16/+36
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Decompose the current single inpcbinfo lock into two locks:Robert Watson2011-05-301-1/+1
* Move from passing a wildcard boolean to a general set up lookup flags intoRobert Watson2011-05-231-3/+3
* Merge the two identical implementations for local port selections fromBjoern A. Zeeb2011-03-121-67/+7
* Push a possible "unbind" in some situation from in6_pcbsetport() toBjoern A. Zeeb2011-03-121-4/+1
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-2/+2
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-2/+2
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-5/+2
* Make sure IPv6 source address selection does not change interfaceBjoern A. Zeeb2010-04-271-5/+20
* Add ip4.saddrsel/ip4.nosaddrsel (and equivalent for ip6) to controlBjoern A. Zeeb2010-01-171-0/+7
* This patch fixes the following issues:Qing Li2009-09-051-11/+19
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-2/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-20/+6
* Add address list locking for in6_ifaddrhead/ia_link: as with lockingRobert Watson2009-06-251-1/+5
* Convert netinet6 to using queue(9) rather than hand-crafted linked listsRobert Watson2009-06-241-1/+1
* Make callers to in6_selectsrc() and in6_pcbladdr() pass in memoryBjoern A. Zeeb2009-06-231-35/+28
* Modify most routines returning 'struct ifaddr *' to return referencesRobert Watson2009-06-231-1/+12
* First pass at separating per-vnet initializer functionsMarko Zec2009-04-061-2/+6
* Standardize the various prison_foo_ip[46] functions and prison_if toJamie Gritton2009-02-051-12/+11
* check return from lla_lookup against NULL not zeroKip Macy2008-12-161-1/+1
* Another step assimilating IPv[46] PCB code - directly useBjoern A. Zeeb2008-12-151-1/+1
* This main goals of this project are:Qing Li2008-12-151-20/+45
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+3
* MFp4:Bjoern A. Zeeb2008-11-291-0/+21
* Merge more of currently non-functional (i.e. resolving toMarko Zec2008-11-261-1/+0
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-2/+8
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* Bring over the change switching from using sequential to randomBjoern A. Zeeb2008-10-201-47/+52
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+12
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-31/+32
* Pass the ucred along into in{,6}_pcblookup_local for upcomingBjoern A. Zeeb2008-07-101-3/+3
* Document required locking in in6_sleectsrc() in case an inp isBjoern A. Zeeb2008-07-091-2/+4
* Change the parameters to in6_selectsrc():Bjoern A. Zeeb2008-07-081-4/+11
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros toRobert Watson2008-04-171-1/+1
* This patch provides the back end support for equal-cost multi-pathQing Li2008-04-131-0/+9
* Correct the commented out debugging printf()s in REPLACE and NEXT macros.Bjoern A. Zeeb2008-01-201-2/+8
* un-__P()David E. O'Brien2008-01-081-7/+7
* Clean up VCS Ids.David E. O'Brien2007-12-101-3/+5
* Space cleanupXin LI2007-07-051-2/+2
* ANSIfy[1] plus some style cleanup nearby.Xin LI2007-07-051-57/+33
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson2007-06-121-2/+1
* Rename some fields of struct inpcbinfo to have the ipi_ prefix,Robert Watson2007-04-301-3/+3
* Optimize sx locks to use simple atomic operations for the common cases ofJohn Baldwin2007-03-311-0/+1
* MFp4: 92972, 98913 + one more changeBjoern A. Zeeb2006-12-121-3/+4
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-1/+4
* With exception of the if_name() macro, all definitions in net_osdep.hBrooks Davis2006-08-041-2/+0