please find attached two bug fix patches for DCCP. Patch #1: removes a BUG_ON which got triggered under normal operational conditions, found that it is not even necessary, hence replaced; Patch #2: fixes sequence number handling during initial connection setup, ensuring connection establishment even if one or more initial Request(s) get lost. The patches are also available applied on top of today's net-next, at git://eden-feed.erg.abdn.ac.uk/net-next [subtree 'dccp'] All patches have been tested and compile independently. --- include/linux/dccp.h | 8 ++++++-- net/dccp/ccids/ccid3.c | 3 +-- net/dccp/ipv4.c | 8 +++++--- net/dccp/ipv6.c | 8 +++++--- net/dccp/minisocks.c | 18 +++++++++++------- net/dccp/output.c | 10 +++++----- 6 files changed, 33 insertions(+), 22 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe dccp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html