tmp_suning_uos_patched/net/core
Eric Dumazet 73d3fe6d1c gro: fix aggregation for skb using frag_list
In commit 8a29111c7c ("net: gro: allow to build full sized skb")
I added a regression for linear skb that traditionally force GRO
to use the frag_list fallback.

Erez Shitrit found that at most two segments were aggregated and
the "if (skb_gro_len(p) != pinfo->gso_size)" test was failing.

This is because pinfo at this spot still points to the last skb in the
chain, instead of the first one, where we find the correct gso_size
information.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Fixes: 8a29111c7c ("net: gro: allow to build full sized skb")
Reported-by: Erez Shitrit <erezsh@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-09-29 15:17:59 -04:00
..
datagram.c net: treewide: Fix typo found in DocBook/networking.xml 2014-09-05 17:35:28 -07:00
dev_addr_lists.c
dev_ioctl.c
dev.c net: fix creation adjacent device symlinks 2014-09-15 14:24:53 -04:00
drop_monitor.c
dst.c
ethtool.c
fib_rules.c
filter.c net: filter: split 'struct sk_filter' into socket and bpf parts 2014-08-02 15:03:58 -07:00
flow_dissector.c
flow.c
gen_estimator.c net: treewide: Fix typo found in DocBook/networking.xml 2014-09-05 17:35:28 -07:00
gen_stats.c net: treewide: Fix typo found in DocBook/networking.xml 2014-09-05 17:35:28 -07:00
iovec.c net: sendmsg: fix NULL pointer dereference 2014-07-29 12:20:22 -07:00
link_watch.c
Makefile
neighbour.c neighbour : fix ndm_type type error issue 2014-07-28 17:52:17 -07:00
net_namespace.c namespaces: Use task_lock and not rcu to protect nsproxy 2014-07-29 18:08:50 -07:00
net-procfs.c
net-sysfs.c net: do not name the pointer to struct net_device net 2014-07-24 23:33:55 -07:00
net-sysfs.h
net-traces.c
netclassid_cgroup.c
netevent.c
netpoll.c
netprio_cgroup.c
pktgen.c
ptp_classifier.c net: filter: split 'struct sk_filter' into socket and bpf parts 2014-08-02 15:03:58 -07:00
request_sock.c
rtnetlink.c rtnetlink: fix VF info size 2014-08-08 10:28:09 -07:00
scm.c
secure_seq.c
skbuff.c gro: fix aggregation for skb using frag_list 2014-09-29 15:17:59 -04:00
sock_diag.c net: filter: split 'struct sk_filter' into socket and bpf parts 2014-08-02 15:03:58 -07:00
sock.c net: fix skb_page_frag_refill() kerneldoc 2014-09-08 14:12:14 -07:00
stream.c
sysctl_net_core.c
timestamping.c
tso.c
user_dma.c
utils.c