commit | 0c4e85813d0a94eeb8bf813397a4907bdd7bb610 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@linux-foundation.org> | Tue Oct 09 01:36:32 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:52:50 2007 -0700 |
tree | 53ee948abc930bb1c5cd270c490f87fda5eb45b3 | |
parent | 4c94f8c0c9a82fad84bc5df453aff755cfed70b7 [diff] |
[NET]: Wrap netdevice hardware header creation. Add inline for common usage of hardware header creation, and fix bug in IPV6 mcast where the assumption about negative return is an errno. Negative return from hard_header means not enough space was available,(ie -N bytes). Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>