summaryrefslogtreecommitdiff
path: root/sys/netinet/in_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up some #endif comments removing from short sections. Add #endifBjoern A. Zeeb2012-01-221-13/+12
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyJohn Baldwin2012-01-051-9/+9
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* Cache SO_REUSEPORT socket option in inpcb-layer in order to avoidMikolaj Golub2011-11-061-6/+5
* Fix the typo made in r157474.Mikolaj Golub2011-11-061-1/+1
* Implement a CPU-affine TCP and UDP connection lookup data structure,Robert Watson2011-06-061-4/+225
* Add _mbuf() variants of various inpcb-related interfaces, including lookup,Robert Watson2011-06-041-4/+35
* Unbreak NOINET kernels after r222488.Bjoern A. Zeeb2011-05-301-2/+2
* Decompose the current single inpcbinfo lock into two locks:Robert Watson2011-05-301-19/+90
* An inpcb lock is no longer required in in_pcbref() since the move toRobert Watson2011-05-241-2/+0
* Continue to refine inpcb reference counting and locking, in preparation forRobert Watson2011-05-231-63/+91
* Move from passing a wildcard boolean to a general set up lookup flags intoRobert Watson2011-05-231-12/+18
* Make the PCB code compile without INET support by adding #ifdef INETsBjoern A. Zeeb2011-04-301-4/+20
* MFp4 CH=191470:Bjoern A. Zeeb2011-04-201-1/+28
* Properly check for an IPv4 socket after r219579.Bjoern A. Zeeb2011-03-191-2/+2
* Merge the two identical implementations for local port selections fromBjoern A. Zeeb2011-03-121-67/+123
* Prison check addresses set with multicast interface options.Daniel Eischen2011-01-261-6/+9
* Make sure to always do source address selection onDaniel Eischen2011-01-081-8/+9
* Remove comment bemoaning the lack of an INP_INHASHLIST above in_pcbdrop();Robert Watson2010-12-271-6/+0
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-1/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-1/+1
* Fix so that a multicast packet can be sentRandall Stewart2010-11-111-5/+4
* This patch fixes the problem where proxy ARP entries cannot be addedQing Li2010-05-251-2/+2
* Abstract out initialization of most aspects of struct inpcbinfo fromRobert Watson2010-03-141-0/+41
* Add ip4.saddrsel/ip4.nosaddrsel (and equivalent for ip6) to controlBjoern A. Zeeb2010-01-171-0/+7
* Previously local end of point-to-point interface is not reachableQing Li2009-09-141-0/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+1
* Reimplement and/or implement vnet list locking by replacing a mostlyRobert Watson2009-07-191-2/+2
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-50/+42
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of theRobert Watson2009-06-251-6/+15
* Modify most routines returning 'struct ifaddr *' to return referencesRobert Watson2009-06-231-3/+8
* Add a new function, ifa_ifwithaddr_check(), which rather than returningRobert Watson2009-06-221-1/+1
* Remove a hack from r186086 so that IPsec via loopback routes continuedBjoern A. Zeeb2009-06-221-4/+0
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* Continue work to optimize performance of "options MAC" when no MAC policyRobert Watson2009-06-031-2/+0
* - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistentPawel Jakub Dawidek2009-06-011-7/+3
* Add hierarchical jails. A jail may further virtualize its environmentJamie Gritton2009-05-271-7/+9
* Staticize two functions not used outside of in_pcb.c: in_pcbremlists() andRobert Watson2009-05-141-2/+4
* 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