android_kernel_xiaomi_sm7250/drivers/infiniband
Eli Cohen bd3606715e IPoIB: Use dev_set_mtu() to change mtu
When the driver sets the MTU of the net device outside of its
change_mtu method, it should make use of dev_set_mtu() instead of
directly setting the mtu field of struct netdevice.  Otherwise
functions registered to be called upon MTU change will not get called
(this is done through call_netdevice_notifiers() in dev_set_mtu()).

Signed-off-by: Eli Cohen <eli@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2008-07-14 23:48:51 -07:00
..
core RDMA/core: Add iWARP protocol statistics attributes in sysfs 2008-07-14 23:48:48 -07:00
hw RDMA/cxgb3: Set rkey field for new memory windows in iwch_alloc_mw() 2008-07-14 23:48:49 -07:00
ulp IPoIB: Use dev_set_mtu() to change mtu 2008-07-14 23:48:51 -07:00
Kconfig
Makefile