summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* Sync: merge r215273 through r215318 from ^/head.dim2010-11-141-1/+1
* Fix so that a multicast packet can be sentrrs2010-11-111-5/+4
* This patch fixes the problem where proxy ARP entries cannot be addedqingli2010-05-251-2/+2
* Abstract out initialization of most aspects of struct inpcbinfo fromrwatson2010-03-141-0/+41
* Add ip4.saddrsel/ip4.nosaddrsel (and equivalent for ip6) to controlbz2010-01-171-0/+7
* Previously local end of point-to-point interface is not reachableqingli2009-09-141-0/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* Reimplement and/or implement vnet list locking by replacing a mostlyrwatson2009-07-191-2/+2
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-50/+42
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of therwatson2009-06-251-6/+15
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-3/+8
* Add a new function, ifa_ifwithaddr_check(), which rather than returningrwatson2009-06-221-1/+1
* Remove a hack from r186086 so that IPsec via loopback routes continuedbz2009-06-221-4/+0
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Continue work to optimize performance of "options MAC" when no MAC policyrwatson2009-06-031-2/+0
* - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistentpjd2009-06-011-7/+3
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-7/+9
* Staticize two functions not used outside of in_pcb.c: in_pcbremlists() andrwatson2009-05-141-2/+4
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-1/+3
* Do not assume that ip6_moptions is always set, it isbms2009-04-291-1/+2
* Lock interface address lists in in_pcbladdr() when searching for arwatson2009-04-191-1/+12
* Correct a number of evolved problems with inp_vflag and inp_flags:rwatson2009-03-151-19/+19
* Add INP_INHASHLIST flag for inpcb->inp_flags to indicate whetherrwatson2009-03-111-4/+10
* Remove redundant calls of prison_local_ip4 in in_pcbbind_setup, and ofjamie2009-02-051-11/+4
* Standardize the various prison_foo_ip[46] functions and prison_if tojamie2009-02-051-29/+28
* For consistency with prison_{local,remote,check}_ipN renamebz2009-01-251-4/+4
* Fix fat-fingered comment.adrian2009-01-091-1/+1
* Comment some potentially confusing logic.adrian2009-01-091-0/+5
* Implement a new IP option (not compiled/enabled by default) to allowadrian2009-01-091-1/+6
* Use inc_flags instead of the inc_isipv6 alias which so farbz2008-12-171-1/+1
* This main goals of this project are:qingli2008-12-151-1/+1
* Add a check, that is currently under discussion for 8 but that we needbz2008-12-141-0/+4
* Remove inconsistent white space from in_pcballoc().rwatson2008-12-101-2/+0
* Add a reference count to struct inpcb, which may be explicitlyrwatson2008-12-081-12/+82
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+2
* MFp4:bz2008-11-291-51/+111
* Replace most INP_CHECK_SOCKAF() uses checking if it is anbz2008-11-271-2/+1
* Merge in6_pcbfree() into in_pcbfree() which after the previousbz2008-11-271-1/+8
* Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.bz2008-11-271-1/+1
* Merge more of currently non-functional (i.e. resolving tozec2008-11-261-1/+2
* Unify the v4 and v6 versions of pcbdetach and pcbfree as goodbz2008-11-261-3/+3
* Change the initialization methodology for global variables scheduledzec2008-11-191-12/+14
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Update a comment which to my reading had been misplaced in rev. 1.12bz2008-10-201-2/+3
* Cache so_cred as inp_cred in the inpcb.bz2008-10-041-4/+8
* Implement IPv4 source address selection for unbound sockets.bz2008-10-031-43/+205
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-31/+53
* Expand comments relating various detach/free/drop inpcb routines.rwatson2008-09-291-9/+31
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-33/+34
OpenPOWER on IntegriCloud