summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Do not convert some meaningful error value to EINVAL.glebius2010-09-201-4/+4
* Fix a locking issue which resulted in aborted associationstuexen2010-09-201-4/+4
* Allow the initial congestion window to be configuretuexen2010-09-191-2/+2
* Fix a locking issue which shows up when the code is usedtuexen2010-09-192-4/+4
* Rearrange the TSO code to make it more readable and to clearlyandre2010-09-171-33/+49
* Fix a bug where the wrong PR-SCTP policy was considered.tuexen2010-09-173-11/+3
* Make the initial congestion window configurable via sysctl.tuexen2010-09-173-7/+29
* * Implement initial version of send buffer splitting.tuexen2010-09-174-6/+36
* Remove the TCP inflight bandwidth limiter as announced in r211315andre2010-09-168-235/+16
* Improve comment to TCP_MINMSS by taking the wording from lstewart (withandre2010-09-161-7/+7
* Remove old debug code.tuexen2010-09-154-48/+0
* Remove unused variable/assignment.tuexen2010-09-151-3/+1
* Delay the assignment of a path for DATA chunk until they hittuexen2010-09-158-191/+112
* Use TAILQ_EMPTY() for testing if a tail queue is empty.tuexen2010-09-151-4/+5
* Remove unused variable/assignment.tuexen2010-09-151-2/+1
* Remove assignment without effect.tuexen2010-09-151-2/+0
* * Use !TAILQ_EMPTY() for checking if a tail queue is not empty.tuexen2010-09-151-4/+3
* Change the default MSS for IPv4 and IPv6 TCP connections from anandre2010-09-151-19/+27
* Adding an address on an interface also requires the loopback route toqingli2010-09-121-0/+2
* * Remove code which has no effect.tuexen2010-09-091-108/+61
* Fix CARP in backup mode by properly registering its hooks for INET and INET6will2010-09-061-0/+15
* Fix static kernel builds with carp(4) by changing its SYSINIT order so thatwill2010-09-061-1/+1
* in_delayed_cksum() requires host byte order.glebius2010-09-061-6/+4
* Implement correct handling of address parameter andtuexen2010-09-052-122/+78
* Fix some CLANG warnings. One clang warning is leftrrs2010-09-055-17/+35
* In case of RADIX_MPATH do not leak the IN_IFADDR read lock onbz2010-09-041-2/+3
* MFp4 CH=183052 183053 183258:bz2010-09-022-12/+8
* Fix a bug which results in peer IPv4 addresses a.b.c.d with 224<=d<=239tuexen2010-09-011-1/+1
* o Some programs could send broadcast/multicast traffic to ipfwmaxim2010-08-301-2/+21
* Fix the the SCTP_WITH_NO_CSUM option when used in combination withtuexen2010-08-297-101/+123
* Bugfix: Do not send a packet drop report in response to a receivedtuexen2010-08-281-3/+6
* Fix the switching on/off of CMT using sysctl and socket option.tuexen2010-08-2811-174/+159
* Simplify the tcp pcblist estimate logic slightly.jhb2010-08-271-5/+3
* Use timestamp modulo comparison macro for automatic receive bufferandre2010-08-271-1/+1
* MFp4: anchie_soc2009 branch:anchie2010-08-191-0/+1
* If a TCP connection has been idle for one retransmit timeout or moreandre2010-08-182-15/+28
* Untangle the net.inet.tcp.log_in_vain and net.inet.tcp.log_debugandre2010-08-183-5/+29
* When calculating the expected memory size for userspace, also take thebz2010-08-181-1/+1
* Ensure a minimum "slop" of 10 extra pcb structures when providing ajhb2010-08-174-8/+9
* Fix the interaction between 'ICMP fragmentation needed' MTU updates,andre2010-08-152-6/+6
* Initializing the new error variable to zero in syncache_socket()andre2010-08-151-1/+1
* Add more logging points for failures in syncache_socket() toandre2010-08-151-5/+24
* When using TSO and sending more than TCP_MAXWIN sendalot is setandre2010-08-141-2/+5
* Change the messages of the ICMP bad port bandwidth limiter fromandre2010-08-141-1/+2
* Disable TCP inflight limiter by default.andre2010-08-141-1/+1
* Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, withwill2010-08-113-24/+23
* Allow carp(4) to be loaded as a kernel module. Follow precedent set bywill2010-08-116-77/+167
* Address an edge condition that we found at work, where the carp(4)delphij2010-08-081-1/+2
* Don't use struct timezone.ed2010-08-081-4/+2
* Fix a bug where endpoints bound to wildcard addresses wheretuexen2010-08-051-0/+36
OpenPOWER on IntegriCloud