Steven Barth
e9d15da0da
6rd: Tos support
...
Tos support is added as a string parameter which can have the following values :
-inherit (outer header inherits the tos value of the inner header)
-hex value
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 42747
2014-10-02 19:37:58 +00:00
Steven Barth
36b05bbed3
IPIP: IP in IP package support
...
The package supports IP in IP by registering the ipip protocol handler
Following options are configurable
-peeraddr (IPv4 remote address)
-ipaddr (IPv4 local address)
-ttl (time to live of encapsulating packet)
-tos (type of service of encapsulating packet either inherit (outer header inherits the value of the inner header) or hex value)
-df (don't fragment flag of encapsulating packet)
-mtu (IPIP tunnel mtu)
-tunlink (bind tunnel to this interface)
-zone (firewall zone to which the IPIP tunnel will be added)
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 42746
2014-10-02 19:37:36 +00:00
Steven Barth
73179a188c
netifd: fix an error message during network shutdown
...
When 'wifi down' is called by /etc/init.d/network, it is run from
stop_service( ). This function is in turn invoked from stop( ).
stop( ) messes up the order by first procd_kill-ing the network
settings, then calling wifi to down the wifi networking
interfaces. By redefining stop( ) instead, the proper order is
restored.
Signed-off-by: Michel Stam <m.stam@fugro.nl>
SVN-Revision: 42745
2014-10-02 19:37:25 +00:00
Steven Barth
1c166058df
netifd: add IPIP tunnel support (thx Hans Dedecker)
...
SVN-Revision: 42744
2014-10-02 19:37:17 +00:00
Steven Barth
def69a96e9
map: fix portsets starting with 0 and use regular NAT for 1:1 MAP
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42741
2014-10-02 19:15:38 +00:00
Jonas Gorski
9a24294b02
brcm-wl: use new brcm63xx fallback sprom
...
This fixes brcm63xx fallback sprom extraction.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42725
2014-10-02 12:24:05 +00:00
Felix Fietkau
f9fb48c6bc
uqmi: set data format to 802.3 at startup
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42724
2014-10-02 12:19:37 +00:00
Felix Fietkau
bf4cab37b7
uqmi: do not wait for network connection before starting dhcp
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42723
2014-10-02 12:19:26 +00:00
Felix Fietkau
179bfca038
uqmi: update to the latest version
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42722
2014-10-02 12:19:09 +00:00
Felix Fietkau
4955a2cd10
uqmi: use the autoconnect feature
...
Instead of connecting once and saving the packet data handle, let the
firmware handle connecting/reconnecting automatically. This is more
reliable and reduces reliance on potentially stale data.
Use the global packet data handle to attempt to disable autoconnect
before restarting the connection. This ensures that the firmware will
take the new APN/auth settings.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42721
2014-10-02 12:18:58 +00:00
Felix Fietkau
b54144a4c7
uqmi: replace logger calls in netifd with echo
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42720
2014-10-02 12:18:43 +00:00
Felix Fietkau
cf595fe834
uqmi: work out the ifname instead of relying on it being in uci
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42719
2014-10-02 12:18:28 +00:00
Felix Fietkau
458893e620
binutils: fix build with gcc 4.9
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42707
2014-09-30 21:36:33 +00:00
Felix Fietkau
1161df826f
ath9k: add a fix for dynack
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42703
2014-09-30 21:36:04 +00:00
Felix Fietkau
cbc069f9c1
ath9k: add back missing fixes from the last version
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42701
2014-09-29 18:51:25 +00:00
Steven Barth
6e2262898f
GRE: Tos support
...
Tos support is added as a generic grev4/grev6 parameter which can have the following values :
-inherit (outer header inherits the tos value of the inner header)
-hex value
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 42700
2014-09-29 18:00:02 +00:00
Steven Barth
30912c5d81
netifd: add support for promisc and GRE tos option
...
SVN-Revision: 42699
2014-09-29 17:59:50 +00:00
Steven Barth
c2f510f2bd
nftables: bump for bugfixes
...
SVN-Revision: 42698
2014-09-29 08:35:18 +00:00
Steven Barth
af8367a00b
libnftnl: bump for bugfixes
...
SVN-Revision: 42697
2014-09-29 08:31:31 +00:00
Zoltan Herpai
4e4be0bfa1
uboot-sunxi: add support for Olimex A13 SOM
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42692
2014-09-28 23:20:36 +00:00
Zoltan Herpai
b595d02fa7
uboot-sunxi: add patch to fix gmac reliability issue on bananapi
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42691
2014-09-28 20:39:04 +00:00
Felix Fietkau
ca25f76e82
iw: add support for dynamic distance selection (supported by ath9k now)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42689
2014-09-27 21:19:27 +00:00
Felix Fietkau
d27893122d
iw: sync nl80211.h
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42688
2014-09-27 21:19:18 +00:00
Felix Fietkau
a03d97d383
ath9k: fix some issues with ar934x rev 3 (especially ad-hoc mode)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42686
2014-09-27 20:52:11 +00:00
Felix Fietkau
8be721208d
mac80211: update to wireless-testing 2014-09-26
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42683
2014-09-27 20:51:43 +00:00
Florian Fainelli
ff6b0d57b8
brcm2708-gpu-fw: update to Sep. 27 2014 snapshot
...
Update the brcm2708-gpu-fw package to commit
e25efc4545d0cef7c49c82e770b3e4ccfc8aba4c
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42676
2014-09-27 17:42:15 +00:00
Steven Barth
36115321be
odhcp6c: work around weird ISP RS behaviour
...
SVN-Revision: 42674
2014-09-27 16:57:47 +00:00
Felix Fietkau
16b3eae040
comgt: fix directip auth type
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42671
2014-09-26 15:55:45 +00:00
Steven Barth
e5190a77e1
comgt: fireup a dhcpv6-client for directip as well
...
SVN-Revision: 42670
2014-09-26 13:58:40 +00:00
Felix Fietkau
45bd5ebfef
comgt: in directip, derive the wwan ifname automatically instead of specifying it in the config
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42669
2014-09-26 13:44:21 +00:00
Steven Barth
dd948b7990
dnsmasq: bump to 2.72
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42668
2014-09-26 08:57:36 +00:00
Florian Fainelli
bc96c49c67
base-files: add a protocol argument to ucidef_set_interface_raw
...
Add a third argument to ucidef_set_interface_raw, which is specifying
the protocol.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42665
2014-09-25 19:08:56 +00:00
Steven Barth
71960baa7d
odhcpd: fix segfault when parsing domain options in UCI
...
SVN-Revision: 42663
2014-09-25 11:53:12 +00:00
Felix Fietkau
6edad5a849
curl: only set ca path for openssl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42662
2014-09-25 10:51:56 +00:00
Felix Fietkau
5ad7d7cc97
curl: use the system certificates
...
Signed-off-by: Cristian Morales Vega <cristian@samknows.com>
SVN-Revision: 42661
2014-09-25 10:37:06 +00:00
Felix Fietkau
d282ccf383
ca-certificates: create symbolic link for certificate hashes
...
Implementing "add-cert.sh" functionality described at
http://wiki.openwrt.org/doc/howto/wget-ssl-certs into Makefile
otherwise you need to create symbolic links for certificate hashes
yourself.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
SVN-Revision: 42660
2014-09-25 07:38:02 +00:00
Felix Fietkau
cb2642b09b
comgt: initialize ifname for directip
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42658
2014-09-24 17:04:20 +00:00
Felix Fietkau
d234ad9dd9
comgt: add no_device=1 for directip proto
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42657
2014-09-24 08:07:45 +00:00
Felix Fietkau
9fa791f62b
comgt: fix misplaced : in directip setup script
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42656
2014-09-24 08:07:40 +00:00
Felix Fietkau
0b148a331b
ustream-ssl: select polarssl as default variant, skip openssl/cyassl dependencies if unused
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42655
2014-09-23 10:41:24 +00:00
Steven Barth
2ccf88744c
dnsmasq: fix lockup when interfaces disappear
...
SVN-Revision: 42648
2014-09-22 12:07:20 +00:00
Hauke Mehrtens
c977fad4fd
bcm53xx: add fixtrx
...
Without running fixtrx the image will not boot at the second time,
because the CRC the boot loader check is invalid at that time.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42639
2014-09-21 21:56:31 +00:00
Zoltan Herpai
9ce5977184
modules: fix typo in package description define
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42633
2014-09-21 16:42:30 +00:00
Zoltan Herpai
c54e245b3f
packages: enable AP mode on r8188eu
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42627
2014-09-21 12:24:42 +00:00
Jo-Philipp Wich
68147004e2
firewall: allow '*' as synonym for any / all in family and proto options
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 42620
2014-09-19 18:18:58 +00:00
Jo-Philipp Wich
36e2179c10
firewall: fix heap corruption in fw3_bitlen2netmask() with IPv6 addresses
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 42610
2014-09-18 12:05:12 +00:00
Jo-Philipp Wich
cbf50a0ffd
firewall: fix invalid memory access when processing /128 IPv6 addresses from ubus, properly emit REDIRECT rules for local port forwards
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 42604
2014-09-17 22:09:52 +00:00
Steven Barth
5b3f0d98df
netfilter: some more dependency hell fixes
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42602
2014-09-17 15:04:30 +00:00
Steven Barth
5d501f9aa0
netfilter: fix dependencies of kmod-ipt-nat6
...
SVN-Revision: 42601
2014-09-17 15:01:16 +00:00
Nicolas Thill
508c9de93e
netfilter: add missing symbol to disable nft_queue
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 42600
2014-09-17 14:28:05 +00:00