]> git.baikalelectronics.ru Git - kernel.git/commit
net: Add net protocol offload registration infrustructure
authorVlad Yasevich <vyasevic@redhat.com>
Thu, 15 Nov 2012 08:49:12 +0000 (08:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Nov 2012 22:36:17 +0000 (17:36 -0500)
commit6ba41574a0ae590351557790a69e8a5ea6201664
tree08947ffb402922f7384e61563d201761171fdbb1
parent57968d0b925efd3ec17896ed21f2122a9d3105da
net: Add net protocol offload registration infrustructure

Create a new data structure for IPv4 protocols that holds GRO/GSO
callbacks and a new array to track the protocols that register GRO/GSO.

Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/protocol.h
net/ipv4/af_inet.c
net/ipv4/protocol.c