aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* Permit buiding kernels with options VIMAGE, restricted to only a singleMarko Zec2009-04-301-1/+3
* Do not assume that ip6_moptions is always set, it isBruce M Simpson2009-04-291-1/+2
* Lock interface address lists in in_pcbladdr() when searching for aRobert Watson2009-04-191-1/+12
* Correct a number of evolved problems with inp_vflag and inp_flags:Robert Watson2009-03-151-19/+19
* Add INP_INHASHLIST flag for inpcb->inp_flags to indicate whetherRobert Watson2009-03-111-4/+10
* Remove redundant calls of prison_local_ip4 in in_pcbbind_setup, and ofJamie Gritton2009-02-051-11/+4
* Standardize the various prison_foo_ip[46] functions and prison_if toJamie Gritton2009-02-051-29/+28
* For consistency with prison_{local,remote,check}_ipN renameBjoern A. Zeeb2009-01-251-4/+4
* Fix fat-fingered comment.Adrian Chadd2009-01-091-1/+1
* Comment some potentially confusing logic.Adrian Chadd2009-01-091-0/+5
* Implement a new IP option (not compiled/enabled by default) to allowAdrian Chadd2009-01-091-1/+6
* Use inc_flags instead of the inc_isipv6 alias which so farBjoern A. Zeeb2008-12-171-1/+1
* This main goals of this project are:Qing Li2008-12-151-1/+1
* Add a check, that is currently under discussion for 8 but that we needBjoern A. Zeeb2008-12-141-0/+4
* Remove inconsistent white space from in_pcballoc().Robert Watson2008-12-101-2/+0
* Add a reference count to struct inpcb, which may be explicitlyRobert Watson2008-12-081-12/+82
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+2
* MFp4:Bjoern A. Zeeb2008-11-291-51/+111
* Replace most INP_CHECK_SOCKAF() uses checking if it is anBjoern A. Zeeb2008-11-271-2/+1
* Merge in6_pcbfree() into in_pcbfree() which after the previousBjoern A. Zeeb2008-11-271-1/+8
* Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.Bjoern A. Zeeb2008-11-271-1/+1
* Merge more of currently non-functional (i.e. resolving toMarko Zec2008-11-261-1/+2
* Unify the v4 and v6 versions of pcbdetach and pcbfree as goodBjoern A. Zeeb2008-11-261-3/+3
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-12/+14
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* Update a comment which to my reading had been misplaced in rev. 1.12Bjoern A. Zeeb2008-10-201-2/+3
* Cache so_cred as inp_cred in the inpcb.Bjoern A. Zeeb2008-10-041-4/+8
* Implement IPv4 source address selection for unbound sockets.Bjoern A. Zeeb2008-10-031-43/+205
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-31/+53
* Expand comments relating various detach/free/drop inpcb routines.Robert Watson2008-09-291-9/+31
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-33/+34
* Minor white space tweaks.Robert Watson2008-08-071-3/+3
* Correct comment typo.Robert Watson2008-08-071-2/+2
* Trying to fix compilation bustage:Tai-hwa Liang2008-07-221-3/+3
* make new accessor functions consistent with existing styleKip Macy2008-07-211-3/+5
* Add accessor functions for socket fields.Kip Macy2008-07-211-0/+14
* add inpcb accessor functions for fields needed by TOE devicesKip Macy2008-07-211-0/+54
* ia is a pointer thus use NULL rather then 0 for initialization andBjoern A. Zeeb2008-07-201-5/+5
* Pass the ucred along into in{,6}_pcblookup_local for upcomingBjoern A. Zeeb2008-07-101-7/+7
* For consistency take lport as u_short in in{,6}_pcblookup_local.Bjoern A. Zeeb2008-07-101-2/+1
* For consistency with the rest of the function use the locally cachedBjoern A. Zeeb2008-07-091-1/+1
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-1/+2
* When querying the local or foreign address from an IP socket, acquireRobert Watson2008-04-191-6/+6
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros toRobert Watson2008-04-171-31/+40
* In in_pcbnotifyall() and in6_pcbnotify(), use LIST_FOREACH_SAFE() andRobert Watson2008-04-061-5/+2
* change inp_wlock_assert to inp_lock_assertKip Macy2008-03-241-2/+2
* Insulate inpcb consumers outside the stack from the lock type and offset with...Kip Macy2008-03-231-0/+44
* Fix indentation for a closing brace in in_pcballoc().Robert Watson2008-03-171-1/+1
* Change the default port range for outgoing connections by introducingRui Paulo2008-03-041-40/+21
* When IPSEC fails to allocate policy state for an inpcb, and MAC is in use,Robert Watson2007-12-221-1/+5