commit | 86d15cd83363a9787039895cb1a1b6be50f82ad3 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Sat May 30 23:04:46 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat May 30 23:04:46 2009 -0700 |
tree | 49145230381c8113766a946b208565a8cd8d585d | |
parent | 342a437ef625953e8bdeee3bc1605ccd27a38863 [diff] |
net: unset IFF_XMIT_DST_RELEASE for qeth and ipoib Last two drivers that need skb->dst in their start_xmit() function Tell dev_hard_start_xmit() to no release it by unsetting IFF_XMIT_DST_RELEASE Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>