]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit83cd86a7b4a5143fd4aec6dd8c98f693239575c0
tree595d3af7a5ffab41fbf2b77dbbb3c3787f5700bb
parent9be6b2c047a58fca1cffcb2996d475758e5f15ab
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