summaryrefslogtreecommitdiff
path: root/sys/netinet/siftr.c
Commit message (Expand)AuthorAgeFilesLines
* In preparation of merging projects/sendfile, transform bare access toGleb Smirnoff2014-11-121-2/+2
* The SYSCTL data pointers can come from userspace and must not beHans Petter Selasky2014-10-281-26/+27
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-281-0/+2
* The hashmask returned by hashinit() is a valid index in the returned hash array.Lawrence Stewart2013-03-071-1/+1
* Switch the entire IPv4 stack to keep the IP packet headerGleb Smirnoff2012-10-221-1/+2
* Decompose the current single inpcbinfo lock into two locks:Robert Watson2011-05-301-14/+8
* Staticize malloc types.Sergey Kandaurov2011-04-131-8/+5
* Use the full and proper company name for Swinburne University of TechnologyLawrence Stewart2011-04-121-4/+5
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-1/+1
* Fix a minor code redundancy nit.Lawrence Stewart2010-11-201-3/+1
* When enabling or disabling SIFTR with a VIMAGE kernel, ensure we add or removeLawrence Stewart2010-11-201-12/+24
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-1/+1
* Standardise all Swinburne related copyright/licence statements throughout theLawrence Stewart2010-11-121-2/+2
* The university does not require that its CRICOS number be included in sourceLawrence Stewart2010-11-121-2/+1
* Log the number of segments currently in the reassembly queue.Lawrence Stewart2010-09-251-6/+11
* Remove the TCP inflight bandwidth limiter as announced in r211315Andre Oppermann2010-09-161-2/+2
* - Move common code from the hook functions that fills in a packet node struct toLawrence Stewart2010-07-181-115/+87
* The SIFTR DPCPU statistics struct was not being zeroed between enable/disableLawrence Stewart2010-07-131-0/+2
* Catch up with the rename of DPCPU_SUM to DPCPU_VARSUM in r209978.Lawrence Stewart2010-07-131-10/+10
* Import the Statistical Information For TCP Research (SIFTR) kernel module intoLawrence Stewart2010-07-031-0/+1568