| Commit message (Expand) | Author | Age | Files | Lines |
* | in6_pcblookup_local() still can return a pcb with NULL | Gleb Smirnoff | 2012-03-21 | 1 | -2/+2 |
* | Fix false positive EADDRINUSE that could be returned by bind, due to | Mikolaj Golub | 2011-11-11 | 1 | -1/+1 |
* | Cache SO_REUSEPORT socket option in inpcb-layer in order to avoid | Mikolaj Golub | 2011-11-06 | 1 | -8/+6 |
* | Before dereferencing intotw() check for NULL, the same way as it is | Mikolaj Golub | 2011-11-06 | 1 | -6/+20 |
* | Implement a CPU-affine TCP and UDP connection lookup data structure, | Robert Watson | 2011-06-06 | 1 | -0/+167 |
* | Add _mbuf() variants of various inpcb-related interfaces, including lookup, | Robert Watson | 2011-06-04 | 1 | -4/+25 |
* | Decompose the current single inpcbinfo lock into two locks: | Robert Watson | 2011-05-30 | 1 | -11/+67 |
* | Move from passing a wildcard boolean to a general set up lookup flags into | Robert Watson | 2011-05-23 | 1 | -9/+16 |
* | Make the PCB code compile without INET support by adding #ifdef INETs | Bjoern A. Zeeb | 2011-04-30 | 1 | -1/+10 |
* | Push a possible "unbind" in some situation from in6_pcbsetport() to | Bjoern A. Zeeb | 2011-03-12 | 1 | -1/+4 |
* | No need to include security/mac/mac_framework.h here. | Pawel Jakub Dawidek | 2010-02-18 | 1 | -2/+0 |
* | Correct a typo. | Bjoern A. Zeeb | 2010-01-24 | 1 | -1/+1 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+0 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -5/+0 |
* | Convert netinet6 to using queue(9) rather than hand-crafted linked lists | Robert Watson | 2009-06-24 | 1 | -2/+2 |
* | Make callers to in6_selectsrc() and in6_pcbladdr() pass in memory | Bjoern A. Zeeb | 2009-06-23 | 1 | -18/+19 |
* | Modify most routines returning 'struct ifaddr *' to return references | Robert Watson | 2009-06-23 | 1 | -4/+8 |
* | 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 |
* | - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistent | Pawel Jakub Dawidek | 2009-06-01 | 1 | -2/+4 |
* | Add hierarchical jails. A jail may further virtualize its environment | Jamie Gritton | 2009-05-27 | 1 | -4/+6 |
* | Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit: | Bruce M Simpson | 2009-04-29 | 1 | -15/+15 |
* | Correct a number of evolved problems with inp_vflag and inp_flags: | Robert Watson | 2009-03-15 | 1 | -4/+4 |
* | Remove redundant calls of prison_local_ip4 in in_pcbbind_setup, and of | Jamie Gritton | 2009-02-05 | 1 | -7/+5 |
* | Standardize the various prison_foo_ip[46] functions and prison_if to | Jamie Gritton | 2009-02-05 | 1 | -18/+16 |
* | Another step assimilating IPv[46] PCB code - directly use | Bjoern A. Zeeb | 2008-12-15 | 1 | -6/+6 |
* | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+2 |
* | MFp4: | Bjoern A. Zeeb | 2008-11-29 | 1 | -23/+88 |
* | Merge in6_pcbfree() into in_pcbfree() which after the previous | Bjoern A. Zeeb | 2008-11-27 | 1 | -39/+0 |
* | Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy. | Bjoern A. Zeeb | 2008-11-27 | 1 | -1/+1 |
* | Remove in6_pcbdetach() as it is exactly the same function | Bjoern A. Zeeb | 2008-11-26 | 1 | -10/+0 |
* | Unify the v4 and v6 versions of pcbdetach and pcbfree as good | Bjoern A. Zeeb | 2008-11-26 | 1 | -3/+6 |
* | Plug a credential leak in case the inpcb is freed by | Bjoern A. Zeeb | 2008-11-26 | 1 | -0/+1 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -2/+2 |
* | Style changes: compare pointer to NULL and move a }. | Bjoern A. Zeeb | 2008-10-04 | 1 | -3/+2 |
* | Cache so_cred as inp_cred in the inpcb. | Bjoern A. Zeeb | 2008-10-04 | 1 | -6/+6 |
* | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+3 |
* | A bunch of formatting fixes brough to light by, or created by the Vimage commit | Julian Elischer | 2008-08-20 | 1 | -0/+1 |
* | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -7/+8 |
* | Pass the ucred along into in{,6}_pcblookup_local for upcoming | Bjoern A. Zeeb | 2008-07-10 | 1 | -6/+6 |
* | For consistency take lport as u_short in in{,6}_pcblookup_local. | Bjoern A. Zeeb | 2008-07-10 | 1 | -2/+1 |
* | Change the parameters to in6_selectsrc(): | Bjoern A. Zeeb | 2008-07-08 | 1 | -2/+3 |
* | When querying a local or remote address on an IPv6 socket, use only a | Robert Watson | 2008-04-19 | 1 | -4/+4 |
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | Robert Watson | 2008-04-17 | 1 | -18/+18 |
* | In in_pcbnotifyall() and in6_pcbnotify(), use LIST_FOREACH_SAFE() and | Robert Watson | 2008-04-06 | 1 | -6/+2 |
* | un-__P() | David E. O'Brien | 2008-01-08 | 1 | -1/+1 |
* | Fix leaking MAC labels for IPv6 inpcbs by adding missing MAC label | Robert Watson | 2007-12-17 | 1 | -0/+6 |
* | Clean up VCS Ids. | David E. O'Brien | 2007-12-10 | 1 | -3/+4 |
* | Space cleanup | Xin LI | 2007-07-05 | 1 | -15/+15 |
* | ANSIfy[1] plus some style cleanup nearby. | Xin LI | 2007-07-05 | 1 | -54/+24 |
* | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | George V. Neville-Neil | 2007-07-03 | 1 | -4/+4 |