Extensive testing has revealed some weaknesses and non-optimal solutions in the link level code.
This commit series addresses those issues. Jon Maloy (7): tipc: limit usage of temporary skb list during packet reception tipc: simplify tipc_link_rcv() reception loop tipc: improve sequence number checking tipc: disallow packet duplicates in link deferred queue tipc: delay ESTABLISH state event when link is established tipc: send out RESET immediately when link goes down tipc: update node FSM when peer RESET message is received net/tipc/bearer.c | 8 +-- net/tipc/link.c | 170 ++++++++++++++++++++++++++++++--------------------- net/tipc/link.h | 5 +- net/tipc/msg.c | 31 ++++++++++ net/tipc/msg.h | 34 +---------- net/tipc/node.c | 43 +++++++++---- net/tipc/udp_media.c | 1 - 7 files changed, 172 insertions(+), 120 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html