summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Add a new sack hint to track the most recent and highest sacked sequence number.lstewart2010-12-282-0/+2
* Fix a whitespace nit introduced in r215166.lstewart2010-12-281-1/+1
* Remove comment bemoaning the lack of an INP_INHASHLIST above in_pcbdrop();rwatson2010-12-271-6/+0
* Provide a possibility to configure the inital congestion window to thetuexen2010-12-222-9/+13
* Improve plausibility check in sctp_handle_sack().tuexen2010-12-227-79/+68
* Fix a typo in a comment.jhb2010-12-211-1/+1
* Fix a flightsize bug related to the processing of PKTDRP reports.tuexen2010-12-171-1/+1
* Bugfix: Take also the nr-mapping array into account when detectingtuexen2010-12-162-10/+14
* Add a missing cast. Reported by blade_ly at yahoo.com.cn.tuexen2010-12-161-1/+1
* Bring back (most of) NATM to avoid further bitrot after r186119.bz2010-12-151-0/+6
* Bugfix: Do correct accounting using the MIB counters when antuexen2010-12-121-0/+5
* Use correct field to track statistics counting error as bad header length.bz2010-12-051-1/+1
* Fix a bug where also the number of non-renegable gap reportstuexen2010-12-043-47/+25
* Import a clean-room implementation of the experimental H-TCP congestion controllstewart2010-12-021-0/+521
* Import a clean-room implementation of the experimental CUBIC congestion controllstewart2010-12-022-0/+625
* General cleanup of the NewReno CC module (no functional changes):lstewart2010-12-021-52/+40
* - Reinstantiate the after_idle hook call in tcp_output(), which got lostlstewart2010-12-022-36/+20
* Set ssthresh appropriately on RTO. This change was accidentally not ported fromlstewart2010-12-021-0/+2
* Pass NULL instead of 0 for the th pointer value. NULL != 0 on all platforms.lstewart2010-12-021-1/+1
* Use time_uptime instead of non-monotonic time_second to drive ARPglebius2010-11-302-6/+6
* Fix more continuous/contiguous typos (cf. r215955)brucec2010-11-271-1/+1
* Adds new dtrace for cwnd functions and lay'srrs2010-11-255-3/+332
* Redo r166423. It is important not only skip freeing multicastglebius2010-11-241-14/+17
* After some off-list discussion, revert a number of changes to thedim2010-11-2222-110/+110
* Remove an apparently redundant CURVNET_SET() / CURVNET_RESTORE() pair.zec2010-11-221-2/+0
* 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
* Add new, per connection, statistics for TCP, including:gnn2010-11-175-3/+15
* Add an SCTP socket option to retrieve the number of timeoutstuexen2010-11-163-0/+35
* Make the CC framework more VIMAGE friendly by adding the machinery to allowlstewart2010-11-162-32/+34
* - Querying the default CC algo is more common than setting it and the functionlstewart2010-11-161-3/+2
* Move protocol specific implementation detail out of the core CC framework.lstewart2010-11-163-48/+70
* On CC algorithm module unload, we walk the list of active TCP control blocks.lstewart2010-11-161-24/+35
* cc_init() should only be run once on system boot, but with VIMAGE kernels itlstewart2010-11-163-5/+4
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-1422-110/+110
* Take out special code for disable CRC computations ontuexen2010-11-141-9/+3
* Simplify sctp_delayed_cksum() a bit.tuexen2010-11-141-4/+2
* Fix a locking issue reported by brucec@ affectingtuexen2010-11-131-1/+2
* Add a queue to hold packets while we await an ARP reply.gnn2010-11-122-18/+63
* Don't print an empty line when printing mapping arrays.tuexen2010-11-121-2/+0
* Fix more issues with the SACK/NR-SACK generation code.tuexen2010-11-121-21/+24
* The first customer of the SO_USER_COOKIE option:luigi2010-11-123-0/+37
* This commit marks the first formal contribution of the "Five New TCP Congestionlstewart2010-11-1211-287/+1199
* Standardise all Swinburne related copyright/licence statements throughout thelstewart2010-11-123-24/+18
* The university does not require that its CRICOS number be included in sourcelstewart2010-11-123-6/+3
* Fix the SACK/NR-SACK generation code.tuexen2010-11-111-9/+8
* Fix so that a multicast packet can be sentrrs2010-11-111-5/+4
* Improve the scalability by using the local and remote port whentuexen2010-11-091-30/+33
* Fix a bug which resulted in kevent() reporting an event twice ontuexen2010-11-091-0/+1
* Fix typos.brucec2010-11-094-34/+34
OpenPOWER on IntegriCloud