| Commit message (Expand) | Author | Age | Files | Lines |
* | reduce the total cpu usage of ipt_do_table under high network load from 3.1% ... | Felix Fietkau | 2009-05-13 | 1 | -0/+43 |
* | add linux-mips div64 rewrite to work with gcc-4.4.0 (#5023) | Florian Fainelli | 2009-05-12 | 1 | -0/+173 |
* | Add support for pcmcia to ssb. b43 will build now with pcmcia support. | Hauke Mehrtens | 2009-05-11 | 1 | -0/+9 |
* | Refresh patches. | Hauke Mehrtens | 2009-05-11 | 4 | -35/+35 |
* | improve the skb padding performance change to avoid unnecessary reallocations... | Felix Fietkau | 2009-05-10 | 1 | -4/+44 |
* | update imq patches for 2.6.26, 2.6.27, 2.6.28, 2.6.29 and 2.6.30 | Jo-Philipp Wich | 2009-05-07 | 5 | -379/+607 |
* | refresh generic 2.6.28 patches | Imre Kaloz | 2009-05-04 | 4 | -12/+12 |
* | remove netfilter_upstream_fixes patches, not needed anymore after kernel rece... | Nicolas Thill | 2009-05-03 | 1 | -100/+0 |
* | netfilter: add a check for ip proto in netfilter_match_speedup patches (close... | Nicolas Thill | 2009-05-03 | 1 | -3/+6 |
* | linux 2.6.28: fix kernel headers compilation error because of conflicting get... | Felix Fietkau | 2009-04-30 | 1 | -0/+29 |
* | refreshed layer7 patches for 2.6.26.8, 2.6.27.21, 2.6.28.9 and 2.6.29.1 | Jo-Philipp Wich | 2009-04-30 | 2 | -36/+51 |
* | Add a driver for Atheros AR8216 switches Thanks to Vertical Communications, I... | Felix Fietkau | 2009-04-29 | 1 | -0/+23 |
* | fix a small bug in the socket type patch which broke dhcp | Felix Fietkau | 2009-04-28 | 1 | -1/+1 |
* | minor cleanup for packet socket type filter | Felix Fietkau | 2009-04-28 | 1 | -6/+6 |
* | add an optimization for dealing with raw sockets, which allows applications t... | Felix Fietkau | 2009-04-25 | 1 | -0/+132 |
* | generic/2.6.28: update yaffs code | Gabor Juhos | 2009-04-24 | 3 | -7808/+12352 |
* | generic/2.6.28: refresh patches | Gabor Juhos | 2009-04-24 | 3 | -16/+9 |
* | add IC+ IP175C driver (based on Patrick Horn's driver, see #4050) | Felix Fietkau | 2009-04-20 | 1 | -0/+23 |
* | do not override CONFIG_CONFIGFS_FS in a few places, and make gpiommc be selec... | Florian Fainelli | 2009-04-12 | 1 | -1/+1 |
* | add the R_ARM_V4BX relocation to the ARM kernel module loader | Mirko Vogt | 2009-04-10 | 1 | -0/+33 |
* | netfilter: merge some fixes from upstream | Felix Fietkau | 2009-04-09 | 1 | -0/+100 |
* | netfilter: speed up packet matching by allowing default rules to bypass the c... | Felix Fietkau | 2009-04-09 | 1 | -0/+74 |
* | kernel: increase skb padding for network devices to accomodate for headroom r... | Felix Fietkau | 2009-04-08 | 1 | -0/+16 |
* | workaroun some stupid Kconfig bugs (#4895) | Florian Fainelli | 2009-04-08 | 1 | -0/+23 |
* | kernel: revert the change from JHASH_GOLDEN_RATIO to JHASH_INIT_PARAM (ipv6 s... | Felix Fietkau | 2009-04-08 | 1 | -6/+6 |
* | Fix kernel headers for cris (thanks hinkocevar) | Claudio Mignanti | 2009-04-08 | 1 | -0/+29 |
* | kernel: tweak the maximum allocation size to improve memory allocator perform... | Felix Fietkau | 2009-04-07 | 1 | -0/+13 |
* | kernel: replace jhash2 with the faster jhash3 algorithm | Felix Fietkau | 2009-04-07 | 1 | -0/+227 |
* | 2.6.28: add Kconfig prompt for the old crypto symbols | Gabor Juhos | 2009-04-06 | 1 | -0/+47 |
* | fix a vfs api bug in squashfs triggered by zabbix-agent (#4365) | Felix Fietkau | 2009-04-04 | 1 | -0/+11 |
* | remove custom phy hardware detection patch - it is no longer necessary | Felix Fietkau | 2009-03-22 | 1 | -26/+0 |
* | add back marvell switch support to 2.6.28 | Felix Fietkau | 2009-03-22 | 1 | -0/+22 |
* | resync kernel patches | Hauke Mehrtens | 2009-03-19 | 2 | -3/+3 |
* | fix mmap issues caused by the vm_exports patch (thx, danm) | Felix Fietkau | 2009-03-16 | 1 | -1/+1 |
* | refresh patches for kernel 2.6.28 | Hauke Mehrtens | 2009-03-01 | 2 | -17/+9 |
* | ssb: Add support for fallback SPROM. | Michael Büsch | 2009-02-26 | 1 | -0/+115 |
* | fix IMQ on linux 2.6.27 and 2.6.28 | Felix Fietkau | 2009-02-21 | 1 | -0/+114 |
* | remove the netfilter time patch from 2.6.28 as it duplicates functionality th... | Felix Fietkau | 2009-02-21 | 3 | -241/+3 |
* | remove support for ipp2p - it's unmaintained, broken, overmatching and underm... | Felix Fietkau | 2009-02-21 | 5 | -934/+14 |
* | update to 2.6.28.6 | Gabor Juhos | 2009-02-19 | 2 | -8/+4 |
* | spi-gpio: Implement spidelay for busses that need it. | Michael Büsch | 2009-02-15 | 1 | -0/+60 |
* | Fix spi-gpio MISO handling. | Michael Büsch | 2009-02-15 | 1 | -0/+22 |
* | update to 2.6.28.5 | Gabor Juhos | 2009-02-15 | 5 | -68/+34 |
* | - new upstream kernel 2.6.28.5 - the fix-serial_h patch does not apply anymor... | Markus Wigge | 2009-02-13 | 1 | -19/+0 |
* | generic-2.6/2.6.28: rename spi-gpio patch | Gabor Juhos | 2009-02-12 | 1 | -0/+0 |
* | spi-gpio: Support busses without chipselect (only one device on the bus) | Michael Büsch | 2009-02-11 | 1 | -0/+77 |
* | Make spi-gpio hotplug capable, so we can initialize devices after boot. | Michael Büsch | 2009-02-11 | 1 | -0/+62 |
* | Port SPI-GPIO driver from 2.6.29-rc4 | Michael Büsch | 2009-02-10 | 2 | -11/+486 |
* | Deprecate the old SPI-GPIO driver. | Michael Büsch | 2009-02-10 | 2 | -45/+55 |
* | update to 2.6.28.4 | Gabor Juhos | 2009-02-08 | 3 | -5/+3 |