Skip to content
Snippets Groups Projects
  1. Apr 26, 2017
  2. Apr 25, 2017
  3. Apr 24, 2017
  4. Apr 23, 2017
    • Álvaro Fernández Rojas's avatar
      kernel: use skb_cow_head() to deal with cloned skbs · 2db05cd1
      Álvaro Fernández Rojas authored
      
      We need to ensure there is enough headroom to push extra header,
      but we also need to check if we are allowed to change headers.
      
      skb_cow_head() is the proper helper to deal with this.
      
      Fixes Ethernet<->WiFi bridge for Raspberry Pi and probably other devices.
      
      Signed-off-by: default avatarÁlvaro Fernández Rojas <noltari@gmail.com>
      2db05cd1
    • Yousong Zhou's avatar
      armvirt: merge arm64 as subtarget 64 · 88468f7e
      Yousong Zhou authored
      
      Original armvirt target is now subtarget 32.  Other than that the built
      result should remain the same as before
      
      Besides old features already available with arm64, the new armvirt/64
      subtarget will also have those features originally enabled for
      armvirt/32 with commit 44ecfc26 ("armvirt: new target")
       - pl011, uart
       - pl031, rtc
       - pl061, gpio
       - pci-host-generic
       - virtio_{mmio,pci,net,blk,scsi,9p,console,balloon}
       - smp with NR_CPUS=4
       - cpu-hotplug
       - ext4
       - DEBUG_BUGVERBOSE for debug purposes
      
      Signed-off-by: default avatarYousong Zhou <yszhou4tech@gmail.com>
      88468f7e
  5. Apr 22, 2017
  6. Apr 21, 2017
  7. Apr 20, 2017
Loading