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