summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2018-11-10 06:18:48 +0100
committerDavid S. Miller <davem@davemloft.net>2018-11-10 06:19:44 +0100
commit12ceaf8864c269467846379ebea56a2b996f9e3b (patch)
tree39e5efd2c11583803652ce98424d976a99adec05 /net/openvswitch
parentnet: phy: leds: Don't make our own link speed names (diff)
downloadlinux-12ceaf8864c269467846379ebea56a2b996f9e3b.tar.xz
linux-12ceaf8864c269467846379ebea56a2b996f9e3b.zip
infiniband: nes: Fix more direct skb list accesses.
The following: skb = skb->next; ... if (skb == (struct sk_buff *)queue) is transformed into: skb = skb_peek_next(skb, queue); ... if (!skb) Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch')
0 files changed, 0 insertions, 0 deletions