Eric Dumazet a1c7fff7e1 net: netdev_alloc_skb() use build_skb()
netdev_alloc_skb() is used by networks driver in their RX path to
allocate an skb to receive an incoming frame.

With recent skb->head_frag infrastructure, it makes sense to change
netdev_alloc_skb() to use build_skb() and a frag allocator.

This permits a zero copy splice(socket->pipe), and better GRO or TCP
coalescing.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-05-17 15:52:40 -04:00
..
2012-05-17 05:00:04 -04:00
2012-04-02 04:33:44 -04:00
2012-04-15 12:44:40 -04:00
2012-04-02 04:33:44 -04:00
2012-05-17 05:00:04 -04:00
2012-05-17 05:00:04 -04:00
2010-11-28 18:24:14 -08:00
2012-05-17 05:00:04 -04:00
2012-05-17 05:00:04 -04:00
2012-03-28 18:30:03 +01:00
2012-01-17 10:31:12 -05:00
2012-05-17 05:00:04 -04:00