summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Fix a locking issue reported by brucec@ affectingtuexen2010-11-131-1/+2
* Add a queue to hold packets while we await an ARP reply.gnn2010-11-122-18/+63
* Don't print an empty line when printing mapping arrays.tuexen2010-11-121-2/+0
* Fix more issues with the SACK/NR-SACK generation code.tuexen2010-11-121-21/+24
* The first customer of the SO_USER_COOKIE option:luigi2010-11-123-0/+37
* This commit marks the first formal contribution of the "Five New TCP Congestionlstewart2010-11-1211-287/+1199
* Standardise all Swinburne related copyright/licence statements throughout thelstewart2010-11-123-24/+18
* The university does not require that its CRICOS number be included in sourcelstewart2010-11-123-6/+3
* Fix the SACK/NR-SACK generation code.tuexen2010-11-111-9/+8
* Fix so that a multicast packet can be sentrrs2010-11-111-5/+4
* Improve the scalability by using the local and remote port whentuexen2010-11-091-30/+33
* Fix a bug which resulted in kevent() reporting an event twice ontuexen2010-11-091-0/+1
* Fix typos.brucec2010-11-094-34/+34
* Do not have the MTU table twice in the code. Therefore move thetuexen2010-11-074-60/+36
* Remove two functions which are not used.tuexen2010-11-072-27/+0
* * Use exponential backoff for retransmission of SHUTDOWN andtuexen2010-11-071-20/+15
* Not only stop all timers when entering the SHUTDOWN_SENT state,tuexen2010-11-073-25/+28
* Do not resend DATA chunks without delay when dropped by the peer andtuexen2010-11-061-0/+4
* * Fix an accounting bug regarding SACK/NR-SACK chunks.tuexen2010-11-061-56/+22
* Don't spam the console with loaded modules during boot and/or duringn_hibma2010-11-031-1/+0
* Don't leak the LLE lock if the arptimer callout is pending or inactive.jhb2010-11-021-3/+3
* Remove meaningless XXXXX, that is a remain of comment, removed in r186200.glebius2010-10-291-2/+0
* Revert a small part of the r198301, that is entirely unrelated to theglebius2010-10-291-1/+1
* Add initial inet DDB support for show in_ifaddr and show sin commands whichbz2010-10-241-0/+120
* Make the IPsec SADB embedded route cache a union to be able to hold both thebz2010-10-231-1/+1
* mdoc: drop even more redundant .Pp callsuqs2010-10-191-1/+0
* MfP4 CH182763 (original version):bz2010-10-161-0/+15
* Retire the system-wide, per-reassembly queue segment limit. The mechanism is farlstewart2010-10-161-11/+15
* - Switch the "net.inet.tcp.reass.cursegments" andlstewart2010-10-161-13/+23
* Use ifa_ifwithaddr_check() rather than ifa_ifwithaddr() as we are notbz2010-10-141-1/+1
* 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
OpenPOWER on IntegriCloud