[PATCH v2] tipc: fix retransmission on unicast links

2020-07-08 Thread Hamish Martin
Fixes: 382f598fb66b ("tipc: reduce duplicate packets for unicast traffic") Acked-by: Jon Maloy Signed-off-by: Hamish Martin --- Changes in v2: - Ack from Jon Molloy - Added Fixes tag - submitting to netdev. v1 went to tipc-discussion only net/tipc/link.c | 26 ++

[PATCH] tipc: Only process unicast on intended node

2016-04-28 Thread Hamish Martin
acket reception") which ensures that only messages destined for the receiving node are processed by that node. This prevents the sequence numbers from getting out of sync and resolves the packet leakage, thereby resolving the broadcast-link transmission lock-ups we observed. Signed-off-by: Hamish

[PATCH] gianfar: Don't enable RX Filer if not supported

2015-12-14 Thread Hamish Martin
issue for 'TSEC' type controllers. Reviewed-by: Chris Packham Reviewed-by: Mark Tomlinson Signed-off-by: Hamish Martin --- drivers/net/ethernet/freescale/gianfar.c | 8 +--- drivers/net/ethernet/freescale/gianfar.h | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) d