Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | firewall: Add ULA site border for IPv6 traffic This prevents private traffic ↵ | Steven Barth | 2013-01-04 | 2 | -1/+20 |
| | | | | | | from leaking out to the internet SVN-Revision: 35012 | ||||
* | iwinfo: don't use the txpower value from debugfs for now, it does not match ↵ | Jo-Philipp Wich | 2013-01-04 | 2 | -1/+3 |
| | | | | | | the values reported via wext SVN-Revision: 35007 | ||||
* | don't depend on lua | John Crispin | 2013-01-04 | 1 | -1/+1 |
| | | | | | | | | Delete +lua from libiwinfo-lua. Signed-off-by: Stefan Hellermann <stefan@the2masters.de> SVN-Revision: 35005 | ||||
* | ipv6-support: Update iteration * Add support for blocking forwarding while ↵ | Steven Barth | 2013-01-02 | 3 | -15/+53 |
| | | | | | | address assignments * Fix relay restarting function SVN-Revision: 34985 | ||||
* | odhcp6c: Add support for SNTP and SIP options | Steven Barth | 2013-01-02 | 1 | -3/+2 |
| | | | | SVN-Revision: 34984 | ||||
* | 6relayd: Announce RDNSS and DNSSL via RA | Steven Barth | 2013-01-02 | 1 | -2/+2 |
| | | | | SVN-Revision: 34983 | ||||
* | iwinfo: replace more wext calls with nl80211 equivalents, attempt to infer ↵ | Jo-Philipp Wich | 2013-01-02 | 4 | -71/+243 |
| | | | | | | nl80211 tx power from debugfs before querying wext SVN-Revision: 34982 | ||||
* | dnsmasq: allow dhcp host entries without mac addresses (#11928) | Jo-Philipp Wich | 2013-01-02 | 2 | -4/+9 |
| | | | | SVN-Revision: 34971 | ||||
* | lldpd: various enhancements | Jo-Philipp Wich | 2013-01-02 | 3 | -2/+34 |
| | | | | | | | | - introduce "list interface" options to specify the ifaces to listen on, takes uci- or network device name - set the default system description to distrib @ hostname, e.g. "OpenWrt Barrier Breaker r34744 @ vbox" - introduce "option lldp_description" to override the automatically generated description SVN-Revision: 34970 | ||||
* | Remove remaining etrax references | John Crispin | 2013-01-02 | 2 | -2/+2 |
| | | | | SVN-Revision: 34968 | ||||
* | 6relayd: Detect changes of default routes for RAs | Steven Barth | 2013-01-01 | 1 | -2/+2 |
| | | | | SVN-Revision: 34958 | ||||
* | ipv6-support: Remove unnecessary code | Steven Barth | 2013-01-01 | 2 | -6/+1 |
| | | | | SVN-Revision: 34957 | ||||
* | ipv6-support: Fix typo in dhcpv6-script * thanks to KarlHegbloom for reporting | Steven Barth | 2012-12-31 | 2 | -2/+2 |
| | | | | SVN-Revision: 34940 | ||||
* | ipv6-support: Use more consistent default values | Steven Barth | 2012-12-29 | 3 | -3/+3 |
| | | | | SVN-Revision: 34913 | ||||
* | ipv6-support: Updated functionality * Add site-border feature again * Add ↵ | Steven Barth | 2012-12-28 | 5 | -2/+62 |
| | | | | | | option to always announce a default router SVN-Revision: 34908 | ||||
* | 6distributed: Add null-route for delegated prefix * Fixes forwarding loops ↵ | Steven Barth | 2012-12-28 | 1 | -2/+2 |
| | | | | | | for unused subprefixes SVN-Revision: 34907 | ||||
* | 6relayd: Announce DNS search domain via DHCPv6 | Steven Barth | 2012-12-28 | 1 | -2/+2 |
| | | | | SVN-Revision: 34906 | ||||
* | ipv6-support: Remove site-border feature * was causing routing problems * ↵ | Steven Barth | 2012-12-27 | 3 | -9/+1 |
| | | | | | | will be reimplemented using firewall SVN-Revision: 34898 | ||||
* | Remove site-border routing filter due to problems | Steven Barth | 2012-12-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 34897 | ||||
* | ipv6-support: * Automatically detect and propagate MTU from upstream ↵ | Steven Barth | 2012-12-27 | 4 | -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 Barth | 2012-12-27 | 1 | -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 Barth | 2012-12-27 | 1 | -2/+2 |
| | | | | | | MTU when using tunnels SVN-Revision: 34894 | ||||
* | ipv6-support: Fix default RA settings for dnsmasq | Steven Barth | 2012-12-23 | 2 | -4/+4 |
| | | | | SVN-Revision: 34873 | ||||
* | dropbear: convert init script to procd | Felix Fietkau | 2012-12-22 | 1 | -37/+21 |
| | | | | SVN-Revision: 34867 | ||||
* | dropbear: use network_get_device instead of scan_interfaces to get the ↵ | Felix Fietkau | 2012-12-22 | 1 | -3/+4 |
| | | | | | | device name SVN-Revision: 34863 | ||||
* | ipv6-support: Preliminary support for dnsmasq >=2.66 | Steven Barth | 2012-12-22 | 2 | -5/+29 |
| | | | | SVN-Revision: 34858 | ||||
* | 6relayd: Fix detection of prefix changes | Steven Barth | 2012-12-22 | 1 | -2/+2 |
| | | | | SVN-Revision: 34857 | ||||
* | odhcp6c: Fix build on arch where char is unsigned | Steven Barth | 2012-12-22 | 1 | -2/+2 |
| | | | | SVN-Revision: 34856 | ||||
* | 6distributed: Improve prefix deprecation algorithm | Steven Barth | 2012-12-22 | 1 | -2/+2 |
| | | | | SVN-Revision: 34855 | ||||
* | ipset: update to 6.16.1 to fix build with kernel 3.7 | Gabor Juhos | 2012-12-18 | 1 | -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 Fietkau | 2012-12-17 | 1 | -2/+2 |
| | | | | | | proto handlers SVN-Revision: 34741 | ||||
* | netifd: update to latest version, no longer needs the removed jshn_append() ↵ | Felix Fietkau | 2012-12-17 | 1 | -2/+2 |
| | | | | | | shell function SVN-Revision: 34734 | ||||
* | wpa_supplicant.sh: always use parameters from the current section | Felix Fietkau | 2012-12-16 | 1 | -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 define | John Crispin | 2012-12-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 34715 | ||||
* | netifd: call /etc/udhcp.user from the netifd dhcp.script | Felix Fietkau | 2012-12-15 | 1 | -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-tool | John Crispin | 2012-12-15 | 4 | -467/+0 |
| | | | | SVN-Revision: 34694 | ||||
* | make use of uapi directory wrapper | John Crispin | 2012-12-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 34684 | ||||
* | package/swconfig: don't use kernel headers | Gabor Juhos | 2012-12-14 | 1 | -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 Fietkau | 2012-12-13 | 1 | -2/+2 |
| | | | | | | after ifdown SVN-Revision: 34664 | ||||
* | ipv6-support: Make ULA addresses secondary * Deprecates ULA prefixes when ↵ | Steven Barth | 2012-12-11 | 2 | -2/+4 |
| | | | | | | there are other public prefixes * Fixes issues with clients using incorrect source addresses SVN-Revision: 34630 | ||||
* | 6distributed: Add support for secondary addresses | Steven Barth | 2012-12-11 | 1 | -2/+2 |
| | | | | SVN-Revision: 34629 | ||||
* | 6relayd: Fix announcement of deprecated prefixes | Steven Barth | 2012-12-11 | 1 | -2/+2 |
| | | | | SVN-Revision: 34628 | ||||
* | ipv6-support: Add support for NPT status tracking | Steven Barth | 2012-12-10 | 2 | -3/+4 |
| | | | | SVN-Revision: 34609 | ||||
* | 6distributed: add status-call for luci-integration | Steven Barth | 2012-12-10 | 1 | -2/+2 |
| | | | | SVN-Revision: 34608 | ||||
* | iw: sync with nl80211.h to fix setting antenna gain | Felix Fietkau | 2012-12-10 | 1 | -11/+331 |
| | | | | SVN-Revision: 34593 | ||||
* | ipv6-support: Next iteration * Make ula_prefix a global option * Add ↵ | Steven Barth | 2012-12-09 | 4 | -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 prefixes | Steven Barth | 2012-12-09 | 1 | -2/+2 |
| | | | | SVN-Revision: 34585 | ||||
* | 6relayd: Always send NA with hop-limit 255 * thanks risa2000 for investigating | Steven Barth | 2012-12-09 | 1 | -2/+2 |
| | | | | SVN-Revision: 34584 | ||||
* | firewall: fix typo in reflection hotplug script | Jo-Philipp Wich | 2012-12-07 | 2 | -2/+2 |
| | | | | SVN-Revision: 34569 | ||||
* | 6to4: Remove static radvd-integration * Please use the new ipv6-support package | Steven Barth | 2012-12-07 | 1 | -118/+2 |
| | | | | SVN-Revision: 34567 |