summaryrefslogtreecommitdiffstats
path: root/net/unix
diff options
context:
space:
mode:
authorJiri Bohac <jbohac@suse.cz>2016-10-13 18:50:02 +0200
committerDavid S. Miller <davem@davemloft.net>2016-10-14 16:59:15 +0200
commit9d6280da39c04832d6abf5f4ecc8175c9aad91c0 (patch)
tree8380fe8fe657e4eadf99780e55158d1d0e2b1dba /net/unix
parentIB/ipoib: move back IB LL address into the hard header (diff)
downloadlinux-9d6280da39c04832d6abf5f4ecc8175c9aad91c0.tar.xz
linux-9d6280da39c04832d6abf5f4ecc8175c9aad91c0.zip
IPv6: Drop the temporary address regen_timer
The randomized interface identifier (rndid) was periodically updated from the regen_timer timer. Simplify the code by updating the rndid only when needed by ipv6_try_regen_rndid(). This makes the follow-up DESYNC_FACTOR fix much simpler. Also it fixes a reference counting error in this error path, where an in6_dev_put was missing: err = addrconf_sysctl_register(ndev); if (err) { ipv6_mc_destroy_dev(ndev); - del_timer(&ndev->regen_timer); snmp6_unregister_dev(ndev); goto err_release; Signed-off-by: Jiri Bohac <jbohac@suse.cz> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix')
0 files changed, 0 insertions, 0 deletions