6157 Commits (45d9b1261d2b19b3f61301bdcf679ab480757120)

Author SHA1 Message Date
Jo-Philipp Wich 33e4461db6 iwinfo: fix segmentation fault when doing two consecutive scans through wpa_supplicant Based on patch by Christian Kapeller <christian.kapeller@cmotion.eu> with one minor whitespace change and updated package version. 13 years ago
Jonas Gorski c336de3d85 kernel: update module names and add new config symbols for linux 3.3 13 years ago
Florian Fainelli b8f41b051f fix wprobe build for arm on 3.2 13 years ago
Florian Fainelli 6e20f40d47 ebtales: update to v2.0.10-4 13 years ago
Hauke Mehrtens b9da4dcb6b switch: fix some memory leaks in switch_parse_vlan() 13 years ago
Hauke Mehrtens 45329cd793 mac80211: fix patch when running on ssb based devices 13 years ago
Felix Fietkau 90805c366c ath9k: revert one more linux upstream commit in the initvals to fully fix the ar938x tx power issue 13 years ago
Felix Fietkau 34106f7eaa ath9k: fix initvals for high-power ar938x devices, fixes tx power on buffalo wzr-hp-g450h 13 years ago
Gabor Juhos c859e4a1db mac80211: enable support for RaLink Rt53xx USB devices in rt2800usb 13 years ago
Felix Fietkau 6f94da6587 netifd: update to latest, fixes a crash when the interface protocol was not specified 13 years ago
Jo-Philipp Wich e1d199bbbc hostapd: introduce a client_cert option which is passed on to wpa_supplicant (#8876) 13 years ago
John Crispin a558d605ab Initial DSL framework 13 years ago
Felix Fietkau 53c6db5ab4 hostapd: merge an upstream workaround for broken clients sending the wrong wpa type (should fix #9561) 13 years ago
Jo-Philipp Wich 6b9bf71881 base-files: add a uci-defaults script which will migrate the root password to /etc/shadow if needed 13 years ago
Felix Fietkau 0e81a543a9 netifd: update to latest version, add some more status info and rework shell proto handler support 13 years ago
Felix Fietkau c309ed6210 netifd: always issue a reload on ifup, not just for -a 13 years ago
Felix Fietkau a963a80a38 base-files: the initial hotplug2 instance sometimes misses a few relevant events, e.g. during module load. rerun udevtrigger for the final hotplug2 instance to fix this 13 years ago
Gabor Juhos a25800215c package/kernel: add ATH79 symbols for OHCI/EHCI drivers 13 years ago
Gabor Juhos 6c2638c5e2 ar71xx: rename vsc7385 spi driver 13 years ago
Hauke Mehrtens 26d4e1876c brcm47xx: add support for pcie host controller on bcma based SoCs. 13 years ago
Jo-Philipp Wich 2cbe76ca08 openssl: update to v1.0.0g (CVE-2012-0050) 13 years ago
Jonas Gorski aa8f9171f2 kernel: fix OCF for linux 3.2 13 years ago
Jo-Philipp Wich 9fd3886365 base-files: do not pass --set-worker /lib/hotplug2/worker_fork.so to hotplug2 anymore, its statically linked - patch by Viktar Palstsiuk <viktar.palstsiuk@promwad.com> 13 years ago
Jonas Gorski 3d09c34dd3 package: kernel: fix files for blowfish and pcimcia-rsrc 13 years ago
Jo-Philipp Wich e7cfd6e245 busybox: fix previous commit, make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 default to CONFIG_IPV6, not depend on it 13 years ago
Jo-Philipp Wich 7a06d9a8a0 busybox: make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 depend on CONFIG_IPV6 13 years ago
Jo-Philipp Wich 3a794cde8c mtd: external toolchains usually do not know about MTDREFRESH, so search in $(LINUX_DIR)/include first, fixes compilation with external CodeSourcery toolchain 13 years ago
Jo-Philipp Wich f7a7e289a5 iptables: pass --disable-ipv6 if CONFIG_IPV6 is off, fixes undefined refs to in6addr_any when compiling with external CodeSourcery toolchain 13 years ago
Jo-Philipp Wich 899de4adc9 dnsmasq: if CONFIG_IPV6 is off, compile with -DNO_IPV6 - solves unresolved refs to in6addr_any when building with external CodeSourcery toolchain 13 years ago
Hauke Mehrtens a671c720b4 packages: kernel: add usb-common.ko to usb package for kernel >= 3.2 13 years ago
Jo-Philipp Wich d4465bee36 openssl: fix syntax error in OpenWrt Makefile 13 years ago
Jo-Philipp Wich 25630dd5a5 openssl: don't fail with empty TARGET_LDFLAGS 13 years ago
Felix Fietkau 2683b5b15d rt2x00: add a patch to avoid excessive memmove() on packet contents to improve performance (patch by Helmut Schaa) 13 years ago
Imre Kaloz f9e41adc80 add support for OMAP4 based boards, starting with the PandaBoard 13 years ago
Imre Kaloz 25909f5e42 build and package the wl12xx driver 13 years ago
Felix Fietkau 87bbccb614 ath9k: fix handling of the KeyMiss flag for received packets - fixes connection stability issues with crypto enabled 13 years ago
Felix Fietkau 419718e99f libnl-tiny: export unl_genl_multicast_id() 13 years ago
Hauke Mehrtens a9e42130a5 broadcom-diag: add support for some new devices 13 years ago
Jonas Gorski 50d4c0e31a package: iptables: fix compilation with linux 3.2 13 years ago
Jonas Gorski f2d35c7110 mac80211: current revisions build with 3.2 13 years ago
Jo-Philipp Wich 0cb05017c6 iwinfo: plug memory leak in nl80211 backend, nl80211_close() did not put the family pointer 13 years ago
Felix Fietkau 39195e3a25 libnl-tiny: fix a potential memleak in an error path 13 years ago
Jo-Philipp Wich 7251541786 pptp: remove support for underlying ipproto, it is adviced since a while that pptp should be declared as separate interface alognside wan - in this configuration the ipproto will cause stray udhcpc errors due to not existent interfaces, so remove it 13 years ago
Jo-Philipp Wich df57c5fdde cyassl: use patch-libtool pkg fixup 13 years ago
Felix Fietkau 37020b2d6b zlib: fix duplicate function declarations for largefile support 13 years ago
Jo-Philipp Wich 4e88bcfb00 base-files: implement a --force option for sysupgrade to override image checks, useful to upgrade old ar71xx installations to current trunk ones 13 years ago
Jo-Philipp Wich 8094fa46da firewall: add support for "local" port forwards which target an internal address on the router itself 13 years ago
Jo-Philipp Wich 97af76a920 include: calculate md5sum over sorted kernel config symbol list and incorperate it into the kernel metapackage version, make kmods depend on this specific version. The aim of this change is to invalidate kmods which are built against a different kernel config on the opkg metadata level. Manual copying and insmod of custom *.ko files, e.g. for development purpose, is still possible. 13 years ago
Felix Fietkau 2d17b67c28 ath9k: merge a channel change fix from linux-wireless 13 years ago
Jo-Philipp Wich 3e15593955 openssl: bump to v1.0.0f (CVE-2011-4108, CVE-2011-4576, CVE-2011-4577, CVE-2011-4619, CVE-2012-0027) 13 years ago