summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Minor white space tweaks.rwatson2008-08-071-3/+3
* Correct comment typo.rwatson2008-08-071-2/+2
* Trying to fix compilation bustage:avatar2008-07-221-3/+3
* make new accessor functions consistent with existing stylekmacy2008-07-211-3/+5
* Add accessor functions for socket fields.kmacy2008-07-211-0/+14
* add inpcb accessor functions for fields needed by TOE deviceskmacy2008-07-211-0/+54
* ia is a pointer thus use NULL rather then 0 for initialization andbz2008-07-201-5/+5
* Pass the ucred along into in{,6}_pcblookup_local for upcomingbz2008-07-101-7/+7
* For consistency take lport as u_short in in{,6}_pcblookup_local.bz2008-07-101-2/+1
* For consistency with the rest of the function use the locally cachedbz2008-07-091-1/+1
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-1/+2
* When querying the local or foreign address from an IP socket, acquirerwatson2008-04-191-6/+6
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-31/+40
* In in_pcbnotifyall() and in6_pcbnotify(), use LIST_FOREACH_SAFE() andrwatson2008-04-061-5/+2
* change inp_wlock_assert to inp_lock_assertkmacy2008-03-241-2/+2
* Insulate inpcb consumers outside the stack from the lock type and offset with...kmacy2008-03-231-0/+44
* Fix indentation for a closing brace in in_pcballoc().rwatson2008-03-171-1/+1
* Change the default port range for outgoing connections by introducingrpaulo2008-03-041-40/+21
* When IPSEC fails to allocate policy state for an inpcb, and MAC is in use,rwatson2007-12-221-1/+5
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-3/+3
* Add FBSDID to all files in netinet so that people can moresilby2007-10-071-1/+3
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-7/+7
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-23/+6
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-121-1/+2
OpenPOWER on IntegriCloud