summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@hiren2015-04-241-2/+2
* MFC r266418, r266448hiren2015-04-061-1/+2
* MFC r264879smh2014-05-261-0/+2
* In r227207, to fix the issue with possible NULL inp_socket pointertrociny2013-07-041-0/+2
* Back out r249318, r249320 and r249327 due to a heisenbug mostandre2013-05-061-1/+1
* Change certain heavily used network related mutexes and rwlocks toandre2013-04-091-1/+1
* There is a complex race in in_pcblookup_hash() and in_pcblookup_group().glebius2012-10-021-0/+1
* Add a IP_RECVTOS socket option to receive for received UDP/IPv4tuexen2012-06-121-1/+2
* Hide a few declarations from userland (including `struct inpcbgroup'). Thisrmh2012-03-171-1/+1
* Cache SO_REUSEPORT socket option in inpcb-layer in order to avoidtrociny2011-11-061-0/+1
* Add spares to the network stack for FreeBSD-9:bz2011-07-171-2/+3
* Unbreak kernels with non-default PCBGROUP included but no WITNESS.bz2011-06-061-0/+1
* Implement a CPU-affine TCP and UDP connection lookup data structure,rwatson2011-06-061-4/+82
* Add _mbuf() variants of various inpcb-related interfaces, including lookup,rwatson2011-06-041-0/+6
* Decompose the current single inpcbinfo lock into two locks:rwatson2011-05-301-12/+38
* Continue to refine inpcb reference counting and locking, in preparation forrwatson2011-05-231-0/+2
* A number of quite incremental refinements to struct inpcbinfo's definition:rwatson2011-05-231-20/+41
* MFp4 CH=191470:bz2011-04-201-3/+0
* Merge the two identical implementations for local port selections frombz2011-03-121-0/+2
* Abstract out initialization of most aspects of struct inpcbinfo fromrwatson2010-03-141-0/+5
* Wrap use of rw_try_upgrade() on pcbinfo with macro INP_INFO_TRY_UPGRADE()rwatson2010-03-061-0/+1
* Add padding to struct inpcb, missed during our padding sweep earlier inrwatson2009-08-021-1/+2
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-13/+13
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-15/+29
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-231-2/+0
* - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistentpjd2009-06-011-2/+1
* Staticize two functions not used outside of in_pcb.c: in_pcbremlists() andrwatson2009-05-141-7/+0
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-2/+8
* s/void/void */kmacy2009-04-161-1/+1
* restore spare pointers for MFCingkmacy2009-04-161-2/+3
* - convert pspare pointers in inpcb to an llentry and rtentry cachekmacy2009-04-151-1/+4
* - add second flags field to to inpcbkmacy2009-04-151-4/+7
* provide additional convenience macros for inpcb locking (upgrade, downgrade, ...kmacy2009-04-151-1/+4
* Import "flowid" support for serializing flows across transmit queueskmacy2009-04-101-1/+3
* Correct a number of evolved problems with inp_vflag and inp_flags:rwatson2009-03-151-29/+27
* Add INP_INHASHLIST flag for inpcb->inp_flags to indicate whetherrwatson2009-03-111-0/+1
* Remove unused v6 macro aliases for inpcb fields:rwatson2009-03-101-20/+0
* Remove now-unused INP_UNMAPPABLEOPTS.rwatson2009-03-101-2/+0
* Implement a new IP option (not compiled/enabled by default) to allowadrian2009-01-091-0/+2
* Another step assimilating IPv[46] PCB code:bz2008-12-171-1/+1
* Use inc_flags instead of the inc_isipv6 alias which so farbz2008-12-171-0/+6
* Put a global variables, which were virtualized but formerlybz2008-12-111-0/+2
* Update comment on INP_TIMEWAIT to say what it's about, as we cautionrwatson2008-12-091-1/+1
* Move macros defining flags and shortcus to nested structure fields inrwatson2008-12-091-26/+34
* Add a reference count to struct inpcb, which may be explicitlyrwatson2008-12-081-0/+3
* Change the initialization methodology for global variables scheduledzec2008-11-191-0/+2
* Bring over the change switching from using sequential to randombz2008-10-201-0/+3
* Cache so_cred as inp_cred in the inpcb.bz2008-10-041-0/+1
* Fix typo in comment.rwatson2008-09-291-2/+2
* Minor white space tweaks.rwatson2008-08-071-4/+3
OpenPOWER on IntegriCloud