Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | netifd: Improve IPv6 source-routing policies | Steven Barth | 2013-06-08 | 1 | -2/+2 | |
| | | | | SVN-Revision: 36884 | |||||
* | netifd: bring wifi down before shutting down | Jonas Gorski | 2013-06-08 | 1 | -0/+1 | |
| | | | | | | | | works around wifiX references not being freed on network restart. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36883 | |||||
* | ath9k: fix paprd descriptor setup | Felix Fietkau | 2013-06-07 | 1 | -24/+28 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36881 | |||||
* | ath9k: improve multicast buffering handling, take care of the MORE_DATA flag ↵ | Felix Fietkau | 2013-06-07 | 3 | -57/+206 | |
| | | | | | | | | properly Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36880 | |||||
* | firewall: udpate to git head (#13652, #13654, #13658) | Jo-Philipp Wich | 2013-06-06 | 1 | -2/+2 | |
| | | | | | | | | | - optimizes chain usage for ingress rules - adds limit match support for redirect rules - fixes automatic redirect dest detection on little endian systems - leaves base chains in place on reload to allow user rules to target e.g. "reject" SVN-Revision: 36871 | |||||
* | firewall: copy libext*.a from staging dir and drop kernel.mk includes, ↵ | Jo-Philipp Wich | 2013-06-06 | 1 | -4/+1 | |
| | | | | | | solves problem with colliding CONFIG_IPV6 symbols SVN-Revision: 36868 | |||||
* | iptables: install libext*.a into staging dir | Jo-Philipp Wich | 2013-06-06 | 1 | -0/+4 | |
| | | | | SVN-Revision: 36867 | |||||
* | base-files: use less entropy when generating ULAs | Steven Barth | 2013-06-06 | 2 | -8/+5 | |
| | | | | SVN-Revision: 36865 | |||||
* | ath9k: fix a regression in the powersave handling related changes | Felix Fietkau | 2013-06-05 | 1 | -10/+14 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36859 | |||||
* | ath9k: merge a fix for ar9550 eeprom access | Felix Fietkau | 2013-06-05 | 1 | -0/+22 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36858 | |||||
* | kmod-usb-net-cdc-mbim: fix module loading | Nicolas Thill | 2013-06-05 | 1 | -1/+1 | |
| | | | | | | cdc_mbim should be loaded after cdc_ncm (closes: #13562) SVN-Revision: 36856 | |||||
* | firewall: update to git head (#13652) | Jo-Philipp Wich | 2013-06-05 | 1 | -2/+2 | |
| | | | | | | | - simplifies using ipsets for rules and redirects, match direction can be specified in-place like option ipset 'setname src dst dst' - uses zone_name_src_ACTION chains for input rules, this fixes logging with log enabled src zones SVN-Revision: 36854 | |||||
* | firewall3: fix accidentally changed install directive | Jo-Philipp Wich | 2013-06-04 | 1 | -1/+1 | |
| | | | | SVN-Revision: 36840 | |||||
* | firewall: fix git source url | Jo-Philipp Wich | 2013-06-04 | 1 | -1/+1 | |
| | | | | SVN-Revision: 36839 | |||||
* | firewall3: rename to firewall, move into base system menu, update to git ↵ | Jo-Philipp Wich | 2013-06-04 | 5 | -11/+11 | |
| | | | | | | head with compatibility fixes for AA SVN-Revision: 36838 | |||||
* | Drop legacy firewall package | Jo-Philipp Wich | 2013-06-04 | 17 | -1961/+0 | |
| | | | | SVN-Revision: 36837 | |||||
* | add some more symbols | Imre Kaloz | 2013-06-04 | 1 | -0/+1 | |
| | | | | SVN-Revision: 36834 | |||||
* | firewall3: update to git head (#13641) | Jo-Philipp Wich | 2013-06-04 | 1 | -2/+2 | |
| | | | | | | * Fixes wrong chain used for zone forward policy SVN-Revision: 36830 | |||||
* | ath9k: fix some issues in the ap powersave fixes | Felix Fietkau | 2013-06-04 | 3 | -21/+56 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36829 | |||||
* | ath9k: fix a null pointer deref issue in the powersave fixes | Felix Fietkau | 2013-06-03 | 1 | -24/+28 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36828 | |||||
* | firewall3: update to git head | Jo-Philipp Wich | 2013-06-03 | 1 | -2/+2 | |
| | | | | | | - Fixes problems with reusing matches or targets from loadable extensions SVN-Revision: 36826 | |||||
* | ath9k: prevent excessive buffered multicast traffic from drowning out ↵ | Felix Fietkau | 2013-06-03 | 3 | -23/+52 | |
| | | | | | | | | regular traffic Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36825 | |||||
* | ath9k: improve AP mode powersave buffering handling | Felix Fietkau | 2013-06-03 | 7 | -36/+395 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36824 | |||||
* | ath9k: increase ANI poll interval to 300 ms to get it close to the listen period | Felix Fietkau | 2013-06-03 | 1 | -1/+1 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36823 | |||||
* | uhttpd: update to latest version, fixes CGI related crashes | Felix Fietkau | 2013-06-01 | 1 | -2/+2 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36817 | |||||
* | 6relayd: Work around Windows DHCPv6 quirks Announcing deprecated addresses ↵ | Steven Barth | 2013-06-01 | 1 | -2/+2 | |
| | | | | | | breaks Windows clients SVN-Revision: 36815 | |||||
* | usbmode: fix hotplug script name | Felix Fietkau | 2013-05-31 | 1 | -1/+1 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36813 | |||||
* | replace usb-modeswitch with a rewrite that should be more reliable | Felix Fietkau | 2013-05-31 | 4 | -222/+64 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36812 | |||||
* | procd: update to the latest version, fixes restarting stopped instances ↵ | Felix Fietkau | 2013-05-31 | 1 | -2/+2 | |
| | | | | | | | | based on init script restart Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36811 | |||||
* | odhcp6c: work around spurious false-positive address DECLINEs | Steven Barth | 2013-05-31 | 1 | -2/+2 | |
| | | | | SVN-Revision: 36809 | |||||
* | firewall3: use list notation for default zone network config to avoid "uci ↵ | Jo-Philipp Wich | 2013-05-31 | 1 | -2/+3 | |
| | | | | | | add_list" coercing the value wrongly SVN-Revision: 36806 | |||||
* | odhcp6c: fix handling of multiple RAs in a row | Steven Barth | 2013-05-31 | 1 | -2/+2 | |
| | | | | SVN-Revision: 36804 | |||||
* | libubox: update to latest version, fixes some ustream issues that might be ↵ | Felix Fietkau | 2013-05-31 | 1 | -2/+2 | |
| | | | | | | | | affecting uhttpd Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36803 | |||||
* | procd: update to latest git revision | John Crispin | 2013-05-30 | 1 | -3/+3 | |
| | | | | | | | | | | * add support for rcS * logread can relay log via tcp * make sure directories are created before mknod is called Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36776 | |||||
* | 6relayd: Better compatibility with misbheaving DHCPv6 clients * Make the ↵ | Steven Barth | 2013-05-30 | 1 | -2/+2 | |
| | | | | | | "best" address / prefix the first one being announced * Only add the "best" address to the hosts-file SVN-Revision: 36772 | |||||
* | netifd: updated IPv6 prefix delegation * Added support for prefix classes * ↵ | Steven Barth | 2013-05-30 | 1 | -2/+2 | |
| | | | | | | Various bugfixes SVN-Revision: 36771 | |||||
* | uhttpd: update again to fix a ubus plugin crash bug | Felix Fietkau | 2013-05-30 | 1 | -2/+2 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36770 | |||||
* | uhttpd: update to latest version, fixes script timeout for ubus requests | Felix Fietkau | 2013-05-30 | 1 | -2/+2 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36767 | |||||
* | ubus: update to latest version, fixes a crash on request cancelling | Felix Fietkau | 2013-05-30 | 1 | -2/+2 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36766 | |||||
* | 6relayd: more verbosity in leases and logging | Steven Barth | 2013-05-30 | 1 | -2/+2 | |
| | | | | SVN-Revision: 36764 | |||||
* | iptables: bump to 1.4.19.1 | Steven Barth | 2013-05-29 | 4 | -67/+20 | |
| | | | | SVN-Revision: 36760 | |||||
* | ubus: update to latest version, fixes json-c library name | Felix Fietkau | 2013-05-29 | 1 | -3/+3 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36759 | |||||
* | json-c: drop compatibility libraries | Felix Fietkau | 2013-05-29 | 1 | -3/+0 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36758 | |||||
* | libjson-c: Update to 0.11 | Felix Fietkau | 2013-05-29 | 1 | -3/+7 | |
| | | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 36757 | |||||
* | libubox: update to latest version, adds support for the new json-c and adds ↵ | Felix Fietkau | 2013-05-29 | 1 | -2/+2 | |
| | | | | | | | | a new blobmsg_json helper Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36756 | |||||
* | uboot-imx6: add new package | Luka Perkov | 2013-05-29 | 3 | -0/+190 | |
| | | | | SVN-Revision: 36754 | |||||
* | mac80211: fix a crash issue introduced in the active monitor code | Felix Fietkau | 2013-05-28 | 1 | -1/+1 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36751 | |||||
* | netifd: fix IPv6-addresses disappearing due to lifetime-overflows | Steven Barth | 2013-05-28 | 1 | -2/+2 | |
| | | | | SVN-Revision: 36748 | |||||
* | odhcp6c: fix or debug disappearing IPv6 addresses | Steven Barth | 2013-05-28 | 1 | -2/+2 | |
| | | | | SVN-Revision: 36745 | |||||
* | ath9k: fix some issues in PA predistortion (still disabled by default) | Felix Fietkau | 2013-05-28 | 1 | -0/+41 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36744 |