Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | add linux-mips div64 rewrite to work with gcc-4.4.0 (#5023) | Florian Fainelli | 2009-05-12 | |
| | | | | SVN-Revision: 15797 | |||
* | Add support for pcmcia to ssb. b43 will build now with pcmcia support. | Hauke Mehrtens | 2009-05-11 | |
| | | | | SVN-Revision: 15784 | |||
* | Refresh patches. | Hauke Mehrtens | 2009-05-11 | |
| | | | | SVN-Revision: 15776 | |||
* | improve the skb padding performance change to avoid unnecessary ↵ | Felix Fietkau | 2009-05-10 | |
| | | | | | | reallocations in the routing code SVN-Revision: 15761 | |||
* | 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 | |
| | | | | SVN-Revision: 15655 | |||
* | refresh generic 2.6.28 patches | Imre Kaloz | 2009-05-04 | |
| | | | | SVN-Revision: 15578 | |||
* | remove netfilter_upstream_fixes patches, not needed anymore after kernel ↵ | Nicolas Thill | 2009-05-03 | |
| | | | | | | recent updates since they have been, well, fixed upstream :) SVN-Revision: 15576 | |||
* | netfilter: add a check for ip proto in netfilter_match_speedup patches ↵ | Nicolas Thill | 2009-05-03 | |
| | | | | | | (closes: #5041) SVN-Revision: 15574 | |||
* | linux 2.6.28: fix kernel headers compilation error because of conflicting ↵ | Felix Fietkau | 2009-04-30 | |
| | | | | | | getline() function definitions - this bug seems to be gone in newer kernels SVN-Revision: 15523 | |||
* | 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 | |
| | | | | SVN-Revision: 15502 | |||
* | Add a driver for Atheros AR8216 switches Thanks to Vertical Communications, ↵ | Felix Fietkau | 2009-04-29 | |
| | | | | | | Inc. for providing access to the documentation SVN-Revision: 15482 | |||
* | fix a small bug in the socket type patch which broke dhcp | Felix Fietkau | 2009-04-28 | |
| | | | | SVN-Revision: 15471 | |||
* | minor cleanup for packet socket type filter | Felix Fietkau | 2009-04-28 | |
| | | | | SVN-Revision: 15467 | |||
* | add an optimization for dealing with raw sockets, which allows applications ↵ | Felix Fietkau | 2009-04-25 | |
| | | | | | | to filter out (among others) local tx packets on capture SVN-Revision: 15399 | |||
* | generic/2.6.28: update yaffs code | Gabor Juhos | 2009-04-24 | |
| | | | | SVN-Revision: 15390 | |||
* | generic/2.6.28: refresh patches | Gabor Juhos | 2009-04-24 | |
| | | | | SVN-Revision: 15389 | |||
* | add IC+ IP175C driver (based on Patrick Horn's driver, see #4050) | Felix Fietkau | 2009-04-20 | |
| | | | | SVN-Revision: 15305 | |||
* | do not override CONFIG_CONFIGFS_FS in a few places, and make gpiommc be ↵ | Florian Fainelli | 2009-04-12 | |
| | | | | | | selectable with the spio-gpio-old module (#4659) SVN-Revision: 15215 | |||
* | add the R_ARM_V4BX relocation to the ARM kernel module loader | Mirko Vogt | 2009-04-10 | |
| | | | | SVN-Revision: 15208 | |||
* | netfilter: merge some fixes from upstream | Felix Fietkau | 2009-04-09 | |
| | | | | SVN-Revision: 15178 | |||
* | netfilter: speed up packet matching by allowing default rules to bypass the ↵ | Felix Fietkau | 2009-04-09 | |
| | | | | | | common checks SVN-Revision: 15177 | |||
* | kernel: increase skb padding for network devices to accomodate for headroom ↵ | Felix Fietkau | 2009-04-08 | |
| | | | | | | requirements of eth->wifi routing and more SVN-Revision: 15158 | |||
* | workaroun some stupid Kconfig bugs (#4895) | Florian Fainelli | 2009-04-08 | |
| | | | | SVN-Revision: 15157 | |||
* | kernel: revert the change from JHASH_GOLDEN_RATIO to JHASH_INIT_PARAM (ipv6 ↵ | Felix Fietkau | 2009-04-08 | |
| | | | | | | still relies on it) SVN-Revision: 15155 | |||
* | Fix kernel headers for cris (thanks hinkocevar) | Claudio Mignanti | 2009-04-08 | |
| | | | | SVN-Revision: 15153 | |||
* | kernel: tweak the maximum allocation size to improve memory allocator ↵ | Felix Fietkau | 2009-04-07 | |
| | | | | | | performance SVN-Revision: 15130 | |||
* | kernel: replace jhash2 with the faster jhash3 algorithm | Felix Fietkau | 2009-04-07 | |
| | | | | SVN-Revision: 15128 | |||
* | 2.6.28: add Kconfig prompt for the old crypto symbols | Gabor Juhos | 2009-04-06 | |
| | | | | SVN-Revision: 15122 | |||
* | fix a vfs api bug in squashfs triggered by zabbix-agent (#4365) | Felix Fietkau | 2009-04-04 | |
| | | | | SVN-Revision: 15098 | |||
* | remove custom phy hardware detection patch - it is no longer necessary | Felix Fietkau | 2009-03-22 | |
| | | | | SVN-Revision: 14979 | |||
* | add back marvell switch support to 2.6.28 | Felix Fietkau | 2009-03-22 | |
| | | | | SVN-Revision: 14974 | |||
* | resync kernel patches | Hauke Mehrtens | 2009-03-19 | |
| | | | | SVN-Revision: 14949 | |||
* | fix mmap issues caused by the vm_exports patch (thx, danm) | Felix Fietkau | 2009-03-16 | |
| | | | | SVN-Revision: 14902 | |||
* | refresh patches for kernel 2.6.28 | Hauke Mehrtens | 2009-03-01 | |
| | | | | SVN-Revision: 14720 | |||
* | ssb: Add support for fallback SPROM. | Michael Büsch | 2009-02-26 | |
| | | | | SVN-Revision: 14679 | |||
* | fix IMQ on linux 2.6.27 and 2.6.28 | Felix Fietkau | 2009-02-21 | |
| | | | | SVN-Revision: 14599 | |||
* | remove the netfilter time patch from 2.6.28 as it duplicates functionality ↵ | Felix Fietkau | 2009-02-21 | |
| | | | | | | that is already in the kernel SVN-Revision: 14597 | |||
* | remove support for ipp2p - it's unmaintained, broken, overmatching and ↵ | Felix Fietkau | 2009-02-21 | |
| | | | | | | undermatching => not that useful for QoS SVN-Revision: 14596 | |||
* | update to 2.6.28.6 | Gabor Juhos | 2009-02-19 | |
| | | | | SVN-Revision: 14565 | |||
* | spi-gpio: Implement spidelay for busses that need it. | Michael Büsch | 2009-02-15 | |
| | | | | SVN-Revision: 14525 | |||
* | Fix spi-gpio MISO handling. | Michael Büsch | 2009-02-15 | |
| | | | | SVN-Revision: 14523 | |||
* | update to 2.6.28.5 | Gabor Juhos | 2009-02-15 | |
| | | | | SVN-Revision: 14512 | |||
* | - new upstream kernel 2.6.28.5 - the fix-serial_h patch does not apply ↵ | Markus Wigge | 2009-02-13 | |
| | | | | | | anymore and is integrated upstream now SVN-Revision: 14500 | |||
* | generic-2.6/2.6.28: rename spi-gpio patch | Gabor Juhos | 2009-02-12 | |
| | | | | SVN-Revision: 14484 | |||
* | spi-gpio: Support busses without chipselect (only one device on the bus) | Michael Büsch | 2009-02-11 | |
| | | | | SVN-Revision: 14476 | |||
* | Make spi-gpio hotplug capable, so we can initialize devices after boot. | Michael Büsch | 2009-02-11 | |
| | | | | SVN-Revision: 14475 | |||
* | Port SPI-GPIO driver from 2.6.29-rc4 | Michael Büsch | 2009-02-10 | |
| | | | | SVN-Revision: 14465 | |||
* | Deprecate the old SPI-GPIO driver. | Michael Büsch | 2009-02-10 | |
| | | | | SVN-Revision: 14464 | |||
* | update to 2.6.28.4 | Gabor Juhos | 2009-02-08 | |
| | | | | SVN-Revision: 14441 | |||
* | remove chaostable patch (#4431) | Florian Fainelli | 2009-02-08 | |
| | | | | SVN-Revision: 14439 |