Commit Graph

89 Commits (6bfa32dda537fffce3a6a65b37314c8d220ec85c)

Author SHA1 Message Date
Gabor Juhos 8f3341e955 [kernel] MIPS: fix loading of modules with unresolved weak symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16823 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-13 09:34:49 +00:00
Felix Fietkau 4ec1678b66 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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16791 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-12 00:01:22 +00:00
Gabor Juhos 09287c581e [kernel] use subsys_initcall in the i2c-gpio driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16787 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-11 19:14:01 +00:00
Felix Fietkau b0a32ca0c9 seems like the pages that mentioned mips 4k cores not having prefetch were wrong. back out that patch. thx, juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16775 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-11 11:57:13 +00:00
Felix Fietkau ef46fb40a3 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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16772 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-11 02:30:25 +00:00
Felix Fietkau 526b1cd3b8 mips: do not use the prefetch instruction on R4K (MIPS32_R1), the ISA does not implement it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16771 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-11 02:30:19 +00:00
Felix Fietkau f3c0929d37 pppoe: add extra padding for the header (useful for drivers that need headroom)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16628 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-29 21:54:11 +00:00
Florian Fainelli 8744406dff [kernel] 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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16605 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-28 15:50:59 +00:00
Hauke Mehrtens fe4e773678 [kernel] refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16444 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-14 09:45:26 +00:00
Florian Fainelli cbe12552e6 [kernel] refresh 2.6.28 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16377 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-08 11:31:17 +00:00
Felix Fietkau 6173862288 ocf: fix uninitialized variable access (thx, Dakon)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16285 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 22:14:01 +00:00
Florian Fainelli 1bac110416 [kernel] mips: fix gcc 4.4.0 build failure on delay.h (#5116)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16209 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-30 12:03:27 +00:00
Hauke Mehrtens bb6f6a656c [ssb] Remove pcmcia support from ssb.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16023 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-24 11:30:06 +00:00
Gabor Juhos e8a08bb3a5 [kernel] generic-2.6: move PCI quirk patch from the adm5120 target into the generic patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15985 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-22 11:26:08 +00:00
Gabor Juhos a0eb312610 [kernel] generic-2.6/2.6.28: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15982 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-22 09:57:03 +00:00
Imre Kaloz 476b993379 make kernels use /etc/preinit by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15840 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-14 10:20:53 +00:00
Felix Fietkau f9b8d9ebad reduce the total cpu usage of ipt_do_table under high network load from 3.1% down to 1.6% (tested with oprofile)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15822 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-13 12:42:55 +00:00
Florian Fainelli 49fd30e492 [kernel] add linux-mips div64 rewrite to work with gcc-4.4.0 (#5023)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15797 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-12 10:36:25 +00:00
Hauke Mehrtens 1fc1bf88f2 [ssb] Add support for pcmcia to ssb.
b43 will build now with pcmcia support.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15784 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-11 20:51:38 +00:00
Hauke Mehrtens 3c49980757 [kernel] Refresh patches.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15776 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-11 20:22:59 +00:00
Felix Fietkau 713ddc419a improve the skb padding performance change to avoid unnecessary reallocations in the routing code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15761 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-10 22:17:50 +00:00
Jo-Philipp Wich f6bf23b923 [kernel] update imq patches for 2.6.26, 2.6.27, 2.6.28, 2.6.29 and 2.6.30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15655 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-07 03:09:04 +00:00
Imre Kaloz 287d750661 refresh generic 2.6.28 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15578 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-04 10:37:48 +00:00
Nicolas Thill d8f4916fce [kernel] remove netfilter_upstream_fixes patches, not needed anymore after kernel recent updates since they have been, well, fixed upstream :)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15576 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-03 22:16:03 +00:00
Nicolas Thill a175cb4839 [kernel] netfilter: add a check for ip proto in netfilter_match_speedup patches (closes: #5041)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15574 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-03 16:34:02 +00:00
Felix Fietkau 672645a81b linux 2.6.28: fix kernel headers compilation error because of conflicting getline() function definitions - this bug seems to be gone in newer kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15523 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-30 19:52:23 +00:00
Jo-Philipp Wich 6dea7328ca [kernel] refreshed layer7 patches for 2.6.26.8, 2.6.27.21, 2.6.28.9 and 2.6.29.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15502 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-30 01:31:37 +00:00
Felix Fietkau 3400913521 Add a driver for Atheros AR8216 switches
Thanks to Vertical Communications, Inc. for providing access to the documentation

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15482 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-29 13:02:41 +00:00
Felix Fietkau 7285d30e8f fix a small bug in the socket type patch which broke dhcp
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15471 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-28 19:16:24 +00:00
Felix Fietkau 2fcc705fc5 minor cleanup for packet socket type filter
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15467 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-28 10:59:20 +00:00
Felix Fietkau 25bf9db389 add an optimization for dealing with raw sockets, which allows applications to filter out (among others) local tx packets on capture
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15399 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-25 03:30:15 +00:00
Gabor Juhos aa138c744e [kernel] generic/2.6.28: update yaffs code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15390 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-24 14:49:35 +00:00
Gabor Juhos cb52030f53 [kernel] generic/2.6.28: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15389 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-24 14:49:08 +00:00
Felix Fietkau 01c16ed09b add IC+ IP175C driver (based on Patrick Horn's driver, see #4050)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15305 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-20 18:57:55 +00:00
Florian Fainelli 44b90dc6a2 [kernel] do not override CONFIG_CONFIGFS_FS in a few places, and make gpiommc be selectable with the spio-gpio-old module (#4659)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15215 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-12 12:54:38 +00:00
Mirko Vogt 91c9d999e8 add the R_ARM_V4BX relocation to the ARM kernel module loader
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15208 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-10 18:47:05 +00:00
Felix Fietkau a4a41f7bc9 netfilter: merge some fixes from upstream
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15178 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-09 19:43:24 +00:00
Felix Fietkau 6733a9f78a netfilter: speed up packet matching by allowing default rules to bypass the common checks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15177 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-09 19:43:19 +00:00
Felix Fietkau 6857a5c2ae kernel: increase skb padding for network devices to accomodate for headroom requirements of eth->wifi routing and more
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15158 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-08 16:57:41 +00:00
Florian Fainelli d67cf47160 [kernel] workaroun some stupid Kconfig bugs (#4895)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15157 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-08 15:07:39 +00:00
Felix Fietkau 8e4d9b4a5b kernel: revert the change from JHASH_GOLDEN_RATIO to JHASH_INIT_PARAM (ipv6 still relies on it)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15155 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-08 15:06:38 +00:00
Claudio Mignanti 1fb3963834 Fix kernel headers for cris (thanks hinkocevar)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15153 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-08 14:13:50 +00:00
Felix Fietkau 4b10f6e8c9 kernel: tweak the maximum allocation size to improve memory allocator performance
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15130 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-07 02:51:10 +00:00
Felix Fietkau a2bdf0f50b kernel: replace jhash2 with the faster jhash3 algorithm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15128 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-07 01:40:46 +00:00
Gabor Juhos 1dfa23a5c0 [kernel] 2.6.28: add Kconfig prompt for the old crypto symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15122 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-06 18:08:48 +00:00
Felix Fietkau 423c313c29 fix a vfs api bug in squashfs triggered by zabbix-agent (#4365)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15098 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-04 09:36:00 +00:00
Felix Fietkau e03fb5954f remove custom phy hardware detection patch - it is no longer necessary
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14979 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-22 20:18:50 +00:00
Felix Fietkau 6f136e85ce add back marvell switch support to 2.6.28
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14974 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-22 20:18:05 +00:00
Hauke Mehrtens ac06320936 [kernel] resync kernel patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14949 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-19 13:05:05 +00:00
Felix Fietkau 729e5925fb fix mmap issues caused by the vm_exports patch (thx, danm)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14902 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-16 22:14:22 +00:00