git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3285aa
)
IPoIB: Free child interfaces properly
author
Roland Dreier
<rolandd@cisco.com>
Wed, 10 May 2006 05:54:59 +0000
(22:54 -0700)
committer
Roland Dreier
<rolandd@cisco.com>
Wed, 10 May 2006 05:54:59 +0000
(22:54 -0700)
When deleting a child interface with a non-default P_Key via
/sys/class/net/ibX/delete_child, the interface must be freed with
free_netdev() (rather than kfree() on the private data).
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found