summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r279588:ae2015-03-121-9/+3
* A complete duplication of binding should be allowed if on both new andtrociny2013-07-121-1/+1
* In r227207, to fix the issue with possible NULL inp_socket pointertrociny2013-07-041-4/+3
* Remove unused variable.ae2013-04-241-2/+0
* in6_pcblookup_local() still can return a pcb with NULLglebius2012-03-211-2/+2
* Fix false positive EADDRINUSE that could be returned by bind, due totrociny2011-11-111-1/+1
* Cache SO_REUSEPORT socket option in inpcb-layer in order to avoidtrociny2011-11-061-8/+6
* Before dereferencing intotw() check for NULL, the same way as it istrociny2011-11-061-6/+20
* Implement a CPU-affine TCP and UDP connection lookup data structure,rwatson2011-06-061-0/+167
* Add _mbuf() variants of various inpcb-related interfaces, including lookup,rwatson2011-06-041-4/+25
* Decompose the current single inpcbinfo lock into two locks:rwatson2011-05-301-11/+67
* Move from passing a wildcard boolean to a general set up lookup flags intorwatson2011-05-231-9/+16
* Make the PCB code compile without INET support by adding #ifdef INETsbz2011-04-301-1/+10
* Push a possible "unbind" in some situation from in6_pcbsetport() tobz2011-03-121-1/+4
* No need to include security/mac/mac_framework.h here.pjd2010-02-181-2/+0
* Correct a typo.bz2010-01-241-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-5/+0
* Convert netinet6 to using queue(9) rather than hand-crafted linked listsrwatson2009-06-241-2/+2
* Make callers to in6_selectsrc() and in6_pcbladdr() pass in memorybz2009-06-231-18/+19
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-4/+8
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistentpjd2009-06-011-2/+4
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-4/+6
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:bms2009-04-291-15/+15
* Correct a number of evolved problems with inp_vflag and inp_flags:rwatson2009-03-151-4/+4
* Remove redundant calls of prison_local_ip4 in in_pcbbind_setup, and ofjamie2009-02-051-7/+5
* Standardize the various prison_foo_ip[46] functions and prison_if tojamie2009-02-051-18/+16
* Another step assimilating IPv[46] PCB code - directly usebz2008-12-151-6/+6
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+2
* MFp4:bz2008-11-291-23/+88
* Merge in6_pcbfree() into in_pcbfree() which after the previousbz2008-11-271-39/+0
* Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.bz2008-11-271-1/+1
* Remove in6_pcbdetach() as it is exactly the same functionbz2008-11-261-10/+0
* Unify the v4 and v6 versions of pcbdetach and pcbfree as goodbz2008-11-261-3/+6
* Plug a credential leak in case the inpcb is freed bybz2008-11-261-0/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Style changes: compare pointer to NULL and move a }.bz2008-10-041-3/+2
* Cache so_cred as inp_cred in the inpcb.bz2008-10-041-6/+6
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+3
* A bunch of formatting fixes brough to light by, or created by the Vimage commitjulian2008-08-201-0/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-7/+8
* Pass the ucred along into in{,6}_pcblookup_local for upcomingbz2008-07-101-6/+6
* For consistency take lport as u_short in in{,6}_pcblookup_local.bz2008-07-101-2/+1
* Change the parameters to in6_selectsrc():bz2008-07-081-2/+3
* When querying a local or remote address on an IPv6 socket, use only arwatson2008-04-191-4/+4
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-18/+18
* In in_pcbnotifyall() and in6_pcbnotify(), use LIST_FOREACH_SAFE() andrwatson2008-04-061-6/+2
* un-__P()obrien2008-01-081-1/+1
* Fix leaking MAC labels for IPv6 inpcbs by adding missing MAC labelrwatson2007-12-171-0/+6
OpenPOWER on IntegriCloud