summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.h
Commit message (Expand)AuthorAgeFilesLines
* Add spares to struct ifnet and socket for packet pacing and/or generalnp2016-06-231-2/+2
* sys/net*: minor spelling fixes.pfg2016-05-031-1/+1
* FreeBSD previously provided route caching for TCP (and UDP). Re-addgnn2016-03-241-1/+9
* Use Jenkins hash for TCP syncache.glebius2015-09-051-0/+2
* Fix a kernel assertion issue introduced with r286227:jch2015-08-081-0/+1
* Decompose TCP INP_INFO lock to increase short-lived TCP connections scalability:jch2015-08-031-23/+74
* Start process of removing the use of the deprecated "M_FLOWID" flaghselasky2014-12-011-2/+2
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-091-1/+1
* Add scope zone id to the in_endpoints and hc_metrics structures.ae2014-09-101-0/+3
* Introduce INP6_PCBHASHKEY macro. Replace usage of hardcoded part ofae2014-09-101-0/+1
* Add support for receiving and setting flowtype, flowid and RSS bucketadrian2014-09-091-0/+2
* Expose in_pcbbind_check_bindmulti() so the upcoming IPv6 RSS changesadrian2014-07-121-0/+3
* Implement the first stage of multi-bind listen sockets and RSS socketadrian2014-07-101-1/+4
* Add the flowtype to the inpcb.adrian2014-05-181-1/+2
* Fix jailed raw sockets not setting the correct source address bysmh2014-04-241-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
OpenPOWER on IntegriCloud