aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/Makefile
diff options
context:
space:
mode:
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>2014-05-19 13:59:52 -0300
committerDavid S. Miller <davem@davemloft.net>2014-05-22 14:57:15 -0400
commite876f208af18b074f800656e4d1b99da75b2135f (patch)
treedaff9963d9fe03343b9dcac38d0dec07881d1db7 /net/core/Makefile
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables (diff)
downloadlinux-dev-e876f208af18b074f800656e4d1b99da75b2135f.tar.xz
linux-dev-e876f208af18b074f800656e4d1b99da75b2135f.zip
net: Add a software TSO helper API
Although the implementation probably needs a lot of work, this initial API allows to implement software TSO in mvneta and mv643xx_eth drivers in a not so intrusive way. Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/Makefile')
-rw-r--r--net/core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/Makefile b/net/core/Makefile
index 826b925aa453..71093d94ad2b 100644
--- a/net/core/Makefile
+++ b/net/core/Makefile
@@ -9,7 +9,7 @@ obj-$(CONFIG_SYSCTL) += sysctl_net_core.o
obj-y += dev.o ethtool.o dev_addr_lists.o dst.o netevent.o \
neighbour.o rtnetlink.o utils.o link_watch.o filter.o \
- sock_diag.o dev_ioctl.o
+ sock_diag.o dev_ioctl.o tso.o
obj-$(CONFIG_XFRM) += flow.o
obj-y += net-sysfs.o