summaryrefslogtreecommitdiffstats
path: root/package/network
Commit message (Collapse)AuthorAgeFilesLines
* ipv6-support: Updated functionality * Add site-border feature again * Add ↵Steven Barth2012-12-285-2/+62
| | | | | | option to always announce a default router SVN-Revision: 34908
* 6distributed: Add null-route for delegated prefix * Fixes forwarding loops ↵Steven Barth2012-12-281-2/+2
| | | | | | for unused subprefixes SVN-Revision: 34907
* 6relayd: Announce DNS search domain via DHCPv6Steven Barth2012-12-281-2/+2
| | | | SVN-Revision: 34906
* ipv6-support: Remove site-border feature * was causing routing problems * ↵Steven Barth2012-12-273-9/+1
| | | | | | will be reimplemented using firewall SVN-Revision: 34898
* Remove site-border routing filter due to problemsSteven Barth2012-12-271-2/+2
| | | | SVN-Revision: 34897
* ipv6-support: * Automatically detect and propagate MTU from upstream ↵Steven Barth2012-12-274-11/+27
| | | | | | interfaces * Add site-border feature (RFC 6204, ULA-4) * Fix a typo SVN-Revision: 34896
* 6distributed: feature update * Add feature to decrease IPv6-specific MTU ↵Steven Barth2012-12-271-2/+2
| | | | | | on-demand * Add commands to enable / disable a site-border SVN-Revision: 34895
* 6relayd: Advertise IPv6-specific MTU instead of generic * Fixes announced ↵Steven Barth2012-12-271-2/+2
| | | | | | MTU when using tunnels SVN-Revision: 34894
* ipv6-support: Fix default RA settings for dnsmasqSteven Barth2012-12-232-4/+4
| | | | SVN-Revision: 34873
* dropbear: convert init script to procdFelix Fietkau2012-12-221-37/+21
| | | | SVN-Revision: 34867
* dropbear: use network_get_device instead of scan_interfaces to get the ↵Felix Fietkau2012-12-221-3/+4
| | | | | | device name SVN-Revision: 34863
* ipv6-support: Preliminary support for dnsmasq >=2.66Steven Barth2012-12-222-5/+29
| | | | SVN-Revision: 34858
* 6relayd: Fix detection of prefix changesSteven Barth2012-12-221-2/+2
| | | | SVN-Revision: 34857
* odhcp6c: Fix build on arch where char is unsignedSteven Barth2012-12-221-2/+2
| | | | SVN-Revision: 34856
* 6distributed: Improve prefix deprecation algorithmSteven Barth2012-12-221-2/+2
| | | | SVN-Revision: 34855
* 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