| Commit message (Expand) | Author | Age | Files | Lines |
* | There is a complex race in in_pcblookup_hash() and in_pcblookup_group(). | glebius | 2012-10-02 | 1 | -1/+11 |
* | Add a IP_RECVTOS socket option to receive for received UDP/IPv4 | tuexen | 2012-06-12 | 1 | -0/+4 |
* | Clean up some #endif comments removing from short sections. Add #endif | bz | 2012-01-22 | 1 | -13/+12 |
* | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | jhb | 2012-01-05 | 1 | -9/+9 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+2 |
* | Cache SO_REUSEPORT socket option in inpcb-layer in order to avoid | trociny | 2011-11-06 | 1 | -6/+5 |
* | Fix the typo made in r157474. | trociny | 2011-11-06 | 1 | -1/+1 |
* | Implement a CPU-affine TCP and UDP connection lookup data structure, | rwatson | 2011-06-06 | 1 | -4/+225 |
* | Add _mbuf() variants of various inpcb-related interfaces, including lookup, | rwatson | 2011-06-04 | 1 | -4/+35 |
* | Unbreak NOINET kernels after r222488. | bz | 2011-05-30 | 1 | -2/+2 |
* | Decompose the current single inpcbinfo lock into two locks: | rwatson | 2011-05-30 | 1 | -19/+90 |
* | An inpcb lock is no longer required in in_pcbref() since the move to | rwatson | 2011-05-24 | 1 | -2/+0 |
* | Continue to refine inpcb reference counting and locking, in preparation for | rwatson | 2011-05-23 | 1 | -63/+91 |
* | Move from passing a wildcard boolean to a general set up lookup flags into | rwatson | 2011-05-23 | 1 | -12/+18 |
* | Make the PCB code compile without INET support by adding #ifdef INETs | bz | 2011-04-30 | 1 | -4/+20 |
* | MFp4 CH=191470: | bz | 2011-04-20 | 1 | -1/+28 |
* | Properly check for an IPv4 socket after r219579. | bz | 2011-03-19 | 1 | -2/+2 |
* | Merge the two identical implementations for local port selections from | bz | 2011-03-12 | 1 | -67/+123 |
* | Prison check addresses set with multicast interface options. | deischen | 2011-01-26 | 1 | -6/+9 |
* | Make sure to always do source address selection on | deischen | 2011-01-08 | 1 | -8/+9 |
* | Remove comment bemoaning the lack of an INP_INHASHLIST above in_pcbdrop(); | rwatson | 2010-12-27 | 1 | -6/+0 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -1/+1 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -1/+1 |
* | Fix so that a multicast packet can be sent | rrs | 2010-11-11 | 1 | -5/+4 |
* | This patch fixes the problem where proxy ARP entries cannot be added | qingli | 2010-05-25 | 1 | -2/+2 |
* | Abstract out initialization of most aspects of struct inpcbinfo from | rwatson | 2010-03-14 | 1 | -0/+41 |
* | Add ip4.saddrsel/ip4.nosaddrsel (and equivalent for ip6) to control | bz | 2010-01-17 | 1 | -0/+7 |
* | Previously local end of point-to-point interface is not reachable | qingli | 2009-09-14 | 1 | -0/+2 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+1 |
* | Reimplement and/or implement vnet list locking by replacing a mostly | rwatson | 2009-07-19 | 1 | -2/+2 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -1/+1 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -50/+42 |
* | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | rwatson | 2009-06-25 | 1 | -6/+15 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -3/+8 |
* | Add a new function, ifa_ifwithaddr_check(), which rather than returning | rwatson | 2009-06-22 | 1 | -1/+1 |
* | Remove a hack from r186086 so that IPsec via loopback routes continued | bz | 2009-06-22 | 1 | -4/+0 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Continue work to optimize performance of "options MAC" when no MAC policy | rwatson | 2009-06-03 | 1 | -2/+0 |
* | - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistent | pjd | 2009-06-01 | 1 | -7/+3 |
* | Add hierarchical jails. A jail may further virtualize its environment | jamie | 2009-05-27 | 1 | -7/+9 |
* | Staticize two functions not used outside of in_pcb.c: in_pcbremlists() and | rwatson | 2009-05-14 | 1 | -2/+4 |
* | Permit buiding kernels with options VIMAGE, restricted to only a single | zec | 2009-04-30 | 1 | -1/+3 |
* | Do not assume that ip6_moptions is always set, it is | bms | 2009-04-29 | 1 | -1/+2 |
* | Lock interface address lists in in_pcbladdr() when searching for a | rwatson | 2009-04-19 | 1 | -1/+12 |
* | Correct a number of evolved problems with inp_vflag and inp_flags: | rwatson | 2009-03-15 | 1 | -19/+19 |
* | Add INP_INHASHLIST flag for inpcb->inp_flags to indicate whether | rwatson | 2009-03-11 | 1 | -4/+10 |
* | Remove redundant calls of prison_local_ip4 in in_pcbbind_setup, and of | jamie | 2009-02-05 | 1 | -11/+4 |
* | Standardize the various prison_foo_ip[46] functions and prison_if to | jamie | 2009-02-05 | 1 | -29/+28 |
* | For consistency with prison_{local,remote,check}_ipN rename | bz | 2009-01-25 | 1 | -4/+4 |
* | Fix fat-fingered comment. | adrian | 2009-01-09 | 1 | -1/+1 |