Skip to content
Snippets Groups Projects
  1. Mar 06, 2018
    • Martin Schiller's avatar
      lantiq/xrx200: add usif support to dts files · d84ac78d
      Martin Schiller authored
      
      The Lantiq XRX200 aka VR9 doesn't have an asc0. Instead,
      there is an USIF module which can either be an UART or a
      SPI Controller.
      
      Signed-off-by: default avatarMartin Schiller <ms@dev.tdt.de>
      d84ac78d
    • Mathias Kresin's avatar
      lantiq: ltq-adsl: deactivate ASLR support · cde4f900
      Mathias Kresin authored
      
      The package still leaks some user space linker options into the kernel
      space. This breaks the build when ASLR is activated, deactivate it for
      now.
      
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      cde4f900
    • Giuseppe Lippolis's avatar
      ramips: mt7620n: enable port 4 as EPHY by default · aa5014dd
      Giuseppe Lippolis authored
      
      According to the datasheet the mt7620n have a fixed switch configuration
      with 5 ephy (10/100) port. No RGMII configuration is possible.
      
      Drop the mdio node as well. Without RGMII, the mdio node doesn't make any
      sense
      
      Signed-off-by: default avatarGiuseppe Lippolis <giu.lippolis@gmail.com>
      [drop mdio node, enable port4 by default]
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      aa5014dd
    • Pawel Dembicki's avatar
      ramips: mt7620: power up ephy port 4 · 39b52184
      Pawel Dembicki authored
      
      In some boards port 4 of mt7620 switch is powered down in bootloader
      configuration as lan/wan package leak mitigation.
      
      Reset ephy port 4 to default settings to power up the port.
      
      Signed-off-by: default avatarPawel Dembicki <paweldembicki@gmail.com>
      [clarify issue in commit message]
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      39b52184
    • Jason A. Donenfeld's avatar
      wireguard: bump to 20180304 · b562c0c9
      Jason A. Donenfeld authored
      
      7c0d711 version: bump snapshot
      b6a5cc0 contrib: add extract-handshakes kprobe example
      37dc953 wg-quick: if resolvconf/run/iface exists, use it
      1f9be19 wg-quick: if resolvconf/interface-order exists, use it
      4d2d395 noise: align static_identity keys
      14395d2 compat: use correct -include path
      38c6d8f noise: fix function prototype
      302d0c0 global: in gnu code, use un-underscored asm
      ff4e06b messages: MESSAGE_TOTAL is unused
      ea81962 crypto: read only after init
      e35f409 Kconfig: require DST_CACHE explicitly
      9d5baf7 Revert "contrib: keygen-html: rewrite in pure javascript"
      6e09a46 contrib: keygen-html: rewrite in pure javascript
      e0af0f4 compat: workaround netlink refcount bug
      ec65415 contrib: embedded-wg-library: add key generation functions
      06099b8 allowedips: fix comment style
      ce04251 contrib: embedded-wg-library: add ability to add and del interfaces
      7403191 queueing: skb_reset: mark as xnet
      
      Changes:
      
      * queueing: skb_reset: mark as xnet
      
      This allows cgroups to classify packets.
      
      * contrib: embedded-wg-library: add ability to add and del interfaces
      * contrib: embedded-wg-library: add key generation functions
      
      The embeddable library gains a few extra tricks, for people implementing
      plugins for various network managers.
      
      * crypto: read only after init
      * allowedips: fix comment style
      * messages: MESSAGE_TOTAL is unused
      * global: in gnu code, use un-underscored asm
      * noise: fix function prototype
      
      Small cleanups.
      
      * compat: workaround netlink refcount bug
      
      An upstream refcounting bug meant that in certain situations it became
      impossible to unload the module. So, we work around it in the compat code. The
      problem has been fixed in 4.16.
      
      * contrib: keygen-html: rewrite in pure javascript
      * Revert "contrib: keygen-html: rewrite in pure javascript"
      
      We nearly moved away from emscripten'ing the fiat32 code, but the resultant
      floating point javascript was just too terrifying.
      
      * Kconfig: require DST_CACHE explicitly
      
      Required for certain frankenkernels.
      
      * compat: use correct -include path
      
      Fixes certain out-of-tree build systems.
      
      * noise: align static_identity keys
      
      Gives us better alignment of private keys.
      
      * wg-quick: if resolvconf/interface-order exists, use it
      * wg-quick: if resolvconf/run/iface exists, use it
      
      Better compatibility with Debian's resolvconf.
      
      * contrib: add extract-handshakes kprobe example
      
      Small utility for extracting ephemeral key data from the kernel's memory.
      
      Signed-off-by: default avatarJason A. Donenfeld <Jason@zx2c4.com>
      Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> (git log --oneline description)
      b562c0c9
  2. Mar 05, 2018
    • Hans Dedecker's avatar
      nghttp2: bump to 1.31.0 · 5cbd22bb
      Hans Dedecker authored
      
      6e744662 Update bash_completion
      478eac09 Update manual pages
      88e2029e Bump up version number to 1.31.0, LT revision to 30:0:16
      45d76cf5 nghttpx: Close listening socket on graceful shutdown
      54573f28 Merge pull request #1137 from nghttp2/session-set-user-data
      17793e99 Add nghttp2_session_set_user_data() public API function
      5eac3c90 Update manual pages
      e70195ae nghttpx: Update doc
      fe51e7fa Merge pull request #1130 from nghttp2/avoid-inet_pton-macro
      eb951c2c src: Define nghttp2_inet_pton wrapper to avoid inet_pton macro
      39f0ce7c Merge pull request #1126 from nghttp2/nghttpx-expired-client-cert
      65157811 Merge pull request #1123 from nghttp2/mruby-client-cert-not-before-after
      e8af7afc nghttpx: Add an option to accept expired client certificate
      38abfd18 nghttpx: Add mruby tls_client_not_before, and tls_client_not_after
      ff3edc09 nghttpx: Fix potential memory leak
      0bb15406 Bump up version number to 1.31.0-DEV
      
      Signed-off-by: default avatarHans Dedecker <dedeckeh@gmail.com>
      5cbd22bb
  3. Mar 04, 2018
  4. Mar 03, 2018
  5. Mar 02, 2018
  6. Mar 01, 2018
Loading