summaryrefslogtreecommitdiffstats
path: root/package/network
Commit message (Collapse)AuthorAgeFilesLines
* odhcp6c: allow setting a user-provided prefix as wellcyrus2013-02-123-3/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35570 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iptables: fix bad PKG_RELEASE in previous commitjow2013-02-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35569 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iptables: add --lenient switch to iptables-restore and ip6tables-restore ↵jow2013-02-112-2/+174
| | | | | | that allows to skip erroneous lines git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35568 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211/hostapd: short_preamble is a per-vif option and should be enabled ↵nbd2013-02-111-0/+4
| | | | | | by default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35565 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: Various bugfixescyrus2013-02-111-2/+2
| | | | | | | * Don't send undesired suggestions for preferred and valid lifetimes * Be less verbose in logging git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35553 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openvpn-easy-rsa: fix typo in version (#12958)nbd2013-02-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35508 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openvpn: remove the stale PKG_REV variablenbd2013-02-051-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35499 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openvpn: split easy-rsa into a separate package, it is no longer bundled ↵nbd2013-02-054-25/+60
| | | | | | with the release tarball git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35498 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firewall: various enhancementsjow2013-02-047-97/+133
| | | | | | | | | | | | - reduce mssfix related log spam (#10681) - separate src and dest terminal chains (#11453, #12945) - disable per-zone custom chains by default, they're rarely used Additionally introduce options "device", "subnet", "extra", "extra_src" and "extra_dest" to allow defining zones not related to uci interfaces, e.g. to match "ppp+" or any tcp traffic to and from a specific port. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35484 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: Fix timing issuescyrus2013-02-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35472 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libiwinfo: reset ioctl_socket fd in iwinfo_close(), fixes random failures ↵jow2013-02-032-7/+9
| | | | | | with multiple cycles of iwinfo_finish() / iwinfo_backend() git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35471 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: Fix RENEW and REBIND requestscyrus2013-02-021-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35454 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: allow IPv6-config via SLAAC-only if no prefix is requestedcyrus2013-02-012-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35421 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: Improved IPv6 featuresetcyrus2013-02-011-2/+2
| | | | | | | | | * Fix reloading of ula-prefixes * Added support for temporary addresses and routes * Added support for offlink addresses * Improved status-output for assigned prefixes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35420 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: switch to userspace RA-handling and offload address assignment to ↵cyrus2013-02-013-30/+54
| | | | | | netifd git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35419 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Fix announced router flags and IPv6 procfs-configurationcyrus2013-02-011-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35418 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openvpn: add from openvpn-devel from /packages, fix support for current polarsslnbd2013-01-3010-0/+927
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35412 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6in4: fix typo in last commitcyrus2013-01-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35409 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6in4: work around hanging wget processcyrus2013-01-302-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35408 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest versionnbd2013-01-293-6/+6
| | | | | | | fixes DNS servers on reload (#12910) fixes ubus object race on reload or down/up (#12612) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35383 3c298f89-4303-0410-b956-a3cf2f4a3e73
* samba36: update to 3.6.11 and refresh patches (based on patch from #12914)nbd2013-01-2915-48/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35382 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: implement IPv6 prefix deprecation according to RFC 6204cyrus2013-01-291-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35377 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: remove IPv6 forwarding-sysctl workaroundcyrus2013-01-292-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35371 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: remove IPv6 forwarding-sysctl workaroundcyrus2013-01-292-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35370 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: remove IPv6 forwarding-sysctl workaroundcyrus2013-01-292-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35369 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes setting addresses/routes on alias ↵nbd2013-01-281-2/+2
| | | | | | interfaces git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: don't configure wpa_supplicant with empty password="" if no ↵jow2013-01-281-1/+1
| | | | | | password is specified (#12912) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35358 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firewall: flush conntrack table after changing interface rulesjow2013-01-282-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35348 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: IPv6 sysctl, restart IPv6 in static mode to send RScyrus2013-01-282-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35347 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: add SLAAC ipv6 value for static-protocyrus2013-01-282-1/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35346 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: work-around for proto-script to avoid loosing the default routecyrus2013-01-282-20/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35345 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ipv6-support: don't overwrite existing setting across reflashscyrus2013-01-232-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, adds another fix for interface aliasesnbd2013-01-221-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35297 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: Fix a segfault when globals.ula_prefix is emptycyrus2013-01-221-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35296 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uhttpd: always turn on TLS support, include ustream-ssl as a build dependencynbd2013-01-221-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35295 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uhttpd: fix another small hang issue with the same symptomsnbd2013-01-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35291 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uhttpd: fix connection hangsnbd2013-01-221-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35290 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tcpdump: add SLL parsing support to tcpdump-mini, use -ffunction-sections, ↵nbd2013-01-222-52/+70
| | | | | | -fdata-sections and --gc-sections to reduce size git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35288 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uhttpd: fix unencrypted passwords in httpd.confnbd2013-01-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35265 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: fix shell library includes in init-scriptcyrus2013-01-212-3/+6
| | | | | | Thanks to Daniel Golle git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35262 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: avoid a race-condition with looping RAscyrus2013-01-212-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35260 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: Fix segfaults in IPv6 prefix handlingcyrus2013-01-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35259 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: Fix address assignment with infinite validitycyrus2013-01-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35258 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uhttpd: fix selecting the right ustream implementation when openssl is to be ↵nbd2013-01-201-1/+1
| | | | | | used (#12857) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35257 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes alias supportnbd2013-01-201-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35251 3c298f89-4303-0410-b956-a3cf2f4a3e73
* network/iproute2: Bump version to 3.7.0nbd2013-01-206-534/+70
| | | | | | | | | | | Updated to latest stable version and added an upstream patch to handle a link failure Signed-off-by: Oliver Smith <olipro@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa> [dgolle@allnet.de: refreshed patches] Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35250 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uhttpd: update to a newer version, fixes chunked transfer on some POST requestsnbd2013-01-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35249 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uhttpd: switch to uhttpd2, it is now feature completenbd2013-01-191-43/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35247 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: add a band-aid fix for the wifi setup vs. netifd init race by ↵jow2013-01-191-1/+1
| | | | | | increasing the wait time to five seconds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35240 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ipv6-support: adapt UCI defaults to new orderingcyrus2013-01-181-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35219 3c298f89-4303-0410-b956-a3cf2f4a3e73