summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Use size_t for sopt_valsize.glebius2011-04-211-1/+2
* MFp4 CH=191760:bz2011-04-201-8/+17
* MFp4 CH=191470:bz2011-04-204-20/+28
* MFp4 CH=191466:bz2011-04-202-2/+1
* - Rewrite functions that copyin/out NAT configuration, so that theyglebius2011-04-193-55/+74
* Add sysctl handlers for net.inet.ip.dummynet.hash_size, .pipe_byte_limitae2011-04-191-8/+52
* ipdn_bound_var() functions is designed to bound a variable betweenae2011-04-191-1/+5
* Use M_WAITOK instead M_WAIT for malloc. Remove unneded checks.ae2011-04-191-7/+1
* LibAliasInit() should allocate memory with M_WAITOK flag. Modify itglebius2011-04-182-14/+12
* Pullup up to TCP header length before matching against 'tcpopts'.glebius2011-04-181-2/+5
* When checking to see if a window update should be sent to the remote peer,jhb2011-04-181-0/+8
* Make in_proto.c dependent on either inet or inet6.bz2011-04-171-0/+9
* Refactor udp_input(), moving calls to u_tun_func() into udp_append().trasz2011-04-141-45/+17
* The mbuf_frag_size always was and is file local and not queried from basebz2011-04-141-1/+1
* Staticize malloc types.pluknet2011-04-135-16/+9
* Restore previous behaviour - always match rule when we doing tagging,ae2011-04-121-4/+7
* Use the full and proper company name for Swinburne University of Technologylstewart2011-04-1214-85/+89
* Port of the LRO fix from mxge driver to the genericjfv2011-04-071-2/+4
* Fill up src_port and dst_port variables for SCTP over IPv4.ae2011-03-311-0/+6
* Fix malloc types.ae2011-03-311-2/+2
* Fix a memory leak. Memory that is allocated for schedulers hash tableae2011-03-311-2/+3
* Clamp the initial advertised receive window when responding to a SYN/ACKjhb2011-03-301-1/+2
* Covers values if (BYTES_THIS_ACK(tp, th) / tp->t_maxseg) value is fromweongyo2011-03-281-1/+1
* Reference ifaddr object before unlocking as it can be freedpluknet2011-03-211-2/+3
* - Merge changes to the base system to support OFED. These includejeff2011-03-211-1/+2
* Properly check for an IPv4 socket after r219579.bz2011-03-191-2/+2
* Merge the two identical implementations for local port selections frombz2011-03-122-67/+125
* Tunes and fixes the new DC-CC to seem to hit therrs2011-03-0814-205/+583
* Adds a new Congestion Control that helps reducerrs2011-03-017-41/+549
* Fix breakage in sys/netinet/sctp_sysctl.c, introduced by r219057. Ifdim2011-02-261-0/+6
* Improvements to CC modules:rrs2011-02-2614-57/+214
* * Fix several bugs where the scaled versions of srtt and rttvartuexen2011-02-243-23/+23
* * Cleanup the code computing the retransmission timeout.tuexen2011-02-243-77/+39
* Fix typos - remove duplicate "the".brucec2011-02-218-8/+8
* Bugfix: Get per vnet sysctl variables and statistics working.tuexen2011-02-181-76/+77
* 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
OpenPOWER on IntegriCloud