| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix more continuous/contiguous typos (cf. r215955) | brucec | 2010-11-27 | 1 | -1/+1 |
* | Adds new dtrace for cwnd functions and lay's | rrs | 2010-11-25 | 5 | -3/+332 |
* | Redo r166423. It is important not only skip freeing multicast | glebius | 2010-11-24 | 1 | -14/+17 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 22 | -110/+110 |
* | Remove an apparently redundant CURVNET_SET() / CURVNET_RESTORE() pair. | zec | 2010-11-22 | 1 | -2/+0 |
* | Fix a minor code redundancy nit. | lstewart | 2010-11-20 | 1 | -3/+1 |
* | When enabling or disabling SIFTR with a VIMAGE kernel, ensure we add or remove | lstewart | 2010-11-20 | 1 | -12/+24 |
* | Add new, per connection, statistics for TCP, including: | gnn | 2010-11-17 | 5 | -3/+15 |
* | Add an SCTP socket option to retrieve the number of timeouts | tuexen | 2010-11-16 | 3 | -0/+35 |
* | Make the CC framework more VIMAGE friendly by adding the machinery to allow | lstewart | 2010-11-16 | 2 | -32/+34 |
* | - Querying the default CC algo is more common than setting it and the function | lstewart | 2010-11-16 | 1 | -3/+2 |
* | Move protocol specific implementation detail out of the core CC framework. | lstewart | 2010-11-16 | 3 | -48/+70 |
* | On CC algorithm module unload, we walk the list of active TCP control blocks. | lstewart | 2010-11-16 | 1 | -24/+35 |
* | cc_init() should only be run once on system boot, but with VIMAGE kernels it | lstewart | 2010-11-16 | 3 | -5/+4 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 22 | -110/+110 |
* | Take out special code for disable CRC computations on | tuexen | 2010-11-14 | 1 | -9/+3 |
* | Simplify sctp_delayed_cksum() a bit. | tuexen | 2010-11-14 | 1 | -4/+2 |
* | Fix a locking issue reported by brucec@ affecting | tuexen | 2010-11-13 | 1 | -1/+2 |
* | Add a queue to hold packets while we await an ARP reply. | gnn | 2010-11-12 | 2 | -18/+63 |
* | Don't print an empty line when printing mapping arrays. | tuexen | 2010-11-12 | 1 | -2/+0 |
* | Fix more issues with the SACK/NR-SACK generation code. | tuexen | 2010-11-12 | 1 | -21/+24 |
* | The first customer of the SO_USER_COOKIE option: | luigi | 2010-11-12 | 3 | -0/+37 |
* | This commit marks the first formal contribution of the "Five New TCP Congestion | lstewart | 2010-11-12 | 11 | -287/+1199 |
* | Standardise all Swinburne related copyright/licence statements throughout the | lstewart | 2010-11-12 | 3 | -24/+18 |
* | The university does not require that its CRICOS number be included in source | lstewart | 2010-11-12 | 3 | -6/+3 |
* | Fix the SACK/NR-SACK generation code. | tuexen | 2010-11-11 | 1 | -9/+8 |
* | Fix so that a multicast packet can be sent | rrs | 2010-11-11 | 1 | -5/+4 |
* | Improve the scalability by using the local and remote port when | tuexen | 2010-11-09 | 1 | -30/+33 |
* | Fix a bug which resulted in kevent() reporting an event twice on | tuexen | 2010-11-09 | 1 | -0/+1 |
* | Fix typos. | brucec | 2010-11-09 | 4 | -34/+34 |
* | Do not have the MTU table twice in the code. Therefore move the | tuexen | 2010-11-07 | 4 | -60/+36 |
* | Remove two functions which are not used. | tuexen | 2010-11-07 | 2 | -27/+0 |
* | * Use exponential backoff for retransmission of SHUTDOWN and | tuexen | 2010-11-07 | 1 | -20/+15 |
* | Not only stop all timers when entering the SHUTDOWN_SENT state, | tuexen | 2010-11-07 | 3 | -25/+28 |
* | Do not resend DATA chunks without delay when dropped by the peer and | tuexen | 2010-11-06 | 1 | -0/+4 |
* | * Fix an accounting bug regarding SACK/NR-SACK chunks. | tuexen | 2010-11-06 | 1 | -56/+22 |
* | Don't spam the console with loaded modules during boot and/or during | n_hibma | 2010-11-03 | 1 | -1/+0 |
* | Don't leak the LLE lock if the arptimer callout is pending or inactive. | jhb | 2010-11-02 | 1 | -3/+3 |
* | Remove meaningless XXXXX, that is a remain of comment, removed in r186200. | glebius | 2010-10-29 | 1 | -2/+0 |
* | Revert a small part of the r198301, that is entirely unrelated to the | glebius | 2010-10-29 | 1 | -1/+1 |
* | Add initial inet DDB support for show in_ifaddr and show sin commands which | bz | 2010-10-24 | 1 | -0/+120 |
* | Make the IPsec SADB embedded route cache a union to be able to hold both the | bz | 2010-10-23 | 1 | -1/+1 |
* | mdoc: drop even more redundant .Pp calls | uqs | 2010-10-19 | 1 | -1/+0 |
* | MfP4 CH182763 (original version): | bz | 2010-10-16 | 1 | -0/+15 |
* | Retire the system-wide, per-reassembly queue segment limit. The mechanism is far | lstewart | 2010-10-16 | 1 | -11/+15 |
* | - Switch the "net.inet.tcp.reass.cursegments" and | lstewart | 2010-10-16 | 1 | -13/+23 |
* | Use ifa_ifwithaddr_check() rather than ifa_ifwithaddr() as we are not | bz | 2010-10-14 | 1 | -1/+1 |
* | put back the assigment to sched_time. It was correct, and | luigi | 2010-10-01 | 1 | -0/+1 |
* | Proper bracketing. | bz | 2010-10-01 | 1 | -2/+2 |
* | remove an unnecessary (and wrong) assignment. | luigi | 2010-09-29 | 1 | -1/+0 |