- Feb 23, 2018
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Feb 22, 2018
-
-
Matthias Schiffer authored
By emitting Lua code to call translate() and pcdata(), we are more flexible than when doing this internally in the parser. The performance penalty should be negligible.
-
Matthias Schiffer authored
We need a bit less escaping this way.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Also fix all warnings.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Open with O_CLOEXEC, use fstat() instead of stat().
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Our strings can be looked up verbatim.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
5c6476ea5893 autoupdater: use safe allocation functions 3566cabef51d autoupdater: add safe allocation functions 0b61fee98e85 autoupdater: Check if allocation of uci contect was successfull c802276581e0 autoupdater: uclient: fix nullpointer dereference on invalid URL (#183)
-
- Feb 20, 2018
-
-
Matthias Schiffer authored
788312ca59c5 uqmi: ensure CID is a numeric value before proceeding b934aa2f2144 kernel: update 17.01 kernel to 4.4.116 b3b16c8ce5c6 uqmi: use built-in command for data-link verification e9eb219e5a07 uqmi: use correct value for connection checking 5661ac1de4d8 uqmi: use general method for state cleaning 7c259fb98018 uqmi: silence error on pin verification 046222dfaf12 uqmi: fix raw-ip mode for newer lte modems 0393009ec84e net: uqmi: fix blocking in endless loops when unplugging device 31ae7381b8db kernel: refresh patches 3b227103e6a3 kernel: backport raw-ip mode for newer QMI LTE modems f60be720772c base-files: don't evaluate block-device uevent 623cdc4ffeef ramips: backport mt7530/762x switch fixes b15d54e659b4 perf: use libunwind 566ff9e6ee69 libunwind: enable build for arm
-
Andreas Ziegler authored
-
lemoer authored
-
Jan-Tarek Butt authored
-
Jan-Tarek Butt authored
-
- Feb 19, 2018
-
-
lemoer authored
-
- Feb 16, 2018
-
-
Christof Schulze authored
* change type of next_node.name * create domain entry for each entry and add to dnsmasq configuration [Matthias Schiffer: reword documentation]
-
- Feb 15, 2018
-
-
T-X authored
This patch moves the prefix4 subnet route from the local-node veth device to br-client (while keeping the next node ipv4 address on the local node device). This is in preparation to allow routing over the br-client interface later.
-
Christof Schulze authored
-
Christof Schulze authored
* use local socket * use main routing table, * pass client-bridge
-
Matthias Schiffer authored
-
Linus Lüssing authored
This package adds filters to limit the amount of ARP Requests devices are allowed to send into the mesh. The limits are 6 packets per minute per client device, by MAC address, and 1 per second per node in total. A burst of up to 50 ARP Requests is allowed until the rate-limiting takes effect (see --limit-burst in the ebtables manpage). Furthermore, ARP Requests with a target IP already present in the batman-adv DAT Cache are excluded from the rate-limiting, both regarding counting and filtering, as batman-adv will respond locally with no burden for the mesh. Therefore, this limiter should not affect popular target IPs, like gateways. However it should mitigate the problem of curious people or smart devices scanning the whole IP range. Which could create a significant amount of overhead for all participants so far. Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
Linus Lüssing authored
This is needed for the Gluon ARP limiter to work without hiccups in traffic. Link: https://patchwork.ozlabs.org/patch/841210/ Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
kb-light authored
[Matthias Schiffer: slightly clean up code]
-
Matthias Schiffer authored
Allow returning functions in addition to the names of UCI packages to commit. Functions are run after all packages have been committed.
-
Matthias Schiffer authored
Both gluon.sysconfig and libgluonutil already remove the trailing newline if it exists. It's nicer to avoid files without a trailing newline, e.g. for printing the file contents in a terminal.
-
Martin Weinelt authored
Patch originally authored by @oleeander. Fixes #424
-
Matthias Schiffer authored
Allows to remove some redundant UCI lookups.
-
- Feb 13, 2018
-
-
Matthias Schiffer authored
7abd688e6ae7 sse-multiplex: don't use stdio FILE I/O for nonblocking sockets
-
- Feb 11, 2018
-
-
Matthias Schiffer authored
2e26bdfeca ar71xx: remove bs-partition ro-flag for UniFi AC 28483d4ab2 procd: update to latest git HEAD
-