summaryrefslogtreecommitdiffstats
path: root/sys/netinet/siftr.c
Commit message (Expand)AuthorAgeFilesLines
* The hashmask returned by hashinit() is a valid index in the returned hash array.lstewart2013-03-071-1/+1
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-1/+2
* Decompose the current single inpcbinfo lock into two locks:rwatson2011-05-301-14/+8
* Staticize malloc types.pluknet2011-04-131-8/+5
* Use the full and proper company name for Swinburne University of Technologylstewart2011-04-121-4/+5
* After some off-list discussion, revert a number of changes to thedim2010-11-221-1/+1
* Fix a minor code redundancy nit.lstewart2010-11-201-3/+1
* When enabling or disabling SIFTR with a VIMAGE kernel, ensure we add or removelstewart2010-11-201-12/+24
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-1/+1
* Standardise all Swinburne related copyright/licence statements throughout thelstewart2010-11-121-2/+2
* The university does not require that its CRICOS number be included in sourcelstewart2010-11-121-2/+1
* Log the number of segments currently in the reassembly queue.lstewart2010-09-251-6/+11
* Remove the TCP inflight bandwidth limiter as announced in r211315andre2010-09-161-2/+2
* - Move common code from the hook functions that fills in a packet node struct tolstewart2010-07-181-115/+87
* The SIFTR DPCPU statistics struct was not being zeroed between enable/disablelstewart2010-07-131-0/+2
* Catch up with the rename of DPCPU_SUM to DPCPU_VARSUM in r209978.lstewart2010-07-131-10/+10
* Import the Statistical Information For TCP Research (SIFTR) kernel module intolstewart2010-07-031-0/+1568
OpenPOWER on IntegriCloud