aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* LibAliasInit() should allocate memory with M_WAITOK flag. Modify itGleb Smirnoff2011-04-182-14/+12
* Pullup up to TCP header length before matching against 'tcpopts'.Gleb Smirnoff2011-04-181-2/+5
* When checking to see if a window update should be sent to the remote peer,John Baldwin2011-04-181-0/+8
* Make in_proto.c dependent on either inet or inet6.Bjoern A. Zeeb2011-04-171-0/+9
* Refactor udp_input(), moving calls to u_tun_func() into udp_append().Edward Tomasz Napierala2011-04-141-45/+17
* The mbuf_frag_size always was and is file local and not queried from baseBjoern A. Zeeb2011-04-141-1/+1
* Staticize malloc types.Sergey Kandaurov2011-04-135-16/+9
* Restore previous behaviour - always match rule when we doing tagging,Andrey V. Elsukov2011-04-121-4/+7
* Use the full and proper company name for Swinburne University of TechnologyLawrence Stewart2011-04-1214-85/+89
* Port of the LRO fix from mxge driver to the genericJack F Vogel2011-04-071-2/+4
* Fill up src_port and dst_port variables for SCTP over IPv4.Andrey V. Elsukov2011-03-311-0/+6
* Fix malloc types.Andrey V. Elsukov2011-03-311-2/+2
* Fix a memory leak. Memory that is allocated for schedulers hash tableAndrey V. Elsukov2011-03-311-2/+3
* Clamp the initial advertised receive window when responding to a SYN/ACKJohn Baldwin2011-03-301-1/+2
* Covers values if (BYTES_THIS_ACK(tp, th) / tp->t_maxseg) value is fromWeongyo Jeong2011-03-281-1/+1
* Reference ifaddr object before unlocking as it can be freedSergey Kandaurov2011-03-211-2/+3
* - Merge changes to the base system to support OFED. These includeJeff Roberson2011-03-211-1/+2
* Properly check for an IPv4 socket after r219579.Bjoern A. Zeeb2011-03-191-2/+2
* Merge the two identical implementations for local port selections fromBjoern A. Zeeb2011-03-122-67/+125
* Tunes and fixes the new DC-CC to seem to hit theRandall Stewart2011-03-0814-205/+583
* Adds a new Congestion Control that helps reduceRandall Stewart2011-03-017-41/+549
* Fix breakage in sys/netinet/sctp_sysctl.c, introduced by r219057. IfDimitry Andric2011-02-261-0/+6
* Improvements to CC modules:Randall Stewart2011-02-2614-57/+214
* * Fix several bugs where the scaled versions of srtt and rttvarMichael Tuexen2011-02-243-23/+23
* * Cleanup the code computing the retransmission timeout.Michael Tuexen2011-02-243-77/+39
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-218-8/+8
* Bugfix: Get per vnet sysctl variables and statistics working.Michael Tuexen2011-02-181-76/+77
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325Bjoern A. Zeeb2011-02-162-0/+4
* Bump dummynet module version to meet dummynet schedulers' requirements,Sergey Kandaurov2011-02-161-1/+1
* Fix a bug reported by Jonathan Leighton in his web-sctp testingRandall Stewart2011-02-131-7/+15
* Fix several bugs related to stream scheduling.Michael Tuexen2011-02-131-127/+103
* Oops, revert an accidental local change that got added inDaniel Eischen2011-02-131-4/+0
* Allow the SO_SETFIB socket option to select the default (0)Daniel Eischen2011-02-131-0/+4
* Remove addresses from endpoint when there are no associations.Michael Tuexen2011-02-101-3/+10
* 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