- 03 Feb, 2003 1 commit
-
-
Jon Grimm authored
Otherwise, an invalid configuration of sctp builtin and ipv6 as a module.
-
- 31 Jan, 2003 2 commits
-
-
Jon Grimm authored
into touki.austin.ibm.com:/home/jgrimm/bk/lksctp-2.5.work
-
Jon Grimm authored
Fix limitation where we could not send messages that exceeded the maximum data chunk size. We still need partial data delivery to accept messages with len > rwnd, but this fixes the sending. Sends are still limited (as per the I-D) to SNDBUF. Additionally, we can now 'bundle' fragmented DATA with the Cookie-Echo packet, not just a small message.
-
- 29 Jan, 2003 2 commits
-
-
Sridhar Samudrala authored
-
Sridhar Samudrala authored
-
- 28 Jan, 2003 1 commit
-
-
Jon Grimm authored
-
- 24 Jan, 2003 3 commits
-
-
Jon Grimm authored
into touki.austin.ibm.com:/home/jgrimm/bk/lksctp-2.5.work
-
Jon Grimm authored
Cleaning up some RFC 2960 corner cases. We need to ABORT the case where peer requests inbound/outbound streams of value 0. We need to abort the missing state cookie case.
-
Sridhar Samudrala authored
-
- 23 Jan, 2003 4 commits
-
-
Jon Grimm authored
into touki.austin.ibm.com:/home/jgrimm/bk/lksctp-2.5.work
-
Jon Grimm authored
Auditing code I see that case 'B' is checking against tie-tag fields. This is not right, should be checking against peer_vtag == 0, per the RFC.
-
Sridhar Samudrala authored
* Ignore any (ICMP_TIME_EXCEEDED, ICMP_EXC_FRAGTIME) errors due to ip fragment reassembly timeouts. * Make sure that transport's pmtu is not set to a value lower than SCTP_DEFAULT_MINSEGMENT even when the value reported by (ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED) error is lower.
-
Sridhar Samudrala authored
-
- 22 Jan, 2003 3 commits
- 21 Jan, 2003 2 commits
-
-
Jon Grimm authored
Per clarifications made in the SCTP implementor's guide, we should stop sending heartbeats as soon as we either send SHUTDOWN or send SHUTDOWN-ACK. Cleanup sctp_transport_t -> sctp_transport. Fix some missing entries in the statetable for HB related events.
-
Sridhar Samudrala authored
-
- 20 Jan, 2003 1 commit
-
-
Sridhar Samudrala authored
into us.ibm.com:/home/sridhar/BK/lksctp-2.5.59
-
- 17 Jan, 2003 2 commits
-
-
Jon Grimm authored
Per RFC 2960 (well, impl-guide corrections really) add a jitter in the range of -50% to +50% of the current rto to the heartbeat interval.
-
Jon Grimm authored
Code had hardcoded limits to the maximum stream that could be used, and consequent static data structures. Now dynamically allocate storage for the SSN maps until _after_ we know what they are. Protocols such as SIP want to use all possible streams.
-
- 16 Jan, 2003 19 commits
-
-
Linus Torvalds authored
-
-
Russell King authored
__virt_to_bus/__bus_to_virt depended on INTEGRATOR_HDR0_SDRAM_BASE Unfortunately, this is defined in arch-integrator/platform.h, and we really don't want to include it in memory.h. We instead use BUS_OFFSET, which will eventually depend on the CPU number in the system.
-
Russell King authored
Only default BLK_DEV_IDEDMA on BLK_DEV_IDEDMA_ICS if ARCH_ACORN is set, not if ARM is set. There are PCI ARM systems out there!
-
Russell King authored
Ensure that we clean up properly after initialisation error, releasing all claimed resources in an orderly manner and returning the correct error code.
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
Russell King authored
Add cfbfillrect / cfbcopyarea / cfbimgblt objects for SA1100fb. Remove redundant "pm" member.
-
Jeff Wiedemeier authored
Found a buglet in the marvel code -- doesn't change the number of IRQS just the logic to get there.. This applies on top of the other marvel code. /jeff
-
Richard Henderson authored
into kanga.twiddle.net:/home/rth/linux/axp-2.5
-
Richard Henderson authored
-
Richard Henderson authored
to header files where they belong.
-
Richard Henderson authored
of AGP and SRMCONS patches.
-
Richard Henderson authored
From Jeff.Wiedemeier@hp.com.
-
Richard Henderson authored
(Titan / Marvel), Kconfig and headers. From Jeff Wiedemeier.
-
Martin J. Bligh authored
Patch from Erich Focht This adds a hook to rebalance globally across nodes every NODE_BALANCE_RATE iterations of the rebalancer. This allows us to easily tune on an architecture specific basis how often we wish to rebalance - machines with higher NUMA ratios (more expensive off-node access) will want to do this less often. It's currently set to 100 for NUMA-Q and 10 for other machines. If the imbalance between nodes is > 125%, we'll rebalance them. The hook for this is added to the NUMA definition of cpus_to_balance, so again, no impact on non-NUMA machines.
-
Martin J. Bligh authored
Patch from Michael Hohnbaum This adds a hook, sched_balance_exec(), to the exec code, to make it place the exec'ed task on the least loaded queue. We have less state to move at exec time than fork time, so this is the cheapest point to cross-node migrate. Experience in Dynix/PTX and testing on Linux has confirmed that this is the cheapest time to move tasks between nodes. It also macro-wraps changes to nr_running, to allow us to keep track of per-node nr_running as well. Again, no impact on non-NUMA machines.
-