summaryrefslogtreecommitdiffstats
path: root/package/network
Commit message (Collapse)AuthorAgeFilesLines
* ipset: update to 6.16.1 to fix build with kernel 3.7Gabor Juhos2012-12-181-2/+2
| | | | | | | Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34752
* netifd: update to latest version, fixes interface error reporting for shell ↵Felix Fietkau2012-12-171-2/+2
| | | | | | proto handlers SVN-Revision: 34741
* netifd: update to latest version, no longer needs the removed jshn_append() ↵Felix Fietkau2012-12-171-2/+2
| | | | | | shell function SVN-Revision: 34734
* wpa_supplicant.sh: always use parameters from the current sectionFelix Fietkau2012-12-161-7/+2
| | | | | | | | | | | | | | Using variables from the outer scope unnecessarily complicates the code and leads to issues. This patch fixes the bug when having an "adhoc" wifi-iface section before a "sta" section prevents wpa_supplicant from using the key specified in the corresponding section as it tries to use the "adhoc" key instead (1 by default). Signed-off-by: Paul Fertser <fercerpav@gmail.com> SVN-Revision: 34716
* fixes uapi helper defineJohn Crispin2012-12-161-1/+1
| | | | SVN-Revision: 34715
* netifd: call /etc/udhcp.user from the netifd dhcp.scriptFelix Fietkau2012-12-151-0/+3
| | | | | | | | | This was done previously when dhcp was handled by the network scripts. So netifd should behave the same. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 34704
* move ltq-adsl-toolJohn Crispin2012-12-154-467/+0
| | | | SVN-Revision: 34694
* make use of uapi directory wrapperJohn Crispin2012-12-151-1/+1
| | | | SVN-Revision: 34684
* package/swconfig: don't use kernel headersGabor Juhos2012-12-141-2/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34679
* netifd: update to latest version, fixes purging old resolv.conf entries ↵Felix Fietkau2012-12-131-2/+2
| | | | | | after ifdown SVN-Revision: 34664
* ipv6-support: Make ULA addresses secondary * Deprecates ULA prefixes when ↵Steven Barth2012-12-112-2/+4
| | | | | | there are other public prefixes * Fixes issues with clients using incorrect source addresses SVN-Revision: 34630
* 6distributed: Add support for secondary addressesSteven Barth2012-12-111-2/+2
| | | | SVN-Revision: 34629
* 6relayd: Fix announcement of deprecated prefixesSteven Barth2012-12-111-2/+2
| | | | SVN-Revision: 34628
* ipv6-support: Add support for NPT status trackingSteven Barth2012-12-102-3/+4
| | | | SVN-Revision: 34609
* 6distributed: add status-call for luci-integrationSteven Barth2012-12-101-2/+2
| | | | SVN-Revision: 34608
* iw: sync with nl80211.h to fix setting antenna gainFelix Fietkau2012-12-101-11/+331
| | | | SVN-Revision: 34593
* ipv6-support: Next iteration * Make ula_prefix a global option * Add ↵Steven Barth2012-12-094-36/+136
| | | | | | preliminary support for NAT (Linux >= 3.7, ip6tables >= 1.4.17) * Minor fixes for prefix fallback SVN-Revision: 34586
* 6distributed: Correctly handle duplicate prefixesSteven Barth2012-12-091-2/+2
| | | | SVN-Revision: 34585
* 6relayd: Always send NA with hop-limit 255 * thanks risa2000 for investigatingSteven Barth2012-12-091-2/+2
| | | | SVN-Revision: 34584
* firewall: fix typo in reflection hotplug scriptJo-Philipp Wich2012-12-072-2/+2
| | | | SVN-Revision: 34569
* 6to4: Remove static radvd-integration * Please use the new ipv6-support packageSteven Barth2012-12-071-118/+2
| | | | SVN-Revision: 34567
* ipv6-support: next iteration * Introduce mode 6rd * Introduce mode 6to4 * ↵Steven Barth2012-12-064-12/+35
| | | | | | Fix announcement of DNS-Servers received from DHCPv6 * Fix some corner-cases in relaying behaviour SVN-Revision: 34542
* 6relayd: More RFC-compatibility and size reductionSteven Barth2012-12-061-2/+2
| | | | SVN-Revision: 34541
* 6distributed: Add compatibility with 6rd and 6to4Steven Barth2012-12-061-2/+2
| | | | SVN-Revision: 34540
* ppp: unconditionally start pppd with nodefaultroute and usepeerdns (#12580)Jo-Philipp Wich2012-12-062-12/+5
| | | | | | | | | | | | | | Since the switch to netifd, proto handlers may always set the defaultroute and provide dns server addresses, netifd will decide in the generic code path whether the announced values are masked or not. Additionally protocol handlers should not modify the routing tables themselves and prevent any launched services from doing so. Remove the additional defaultroute and peerdns option handling from the ppp.sh protocol handler and rely on netifd to mask or not mask the values. SVN-Revision: 34536
* netifd: update to latest version, fixes resolv.conf writes on interface ↵Felix Fietkau2012-12-051-2/+2
| | | | | | setting changes SVN-Revision: 34500
* dropbear: update to 2012.55 and refresh patchesFlorian Fainelli2012-12-045-104/+10
| | | | | | | | | | | | | | | | | Upstream has a few code cleanups, more eagerly burns sensitive memory and includes the fix for CVE-2012-0920. Full changelog: https://matt.ucc.asn.au/dropbear/CHANGES Local changes: - Removed PKG_MULTI which is no longer in options.h (even before 2011.54) - Merged DO_HOST_LOOKUP into 120-openwrt_options.patch - Removed LD from make opts (now included in TARGET_CONFIGURE_OPTS) - Removed 400-CVE-2012-0920.patch which is included in 2012.55 Signed-off-by: Catalin Patulea <cat@vv.carleton.ca> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34496
* firewall: extend nat reflection supportJo-Philipp Wich2012-12-042-86/+123
| | | | | | | | - use comment match to keep track of per-network rules - setup reflection for any interface which is part of a masqueraded zone, not just "wan" - delete per-network reflection rules if network is brought down SVN-Revision: 34472
* mac80211, hostapd: Fix macfilter for multi bssid setupsFelix Fietkau2012-12-041-0/+21
| | | | | | | | | | | Previously only the first macfilter configuration would have been used on all interfaces. However, the configuration was always done per vif already. Hence, move the macfilter setup into hostapd.sh where and create one mac list file per vif. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 34470
* Make ltq-dsl-app compile with an eglibc-based toolchainMirko Vogt2012-12-032-0/+25
| | | | | | Signed-Off-By: Frank Meerkötter <frank@meerkoetter.org> SVN-Revision: 34468
* ipv6-support: Second Iteration * mode 'downstream' renamed to 'router' * ↵Steven Barth2012-12-035-53/+119
| | | | | | mode 'upstream' renamed to 'dhcpv6' * mode 'relay' added * cleanups and minor bugfixes in state handling SVN-Revision: 34466
* netifd: empty hotplug handler removedSteven Barth2012-12-031-10/+0
| | | | SVN-Revision: 34465
* 6distributed: Poll for ubus to come up (fix race)Steven Barth2012-12-021-2/+2
| | | | SVN-Revision: 34462
* Make teql hotplug script run soonerGabor Juhos2012-12-022-1/+1
| | | | | | | | | | | | | | | In particular, it wants to run before the ntpclient script. Which may block for a long time attempting to do DNS lookups for NTP servers. In my case, that would have *worked* if the new device had been added to teql first, rather than timing out. This was effectively causing a huge delay between an interface coming up, and routing actually starting to work. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34442
* ipv6-support: Add conffiles sectionSteven Barth2012-11-291-0/+4
| | | | SVN-Revision: 34423
* ipv6-support: Add new IPv6-support meta-packageSteven Barth2012-11-295-0/+437
| | | | SVN-Revision: 34422
* odhcp6c: Add new embedded DHCPv6 clientSteven Barth2012-11-291-0/+37
| | | | SVN-Revision: 34421
* 6distributed: add local IPv6 prefix distributorSteven Barth2012-11-292-0/+64
| | | | SVN-Revision: 34420
* 6relayd: Fix some RFC 6204 compatibility issuesSteven Barth2012-11-292-9/+4
| | | | SVN-Revision: 34419
* Remove old IPv6 sysctl-config (deprecated)Steven Barth2012-11-291-26/+0
| | | | SVN-Revision: 34418
* iptables: fix typo in iptables musl patch after r34313Florian Fainelli2012-11-251-1/+1
| | | | | | | | Thanks to Frank Meerkötter and Szabolcs Nagy for spotting the issue. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34326
* iptables: add some musl portability fixesFlorian Fainelli2012-11-235-9/+148
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34313
* netfid: fix build on muslFlorian Fainelli2012-11-231-0/+11
| | | | | | | | AF_INET* is provided by sys/socket.h Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34310
* hostapd: include sys/stat.h for a struct stat definitionFlorian Fainelli2012-11-214-11/+19
| | | | | | | | Some libcs need this header to be explicitely included (e.g: musl) Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34295
* 6relayd: add conffiles section, thanks swalkerSteven Barth2012-11-171-1/+5
| | | | SVN-Revision: 34222
* 6relayd: various updates & fixes - Add RD- and DHCPv6-server functionality - ↵Steven Barth2012-11-163-26/+48
| | | | | | Rework configuration and add example UCI file - Fix various bugs and be more RFC compliant SVN-Revision: 34204
* ppp: - fix multilink ppp with custom ifnames, patch by George Kashperko ↵Jo-Philipp Wich2012-11-126-12/+158
| | | | | | <george@znau.edu.ua> - refresh patches SVN-Revision: 34171
* resolveip: fix endless getopt() loop when compiled for arm (#12290)Jo-Philipp Wich2012-11-082-4/+4
| | | | SVN-Revision: 34116
* netifd: don't send a default client identifier in DHCP requests if no ↵Jo-Philipp Wich2012-11-051-2/+2
| | | | | | clientid uci option is given (#12426) SVN-Revision: 34089
* ppp: add more pppol2tpv3 related structs from the kernel headers to fix ↵Felix Fietkau2012-11-041-1/+27
| | | | | | compile issues with linux 3.6 SVN-Revision: 34070