summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* After some off-list discussion, revert a number of changes to thedim2010-11-2222-110/+110
* Remove an apparently redundant CURVNET_SET() / CURVNET_RESTORE() pair.zec2010-11-221-2/+0
* Fix a minor code redundancy nit.lstewart2010-11-201-3/+1
* When enabling or disabling SIFTR with a VIMAGE kernel, ensure we add or removelstewart2010-11-201-12/+24
* Add new, per connection, statistics for TCP, including:gnn2010-11-175-3/+15
* Add an SCTP socket option to retrieve the number of timeoutstuexen2010-11-163-0/+35
* Make the CC framework more VIMAGE friendly by adding the machinery to allowlstewart2010-11-162-32/+34
* - Querying the default CC algo is more common than setting it and the functionlstewart2010-11-161-3/+2
* Move protocol specific implementation detail out of the core CC framework.lstewart2010-11-163-48/+70
* On CC algorithm module unload, we walk the list of active TCP control blocks.lstewart2010-11-161-24/+35
* cc_init() should only be run once on system boot, but with VIMAGE kernels itlstewart2010-11-163-5/+4
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-1422-110/+110
* Take out special code for disable CRC computations ontuexen2010-11-141-9/+3
* Simplify sctp_delayed_cksum() a bit.tuexen2010-11-141-4/+2
* 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
OpenPOWER on IntegriCloud