summaryrefslogtreecommitdiffstats
path: root/net/ipv4
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2007-06-01 07:15:50 +0200
committerDavid S. Miller <davem@sunset.davemloft.net>2007-06-04 03:08:49 +0200
commit4fcd6b991685493185c2bb8a76b21aadb658bd76 (patch)
treeee131eba969a9c9984b6c884a6a3d2f3bfadcffb /net/ipv4
parent[TCP]: Fix GSO ignorance of pkts_acked arg (cong.cntrl modules) (diff)
downloadlinux-4fcd6b991685493185c2bb8a76b21aadb658bd76.tar.xz
linux-4fcd6b991685493185c2bb8a76b21aadb658bd76.zip
[NET] gso: Fix GSO feature mask in sk_setup_caps
This isn't a bug just yet as only TCP uses sk_setup_caps for GSO. However, if and when UDP or something else starts using it this is likely to cause a problem if we forget to add software emulation for it at the same time. The problem is that right now we translate GSO emulation to the bitmask NETIF_F_GSO_MASK, which includes every protocol, even ones that we cannot emulate. This patch makes it provide only the ones that we can emulate. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4')
0 files changed, 0 insertions, 0 deletions