linux-xiaomi-chiron/net/tipc
Jon Paul Maloy 643566d4b4 tipc: fix bug in bundled buffer reception
In commit ec8a2e5621 ("tipc: same receive
code path for connection protocol and data messages") we omitted the
the possiblilty that an arriving message extracted from a bundle buffer
may be a multicast message. Such messages need to be to be delivered to
the socket via a separate function, tipc_sk_mcast_rcv(). As a result,
small multicast messages arriving as members of a bundle buffer will be
silently dropped.

This commit corrects the error by considering this case in the function
tipc_link_bundle_rcv().

Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-10-17 23:50:53 -04:00
..
addr.c
addr.h
bcast.c tipc: fix bug in multicast congestion handling 2014-10-07 14:50:15 -04:00
bcast.h tipc: fix bug in multicast congestion handling 2014-10-07 14:50:15 -04:00
bearer.c
bearer.h
config.c
config.h
core.c
core.h tipc: add name distributor resiliency queue 2014-09-01 17:51:48 -07:00
discover.c
discover.h
eth_media.c
ib_media.c
Kconfig
link.c tipc: fix bug in bundled buffer reception 2014-10-17 23:50:53 -04:00
link.h
log.c
Makefile
msg.c
msg.h
name_distr.c tipc: fix sparse warnings 2014-09-10 14:00:58 -07:00
name_distr.h tipc: add name distributor resiliency queue 2014-09-01 17:51:48 -07:00
name_table.c tipc: add name distributor resiliency queue 2014-09-01 17:51:48 -07:00
name_table.h
net.c
net.h
netlink.c
node.c tipc: fix bug in multicast congestion handling 2014-10-07 14:50:15 -04:00
node.h tipc: fix bug in multicast congestion handling 2014-10-07 14:50:15 -04:00
node_subscr.c
node_subscr.h
server.c
server.h
socket.c
socket.h
subscr.c
subscr.h
sysctl.c tipc: add name distributor resiliency queue 2014-09-01 17:51:48 -07:00