aboutsummaryrefslogtreecommitdiff
path: root/package/network
Commit message (Collapse)AuthorAge
...
* firewall: don't reload if there were no address or data changesSteven Barth2014-01-19
| | | | | | | This fixes packet loss due to reloading firewall every minute with IPv6 implementation of certain ISPs. SVN-Revision: 39332
* odhcpd: Fix a memory corruption when static leases are usedSteven Barth2014-01-18
| | | | SVN-Revision: 39319
* odhcpd: be even less verbose and don't start unnecessary relaysSteven Barth2014-01-17
| | | | SVN-Revision: 39315
* odhcpd: fix logspamSteven Barth2014-01-17
| | | | SVN-Revision: 39314
* odhcpd: use hybrid management mode by defaultSteven Barth2014-01-17
| | | | SVN-Revision: 39313
* dnsmasq: add dnsmasq.d config folder & improve odhcpd coexistenceSteven Barth2014-01-17
| | | | SVN-Revision: 39312
* odhcp6c: Use sourcerouting by defaultSteven Barth2014-01-17
| | | | SVN-Revision: 39311
* odhcp6c: fix several small issues + decrease sizeSteven Barth2014-01-17
| | | | SVN-Revision: 39310
* odhcpd: several bugfixes and improved integrationSteven Barth2014-01-17
| | | | SVN-Revision: 39308
* 6in4, 6rd, 6to4: Use source-restricted routes by defaultSteven Barth2014-01-17
| | | | SVN-Revision: 39307
* netifd: Add IFUPDATE-flags and use main IPv6 routing table againSteven Barth2014-01-17
| | | | SVN-Revision: 39306
* firewall: improve logging in hotplug scriptJohn Crispin2014-01-15
| | | | | | Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 39300
* packages: ifenslave: add kernel dependencies as source was removed from 3.12Zoltan Herpai2014-01-15
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39295
* hostapd: fix mcast_rate settingJohn Crispin2014-01-14
| | | | | | | | | | Introduced by ("netifd: add wireless configuration support and port mac80211 to the new framework") Reported-by: René van Weert <r.vanweert@sowifi.com> Signed-off-by: Antonio Quartulli <antonio@meshcoding.com> SVN-Revision: 39288
* hostapd: fix frequency setting for IBSS/RSNJohn Crispin2014-01-12
| | | | | | | | | | Introduced by ("netifd: add wireless configuration support and port mac80211 to the new framework") Reported-by: René van Weert <rene@sowifi.com> Signed-off-by: Antonio Quartulli <antonio@meshcoding.com> SVN-Revision: 39231
* swconfig: improve usability when switch device incorrectJohn Crispin2014-01-12
| | | | | | | | http://patchwork.openwrt.org/patch/4701/ Signed-off-by: Andreas Mohr <andim2@users.sf.net> SVN-Revision: 39229
* samba: add browsable optionJohn Crispin2014-01-12
| | | | | | | | https://dev.openwrt.org/ticket/14682 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39227
* 6relayd: try to workaround race condition at startupSteven Barth2014-01-02
| | | | SVN-Revision: 39184
* netifd: initialize the switch early at start time and on reload (fixes #13015)Felix Fietkau2013-12-31
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39183
* netifd: update to the latest version, fixes wireless related segfaults on armFelix Fietkau2013-12-29
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39180
* netifd: update to the latest version, fixes wifi related segfaultsFelix Fietkau2013-12-28
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39176
* hostapd: fix mixed wep/wpa with netifdFelix Fietkau2013-12-28
| | | | | | Signed-off-by: Catalin Patulea <cat@vv.carleton.ca> SVN-Revision: 39174
* hostapd: fix the uci option name for ap isolateFelix Fietkau2013-12-28
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39173
* swconfig: remove useless variables, return -1 on errorsJohn Crispin2013-12-27
| | | | | | | | spotted with cppcheck Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr> SVN-Revision: 39170
* hostapd: fix wep with netifdFelix Fietkau2013-12-23
| | | | | | Signed-off-by: Catalin Patulea <cat@vv.carleton.ca> SVN-Revision: 39156
* wpa_supplicant: fix interface combination parsing issuesFelix Fietkau2013-12-21
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39155
* dnsmasq: rework init procedureJo-Philipp Wich2013-12-21
| | | | | | | | | | | - cache udhcp check results to speed up subsequent reloads - enable procd file tracking for /var/etc/dnsmasq.conf to only reload service if needed - implement reload action to only restart dnsmasq if /var/etc/dnsmasq.conf actually changed - launch dnsmasq from interface hotplug to avoid race conditions with network bringup Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 39152
* netifd: add reload trigger for /etc/config/wireless as wellJo-Philipp Wich2013-12-18
| | | | SVN-Revision: 39131
* firewall: fix handling of tcp_ecn parameterJo-Philipp Wich2013-12-17
| | | | | | | | | | | The firewall3 implementation as well as the shell implementation predating it used to process the tcp_ecnoption as boolean while it actually is an integer. Change the code to parse tcp_ecn as integer. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 39122
* iproute2: reduce .ipk package size from ~100k down to ~60kFelix Fietkau2013-12-17
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39119
* hostapd: move old wifi setup scripts to hostapd-common-oldFelix Fietkau2013-12-16
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39103
* dnsmasq: switch to /lib/functions/network.shJo-Philipp Wich2013-12-16
| | | | | | | | | | | This commit changes the dnsmasq init script to use the interface status exposed by netifd. The old references to scan_interfaces() and (indirect) accesses to uci state variables are removed and replaced with corresponding network_*() calls. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 39101
* netifd: update to latest version, fixes a null pointer crashFelix Fietkau2013-12-16
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39088
* Convert DHCP->6rd and DHCPv6->DS-Lite autoconfig to dynamic interfaceSteven Barth2013-12-15
| | | | SVN-Revision: 39061
* odhcp6c: add source routing supportSteven Barth2013-12-15
| | | | SVN-Revision: 39058
* uhttpd: don't process ubus_* and lua_* options if corresponding plugin is ↵Jo-Philipp Wich2013-12-15
| | | | | | not installed (#14618) SVN-Revision: 39057
* netifd: update to the latest version, adds a revert of the link state ↵Felix Fietkau2013-12-14
| | | | | | | | handling patches which caused regressions in combination with wifi devices Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39050
* netifd: prevent an unnecessary restart of netifd-managed wifi interfaces at ↵Felix Fietkau2013-12-13
| | | | | | | | boot time Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39046
* iw: reduce size and make the phy dump output more readableFelix Fietkau2013-12-13
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39041
* netifd: fix crashes triggered by adding/removing wireless devices on reloadFelix Fietkau2013-12-11
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39035
* hostapd: fix short_preamble optionJo-Philipp Wich2013-12-10
| | | | SVN-Revision: 39027
* netifd: enable coredumps againJohn Crispin2013-12-09
| | | | | | | | got broken due procd startup. Requires procd resource limit patch. Signed-off-by: Ulrich Weber <uw@xyne.com> SVN-Revision: 39020
* hostapd: properly parse wmm and hidden uci options (#14589)Jo-Philipp Wich2013-12-08
| | | | SVN-Revision: 39005
* netifd: update to the latest version, adds tunnel fixes by Hans Dedecker and ↵Felix Fietkau2013-12-08
| | | | | | | | adds back support for multiple networks per wifi-iface Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39004
* odhcpd/6c: Add config menu for prefix class ext.Steven Barth2013-12-05
| | | | SVN-Revision: 38996
* odhcpd: Fix ubus integrationSteven Barth2013-12-04
| | | | SVN-Revision: 38994
* netifd: update to the latest version, improves wireless status output and ↵Felix Fietkau2013-12-03
| | | | | | | | fixes some bridge handling issues Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38992
* hostapd: fix maclist processing with netifdFelix Fietkau2013-12-03
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38991
* wifi: rename the "reload" (restarting non-netifd wifi) command to ↵Felix Fietkau2013-12-02
| | | | | | | | | | "reload_legacy" Add a new "reload" command that reloads the netifd config as well Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38989
* netifd: add wireless configuration support and port mac80211 to the new ↵Felix Fietkau2013-12-02
| | | | | | | | framework Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38988