summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* put back the assigment to sched_time. It was correct, andluigi2010-10-011-0/+1
* Proper bracketing.bz2010-10-011-2/+2
* remove an unnecessary (and wrong) assignment.luigi2010-09-291-1/+0
* whitespace changes in preparation for future commitsluigi2010-09-295-8/+15
* fix handling of initial credit for an idle pipe.luigi2010-09-291-1/+4
* fix breakage in in-kernel NAT: the code did not honorluigi2010-09-281-0/+5
* Whitespace changes to reduce diffs wrt the most recent ipfw/dummynet code:luigi2010-09-283-10/+7
* Add a bandaid for a long-standing race condition during route entrydelphij2010-09-271-2/+3
* Log the number of segments currently in the reassembly queue.lstewart2010-09-251-6/+11
* Internalise reassembly queue related functionality and variables which shouldlstewart2010-09-253-24/+28
* Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() generalattilio2010-09-241-0/+2
* IP_BINDANY is not correctly handled in getsockopt() case.attilio2010-09-241-0/+4
* 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
OpenPOWER on IntegriCloud