Skip to content
Snippets Groups Projects
  1. May 23, 2015
  2. May 22, 2015
  3. May 21, 2015
  4. May 20, 2015
    • Steven Barth's avatar
      generic/4.0: fix error during kernel patch application · 53098a8a
      Steven Barth authored
      
      Commit 5168c9a5702648eb690d32ec821647aca80aeba9 introduced a regression
      during patch application on the 4.0 kernel. Some of the patched content
      doesn't match the actual code, therefore leading to the following error:
        Applying patch generic/667-ipv6-Fixed-source-specific-default-route-handling.patch
        patching file net/ipv6/ip6_output.c
        Hunk #1 FAILED at 886.
        1 out of 1 hunk FAILED -- rejects in file net/ipv6/ip6_output.c
        patching file net/ipv6/route.c
        Hunk #1 succeeded at 2247 (offset 2 lines).
        Patch generic/667-ipv6-Fixed-source-specific-default-route-handling.patch does not apply (enforce with -f)
      
      This change just adapts the actual patch to fix what is in kernel 4.0
      and make it apply cleanly.
      
      Signed-off-by: default avatarMathieu Olivari <mathieu@codeaurora.org>
      
      SVN-Revision: 45705
      53098a8a
  5. May 19, 2015
  6. May 17, 2015
  7. May 16, 2015
    • Rafał Miłecki's avatar
      bcm53xx: try to fix network on Asus RT-AC87U · 75b8e247
      Rafał Miłecki authored
      
      This device seems to have switch port 7 connected to the CPU:
      vlan1ports=1 2 3 5 7*
      vlan2ports=0 7u
      it should be handled by eth1 and NVRAM seems to confirm that (no
      et0macaddr entry, existing et1macaddr & et1phyaddr entries).
      
      One of the remaining ports (4/8?) may be connected to the Quantenna SoC.
      Original firmware boot log contains following messages:
      (0x00,0x5d)Port 5 States Override: 0xfb
      (0x00,0x5f)Port 7 States Override: 0xfb
      (0x00,0x0e)Port 8 States Override: 0x0a
      (why does it force port 5 state?!)
      
      Signed-off-by: default avatarRafał Miłecki <zajec5@gmail.com>
      
      SVN-Revision: 45692
      75b8e247
Loading