Commit Graph

816 Commits (e7c0b6aa00e46bbbe64c00e3104efe9d5be05196)

Author SHA1 Message Date
Florian Fainelli c4d517c7bb use 2.6.27.7
SVN-Revision: 16968
15 years ago
Florian Fainelli 3b5d52b9c9 add missing 2.6.30 HID configuration symbols
SVN-Revision: 16960
15 years ago
Gabor Juhos a6af50d045 2.6.{28,30}: add missing config symbol
SVN-Revision: 16956
15 years ago
Felix Fietkau dffad9690f fix a >2 year old stack overflow in the mtd rootfs split patch which only caused issues on the orion platform on 2.6.30. also merge the squashfs4 fix into the rootfs split patch
SVN-Revision: 16944
15 years ago
Felix Fietkau 925c5951c6 add a new arm lzma kernel decompressor based on rewritten (and much more readable) unlzma code. backport to 2.6.28 as well. tested on ixp4xx and orion
SVN-Revision: 16939
15 years ago
Gabor Juhos c7fdb609e4 2.6.{28,30}: refresh patches
SVN-Revision: 16934
15 years ago
Gabor Juhos 2404c8c77b 2.6.30: add CONFIG_DEFAULT_MMAP_MIN_ADDR symbol
SVN-Revision: 16933
15 years ago
Gabor Juhos 7af41cf055 2.6.30 add missing config symbol
SVN-Revision: 16909
15 years ago
Felix Fietkau 1685ce5f3d mips: fix another bug in the module relocation change: the wrong base address for 24 bit jump -> long jump fixup table was used
SVN-Revision: 16904
15 years ago
Felix Fietkau cf2c544844 sched: fix compile errors with CONFIG_NET_SCHED deactivated in the kernel config (#5553)
SVN-Revision: 16903
15 years ago
Felix Fietkau af6076273a fix lock-up issues in lzma pcomp support in 2.6.30 (used in squashfs). thanks to jeff hansen for the patch
SVN-Revision: 16886
15 years ago
Felix Fietkau 12b429b3a2 get rid of linux 2.6.29
SVN-Revision: 16883
15 years ago
Florian Fainelli 9224ef1e25 add missing CONFIG_FIXED_PHY symbol to 2.6.25
SVN-Revision: 16869
15 years ago
Lars-Peter Clausen 93d3f098eb Cleanup glamo platform_data.
SVN-Revision: 16863
15 years ago
Florian Fainelli 0740df3534 add SND_HRTIMER to 2.6.30/31 kernel configurations (#5180)
SVN-Revision: 16840
15 years ago
Felix Fietkau df119d5c19 kernel: fix a relative addressing bug in the mips module relocation code change
SVN-Revision: 16831
15 years ago
Gabor Juhos 091e028239 MIPS: fix loading of modules with unresolved weak symbols
SVN-Revision: 16823
15 years ago
Lars-Peter Clausen ddbd14a23b glamo: get rid of static driver handle.
SVN-Revision: 16821
15 years ago
Lars-Peter Clausen 8769b8e0f0 glamo: Use mfd_cell for child resource handling instead of some ugly custom code.
SVN-Revision: 16816
15 years ago
Felix Fietkau d680184c26 sched: allow user space to create pfifo_fast qdiscs on virtual interfaces, allow pfifo_fast qdiscs to have filters and filter actions - useful for controlling packet classification into wme classes
SVN-Revision: 16791
15 years ago
Felix Fietkau 2020fc8c56 kernel: clean up scheduler default config and kmod-sched kconfig symbols, enable skbedit by default
SVN-Revision: 16789
15 years ago
Gabor Juhos eb990941a1 use subsys_initcall in the i2c-gpio driver
SVN-Revision: 16787
15 years ago
Felix Fietkau c2216626e1 seems like the pages that mentioned mips 4k cores not having prefetch were wrong. back out that patch. thx, juhosg
SVN-Revision: 16775
15 years ago
Felix Fietkau 3b3d64743b mips: replace -mlong-calls with -mno-long-calls to make function calls faster in kernel modules to achieve this, try to load kernel modules to KSEG0 and if that doesn't work, use vmalloc and fix up relocations with a jump table based on code from a kernel patch by MikroTik
SVN-Revision: 16772
15 years ago
Felix Fietkau 877015bee9 mips: do not use the prefetch instruction on R4K (MIPS32_R1), the ISA does not implement it
SVN-Revision: 16771
15 years ago
Felix Fietkau 3e7d58574f ar8216: rename the vlan attribute to enable_vlan to keep it consistent with other drivers
SVN-Revision: 16770
15 years ago
Hamish Guthrie de45798d41 Add config file for 2.6.31 kernels in preparation for 2.6.31
SVN-Revision: 16713
15 years ago
Gabor Juhos 1981fd14a7 bump to 2.6.29.6 and refresh patches
SVN-Revision: 16698
15 years ago
Florian Fainelli f74d16548d update targets to 2.6.30.1, update patches
SVN-Revision: 16697
15 years ago
Lars-Peter Clausen d131752f0d Add ioctls to glamo framebuffer driver to enable/disable glamo engines.
SVN-Revision: 16686
15 years ago
Florian Fainelli fefeecf52f update to latest 2.6.27.26 stable kernel
SVN-Revision: 16659
15 years ago
Felix Fietkau 3455f00d7a ar8216: fix transmission of large frames by setting the switch mtu
SVN-Revision: 16629
15 years ago
Felix Fietkau 6517a757ec pppoe: add extra padding for the header (useful for drivers that need headroom)
SVN-Revision: 16628
15 years ago
Florian Fainelli b09970a3d8 turn off the Algorithmics FPU emulator by default now that we have software floating point enabled in the toolchain, please recompile your toolchains and kernels
SVN-Revision: 16605
15 years ago
Imre Kaloz 76d86cd4bb refresh 2.6.25 patches
SVN-Revision: 16537
15 years ago
Florian Fainelli d41b9133c7 ensure ledtrig-netdev will compile even if CONFIG_COMPAT_NET_DEV_OPS is unset
SVN-Revision: 16516
15 years ago
Imre Kaloz 969ea86b06 add missing initramfs symbols to the generic 2.6.30 config
SVN-Revision: 16487
15 years ago
Imre Kaloz 3054efa82a IKCONFIG shouldn't be enabled by default
SVN-Revision: 16473
15 years ago
Felix Fietkau fc4fe83574 2.6.30: add another export for the binder module
SVN-Revision: 16464
15 years ago
Felix Fietkau 4bc008142c add missing function declaration for extra vm exports
SVN-Revision: 16456
15 years ago
Hauke Mehrtens 567b6d1a27 refresh patches
SVN-Revision: 16444
15 years ago
Felix Fietkau c1918c778c ar8216: add delay for page switching to work around register setting corruption. use packet mangling to fix up the vlan for incoming packets (workaround for hardware bug, which renders normal 802.1q support unusable)
SVN-Revision: 16442
15 years ago
Florian Fainelli f025215422 also apply gcc4.4.0 specific patches to 2.6.27 (#5318)
SVN-Revision: 16439
15 years ago
Florian Fainelli 160bf827f2 refresh generic patches
SVN-Revision: 16420
15 years ago
Hamish Guthrie c9eb4469e0 Cleaned up whitespace in patch 024-mips_delay.patch
SVN-Revision: 16404
15 years ago
Hamish Guthrie 1ad8e6fdce Remove deprecated 023-mips_delay_gcc4.4.0.patch and add new delay fix for MIPS
SVN-Revision: 16397
15 years ago
Florian Fainelli 5ed3b31ce0 refresh 2.6.28 patches
SVN-Revision: 16377
15 years ago
Gabor Juhos 4af9570756 generic-2.6/2.6.30: more mini_fo fixes
SVN-Revision: 16346
15 years ago
Imre Kaloz 6b2a7b73ca upgrade to 2.6.30-rc8
SVN-Revision: 16307
15 years ago
Felix Fietkau 616c3841c6 add ip175c switch driver patch to 2.6.30
SVN-Revision: 16287
15 years ago
Felix Fietkau db5c4304f5 ocf: fix uninitialized variable access (thx, Dakon)
SVN-Revision: 16285
15 years ago
Imre Kaloz 8aa2f586f4 temporary, hackish, etc, etc.. lzma support for the arm zImage loader
SVN-Revision: 16284
15 years ago
Imre Kaloz 548de949f3 use the openwrt lzma options for now
SVN-Revision: 16281
15 years ago
Imre Kaloz ab5199a143 add missing config option
SVN-Revision: 16280
15 years ago
Felix Fietkau 1a1dc17ca3 remove some more obsolete files
SVN-Revision: 16276
15 years ago
Imre Kaloz f81257ca34 remove 2.6.23 support, as the last target using that has been nuked, too
SVN-Revision: 16275
15 years ago
Hauke Mehrtens f8a15f9b3e Add missing kernel symbol.
SVN-Revision: 16264
15 years ago
Imre Kaloz b834f1f24b fix mv643xx_eth dma mask
SVN-Revision: 16247
15 years ago
Imre Kaloz 09a6262b3c fix VFP handling on feroceon cores
SVN-Revision: 16246
15 years ago
Imre Kaloz 690cb12f3c fix typo and add nand_gpio to the generic config
SVN-Revision: 16245
15 years ago
Florian Fainelli 9a022a7330 refresh 2.6.30 patches
SVN-Revision: 16241
15 years ago
Florian Fainelli ba0f541d0d mips: fix gcc 4.4.0 build failure on delay.h (#5116)
SVN-Revision: 16209
15 years ago
Florian Fainelli 12c8b488f7 refresh generic-2.6.29 patches
SVN-Revision: 16169
15 years ago
Florian Fainelli c2df3a7179 refresh patches
SVN-Revision: 16156
15 years ago
Hamish Guthrie 7adb67f184 revert 15922 - add back 2.6.29 kernel support
SVN-Revision: 16127
15 years ago
Hauke Mehrtens 53cc0dbef7 Add buildfix for kernel 2.6.21
SVN-Revision: 16117
15 years ago
Imre Kaloz 04bca7b528 update to 2.6.30-rc7
SVN-Revision: 16048
15 years ago
Felix Fietkau 4cb9ba9612 enable multicast routing by default
SVN-Revision: 16044
15 years ago
Felix Fietkau 4f37d65205 move the hostap firmware kernel config options to KCONFIG for the hostap package to keep it consistent
SVN-Revision: 16031
15 years ago
Felix Fietkau 5c96996a7d fix typo in squashfs-lzma patch (thx, hauke)
SVN-Revision: 16028
15 years ago
Hauke Mehrtens e80f5ca91e Remove pcmcia support from ssb.
SVN-Revision: 16023
15 years ago
Gabor Juhos dcf5adb14c generic-2.6/2.6.30: mini_fo fixes
SVN-Revision: 15991
15 years ago
Gabor Juhos 40ea70606a generic-2.6: move PCI quirk patch from the adm5120 target into the generic patches
SVN-Revision: 15985
15 years ago
Gabor Juhos b71910dbb5 generic-2.6/2.6.28: refresh patches
SVN-Revision: 15982
15 years ago
Gabor Juhos a51ef0ecf8 generic-2.6/2.6.30: refresh patches
SVN-Revision: 15981
15 years ago
Gabor Juhos c28af661ee generic-2.6/2.6.30: nuke unnecessary patch
SVN-Revision: 15978
15 years ago
Gabor Juhos 9959defa0e generic-2.6/2.6.30: CONFIG_CRYPTO_ALGAPI must be equal with CONFIG_CRYPTO_ALGAPI2
SVN-Revision: 15960
15 years ago
Felix Fietkau f0fe3392d1 2.6.30: add lzma support to squashfs through pcomp
SVN-Revision: 15934
15 years ago
Gabor Juhos 09e1f83634 generic-2.6/2.6.30: gets rid of the length limitation on the name in the mips_machine stuff
SVN-Revision: 15930
15 years ago
Florian Fainelli 1322e2721a disable CONFIG_SSB_BLOCKIO by default until we fix it properly in mac80211
SVN-Revision: 15926
15 years ago
Florian Fainelli 01afcd2556 remove 2.6.29 since there are no remaining users of it
SVN-Revision: 15922
15 years ago
Imre Kaloz e965c02820 even more config file cleanup
SVN-Revision: 15913
15 years ago
Imre Kaloz 9db4496e78 upgrade to 2.6.30-rc6, refresh patches
SVN-Revision: 15912
15 years ago
Gabor Juhos e468c05d40 generic/2.6.{29,30}: fix rootfs_split with squashfs4
SVN-Revision: 15867
15 years ago
Imre Kaloz 91e866f383 config cleanups
SVN-Revision: 15861
15 years ago
Felix Fietkau 8295ad3444 fix a compile error in the netfilter match speedup patch for 2.6.30
SVN-Revision: 15849
15 years ago
Imre Kaloz 6bfddb152f some additional config file cleanup..
SVN-Revision: 15845
15 years ago
Imre Kaloz c83d91fcfc unify congestion control options
SVN-Revision: 15844
15 years ago
Nicolas Thill cc343c1504 netfilter: remove ipt_limit (CONFIG_IP_NF_MATCH_TIME) superseeded by xt_limit (CONFIG_NETFILTER_XT_MATCH_TIME) in 2.6.24 and newer, remove ipt_limit in 2.4 since we don't have userland support for it in iptables v1.3.8
SVN-Revision: 15843
15 years ago
Imre Kaloz 3b8ab3d52a move arm ARCH symbols to the generic configs
SVN-Revision: 15842
15 years ago
Imre Kaloz a9c958c2de make kernels use /etc/preinit by default
SVN-Revision: 15840
15 years ago
Florian Fainelli 9ae2de2bd5 also workaround gcc4.1 bug with binfmt_elf for 2.6.30
SVN-Revision: 15825
15 years ago
Felix Fietkau 251a81b192 reduce the total cpu usage of ipt_do_table under high network load from 3.1% down to 1.6% (tested with oprofile)
SVN-Revision: 15822
15 years ago
Felix Fietkau 4ab19ddbd5 turn off -Os by default for the kernel and stick to -O2 repeated tests have shown the -O2 kernel to react much better to high cpu/network load situations
SVN-Revision: 15821
15 years ago
Florian Fainelli f8c315bb60 add missing configuration symbol
SVN-Revision: 15817
15 years ago
Hauke Mehrtens b7af3c07c1 Add missing kernel configuration options.
SVN-Revision: 15806
15 years ago
Hauke Mehrtens 31809ade5a Only build the modules needed by mac80211 as module.
SVN-Revision: 15805
15 years ago
Hauke Mehrtens 0e1d1a6f56 Compile fix. Port r15775 to kernel 2.6.30.
SVN-Revision: 15803
15 years ago
Florian Fainelli fe811a9ef6 add linux-mips div64 rewrite to work with gcc-4.4.0 (#5023)
SVN-Revision: 15797
15 years ago
Hauke Mehrtens f24c234150 Add support for pcmcia to ssb. b43 will build now with pcmcia support.
SVN-Revision: 15784
15 years ago
Hauke Mehrtens cc946df3a8 Refresh patches.
SVN-Revision: 15776
15 years ago
Hauke Mehrtens 1b481e0708 Compile fixes for kernel 2.6.29. The 200-sched_esfq.patch is based on http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/~checkout~/SOURCES.old/kernel-esfq.patch?rev=1.4;content-type=text%2Fplain
SVN-Revision: 15775
15 years ago
Hauke Mehrtens e0158d5d8c Add some missing kernel configurations.
SVN-Revision: 15774
15 years ago
Felix Fietkau 7c057371eb improve the skb padding performance change to avoid unnecessary reallocations in the routing code
SVN-Revision: 15761
15 years ago
Gabor Juhos 4a7439521b generic-2.6/2.6.30: resync patches for 2.6.30-rc5
SVN-Revision: 15736
15 years ago
Imre Kaloz 4e0f549c88 add missing RTC_DEBUG symbol
SVN-Revision: 15696
15 years ago
Jo-Philipp Wich e5aa5ddc36 Add support for pc speaker PC speaker could be very useful on platforms which implement it. One could easily use the speaker to produce a sound where its pitch or duration varies according to signal strength or SNR of a wireless link.
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>

SVN-Revision: 15684
15 years ago
Florian Fainelli 324d10e617 remove 2.6.26 since there are no remaining candidates for it
SVN-Revision: 15666
15 years ago
Jo-Philipp Wich 8964c9037b update imq patches for 2.6.26, 2.6.27, 2.6.28, 2.6.29 and 2.6.30
SVN-Revision: 15655
15 years ago
Jo-Philipp Wich 1b3f1495ac prepare default configuration for kernel side imq update
SVN-Revision: 15654
15 years ago
Florian Fainelli 378145454d use force_sig when handling address errors
SVN-Revision: 15642
15 years ago
Florian Fainelli 731a0e4791 workaround a gcc-4.1 bug which cannot see that word will be initialized
SVN-Revision: 15639
15 years ago
Imre Kaloz 6b3502f99c add missing RTC symbols to generic configs
SVN-Revision: 15617
15 years ago
Imre Kaloz e9b397805d some more kernel config cleanup.. last for today :)
SVN-Revision: 15606
15 years ago
Imre Kaloz 0f2b1d070a more cleanup
SVN-Revision: 15605
15 years ago
Imre Kaloz 1cea2126da fix typo
SVN-Revision: 15604
15 years ago
Imre Kaloz a614251e6c cleanup MTD option handling
SVN-Revision: 15602
15 years ago
Imre Kaloz 38c5311047 move MFD stuff to the generic kernel configs
SVN-Revision: 15587
15 years ago
Imre Kaloz 64fbade939 refresh patches
SVN-Revision: 15581
15 years ago
Imre Kaloz 7cf4e9f00a layer7 has been upgraded in [15517], but the old patches weren't removed -- remove them now
SVN-Revision: 15580
15 years ago
Imre Kaloz a3b32c41df refresh generic 2.6.28 patches
SVN-Revision: 15578
15 years ago
Nicolas Thill 505ac00f4e remove netfilter_upstream_fixes patches, not needed anymore after kernel recent updates since they have been, well, fixed upstream :)
SVN-Revision: 15576
15 years ago
Nicolas Thill e30ebf29ca netfilter: add a check for ip proto in netfilter_match_speedup patches (closes: #5041)
SVN-Revision: 15574
15 years ago
Gabor Juhos 1a24fcd9ec generic/2.6.30: add missing Kconfig options
SVN-Revision: 15560
15 years ago
Imre Kaloz 6a2d23513d refresh patches for 2.6.30-rc4
SVN-Revision: 15548
15 years ago
Imre Kaloz 540556bb92 upgrade sibyte to .30-rc4
SVN-Revision: 15545
15 years ago
Hauke Mehrtens beb0f4528a add missing symbols
SVN-Revision: 15537
15 years ago
Florian Fainelli 6fa4734cde add missing configuration symbols when enabling ramdisk support
SVN-Revision: 15533
15 years ago
Felix Fietkau 4b71e11e2e linux 2.6.28: fix kernel headers compilation error because of conflicting getline() function definitions - this bug seems to be gone in newer kernels
SVN-Revision: 15523
15 years ago
Jo-Philipp Wich 2e56467889 fix 101-netfilter_layer7_pktmatch.patch for 2.6.26.8
SVN-Revision: 15518
15 years ago
Jo-Philipp Wich c1959052f7 refreshed layer7 patches for 2.6.21.7, 2.6.23.17 and 2.6.25.20
SVN-Revision: 15517
15 years ago
Felix Fietkau 270e4ea27b refresh the packet socket patch for 2.6.29
SVN-Revision: 15511
15 years ago
Felix Fietkau 4e12c9d210 fix a crash in ip175c attribute enumeration
SVN-Revision: 15506
15 years ago
Gabor Juhos acb66fba68 generic-2.6: add ip175c stuff for 2.6.29
SVN-Revision: 15505
15 years ago
Jo-Philipp Wich f6f3c4111a refreshed layer7 patches for 2.6.26.8, 2.6.27.21, 2.6.28.9 and 2.6.29.1
SVN-Revision: 15502
15 years ago
Imre Kaloz a528df4bb6 resync patches for 2.6.30-rc3
SVN-Revision: 15494
15 years ago
Imre Kaloz fab598b675 update 2.6.30 generic config, resort symbols
SVN-Revision: 15493
15 years ago
Imre Kaloz 83a2d16e6e forgot to add the files for 2.6.30
SVN-Revision: 15492
15 years ago
Felix Fietkau a523450678 Add a driver for Atheros AR8216 switches Thanks to Vertical Communications, Inc. for providing access to the documentation
SVN-Revision: 15482
15 years ago
Felix Fietkau 342a0e7660 fix a small bug in the socket type patch which broke dhcp
SVN-Revision: 15471
15 years ago
Felix Fietkau 8ec2ad91ad swconfig: add a generic switch reset call
SVN-Revision: 15470
15 years ago
Imre Kaloz 2d0ccf7f5e preliminary 2.6.30 support
SVN-Revision: 15468
15 years ago
Felix Fietkau f87df4b361 minor cleanup for packet socket type filter
SVN-Revision: 15467
15 years ago
Felix Fietkau de7b6625a2 remove the unused files-2.6.24 directory
SVN-Revision: 15442
15 years ago
Felix Fietkau 4898039703 add an optimization for dealing with raw sockets, which allows applications to filter out (among others) local tx packets on capture
SVN-Revision: 15399
15 years ago
Gabor Juhos 5065d310d1 generic/2.6.28: update yaffs code
SVN-Revision: 15390
15 years ago
Gabor Juhos 44adf3d959 generic/2.6.28: refresh patches
SVN-Revision: 15389
15 years ago
Florian Fainelli c2bf14deb9 remove 2.6.24, no target is relying on it
SVN-Revision: 15388
15 years ago
Florian Fainelli 0f514fe470 add missing configuration symbol (for rdc)
SVN-Revision: 15373
15 years ago
Gabor Juhos 629318e6db generic/2.6.29: update yaffs code
SVN-Revision: 15372
15 years ago