summaryrefslogtreecommitdiffstats
path: root/sys/netinet/siftr.c
Commit message (Expand)AuthorAgeFilesLines
* Move the SIFTR DTrace probe out of the writing thread contextgnn2015-04-301-1/+2
* Brief demo script showing the various values that can be read viagnn2015-04-291-0/+3
* The addition of flowid and flowtype in r280233 and r280237 respectively forgotlstewart2015-03-241-1/+1
* Add connection flow type to siftr(4).hiren2015-03-191-3/+8
* Add connection flowid to siftr(4).hiren2015-03-181-3/+8
* In preparation of merging projects/sendfile, transform bare access toglebius2014-11-121-2/+2
* The SYSCTL data pointers can come from userspace and must not behselasky2014-10-281-26/+27
* Include necessary headers that now are available due to pollutionglebius2013-10-281-0/+2
* 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