From: Josef Bacik <jba...@fb.com> Date: Tue, 17 Jan 2017 07:51:00 -0800
> V3->V4: > -Removed the random include of addrconf.h that is no longer needed. > > V2->V3: > -Dropped the fastsock from the tb and instead just carry the saddrs, family, > and > ipv6 only flag. > -Reworked the helper functions to deal with this change so I could still use > them when checking the fast path. > -Killed tb->num_owners as per Eric's request. > -Attached a reproducer to the bottom of this email. > > V1->V2: > -Added a new patch 'inet: collapse ipv4/v6 rcv_saddr_equal functions into one' > at Hannes' suggestion. > -Dropped ->bind_conflict and just use the new helper. > -Fixed a compile bug from the original ->bind_conflict patch. > > The original description of the series follows ... Series applied, thanks!