net: xmit_list() becomes dev_hard_start_xmit().
authorDavid S. Miller <davem@davemloft.net>
Mon, 1 Sep 2014 22:06:40 +0000 (15:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Sep 2014 00:39:56 +0000 (17:39 -0700)
commit8dcda22a5d0abaf347b21b057655f3809b91639d
tree595d3af7a5ffab41fbf2b77dbbb3c3787f5700bb
parentce93718fb7cdbc064c3000ff59e4d3200bdfa744
net: xmit_list() becomes dev_hard_start_xmit().

Now fundamentally we can process lists of SKBs as cheaply
as single packets.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c
This page took 0.023795 seconds and 5 git commands to generate.