summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325bz2011-02-162-0/+4
* Bump dummynet module version to meet dummynet schedulers' requirements,pluknet2011-02-161-1/+1
* Fix a bug reported by Jonathan Leighton in his web-sctp testingrrs2011-02-131-7/+15
* Fix several bugs related to stream scheduling.tuexen2011-02-131-127/+103
* Oops, revert an accidental local change that got added indeischen2011-02-131-4/+0
* Allow the SO_SETFIB socket option to select the default (0)deischen2011-02-131-0/+4
* Remove addresses from endpoint when there are no associations.tuexen2011-02-101-3/+10
* Fix bugs related to M_FLOWID:tuexen2011-02-074-13/+25
* If not set (due to some error Michael is working onrrs2011-02-071-0/+12
* 1) Track when flowid does get set.rrs2011-02-073-2/+4
* 1) Use same scheme Michael and I discussed for a selected for a flowidrrs2011-02-061-20/+20
* correct the 'output_time' of packets generated by dummynet.luigi2011-02-051-1/+1
* Add support for M_FLOWID.tuexen2011-02-054-10/+52
* 1) Typo correction in comments and one spacing change.rrs2011-02-0536-51/+78
* When turning off TCP_NOPUSH, only call tcp_output() to immediately flushjhb2011-02-041-2/+3
* 1) Fix cpu mapping per JB's suggestionsrrs2011-02-042-19/+50
* Fix typo (Tuneable -> Tunable).brucec2011-02-041-4/+4
* Fix several bugs in the stream schedulers.tuexen2011-02-036-54/+67
* Make sure that changing the ECN sysctl does not affecttuexen2011-02-036-30/+34
* 1) Move per John Baldwin to mp_maxidrrs2011-02-037-22/+37
* Fix the per CPU stats so that:rrs2011-02-034-8/+39
* Adds an experimental option to create a pool ofrrs2011-02-038-4/+253
* 1) Allow a chunk to track the cwnd it was at when sent.rrs2011-02-0214-29/+120
* Algorithm modules can define their own private congestion signal types in thelstewart2011-02-012-4/+10
* Fix typo in comment: "course" -> "coarse"lstewart2011-02-011-1/+1
* Import an implementation of the CAIA-Hamilton-Delay (CHD) congestion controllstewart2011-02-011-0/+497
* Import a clean-room implementation of the Hamilton-Delay (HD) congestion controllstewart2011-02-011-0/+254
* Import a clean-room implementation of the VEGAS congestion control algorithmlstewart2011-02-011-0/+308
* More ECN fixes:rrs2011-01-3113-486/+86
* Remove duplicate printing of TF_NOPUSH in db_print_tflags().bz2011-01-291-4/+0
* Fixes to ECN in SCTP.rrs2011-01-299-53/+165
* Keep track of the real last RTT on each net.rrs2011-01-282-1/+8
* Fix a bug in the way ECN-Echo chunkrrs2011-01-282-3/+19
* * Use 300 ms as the default for RTO_MIN.tuexen2011-01-261-4/+3
* Make SCTP_MAX_BURST compliant with the latest version oftuexen2011-01-261-13/+22
* Change infrastructure for SCTP_MAX_BURST to allow compliancetuexen2011-01-266-33/+43
* Prison check addresses set with multicast interface options.deischen2011-01-261-6/+9
* When matching an incoming ARP against a bridge, ensure both interfaces belongthompsa2011-01-251-2/+2
* Import the ERTT (Enhanced Round Trip Time) Khelp module. ERTT uses thelstewart2011-01-242-0/+634
* Add stream scheduling support.tuexen2011-01-2314-178/+1198
* An sbuf configured with SBUF_AUTOEXTEND will call malloc with M_WAITOK when alstewart2011-01-231-4/+21
* Remove unnecessary checking of variable.tuexen2011-01-231-12/+2
* Some correctness and robustness fixes related to CUBIC's mean RTT estimate:lstewart2011-01-211-6/+17
* Improve comments.tuexen2011-01-201-5/+5
* Fix it so we align with new socket API draft forrrs2011-01-203-25/+21
* Cleanup the management of CC functions.tuexen2011-01-195-256/+68
* Fix style 9 nit that snuck in when Irrs2011-01-191-1/+1
* Fix a bug where Multicast packets sent from arrs2011-01-191-3/+5
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-186-75/+81
* Add support for resource pooling to CMT.tuexen2011-01-161-44/+119
OpenPOWER on IntegriCloud