aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs related to M_FLOWID:Michael Tuexen2011-02-074-13/+25
* If not set (due to some error Michael is working onRandall Stewart2011-02-071-0/+12
* 1) Track when flowid does get set.Randall Stewart2011-02-073-2/+4
* 1) Use same scheme Michael and I discussed for a selected for a flowidRandall Stewart2011-02-061-20/+20
* correct the 'output_time' of packets generated by dummynet.Luigi Rizzo2011-02-051-1/+1
* Add support for M_FLOWID.Michael Tuexen2011-02-054-10/+52
* 1) Typo correction in comments and one spacing change.Randall Stewart2011-02-0536-51/+78
* When turning off TCP_NOPUSH, only call tcp_output() to immediately flushJohn Baldwin2011-02-041-2/+3
* 1) Fix cpu mapping per JB's suggestionsRandall Stewart2011-02-042-19/+50
* Fix typo (Tuneable -> Tunable).Rebecca Cran2011-02-041-4/+4
* Fix several bugs in the stream schedulers.Michael Tuexen2011-02-036-54/+67
* Make sure that changing the ECN sysctl does not affectMichael Tuexen2011-02-036-30/+34
* 1) Move per John Baldwin to mp_maxidRandall Stewart2011-02-037-22/+37
* Fix the per CPU stats so that:Randall Stewart2011-02-034-8/+39
* Adds an experimental option to create a pool ofRandall Stewart2011-02-038-4/+253
* 1) Allow a chunk to track the cwnd it was at when sent.Randall Stewart2011-02-0214-29/+120
* Algorithm modules can define their own private congestion signal types in theLawrence Stewart2011-02-012-4/+10
* Fix typo in comment: "course" -> "coarse"Lawrence Stewart2011-02-011-1/+1
* Import an implementation of the CAIA-Hamilton-Delay (CHD) congestion controlLawrence Stewart2011-02-011-0/+497
* Import a clean-room implementation of the Hamilton-Delay (HD) congestion controlLawrence Stewart2011-02-011-0/+254
* Import a clean-room implementation of the VEGAS congestion control algorithmLawrence Stewart2011-02-011-0/+308
* More ECN fixes:Randall Stewart2011-01-3113-486/+86
* Remove duplicate printing of TF_NOPUSH in db_print_tflags().Bjoern A. Zeeb2011-01-291-4/+0
* Fixes to ECN in SCTP.Randall Stewart2011-01-299-53/+165
* Keep track of the real last RTT on each net.Randall Stewart2011-01-282-1/+8
* Fix a bug in the way ECN-Echo chunkRandall Stewart2011-01-282-3/+19
* * Use 300 ms as the default for RTO_MIN.Michael Tuexen2011-01-261-4/+3
* Make SCTP_MAX_BURST compliant with the latest version ofMichael Tuexen2011-01-261-13/+22
* Change infrastructure for SCTP_MAX_BURST to allow complianceMichael Tuexen2011-01-266-33/+43
* Prison check addresses set with multicast interface options.Daniel Eischen2011-01-261-6/+9
* When matching an incoming ARP against a bridge, ensure both interfaces belongAndrew Thompson2011-01-251-2/+2
* Import the ERTT (Enhanced Round Trip Time) Khelp module. ERTT uses theLawrence Stewart2011-01-242-0/+634
* Add stream scheduling support.Michael Tuexen2011-01-2314-178/+1198
* An sbuf configured with SBUF_AUTOEXTEND will call malloc with M_WAITOK when aLawrence Stewart2011-01-231-4/+21
* Remove unnecessary checking of variable.Michael Tuexen2011-01-231-12/+2
* Some correctness and robustness fixes related to CUBIC's mean RTT estimate:Lawrence Stewart2011-01-211-6/+17
* Improve comments.Michael Tuexen2011-01-201-5/+5
* Fix it so we align with new socket API draft forRandall Stewart2011-01-203-25/+21
* Cleanup the management of CC functions.Michael Tuexen2011-01-195-256/+68
* Fix style 9 nit that snuck in when IRandall Stewart2011-01-191-1/+1
* Fix a bug where Multicast packets sent from aRandall Stewart2011-01-191-3/+5
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needMatthew D Fleming2011-01-186-75/+81
* Add support for resource pooling to CMT.Michael Tuexen2011-01-161-44/+119
* Use a blocking malloc() to initialize the dummynet taskq.John Baldwin2011-01-131-1/+1
* Un-break the build: use the correct format specifier for sizeof()Christian S.J. Peron2011-01-121-1/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-126-25/+25
* Fix several bugs in the ARP code related to improperly formattedGeorge V. Neville-Neil2011-01-121-1/+16
* Fixe some whitespace nits that were introduced in r216758.Lawrence Stewart2011-01-111-7/+7
* Reset the last_sack_ack SACK hint for TCP input processing to ensure that theLawrence Stewart2011-01-101-0/+1
* Make sure to always do source address selection onDaniel Eischen2011-01-081-8/+9