Skip to content
Snippets Groups Projects
  1. May 05, 2018
    • lemoer's avatar
      dde70869
    • lemoer's avatar
      gluon-respondd: add information from /proc/stat to "statistics" · 6ac7e97f
      lemoer authored
      This commit adds information about:
      - how cpu time is spent since boot in jiffies (1/100*sek) (cpu)
          - the value is summed for all cores, so in 10 seconds the
            summed values will increase by 4000, if the cpu has
            4 cores
      - context switches since boot (ctxt)
      - interrupt counters since boot (intr, softirq)
      - forks since boot (processes)
      
          { "stat": {
             "cpu": {
               "user": 219403,
               "nice": 1714,
               "system": 75159,
               "idle": 2727739,
               "iowait": 2943,
               "irq": 0,
               "softirq": 571
             },
             "intr": 8426340,
             "ctxt": 50992590,
             "processes": 10549,
             "softirq": 5161884
          } }
      6ac7e97f
  2. Apr 27, 2018
  3. Apr 16, 2018
  4. Apr 15, 2018
  5. Apr 13, 2018
  6. Apr 11, 2018
  7. Apr 01, 2018
    • Linus Lüssing's avatar
      gluon-ebtables-limit-arp: do not add multicast addresses to filter · 951b6632
      Linus Lüssing authored
      
      With the batman-adv multicast support compiled back in again we end up
      with multicast addresses in the batman-adv translation table.
      
      Currently we wrongly interpret multicast addresses returned by TT as a
      unique host, too, which adds them with a source address filter to
      ebtables as well. However, the source address of an ethernet frames is
      never supposed to be a multicat one.
      
      This leads to unnecessary entries in ebtables. Fixing this by ignoring
      those MAC addreses returned by TT which have the multicast bit set.
      
      Signed-off-by: default avatarLinus Lüssing <linus.luessing@c0d3.blue>
      951b6632
  8. Mar 28, 2018
  9. Mar 27, 2018
  10. Mar 20, 2018
  11. Mar 17, 2018
  12. Mar 16, 2018
    • Matthias Schiffer's avatar
      gluon-core: disable VXLAN checksums · d87a798a
      Matthias Schiffer authored
      Our VXLAN setup was changed to accept VXLAN packets without checksum almost
      2 months ago, so we can disable sending the checksums now as well. Slightly
      improves performance.
      d87a798a
  13. Mar 12, 2018
  14. Mar 11, 2018
    • Matthias Schiffer's avatar
      gluon-mesh-batman-adv: increase bridge multicast querier robustness to 9 · c80c294b
      Matthias Schiffer authored
      The RFC standard multicast querier interval is 120s. Our querier uses in
      interval of 20s for better support of roaming clients, but our robustness
      setting of 3 leads to external queriers using the standard interval to be
      timeout after only 60s, leading to frequent "querier appeared/disappeared"
      messages. Increase robustness so that external queriers with any interval
      <180s are supported.
      c80c294b
  15. Mar 09, 2018
Loading