commit | 7ed767f73192d6daf673c6d885cd02d5f280ac1f | [log] [tgz] |
---|---|---|
author | Jesse Gross <jesse@nicira.com> | Tue Dec 16 18:25:31 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 18 12:38:13 2014 -0500 |
tree | 9a696eea294b8a81e50068490de6a97412c68b33 | |
parent | a18e6a186f53af06937a2c268c72443336f4ab56 [diff] |
geneve: Remove socket and offload handlers at destruction. Sockets aren't currently removed from the the global list when they are destroyed. In addition, offload handlers need to be cleaned up as well. Fixes: 0b5e8b8e ("net: Add Geneve tunneling protocol driver") CC: Andy Zhou <azhou@nicira.com> Signed-off-by: Jesse Gross <jesse@nicira.com> Acked-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>