| Commit message (Expand) | Author | Age | Files | Lines |
* | Use size_t for sopt_valsize. | Gleb Smirnoff | 2011-04-21 | 1 | -1/+2 |
* | MFp4 CH=191760: | Bjoern A. Zeeb | 2011-04-20 | 1 | -8/+17 |
* | MFp4 CH=191470: | Bjoern A. Zeeb | 2011-04-20 | 4 | -20/+28 |
* | MFp4 CH=191466: | Bjoern A. Zeeb | 2011-04-20 | 2 | -2/+1 |
* | - Rewrite functions that copyin/out NAT configuration, so that they | Gleb Smirnoff | 2011-04-19 | 3 | -55/+74 |
* | Add sysctl handlers for net.inet.ip.dummynet.hash_size, .pipe_byte_limit | Andrey V. Elsukov | 2011-04-19 | 1 | -8/+52 |
* | ipdn_bound_var() functions is designed to bound a variable between | Andrey V. Elsukov | 2011-04-19 | 1 | -1/+5 |
* | Use M_WAITOK instead M_WAIT for malloc. Remove unneded checks. | Andrey V. Elsukov | 2011-04-19 | 1 | -7/+1 |
* | LibAliasInit() should allocate memory with M_WAITOK flag. Modify it | Gleb Smirnoff | 2011-04-18 | 2 | -14/+12 |
* | Pullup up to TCP header length before matching against 'tcpopts'. | Gleb Smirnoff | 2011-04-18 | 1 | -2/+5 |
* | When checking to see if a window update should be sent to the remote peer, | John Baldwin | 2011-04-18 | 1 | -0/+8 |
* | Make in_proto.c dependent on either inet or inet6. | Bjoern A. Zeeb | 2011-04-17 | 1 | -0/+9 |
* | Refactor udp_input(), moving calls to u_tun_func() into udp_append(). | Edward Tomasz Napierala | 2011-04-14 | 1 | -45/+17 |
* | The mbuf_frag_size always was and is file local and not queried from base | Bjoern A. Zeeb | 2011-04-14 | 1 | -1/+1 |
* | Staticize malloc types. | Sergey Kandaurov | 2011-04-13 | 5 | -16/+9 |
* | Restore previous behaviour - always match rule when we doing tagging, | Andrey V. Elsukov | 2011-04-12 | 1 | -4/+7 |
* | Use the full and proper company name for Swinburne University of Technology | Lawrence Stewart | 2011-04-12 | 14 | -85/+89 |
* | Port of the LRO fix from mxge driver to the generic | Jack F Vogel | 2011-04-07 | 1 | -2/+4 |
* | Fill up src_port and dst_port variables for SCTP over IPv4. | Andrey V. Elsukov | 2011-03-31 | 1 | -0/+6 |
* | Fix malloc types. | Andrey V. Elsukov | 2011-03-31 | 1 | -2/+2 |
* | Fix a memory leak. Memory that is allocated for schedulers hash table | Andrey V. Elsukov | 2011-03-31 | 1 | -2/+3 |
* | Clamp the initial advertised receive window when responding to a SYN/ACK | John Baldwin | 2011-03-30 | 1 | -1/+2 |
* | Covers values if (BYTES_THIS_ACK(tp, th) / tp->t_maxseg) value is from | Weongyo Jeong | 2011-03-28 | 1 | -1/+1 |
* | Reference ifaddr object before unlocking as it can be freed | Sergey Kandaurov | 2011-03-21 | 1 | -2/+3 |
* | - Merge changes to the base system to support OFED. These include | Jeff Roberson | 2011-03-21 | 1 | -1/+2 |
* | Properly check for an IPv4 socket after r219579. | Bjoern A. Zeeb | 2011-03-19 | 1 | -2/+2 |
* | Merge the two identical implementations for local port selections from | Bjoern A. Zeeb | 2011-03-12 | 2 | -67/+125 |
* | Tunes and fixes the new DC-CC to seem to hit the | Randall Stewart | 2011-03-08 | 14 | -205/+583 |
* | Adds a new Congestion Control that helps reduce | Randall Stewart | 2011-03-01 | 7 | -41/+549 |
* | Fix breakage in sys/netinet/sctp_sysctl.c, introduced by r219057. If | Dimitry Andric | 2011-02-26 | 1 | -0/+6 |
* | Improvements to CC modules: | Randall Stewart | 2011-02-26 | 14 | -57/+214 |
* | * Fix several bugs where the scaled versions of srtt and rttvar | Michael Tuexen | 2011-02-24 | 3 | -23/+23 |
* | * Cleanup the code computing the retransmission timeout. | Michael Tuexen | 2011-02-24 | 3 | -77/+39 |
* | Fix typos - remove duplicate "the". | Rebecca Cran | 2011-02-21 | 8 | -8/+8 |
* | Bugfix: Get per vnet sysctl variables and statistics working. | Michael Tuexen | 2011-02-18 | 1 | -76/+77 |
* | Mfp4 CH=177274,177280,177284-177285,177297,177324-177325 | Bjoern A. Zeeb | 2011-02-16 | 2 | -0/+4 |
* | Bump dummynet module version to meet dummynet schedulers' requirements, | Sergey Kandaurov | 2011-02-16 | 1 | -1/+1 |
* | Fix a bug reported by Jonathan Leighton in his web-sctp testing | Randall Stewart | 2011-02-13 | 1 | -7/+15 |
* | Fix several bugs related to stream scheduling. | Michael Tuexen | 2011-02-13 | 1 | -127/+103 |
* | Oops, revert an accidental local change that got added in | Daniel Eischen | 2011-02-13 | 1 | -4/+0 |
* | Allow the SO_SETFIB socket option to select the default (0) | Daniel Eischen | 2011-02-13 | 1 | -0/+4 |
* | Remove addresses from endpoint when there are no associations. | Michael Tuexen | 2011-02-10 | 1 | -3/+10 |
* | Fix bugs related to M_FLOWID: | Michael Tuexen | 2011-02-07 | 4 | -13/+25 |
* | If not set (due to some error Michael is working on | Randall Stewart | 2011-02-07 | 1 | -0/+12 |
* | 1) Track when flowid does get set. | Randall Stewart | 2011-02-07 | 3 | -2/+4 |
* | 1) Use same scheme Michael and I discussed for a selected for a flowid | Randall Stewart | 2011-02-06 | 1 | -20/+20 |
* | correct the 'output_time' of packets generated by dummynet. | Luigi Rizzo | 2011-02-05 | 1 | -1/+1 |
* | Add support for M_FLOWID. | Michael Tuexen | 2011-02-05 | 4 | -10/+52 |
* | 1) Typo correction in comments and one spacing change. | Randall Stewart | 2011-02-05 | 36 | -51/+78 |
* | When turning off TCP_NOPUSH, only call tcp_output() to immediately flush | John Baldwin | 2011-02-04 | 1 | -2/+3 |