summaryrefslogtreecommitdiff
path: root/curvetun_mgmt.h
blob: 60169256844c55c3608626654abcece906ef1f0e (plain)
1
2
3
4
5
6
7
#ifndef CURVETUN_MGMT_H
#define CURVETUN_MGMT_H

#include "curvetun_mgmt_servers.h"
#include "curvetun_mgmt_users.h"

#endif /* CURVETUN_MGMT_H */
able summary='commit info' class='commit-info'> authorSoohoon Lee <Soohoon.Lee@f5.com>2016-06-29 15:07:21 -0400 committerDavid S. Miller <davem@davemloft.net>2016-06-30 09:05:05 -0400 commit43daa96b166c3cf5ff30dfac0c5efa2620e4beab (patch) tree56feb59ab0b7389f6a68eba14763db87d7d4b184 parentfedbb6b4ff341c1e2120f4ffbf367fd78ac3e8f3 (diff)
usbnet: Stop RX Q on MTU change
When MTU is changed unlink_urbs() flushes RX Q but mean while usbnet_bh() can fill up the Q at the same time. Depends on which HCD is down there unlink takes long time then the flush never ends. Signed-off-by: Soohoon Lee <soohoon.lee@f5.com> Reviewed-by: Kimball Murray <kmurray@f5.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat