summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6
Commit message (Collapse)AuthorAgeFilesLines
* preliminary 2.6.30 supportImre Kaloz2009-04-2874-0/+41257
| | | | SVN-Revision: 15468
* minor cleanup for packet socket type filterFelix Fietkau2009-04-282-12/+12
| | | | SVN-Revision: 15467
* remove the unused files-2.6.24 directoryFelix Fietkau2009-04-2729-7767/+0
| | | | SVN-Revision: 15442
* add an optimization for dealing with raw sockets, which allows applications ↵Felix Fietkau2009-04-252-0/+264
| | | | | | to filter out (among others) local tx packets on capture SVN-Revision: 15399
* generic/2.6.28: update yaffs codeGabor Juhos2009-04-243-7808/+12352
| | | | SVN-Revision: 15390
* generic/2.6.28: refresh patchesGabor Juhos2009-04-243-16/+9
| | | | SVN-Revision: 15389
* remove 2.6.24, no target is relying on itFlorian Fainelli2009-04-2457-102549/+0
| | | | SVN-Revision: 15388
* add missing configuration symbol (for rdc)Florian Fainelli2009-04-241-0/+1
| | | | SVN-Revision: 15373
* generic/2.6.29: update yaffs codeGabor Juhos2009-04-243-7811/+12344
| | | | SVN-Revision: 15372
* generic/2.6.29: add missing Kconfig optionsGabor Juhos2009-04-231-0/+4
| | | | SVN-Revision: 15358
* clean up the ip175c driver some more, add support for setting the pvid and ↵Felix Fietkau2009-04-201-105/+91
| | | | | | fix querying the phy status SVN-Revision: 15308
* swconfig: add a generic method for setting the port primary vlan id (used ↵Felix Fietkau2009-04-202-7/+42
| | | | | | for transparently fixing up pvid for untagged port when setting vlan ports) SVN-Revision: 15307
* add IC+ IP175C driver (based on Patrick Horn's driver, see #4050)Felix Fietkau2009-04-203-0/+1366
| | | | SVN-Revision: 15305
* swconfig: treat struct switch_attr as constantFelix Fietkau2009-04-202-13/+13
| | | | SVN-Revision: 15302
* swconfig: remove old debugging stuffFelix Fietkau2009-04-201-2/+0
| | | | SVN-Revision: 15301
* add generic 2.6.29 patches and config (squashfs still untested, user space ↵Felix Fietkau2009-04-1887-304/+38252
| | | | | | mkfs still missing) SVN-Revision: 15251
* files/fs/yaffs2: revert changes in r15242 that break patching on 2.6.28Andy Boyett2009-04-189-0/+9
| | | | SVN-Revision: 15248
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-1710-10/+0
| | | | SVN-Revision: 15242
* package ext4 (#4434)Florian Fainelli2009-04-121-0/+1
| | | | SVN-Revision: 15218
* do not override CONFIG_CONFIGFS_FS in a few places, and make gpiommc be ↵Florian Fainelli2009-04-121-1/+1
| | | | | | selectable with the spio-gpio-old module (#4659) SVN-Revision: 15215
* add the R_ARM_V4BX relocation to the ARM kernel module loaderMirko Vogt2009-04-101-0/+33
| | | | SVN-Revision: 15208
* mvswitch: re-enable header modeFelix Fietkau2009-04-101-1/+1
| | | | SVN-Revision: 15186
* netfilter: merge some fixes from upstreamFelix Fietkau2009-04-091-0/+100
| | | | SVN-Revision: 15178
* netfilter: speed up packet matching by allowing default rules to bypass the ↵Felix Fietkau2009-04-091-0/+74
| | | | | | common checks SVN-Revision: 15177
* kernel: increase skb padding for network devices to accomodate for headroom ↵Felix Fietkau2009-04-081-0/+16
| | | | | | requirements of eth->wifi routing and more SVN-Revision: 15158
* workaroun some stupid Kconfig bugs (#4895)Florian Fainelli2009-04-081-0/+23
| | | | SVN-Revision: 15157
* kernel: revert the change from JHASH_GOLDEN_RATIO to JHASH_INIT_PARAM (ipv6 ↵Felix Fietkau2009-04-081-6/+6
| | | | | | still relies on it) SVN-Revision: 15155
* Fix kernel headers for cris (thanks hinkocevar)Claudio Mignanti2009-04-081-0/+29
| | | | SVN-Revision: 15153
* fix typo in 910-cryptodev_backport.patch (#3933)Florian Fainelli2009-04-071-1/+1
| | | | SVN-Revision: 15132
* kernel: tweak the maximum allocation size to improve memory allocator ↵Felix Fietkau2009-04-071-0/+13
| | | | | | performance SVN-Revision: 15130
* kernel: replace jhash2 with the faster jhash3 algorithmFelix Fietkau2009-04-071-0/+227
| | | | SVN-Revision: 15128
* accomodate netfilter module (xt_recent) name change in 2.6.28, add missing ↵Nicolas Thill2009-04-061-0/+1
| | | | | | kconfig when xt_recent is enabled SVN-Revision: 15123
* 2.6.28: add Kconfig prompt for the old crypto symbolsGabor Juhos2009-04-062-2/+50
| | | | SVN-Revision: 15122
* fix a vfs api bug in squashfs triggered by zabbix-agent (#4365)Felix Fietkau2009-04-043-0/+33
| | | | SVN-Revision: 15098
* add a workaround on kmod-textsearch modules (#4832)Florian Fainelli2009-03-261-0/+19
| | | | SVN-Revision: 15047
* refresh patchesHauke Mehrtens2009-03-242-19/+11
| | | | SVN-Revision: 15018
* atheros: in later kernels, vlan 0 no longer works as expected, switch to ↵Felix Fietkau2009-03-221-3/+5
| | | | | | (1,2) instead of (0,1) for lan/wan SVN-Revision: 14981
* remove custom phy hardware detection patch - it is no longer necessaryFelix Fietkau2009-03-223-78/+0
| | | | SVN-Revision: 14979
* remove custom phy layer patches from older kernels where they are not neededFelix Fietkau2009-03-228-312/+0
| | | | SVN-Revision: 14978
* mvswitch,adm6996: use phy fixups instead of a nonstandard patch for hardware ↵Felix Fietkau2009-03-222-52/+40
| | | | | | detection SVN-Revision: 14977
* add back marvell switch support to 2.6.28Felix Fietkau2009-03-221-0/+22
| | | | SVN-Revision: 14974
* resync kernel patchesHauke Mehrtens2009-03-192-3/+3
| | | | SVN-Revision: 14949
* fix mmap issues caused by the vm_exports patch (thx, danm)Felix Fietkau2009-03-162-2/+2
| | | | SVN-Revision: 14902
* added directory for generic patches for linux kernel 2.6.29 - added ported ↵Mirko Vogt2009-03-091-0/+625
| | | | | | patch <065-rootfs_split> SVN-Revision: 14822
* Some symbols were missing or wrong. Tested with x86.Hauke Mehrtens2009-03-051-0/+7
| | | | SVN-Revision: 14751
* add missing symbolsHauke Mehrtens2009-03-011-0/+1
| | | | SVN-Revision: 14721
* refresh patches for kernel 2.6.28Hauke Mehrtens2009-03-012-17/+9
| | | | SVN-Revision: 14720
* generic-2.6: enable crypto system needed by mac80211 on 2.6.2{7,8}Hauke Mehrtens2009-03-012-12/+18
| | | | SVN-Revision: 14716
* generic-2.6: remove remaining ipp2p patchesGabor Juhos2009-03-0121-3751/+48
| | | | SVN-Revision: 14714
* generic-2.6/2.6.28: add missing Kconfig optionGabor Juhos2009-02-281-0/+1
| | | | SVN-Revision: 14691