Re: [OpenWrt-Devel] [PATCH] firewall3: make reject types selectable by user

2018-07-03 Thread Alin Năstac
On Tue, Jul 3, 2018 at 11:32 PM Philip Prindeville wrote: > > On Jul 3, 2018, at 3:22 PM, Alin Năstac wrote: > > > > On Tue, Jul 3, 2018 at 6:39 PM Philip Prindeville > > wrote: > >> > >> Aren’t all inbound SYNs unsolicited by definition? Is there a danger of > >> reflection attacks? > > > >

Re: [OpenWrt-Devel] [PATCH 3/3 v2] net: dsa: Add Vitesse VSC73xx DSA router driver

2018-07-03 Thread David Miller
From: Linus Walleij Date: Sat, 30 Jun 2018 13:17:31 +0200 > This adds a DSA driver for: > > Vitesse VSC7385 SparX-G5 5-port Integrated Gigabit Ethernet Switch > Vitesse VSC7388 SparX-G8 8-port Integrated Gigabit Ethernet Switch > Vitesse VSC7395 SparX-G5e 5+1-port Integrated Gigabit Ethernet

Re: [OpenWrt-Devel] [PATCH 2/3 v2] net: phy: vitesse: Add support for VSC73xx

2018-07-03 Thread David Miller
From: Linus Walleij Date: Sat, 30 Jun 2018 13:17:30 +0200 > The VSC7385, VSC7388, VSC7395 and VSC7398 are integrated > switch/router chips for 5+1 or 8-port switches/routers. When > managed directly by Linux using DSA we need to do a special > set-up "dance" on the PHY. Unfortunately these

Re: [OpenWrt-Devel] [PATCH 1/3 v2] net: dsa: Add DT bindings for Vitesse VSC73xx switches

2018-07-03 Thread David Miller
From: Linus Walleij Date: Sat, 30 Jun 2018 13:17:29 +0200 > This adds the device tree bindings for the Vitesse VSC73xx > switches. We also add the vendor name for Vitesse. > > Cc: devicet...@vger.kernel.org > Reviewed-by: Florian Fainelli > Signed-off-by: Linus Walleij > --- > ChangeLog

Re: [OpenWrt-Devel] [PATCH] firewall3: make reject types selectable by user

2018-07-03 Thread Philip Prindeville
> On Jul 3, 2018, at 3:22 PM, Alin Năstac wrote: > > On Tue, Jul 3, 2018 at 6:39 PM Philip Prindeville > wrote: >> >> Aren’t all inbound SYNs unsolicited by definition? Is there a danger of >> reflection attacks? > > Not all inbound SYNs are unsolicited. Take for instance active mode > FTP

Re: [OpenWrt-Devel] [PATCH] firewall3: make reject types selectable by user

2018-07-03 Thread Alin Năstac
On Tue, Jul 3, 2018 at 6:39 PM Philip Prindeville wrote: > > Aren’t all inbound SYNs unsolicited by definition? Is there a danger of > reflection attacks? Not all inbound SYNs are unsolicited. Take for instance active mode FTP transfers where the client resides on the LAN . In this case the FTP

[OpenWrt-Devel] Fwd: Issues porting 5.28.0 to Openwrt

2018-07-03 Thread Philip Prindeville
Anyone got any insight into this one? One of the characteristics of Perl versus other OpenWrt projects is each new version is guaranteed to break in an entirely different way you’ve never seen before. I’ve reached out to the Storable author but haven’t heard back yet. Maybe someone in the

Re: [OpenWrt-Devel] [PATCH 1/2] Introduce new interface event "create" (IFEV_CREATE)

2018-07-03 Thread Hans Dedecker
On Tue, Jul 3, 2018 at 7:26 PM Paul Oranje wrote: > > Curious: what purposes or use-cases are intended to be served with this event > ? Please don't top post The interface event IFEV_CREATE can be used by external applications or netifd internal subsystems to trigger specific logic when an

Re: [OpenWrt-Devel] [PATCH 1/2] Introduce new interface event "create" (IFEV_CREATE)

2018-07-03 Thread Paul Oranje
Curious: what purposes or use-cases are intended to be served with this event ? > Op 29 jun. 2018, om 16:14 heeft Hans Dedecker het > volgende geschreven: > > On Fri, Jun 29, 2018 at 5:23 AM Alexander Couzens wrote: >> >> "create" will be called before the proto handlers initialised. >

Re: [OpenWrt-Devel] [PATCH] firewall3: make reject types selectable by user

2018-07-03 Thread Philip Prindeville
Aren’t all inbound SYNs unsolicited by definition? Is there a danger of reflection attacks? Sent from my iPhone > On Jul 2, 2018, at 9:29 AM, Alin Nastac wrote: > > From: Alin Nastac > > RFC 6092 recommends in section 3.3.1 that an IPv6 CPE must respond to > unsolicited inbound SYNs with

[OpenWrt-Devel] [PATCH 2/2] iwinfo: nl80211: add survey.

2018-07-03 Thread Daniel Danzberger
Signed-off-by: Daniel Danzberger --- include/iwinfo.h | 11 iwinfo_nl80211.c | 69 2 files changed, 80 insertions(+) diff --git a/include/iwinfo.h b/include/iwinfo.h index 4111205..49ee7f0 100644 --- a/include/iwinfo.h +++

[OpenWrt-Devel] [PATCH 0/2] iwinfo: Query more info from nl80211

2018-07-03 Thread Daniel Danzberger
The following 2 patches add some more stats to libiwinfo. There is another patch for the rpcd iwinfo module that uses them. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 1/2] iwinfo: nl80211: add more stats to assoclist.

2018-07-03 Thread Daniel Danzberger
+ NL80211_STA_INFO_SIGNAL_AVG + NL80211_STA_INFO_RX_DROP_MISC + NL80211_STA_INFO_CONNECTED_TIME Signed-off-by: Daniel Danzberger --- include/iwinfo.h | 3 +++ iwinfo_nl80211.c | 12 2 files changed, 15 insertions(+) diff --git a/include/iwinfo.h b/include/iwinfo.h index

[OpenWrt-Devel] Recursive dependency in Luci?

2018-07-03 Thread Koen Vandeputte
Hi Jo, Since this morning, there seems to be a recursive dependency present. Judging by the output and the changes in Luci repo, I suspect the source is one of your latest commits? tmp/.config-package.in:57794:error: recursive dependency detected! For a resolution refer to

[OpenWrt-Devel] [PATCH 4/4] download.mk: enable DownloadMethod/github_archive

2018-07-03 Thread Yousong Zhou
Signed-off-by: Yousong Zhou --- include/download.mk | 22 ++ 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/include/download.mk b/include/download.mk index 3851f6c98a..d09ffab579 100644 --- a/include/download.mk +++ b/include/download.mk @@ -19,17 +19,23 @@

[OpenWrt-Devel] [PATCH 1/4] fixup-makefile.pl: fixup when PKG_SOURCE is defined elsewhere

2018-07-03 Thread Yousong Zhou
Signed-off-by: Yousong Zhou --- scripts/fixup-makefile.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fixup-makefile.pl b/scripts/fixup-makefile.pl index 9026ddcce4..b6f1c74738 100755 --- a/scripts/fixup-makefile.pl +++ b/scripts/fixup-makefile.pl @@ -26,7 +26,7

[OpenWrt-Devel] [PATCH 3/4] scripts/dl_github_archive.py: rename from download.py

2018-07-03 Thread Yousong Zhou
- Make the code more GitHub-specific - Requires mirror hash to work with .gitattributes - Use different API depending on whether PKG_SOURCE_VERSION is a complete commit id or other ref types like tags - Fix removing symbolic link - pre-clean dir_untar for possible leftovers from previous

[OpenWrt-Devel] [PATCH 2/4] download.mk: add more comments

2018-07-03 Thread Yousong Zhou
Signed-off-by: Yousong Zhou --- include/download.mk | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/include/download.mk b/include/download.mk index 3634e777c9..5cfc542042 100644 --- a/include/download.mk +++ b/include/download.mk @@ -59,7 +59,7 @@ check_escape=$(subst

[OpenWrt-Devel] Multipurpose pins not locked on WRT3200ACM

2018-07-03 Thread Hartmut Knaack
Hi, I was curious if there are some GPIOs exposed on the Linksys WRT3200ACM, so I started exporting them in /sys/class/gpio. I realized, that some are locked against exporting (those claimed by gpio-leds and gpio-keys, power regulator), while others exposed more or less problematic side effects.