linux/drivers/infiniband/ulp
Roland Dreier 936d7de3d7 IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addresses
Commit a0417fa3a1 ("net: Make qdisc_skb_cb upper size bound
explicit.") made it possible for a netdev driver to use skb->cb
between its header_ops.create method and its .ndo_start_xmit
method.  Use this in ipoib_hard_header() to stash away the LL address
(GID + QPN), instead of the "ipoib_pseudoheader" hack.  This allows
IPoIB to stop lying about its hard_header_len, which will let us fix
the L2 check for GRO.

Signed-off-by: Roland Dreier <roland@purestorage.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-02-08 18:26:54 -05:00
..
ipoib IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addresses 2012-02-08 18:26:54 -05:00
iser switch ->is_visible() to returning umode_t 2012-01-03 22:54:55 -05:00
srp atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
srpt ib_srpt: Initial SRP Target merge for v3.3-rc1 2011-12-16 06:33:56 +00:00