~ubuntu-branches/ubuntu/trusty/linux-lts-wily/trusty-security

« back to all changes in this revision

Viewing changes to drivers/infiniband/ulp/ipoib/ipoib_ib.c

  • Committer: Package Import Robot
  • Author(s): Kamal Mostafa, Kamal Mostafa
  • Date: 2016-02-25 17:47:15 UTC
  • Revision ID: package-import@ubuntu.com-20160225174715-k7zfimvf5qx3bgd9
Tags: 4.2.0-32.37~14.04.1
[ Kamal Mostafa ]

* Release Tracking Bug
  - LP: #1550463

[ Kamal Mostafa ]

* Merged back Ubuntu-4.2.0-31.36

Show diffs side-by-side

added added

removed removed

Lines of Context:
245
245
        skb_reset_mac_header(skb);
246
246
        skb_pull(skb, IPOIB_ENCAP_LEN);
247
247
 
248
 
        skb->truesize = SKB_TRUESIZE(skb->len);
249
 
 
250
248
        ++dev->stats.rx_packets;
251
249
        dev->stats.rx_bytes += skb->len;
252
250