Re: [OpenWrt-Devel] Howto force mips64

2014-06-17 Thread Martin Fäcknitz
l; \ + __##syscall_name##_nocancel: \ +@@ -56,6 +56,8 @@ + ENTRY (name) \ + .set noreorder; \ + PSEUDO_CPLOAD

Re: [OpenWrt-Devel] Howto force mips64

2014-06-17 Thread Martin Fäcknitz
ists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel >> ___ >> openwrt-devel mailing list >> openwrt-devel@lists.openwrt.org >> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel > ______

[OpenWrt-Devel] [PATCH] bridge: br_handle_local_finish should not return zero

2013-12-16 Thread Martin Fäcknitz
br_handle_local_finish is called by NF_HOOK after accepting the packet. If the return value of NF_HOOK is zero (i.e. the return value of br_handle_local_finish), the packet is passed to the network stack. This behavior conflicts with netfilter hooks which return NF_STOLEN/NF_QUEUE. In this case, NF