5772 Commits (29123aee6d3830161d1531d8487c8195d8df2f4f)

Author SHA1 Message Date
Felix Fietkau 226ad1d259 uci: update to 2011-07-18, fixes #9731 14 years ago
Jo-Philipp Wich 85dcf817d8 resolveip: fix whitespace 14 years ago
Jo-Philipp Wich 60fe01e698 pptp: properly support symbolic VPN host names, tear down created host routes (#4876) 14 years ago
Jo-Philipp Wich 28505cad0d add "resolveip", a small DNS lookup utility for use in scripts (#4876) 14 years ago
John Crispin 4da4c491a6 uboot-lantiq 14 years ago
John Crispin c0c7c82a2f revert parts of r27488 to uboot-lantiq 14 years ago
John Crispin a6ceecd973 better lantiq support in madwifi 14 years ago
John Crispin e80af9da6b reorganize ltq-dsl-app 14 years ago
Jo-Philipp Wich 0de28706ca base-files: implement a generic mechanism to map per-interface sysctls to uci. - option ipv4_xyz is mapped to /proc/sys/net/ipv4/{conf,neigh}/xyz - option ipv6_xyz is mapped to /proc/sys/net/ipv6/{conf,neigh}/xyz This allows e.g. "option ipv6_proxy_ndp 1" to enable NDP proxying on wan. Fixes ticket #8699. 14 years ago
Jo-Philipp Wich 1267f048da iptables: refresh patches 14 years ago
Jo-Philipp Wich 4b362b98bb 6to4: provide "adv_preferred_lifetime" and "adv_valid_lifetime" options to control the generated radvd prefix values (#9147) 14 years ago
Jo-Philipp Wich 597be91074 iptables: rewrite module help texts (#7446) 14 years ago
Jo-Philipp Wich 1ff200ead5 iptables: fix redundant binaries in iptables-utils & ip6tables-utils (#9691) 14 years ago
Jo-Philipp Wich 61aba42d5c mountd: correctly handle poll() timeout case, solves possible 100% CPU load when idle (#7293) 14 years ago
Jo-Philipp Wich 1e34c02e3e base-files: add -h and --help options to sysupgrade (#9728) 14 years ago
Jo-Philipp Wich 53a5beaca8 uhttpd: unblock signals in CGI childs, solves hanging ssh logout after server restart from within LuCI and similar problems 14 years ago
Jo-Philipp Wich 78fa88ca81 firewall: rework state variable handling, use uci_toggle_state() where applicable and properly handle duplicates in add and del state helpers (#9152, #9710) 14 years ago
Jo-Philipp Wich e0e6d1029e base-files: use uci_toggle_state() to prevent unwanted aggregation of state vars (#9711) 14 years ago
Jo-Philipp Wich 9ee12e3f62 uci: implement a uci_toogle_state() wrapper in the shell api which calls uci_revert_state() before uci_set_state() 14 years ago
Felix Fietkau e084d0e92a ath9k: add some more fixes to the mic failure handling rework patch 14 years ago
Felix Fietkau 9ef09af36d mac80211: fix compile errors because of duplicate atomic64 implementations (#9690) 14 years ago
Felix Fietkau 6493242f94 ath9k: fix mic frame handling for bigger packets 14 years ago
Imre Kaloz 1e395abc80 fixup orion compile 14 years ago
John Crispin 1af1682eb2 wrong md5sum in ltq-ifxos 14 years ago
Felix Fietkau 97248baa3e mac80211: backport atomic64_t support for kernels that don't support it 14 years ago
Felix Fietkau 7bab9b2f30 hostapd: refresh patch 14 years ago
Felix Fietkau 8edcfc5bff hostapd: send EAPOL frames using the same WMM queue as management frames - fixes reconnect issues under load 14 years ago
Felix Fietkau 57d9c06f09 hostapd: only advertise a single encryption type via WPS if multiple are supported - fixes windows 7 interop issues 14 years ago
Felix Fietkau c1f1058a89 ath9k: merge some pending initval fixes for ar9380 14 years ago
Felix Fietkau 8f6bd9e425 ath9k: fix sifs time for half/quarter and remove some unnecessary defines 14 years ago
Felix Fietkau 891a96d588 ath9k: add more fixes for TKIP MIC validation 14 years ago
Felix Fietkau b4cef327ff ath9k: add a temporary uci option for setting the channel bandwidth 14 years ago
Felix Fietkau 2d0ecd63f5 ath9k: add more fixes for half/quarter rate support 14 years ago
Felix Fietkau c98829c864 mac80211: fix an interop issue with some broken 802.11n clients (#9436) 14 years ago
Felix Fietkau bf11563176 mac80211: add pending crypto bugfixes 14 years ago
John Crispin f1af962560 kmod-dm9000 should build as a module 14 years ago
John Crispin 6061c471aa fix ltq-vmmc SoC dependency 14 years ago
John Crispin 2d5d28bebf update ltq-vmmc patches 14 years ago
John Crispin a463daa818 replace all references to xway with danube 14 years ago
John Crispin 985d4dd88f update ltq-tapidemo to 5.1.0.53 14 years ago
John Crispin 35309dbbc8 update ltq-ifxos to version 1.5.14 14 years ago
John Crispin 7aa12362b1 fixes ltq-vmmc for none falcon targets 14 years ago
John Crispin d097c52ce0 pjsip-ltq-tap is for all lantiq targets 14 years ago
Jo-Philipp Wich a92ed1808c firewall: make sure that -m mac is used with --mac-source, follow up to r27508 14 years ago
Florian Fainelli e42f0f49e8 add perf 14 years ago
Daniel Dickinson ca7383e701 firewall: also correct another variable missed in previous commit 14 years ago
Daniel Dickinson c8531fca5d firewall: fix wrong variable names for protocol command line parameter - were missed during r27500 14 years ago
Daniel Dickinson 1f69f4cf64 base-files: preinit: Fixed sourcing of diag.sh in /etc/preinit. This caused errors due to frequent use of /proc/cpuinfo to determine board name to pick led layout. Now diag.sh (which only defines set_state and any helper functions) is sourced by a proper preinit function during preinit_main, which is after /proc has been brought up, unlike in /etc/preinit 14 years ago
Jo-Philipp Wich dd4934a943 firewall: - solve scoping issues when multiple values are used, thanks Daniel Dickinson - ignore src_port/dest_port for proto icmp rules, ignore icmp_type for non-icmp rules - properly handle icmp when proto is given in numerical form (1, 58) - support negated icmp types 14 years ago
John Crispin 302347e4d4 ltq-tapi/vmmc were build on none lantiq targets due to bad builddepends of pjsip 14 years ago