summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not have the MTU table twice in the code. Therefore move thetuexen2010-11-074-60/+36
* Remove two functions which are not used.tuexen2010-11-072-27/+0
* * Use exponential backoff for retransmission of SHUTDOWN andtuexen2010-11-071-20/+15
* Not only stop all timers when entering the SHUTDOWN_SENT state,tuexen2010-11-073-25/+28
* Do not resend DATA chunks without delay when dropped by the peer andtuexen2010-11-061-0/+4
* * Fix an accounting bug regarding SACK/NR-SACK chunks.tuexen2010-11-061-56/+22
* Don't spam the console with loaded modules during boot and/or duringn_hibma2010-11-031-1/+0
* Don't leak the LLE lock if the arptimer callout is pending or inactive.jhb2010-11-021-3/+3
OpenPOWER on IntegriCloud