| Commit message (Expand) | Author | Age | Files | Lines |
* | In selectroute() add a missing fibnum argument to an in6_rtalloc() | Bjoern A. Zeeb | 2012-02-24 | 1 | -8/+7 |
* | Allow to provide a hint to in6_selectsrc() for the interface using the | Bjoern A. Zeeb | 2012-02-14 | 1 | -6/+24 |
* | Add multi-FIB IPv6 support to the core network stack supplementing | Bjoern A. Zeeb | 2012-02-03 | 1 | -16/+36 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
* | Decompose the current single inpcbinfo lock into two locks: | Robert Watson | 2011-05-30 | 1 | -1/+1 |
* | Move from passing a wildcard boolean to a general set up lookup flags into | Robert Watson | 2011-05-23 | 1 | -3/+3 |
* | Merge the two identical implementations for local port selections from | Bjoern A. Zeeb | 2011-03-12 | 1 | -67/+7 |
* | Push a possible "unbind" in some situation from in6_pcbsetport() to | Bjoern A. Zeeb | 2011-03-12 | 1 | -4/+1 |
* | After some off-list discussion, revert a number of changes to the | Dimitry Andric | 2010-11-22 | 1 | -2/+2 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | Dimitry Andric | 2010-11-14 | 1 | -2/+2 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | Bjoern A. Zeeb | 2010-04-29 | 1 | -5/+2 |
* | Make sure IPv6 source address selection does not change interface | Bjoern A. Zeeb | 2010-04-27 | 1 | -5/+20 |
* | Add ip4.saddrsel/ip4.nosaddrsel (and equivalent for ip6) to control | Bjoern A. Zeeb | 2010-01-17 | 1 | -0/+7 |
* | This patch fixes the following issues: | Qing Li | 2009-09-05 | 1 | -11/+19 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+0 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | Robert Watson | 2009-07-16 | 1 | -2/+2 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -20/+6 |
* | Add address list locking for in6_ifaddrhead/ia_link: as with locking | Robert Watson | 2009-06-25 | 1 | -1/+5 |
* | Convert netinet6 to using queue(9) rather than hand-crafted linked lists | Robert Watson | 2009-06-24 | 1 | -1/+1 |
* | Make callers to in6_selectsrc() and in6_pcbladdr() pass in memory | Bjoern A. Zeeb | 2009-06-23 | 1 | -35/+28 |
* | Modify most routines returning 'struct ifaddr *' to return references | Robert Watson | 2009-06-23 | 1 | -1/+12 |
* | First pass at separating per-vnet initializer functions | Marko Zec | 2009-04-06 | 1 | -2/+6 |
* | Standardize the various prison_foo_ip[46] functions and prison_if to | Jamie Gritton | 2009-02-05 | 1 | -12/+11 |
* | check return from lla_lookup against NULL not zero | Kip Macy | 2008-12-16 | 1 | -1/+1 |
* | Another step assimilating IPv[46] PCB code - directly use | Bjoern A. Zeeb | 2008-12-15 | 1 | -1/+1 |
* | This main goals of this project are: | Qing Li | 2008-12-15 | 1 | -20/+45 |
* | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+3 |
* | MFp4: | Bjoern A. Zeeb | 2008-11-29 | 1 | -0/+21 |
* | Merge more of currently non-functional (i.e. resolving to | Marko Zec | 2008-11-26 | 1 | -1/+0 |
* | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -2/+8 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -2/+2 |
* | Bring over the change switching from using sequential to random | Bjoern A. Zeeb | 2008-10-20 | 1 | -47/+52 |
* | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+12 |
* | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -31/+32 |
* | Pass the ucred along into in{,6}_pcblookup_local for upcoming | Bjoern A. Zeeb | 2008-07-10 | 1 | -3/+3 |
* | Document required locking in in6_sleectsrc() in case an inp is | Bjoern A. Zeeb | 2008-07-09 | 1 | -2/+4 |
* | Change the parameters to in6_selectsrc(): | Bjoern A. Zeeb | 2008-07-08 | 1 | -4/+11 |
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | Robert Watson | 2008-04-17 | 1 | -1/+1 |
* | This patch provides the back end support for equal-cost multi-path | Qing Li | 2008-04-13 | 1 | -0/+9 |
* | Correct the commented out debugging printf()s in REPLACE and NEXT macros. | Bjoern A. Zeeb | 2008-01-20 | 1 | -2/+8 |
* | un-__P() | David E. O'Brien | 2008-01-08 | 1 | -7/+7 |
* | Clean up VCS Ids. | David E. O'Brien | 2007-12-10 | 1 | -3/+5 |
* | Space cleanup | Xin LI | 2007-07-05 | 1 | -2/+2 |
* | ANSIfy[1] plus some style cleanup nearby. | Xin LI | 2007-07-05 | 1 | -57/+33 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson | 2007-06-12 | 1 | -2/+1 |
* | Rename some fields of struct inpcbinfo to have the ipi_ prefix, | Robert Watson | 2007-04-30 | 1 | -3/+3 |
* | Optimize sx locks to use simple atomic operations for the common cases of | John Baldwin | 2007-03-31 | 1 | -0/+1 |
* | MFp4: 92972, 98913 + one more change | Bjoern A. Zeeb | 2006-12-12 | 1 | -3/+4 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -1/+4 |
* | With exception of the if_name() macro, all definitions in net_osdep.h | Brooks Davis | 2006-08-04 | 1 | -2/+0 |