5467 Commits (86dbc3a02d374e6fba80e1df5014cca3dcfba8ce)

Author SHA1 Message Date
Felix Fietkau 41a169115b mac80211: update to wireless-testing 2011-05-27 14 years ago
Gabor Juhos a456082ccd mac80211: make ath9k available even if PCI support is disabled 14 years ago
Felix Fietkau 68af223efe x86: remove pata-amd driver from generic x86 images, add addition cs553x modules 14 years ago
Felix Fietkau 7f0fc7b0cf ath9k: reduce the number of rx buffers, 512 is excessively high, 128 should work just as well, and will use a lot less memory 14 years ago
John Crispin 6608f419d1 * backport 2.6.8 patches to .39 / .32.33 14 years ago
Felix Fietkau c7cdee0230 ath9k: merge a few bugfixes 14 years ago
Felix Fietkau 2dd4505c62 ath5k: disable fast channel changes, some people have reported that they introduce connection stability issues 14 years ago
Felix Fietkau 6e9542e392 hostapd: fix a race condition related to assoc response tx status processing 14 years ago
Felix Fietkau 1b2b3be64d hostapd: update to 20110527, includes a client mode wpa auth fix 14 years ago
Hauke Mehrtens 6769216a64 kernel: generic: Update 2.6.39 to final 14 years ago
Felix Fietkau 1da26a536c libpcap: properly fix fPIC handling (reverts $(FPIC) added in r26999) 14 years ago
Jo-Philipp Wich f94411e910 libpcap: add -fpic, refresh patches 14 years ago
Jo-Philipp Wich fb141e452c libpcap: remove empty patchfiles 14 years ago
Jo-Philipp Wich a1713cc3cb Update libpcap to version 1.1.1 14 years ago
Felix Fietkau 60f66ded72 base-files: make the MAC address of bridge interfaces sticky to avoid ARP issues on wifi re-configuration 14 years ago
Jo-Philipp Wich 9b8a5e604a base-files: mark /etc/crontabs/ as config directory 14 years ago
Jo-Philipp Wich 7a5fcc5695 kernel: kmod-crypto-iv depends on kmod-crypto-manager Add a missing dependency to kmod-crypto-iv. chainiv.ko and eseqiv.ko from kmod-crypto-iv depend on crypto_blkcipher.ko from kmod-crypto-manager. 14 years ago
Jo-Philipp Wich 50b69073d6 dnsmasq: allow hostname assignment without static lease The attached patch for dnsmasq.init allows to assign a hostname to a particular mac-address. It's useful to override the client supplied hostname, especially if the client does not supply a hostname at all. 14 years ago
Jo-Philipp Wich be906f6be5 package u32 match and TEE target, patches by Maxim Uvarov 14 years ago
Jo-Philipp Wich a12a8271a7 ncurses: enable C++ bindings (#9442) 14 years ago
Jo-Philipp Wich 7e6b24a810 iw: fix calculation of fractional multicast rates like 5.5Mbps due to wrong operator precedence 14 years ago
Jo-Philipp Wich f2b7c81d46 firewall: explictely mention network in default configuration, makes it less confusing 14 years ago
Felix Fietkau 2383a26168 broadcom-wl: fix wild ssb_device accesses as pci_dev for legacy pci dma api 14 years ago
Felix Fietkau 7c8564d7c5 broadcom-wl: fix uninitialized variable 14 years ago
Felix Fietkau 512be5ce46 ath9k: fix some locking issues in the tx fifo cleanup patch 14 years ago
Felix Fietkau 9b228c181c ath9k: clean up tx fifo handling on ar9380 based hardware 14 years ago
Felix Fietkau 6400498b35 ath9k: fix a small race condition in the tx_last_beacon patch 14 years ago
Jo-Philipp Wich ed8f726dab ipcalc.sh CIDR notation Hi, 14 years ago
Felix Fietkau e35822050b mac80211: sync the CONFIG_ATH5K_DEBUG make override with the buildflags override (thx, KanjiMonster) 14 years ago
Felix Fietkau 888bee4ef2 ath9k: implement tx_last_beacon() to allow mac80211 to respond to probe requests in ad-hoc mode without creating too much spam 14 years ago
John Crispin 8c2de891a9 * add missing aes dependency to mv_cesa 14 years ago
Felix Fietkau c6a93676de ath9k: fix ad-hoc nexttbtt calculation, which broke beacon transmission in some instances 14 years ago
Felix Fietkau 7b84bc2f39 ath9k: fix issues with ad-hoc beacon slot selection 14 years ago
Felix Fietkau c2bee5a64a mac80211: update to 2011-05-13 14 years ago
Vasilis Tsiligiannis ec05877491 package/kernel: crypto: Remove renamed modules hack 14 years ago
Vasilis Tsiligiannis 49f738fa6d package/kernel: netfilter: Remove 2.4/2.6 references 14 years ago
Vasilis Tsiligiannis 2850136ae8 package/kernel: Remove all 2.4 definitions 14 years ago
Vasilis Tsiligiannis b468227827 package/kernel: Remove $(KMOD_SUFFIX) usage 14 years ago
John Crispin 44eab3f6c1 package/kernel/modules/other.mk is getting big enough that putting the LEDs stuff into its own file makes sense. 14 years ago
Travis Kemen eb4109ba78 Deployment of IPv6 has opened up many more prefixes than just the 2000::/3 space, so a default route of ::/0 is more correct. Thanks Dave Taht 14 years ago
Jo-Philipp Wich ba1c1e9016 base-files: retrigger usb coldplug after module loading, solves usb_modeswitch on boot and possibly others (#9352) 14 years ago
Gabor Juhos 3b1b49a49b base-files: fix a typo in etc/banner 14 years ago
Jo-Philipp Wich f3e4c15229 lua: remove posix from Lua core, almost nothing uses it - saves 9k compressed 14 years ago
Felix Fietkau dbea075cd4 ath9k: add noise floor calibration fix that should improve stability 14 years ago
Jo-Philipp Wich 9736cfef66 comgt: add tty hotplug remove handling, only iterate each tty once (#9211) 14 years ago
Jo-Philipp Wich bba138c671 kernel: revert r26814 14 years ago
Jo-Philipp Wich be2275b8e6 kernel: add kmod-crypto-ipsec kmod-crypto-ipsec bundles some otherwise unprovided kernel crypto modules that are useful for IPSEC. This is an alternative to breaking these modules out into kmod-crypto-wq (crypto_wq.ko), kmod-crypto-rng (rng.ko and krng.ko), and kmod-crypto-iv (eseqiv.ko and chainiv.ko). 14 years ago
Jo-Philipp Wich 3d0ac93274 kernel: add kmod-crypto-{wq,rng,iv} Add kmod-crypto-iv as a dependency for kmod-ipsec. Also remove the extraneous kmod-crypto-core dependency to eliminate recursion. 14 years ago
Jo-Philipp Wich 32f3c920a2 kernel: add kmod-crypto-{wq,rng,iv} This patch adds kmod-crypto-wq, kmod-crypto-rng, and kmod-crypto-iv packages. These packages provide some missing kernel crypto modules which are required for IPSEC. The strongswan4, ipsec-tools, and possibly other IPSEC packages do not work properly without these modules. 14 years ago
Jo-Philipp Wich 29392373f3 comgt: move ifup invocation back into background subshell to prevent hotplug deadlocks 14 years ago