aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
Commit message (Collapse)AuthorAgeFilesLines
...
* uhttpd: update to latest version, fixes script timeout for ubus requestsFelix Fietkau2013-05-301-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36767
* 6relayd: more verbosity in leases and loggingSteven Barth2013-05-301-2/+2
| | | | SVN-Revision: 36764
* iptables: bump to 1.4.19.1Steven Barth2013-05-294-67/+20
| | | | SVN-Revision: 36760
* netifd: fix IPv6-addresses disappearing due to lifetime-overflowsSteven Barth2013-05-281-2/+2
| | | | SVN-Revision: 36748
* odhcp6c: fix or debug disappearing IPv6 addressesSteven Barth2013-05-281-2/+2
| | | | SVN-Revision: 36745
* mac80211: add support for "active" monitor interfaces which allow userspace ↵Felix Fietkau2013-05-282-0/+28
| | | | | | | | tools to connect to APs via injection Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36743
* 6relayd: RFC 6204 and naming improvements * Announce delegated prefixes ↵Steven Barth2013-05-272-2/+3
| | | | | | using route info according to RFC 6204 L-3 * Enable hybrid stateless + stateful DHCPv6-mode as default SVN-Revision: 36738
* firewall3: update to git headJo-Philipp Wich2013-05-271-8/+9
| | | | | | | | | - allows building without IPv6 support - uses more robust rules to cope with missing libext.a - uses better linking strategy to avoid symbol clashes with older iptables - introduces source compatiblity layer for different libxtables versions SVN-Revision: 36736
* firewall3: update to git headJo-Philipp Wich2013-05-261-2/+2
| | | | | | | | | - allows symbolic notation for src_ip, src_dip and dest_ip options, e.g. option src_ip 'lan' to automatically resolve to "192.168.1.0/24" - automatically infer destination zone for redirects from target ip, this makes 'dest' optional and nat reflection setup more robust - properly support output rules with dest '*' to hook directly into delegate_output - fixes crash when processing rules with unresolved targets SVN-Revision: 36721
* 6relayd: Fix DHCPv6-server picking up addresses from master interfaceSteven Barth2013-05-261-2/+2
| | | | SVN-Revision: 36718
* firewall3: update to git headJo-Philipp Wich2013-05-241-3/+3
| | | | | | - fixes linking issues with some toolchains SVN-Revision: 36703
* 6relayd: fix a lease-timing issue with stateful DHCPv6Steven Barth2013-05-241-2/+2
| | | | SVN-Revision: 36702
* firewall3: update to git headJo-Philipp Wich2013-05-231-2/+2
| | | | | | | - Use weak references for instantiating libext*.a matches, makes fw3 independant from the compile time features of iptables - Do not leak memory when processing rules with unknown targets or matches SVN-Revision: 36698
* uhttpd: update to latest version, fixes #13564, #13560, improves error ↵Felix Fietkau2013-05-231-2/+2
| | | | | | | | handling as pointed out in #13537 Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36696
* firewall3: Remove abandonend includeSteven Barth2013-05-232-8/+1
| | | | SVN-Revision: 36692
* firewall3: update to git headJo-Philipp Wich2013-05-221-2/+2
| | | | | | | - fix build on Linux < 3.7 - limit zone names to 14 bytes SVN-Revision: 36691
* 6relayd: Let OpenWrt override default CFLAGSSteven Barth2013-05-221-2/+2
| | | | SVN-Revision: 36690
* firewall3: update to git headJo-Philipp Wich2013-05-221-2/+2
| | | | | | | | - fixes reload when firewall is not running already - fixes crash when ipsets are supported but undeclared - fixes handling of per zone user chains on reload SVN-Revision: 36689
* 6relayd: Fix a segfault when multiple downstream interfaces are presentSteven Barth2013-05-211-2/+2
| | | | SVN-Revision: 36687
* firewall3: update to git headJo-Philipp Wich2013-05-211-2/+2
| | | | | | | - fixes segfault in flush command if ipset support is not available - fixes internal rule generation if custom chains are enabled SVN-Revision: 36686
* ipset: remove dependency on iptables-mod-ipset - technically it does not ↵Jo-Philipp Wich2013-05-211-1/+1
| | | | | | depend on it and the iptables matches are now part of the base SVN-Revision: 36685
* firewall3: move libext*.a copying to compile phaseJo-Philipp Wich2013-05-211-2/+2
| | | | SVN-Revision: 36684
* netfilter: move time, mark, set matches and MARK, REDIRECT, SET targets into ↵Jo-Philipp Wich2013-05-211-21/+14
| | | | | | base iptables package - drop iptables-mod-ipset SVN-Revision: 36683
* firewall3: update to git headJo-Philipp Wich2013-05-211-3/+14
| | | | | | | * use libiptc and libxtables directly to manage ruleset, iptables-restore is unreliable and prone to race conditions * make ipset integration more reliable SVN-Revision: 36681
* iptables: use -ffunction-sections, -fdata-sections and --gc-sectionsJo-Philipp Wich2013-05-211-2/+6
| | | | SVN-Revision: 36680
* odhcp6c: Various fixes * Honour T1 and T2 values from servers better * ↵Steven Barth2013-05-211-2/+2
| | | | | | Correctly send Reconfigure-Accept option in requests SVN-Revision: 36678
* 6relayd: Various DHCPv6-fixes * Be more standards-compliant in stateful mode ↵Steven Barth2013-05-211-2/+2
| | | | | | * Handle hostnames from Windows-clients correctly * Handle messages from DHCPv6-relays better SVN-Revision: 36677
* odhcp6c: Fix address / prefix expiry logicSteven Barth2013-05-201-2/+2
| | | | SVN-Revision: 36675
* dnsmasq: add directory for external hosts-filesSteven Barth2013-05-172-1/+4
| | | | SVN-Revision: 36655
* 6relayd: Add stateful DHCPv6-support (IA_NA) * Add management_level option ↵Steven Barth2013-05-173-3/+25
| | | | | | (0: set O-flag, >=1: set M-flag) * Add support for static DHCPv6-leases * Various fixes for DHCPv6-PD SVN-Revision: 36654
* netifd: Unify interface-based routing for IPv4 and IPv6 * Add interface ↵Steven Barth2013-05-171-2/+2
| | | | | | | | option to set routing table for protocol routes * Enabled for IPv6 for source-based filtering, disabled for IPv4 Based on a patch by Kristian Evensen. Thank You. SVN-Revision: 36653
* uhttpd: update to latest version, fixes index page processing orderFelix Fietkau2013-05-161-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36644
* iproute2: workaround compile issues with gcc 4.8.xLuka Perkov2013-05-164-4/+16
| | | | SVN-Revision: 36642
* odhcp6c: Fix handling of RAs when no DHCPv6-server is presentSteven Barth2013-05-151-2/+2
| | | | SVN-Revision: 36641
* iproute2: upgrade to 3.9.0Luka Perkov2013-05-1411-120/+50
| | | | SVN-Revision: 36638
* iproute2: print help in connmarkLuka Perkov2013-05-142-2/+5
| | | | SVN-Revision: 36637
* uhttpd: update to latest version, fixes a SSL connection memory leakFelix Fietkau2013-05-141-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36636
* package: fold the IPv6 menu into NetworkFelix Fietkau2013-05-148-15/+15
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36634
* 6relayd: Always announce the current MAC-addressSteven Barth2013-05-131-2/+2
| | | | | | * Fixes #13516 thanks to berni for the detailed bugreport. SVN-Revision: 36629
* ds-lite: add ds-lite network protocol handlerSteven Barth2013-05-132-0/+116
| | | | SVN-Revision: 36628
* netifd: Various IPv6 improvements * Add support for IP-in-IPv6 tunnels ↵Steven Barth2013-05-131-2/+2
| | | | | | (DS-Lite) * Use source-based routing for IPv6 to allow multi-wan * Various smaller tunnel setup improvements SVN-Revision: 36627
* netifd: added support for setting up 6rd from DHCPSteven Barth2013-05-132-2/+28
| | | | SVN-Revision: 36626
* odhcp6c: added support for DS-Lite + various fixesSteven Barth2013-05-133-4/+19
| | | | SVN-Revision: 36625
* firewall3: Remove obsoleted ULA-borderSteven Barth2013-05-132-9/+1
| | | | SVN-Revision: 36624
* firewall3: add wan6 interface to wan-zone by defaultSteven Barth2013-05-131-1/+1
| | | | SVN-Revision: 36623
* firewall: Remove obsoleted ULA-border ruleSteven Barth2013-05-132-20/+1
| | | | SVN-Revision: 36622
* 6rd: increase metric of default routeSteven Barth2013-05-122-2/+2
| | | | | | This will prefer native IPv6 over 6rd if both are present. SVN-Revision: 36605
* iwinfo: only consider joined bss when finding current operating frequency, ↵Jo-Philipp Wich2013-05-122-2/+3
| | | | | | fixes spurious misreporting of frequencies in ad-hoc mode SVN-Revision: 36604
* add uci support for "proxy-dnssec" in dnsmasqSteven Barth2013-05-071-0/+1
| | | | | | | | This patch simply adds support for the "--proxy-dnssec" command in dnsmasq into the init file so it can be used with /etc/config/dhcp. Signed-off-by: Adam Gensler <openwrt@kristenandadam.net> SVN-Revision: 36570
* iw: update to 3.10, sync with nl80211.h changes in compat-wirelessFelix Fietkau2013-05-066-512/+72
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36569