[PATCH 2/8] af_rxrpc: Prevent RxRPC peers from ABORT-storming one another...
From: Tim Smith <tim@electronghost.co.uk> When an ABORT is sent, aborting a connection, the sender quite reasonably forgets about the connection. If another frame is received, another ABORT will...
View Article[PATCH 3/8] af_rxrpc: Fix UDP MTU calculation from ICMP_FRAG_NEEDED [ver #2]...
AF_RXRPC sends UDP packets with the "Don't Fragment" bit set in an attempt to determine the maximum packet size between the local socket and the peer by invoking the generation of ICMP_FRAG_NEEDED...
View Article[PATCH 4/8] af_rxrpc: Add sysctls for configuring RxRPC parameters [ver #2]...
Add sysctls for configuring RxRPC protocol handling, specifically controls on delays before ack generation, the delay before resending a packet, the maximum lifetime of a call and the expiration times...
View Article[PATCH 5/8] af_rxrpc: Improve ACK production [ver #2] (no replies)
Improve ACK production by the following means: (1) Don't send an ACK_REQUESTED ack immediately even if the RXRPC_MORE_PACKETS flag isn't set on a data packet that has also has RXRPC_REQUEST_ACK set....
View Article[PATCH 7/8] af_rxrpc: Request an ACK for every alternate DATA packet [ver #2]...
Set the RxRPC header flag to request an ACK packet for every odd-numbered DATA packet unless it's the last one (which implicitly requests an ACK anyway). This is similar to how librx appears to work....
View Article[PATCH 8/8] af_rxrpc: Keep rxrpc_call pointers in a hashtable [ver #2] (no...
From: Tim Smith <tim@electronghost.co.uk> Keep track of rxrpc_call structures in a hashtable so they can be found directly from the network parameters which define the call. This allows incoming...
View Article[PATCH 6/8] af_rxrpc: Expose more RxRPC parameters via sysctls [ver #2] (no...
Expose RxRPC parameters via sysctls to control the Rx window size, the Rx MTU maximum size and the number of packets that can be glued into a jumbo packet. More info added to...
View Article[PATCH 0/8] AF_RXRPC fixes and development [ver #2] (no replies)
Hi Dave, Here are some AF_RXRPC fixes (to tag rxrpc-20140226): (1) Fix to remove incorrect checksum calculation made during recvmsg(). It's unnecessary to try to do this there since we check the...
View Article[PATCH] net: use raw_cpu ops in snmp stats bh (2 replies)
Commit a25982c15ae52 ("percpu: add preemption checks to __this_cpu ops") added preemption checks to __this_cpu ops, which are used in SNMP_INC_STATS_BH() and SNMP_ADD_STATS_BH(), resulting in...
View Article[PATCH RFT] regulator: pbias: Convert to use regmap helper functions (1 reply)
This patch converts this driver to use the regmap helper functions provided by regulator core. This fixes a few issues in current implementation: 1) In original code, the set voltage does not check...
View Article[PATCH 1/2] i2c: Add message transfer tracepoints for I2C [ver #2] (1 reply)
Add tracepoints into the I2C message transfer function to retrieve the message sent or received. The following config options must be turned on to make use of the facility: CONFIG_FTRACE...
View Article[PATCH v2] abort secondary CPU bring-up gracefully if do_boot_cpu timed out...
Hang is observed on virtual machines during CPU hotplug, especially in big guests with many CPUs. (It happens more often if host is over-committed). Patch is present in RHEL6 since 2012 and it fixes...
View Article[PATCH v2 00/13] ARM: OMAP: SATA support for OMAP5 & DRA7 (15 replies)
Hi, This series adds SATA support for OMAP5 uevm and DRA7-evm boards. - Cleans up the ti-pipe3 PHY driver - Adds SATA DPLL support to ti-pipe3 PHY driver - Adds SATA nodes to hwmod and SoC DT data...
View Article[PATCH] kexec/powerpc: fix exporting memory limit (no replies)
When preparing dump-capturing kernel, kexec userspace tool needs to know actual amount of memory used by the running kernel. This may differ from extire available DRAM for a couple of reasons. To...
View Article[PATCH v2 00/13][RESEND] ARM: OMAP: SATA support for OMAP5 & DRA7 (9 replies)
Hi, [Resending cause I messed up Kishon's email ID in the original v2.] This series adds SATA support for OMAP5 uevm and DRA7-evm boards. - Cleans up the ti-pipe3 PHY driver - Adds SATA DPLL support...
View Article[PATCH tip] [PATCH]sched/fair: Fix endless loop in idle_balance() (1 reply)
This patch must go on top of the series: [tip 1/2] sched/fair: Push down check for high priority class task into idle_balance() [tip 2/2] sched/core: Fix endless loop in pick_next_task() Check for...
View Article[PATCH v2] ARM: mvebu: add Device Tree for the Armada 385 RD board (no replies)
The Armada 385 RD board is the reference design board from Marvell for the Armada 385 SoC. This commit adds a Device Tree description for this board, which enables the following features: * Network...
View ArticleRe: Delivery Status Notification (Failure) (no replies)
On Thu, 6 Mar 2014, Jagdish Gedia wrote: > Hi Alan, > > Thanks for you informative reply. > I will try your suggestion. yes, i will not get more than one wakeup per second. > > I...
View Article[PATCH v3 06/13] phy: ti-pipe3: Don't get 'wkupclk' and 'refclk' for SATA PHY...
SATA PHY doesn't need 'wkupclk; and 'refclk' so don't try to get them for SATA PHY. Signed-off-by: Roger Quadros <rogerq@ti.com> --- v3 - Fixed checkpatch warning drivers/phy/phy-ti-pipe3.c | 23...
View Article[PATCH] tracing/module: Replace include of tracepoint.h with jump_label.h in...
Rusty, Can you give an Acked-by for this patch so that I can include it in my 3.15 queue. I have some patches there that need to be added before this change can go in. Thanks, -- Steve ---- There's...
View Article