Skip to content
Snippets Groups Projects
  1. Jan 31, 2020
    • Kevin Darbyshire-Bryant's avatar
      kernel: connmark set-dscpmark follow upstreamimg attempt · a1cfe0dc
      Kevin Darbyshire-Bryant authored
      
      I'm having another attempt at trying to getting the 'store dscp into
      conntrack connmark' functionality into upstream kernel, since the
      restore function (act_ctinfo) has been accepted.
      
      The syntax has changed from 'savedscp' to 'set-dscpmark' since that
      conforms more closely with existing functionality.
      
      4.14 backport is more of a hack since the structure versioning
      mechanism isn't in place.
      
      Signed-off-by: default avatarKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
      a1cfe0dc
    • Kevin Darbyshire-Bryant's avatar
      iptables: set-dscpmark follow upstreamimg attempt · e481df07
      Kevin Darbyshire-Bryant authored
      
      I'm having another attempt at trying to getting the 'store dscp into
      conntrack connmark' functionality into upstream kernel, since the
      restore function (act_ctinfo) has been accepted.
      
      The syntax has changed from 'savedscp' to 'set-dscpmark' since that
      conforms more closely with existing functionality.
      
      Signed-off-by: default avatarKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
      e481df07
    • Roger Pueyo Centelles's avatar
      ath79: add support for Ubiquiti NanoStation Loco M (XW) · 633c4304
      Roger Pueyo Centelles authored
      
      This commit adds support for the NanoStation Loco M2/M5 XW devices
      on the ath79 target (support was long ago available on ar71xx).
      
      Specifications:
      
       - AR9342 SoC @ 535 MHz
       - 64 MB RAM
       - 8 MB SPI flash
       - 1x 10/100 Mbps Ethernet, 24 Vdc PoE-in
       - AR8032 switch
       - 2T2R 5 GHz radio, 22 dBm
       - 13 dBi built-in antenna
       - POWER/LAN green LEDs
       - 4x RSSI LEDs (red, orange, green, green)
       - UART (115200 8N1) on PCB
      
      Flashing via TFTP:
      
       - Use a pointy tool (e.g., pen cap, paper clip) and keep the reset
         button on the device or on the PoE supply pressed
       - Power on the device via PoE (keep reset button pressed)
       - Keep pressing until LEDs flash alternatively LED1+LED3 =>
         LED2+LED4 => LED1+LED3, etc.
       - Release reset button
       - The device starts a TFTP server at 192.168.1.20
       - Set a static IP on the computer (e.g., 192.168.1.21/24)
       - Upload via tftp the factory image:
         $ tftp 192.168.1.20
         tftp> bin
         tftp> trace
         tftp> put openwrt-ath79-generic-xxxxx-ubnt_nanostation-loco-m-xw-squashfs-factory.bin
      
      Signed-off-by: default avatarRoger Pueyo Centelles <roger.pueyo@guifi.net>
      633c4304
    • Adrian Schmutzler's avatar
      ath79: do not set inherited phy-mode/status properties again · 6c407fb5
      Adrian Schmutzler authored
      
      There are several cases where phy-mode and status properties are
      set again in DTS(I) files although those were set to the same values
      in parent DTSI files already. Remove those cases (and thus also stop
      their proliferation by copy/paste).
      
      Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
      6c407fb5
    • Adrian Schmutzler's avatar
      ath79: harmonize ethernet-phy naming scheme · c8190713
      Adrian Schmutzler authored
      
      A minority of ethernet-phy definitions seems to use numbers in label,
      name and reg property relatively random. This patch aligns their
      use to have the same numeric value for all of them.
      
      While at it, improve order of properties/add newlines for the ethX
      nodes where necessary.
      
      Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
      c8190713
  2. Jan 30, 2020
  3. Jan 29, 2020
  4. Jan 28, 2020
  5. Jan 26, 2020
  6. Jan 25, 2020
  7. Jan 24, 2020
Loading