summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Convert delay parameter back to ms when reporting to user.ae2011-05-062-1/+2
* Implement Resource Pooling V2 and an MPTCP like congestiontuexen2011-05-044-30/+217
* Remove code with any effect.tuexen2011-05-033-8/+0
* Add a missing break. This bug was introduced in r221249.tuexen2011-05-031-0/+1
* Handle a rare edge case with nearly full TCP receive buffers. If a TCPjhb2011-05-023-6/+22
* Some more cleanups related to an kernel without INET.tuexen2011-05-022-40/+96
* Fix a mismerge from p4 in that in_localaddr() is not available without INET.bz2011-04-301-1/+5
* Remove some leftover debug code.tuexen2011-04-301-2/+0
* Make the TCP code compile without INET. Sort #includes and add #ifdef INETs.bz2011-04-306-83/+264
* Improve compilation of SCTP code without INET support.tuexen2011-04-3010-1291/+2054
* Make the UDP code compile without INET. Expose udp_usrreq.c to IPv6 onlybz2011-04-301-9/+25
* Make the PCB code compile without INET support by adding #ifdef INETsbz2011-04-301-4/+20
* TCP reuses t_rxtshift to determine the backoff timer used for both thejhb2011-04-294-2/+9
* MfP4 CH=192029:bz2011-04-271-12/+17
* MfP4 CH=192004:bz2011-04-272-5/+5
* Make various (pseudo) interfaces compile without INET in the kernelbz2011-04-271-7/+46
* Add the possibility to verify MD5 hash of incoming TCP packets.attilio2011-04-254-8/+179
* Be less strict on includes than in r220746. We need in.h for bothbz2011-04-251-0/+5
* 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
OpenPOWER on IntegriCloud