summaryrefslogtreecommitdiffstats
path: root/target/linux/generic
Commit message (Collapse)AuthorAgeFilesLines
* ip17xx: r21709 broke VLAN functionality on the IP175C switch, add back ↵Jo-Philipp Wich2010-08-031-0/+1
| | | | | | mdelay() to wait before reading back the phy state, fixes ethernet on the DIR-300 and possibly others SVN-Revision: 22468
* package/compcache: use mainline modules for kernels >=2.6.33 (thank you nbd)Alexandros C. Couloumbis2010-08-012-0/+60
| | | | SVN-Revision: 22458
* refresh 2.6.34 patchesFlorian Fainelli2010-08-014-6/+6
| | | | SVN-Revision: 22451
* generic/patches-2.6.32: finalize jffs2/lzma support on 2.6.32.xAlexandros C. Couloumbis2010-07-311-0/+5142
| | | | SVN-Revision: 22423
* fix a typo in config-2.6.34 and config-2.6.35, thanks frogonwheelsJo-Philipp Wich2010-07-302-2/+2
| | | | SVN-Revision: 22421
* target/linux: refresh kernel patchesAlexandros C. Couloumbis2010-07-293-4/+4
| | | | SVN-Revision: 22413
* generic/patches-2.6.34: Make devtmpfs available on (embedded) configurations ↵Alexandros C. Couloumbis2010-07-281-0/+76
| | | | | | without SHMEM/TMPFS, using ramfs instead. (gone mainline in kernel 2.6.35-r3) SVN-Revision: 22407
* generic/config-2.6.32: switch from gzip to lzma jffs2 compressionAlexandros C. Couloumbis2010-07-241-1/+4
| | | | SVN-Revision: 22374
* kernel: add some missing debugging related config symbolsFelix Fietkau2010-07-217-0/+14
| | | | SVN-Revision: 22324
* kernel: add the new 'crashlog' feature, which tries to store kernel ↵Felix Fietkau2010-07-209-0/+1173
| | | | | | oops/panic logs in a fixed location in RAM to recover them after the reboot and make them available to user space using debugfs SVN-Revision: 22305
* pwm: export the generic pwm api as moduleClaudio Mignanti2010-07-191-1/+1
| | | | SVN-Revision: 22297
* brcm47xx: prepare brcm47xx patches for sending to mainline.Hauke Mehrtens2010-07-194-113/+1415
| | | | SVN-Revision: 22296
* refresh 2.6.32 patchesFlorian Fainelli2010-07-1716-65/+65
| | | | SVN-Revision: 22256
* kernel: refresh patchesHauke Mehrtens2010-07-1749-151/+151
| | | | SVN-Revision: 22252
* kernel: fix kernel panic when traffic goes over the network.Hauke Mehrtens2010-07-171-7/+26
| | | | SVN-Revision: 22246
* kernel: the interface fsync changed a littleHauke Mehrtens2010-07-171-4/+29
| | | | SVN-Revision: 22244
* generic: update 2.6.35 patches to 2.6.35-rc5Alexandros C. Couloumbis2010-07-161-524/+0
| | | | SVN-Revision: 22238
* generic: rtl8366: add debugfs file to show PVIDsGabor Juhos2010-07-151-0/+42
| | | | SVN-Revision: 22206
* generic: rtl8366: make rtl8366_set_vlan staticGabor Juhos2010-07-152-5/+2
| | | | SVN-Revision: 22205
* generic: rtl8366: add common rtl8366_sw_{get,set}_vlan_ports functionsGabor Juhos2010-07-154-106/+57
| | | | SVN-Revision: 22204
* generic: rtl8366: add common rtl8366_sw_get_vlan_infoGabor Juhos2010-07-154-84/+47
| | | | SVN-Revision: 22203
* generic: rtl8366: use smi->num_ports and smi->ops->get_vlan_4kGabor Juhos2010-07-152-8/+8
| | | | SVN-Revision: 22202
* generic: rtl8366: add is_vlan_valid function to smi_opsGabor Juhos2010-07-153-6/+25
| | | | SVN-Revision: 22201
* generic: rtl8366: add common rtl8366_sw_get_port_mib functionGabor Juhos2010-07-154-68/+39
| | | | SVN-Revision: 22200
* generic: rtl8366: generealize rtl8366{s,rb}_sw_get_port_mib functionsGabor Juhos2010-07-152-8/+10
| | | | SVN-Revision: 22199
* generic: rtl8366: make rtl8366_{g,s}et_pvid staticGabor Juhos2010-07-152-44/+41
| | | | SVN-Revision: 22198
* generic: rtl8366: add common rtl8366_sw_{get,set}_port_pvid functionsGabor Juhos2010-07-154-28/+21
| | | | SVN-Revision: 22197
* generic: rtl8366: add setup to rtl8366_smi_ops structGabor Juhos2010-07-154-8/+11
| | | | SVN-Revision: 22196
* generic: rtl8366: introduce rtl8366_smi_allocGabor Juhos2010-07-154-9/+20
| | | | SVN-Revision: 22195
* generic: rtl8366: get rid of private rtl8366{s,rb} structsGabor Juhos2010-07-152-84/+42
| | | | SVN-Revision: 22194
* generic: rtl8366: move switch device to the rtl8366_smi structGabor Juhos2010-07-153-22/+15
| | | | SVN-Revision: 22193
* generic: rtl8366: get rid of private vlan_{mc,4k} structsGabor Juhos2010-07-152-277/+148
| | | | | | | | The usage of bitfields causes problems in Little-Endian mode. Remove them and manipulate the bits directly in the appropriate functions. This change also reduces the size of the binary a bit. SVN-Revision: 22192
* generic: rtl8366: use SWITCH_TYPE_NOVAL for reset_mib attributesGabor Juhos2010-07-152-23/+7
| | | | SVN-Revision: 22191
* generic: move ath5k_platform.h from ar71xx to generic filesGabor Juhos2010-07-151-0/+30
| | | | SVN-Revision: 22189
* export SSB fallback SPROM - required for wl.koJo-Philipp Wich2010-07-136-0/+120
| | | | SVN-Revision: 22168
* pwm: use coherent naming to avoid conflictsClaudio Mignanti2010-07-122-1/+1
| | | | SVN-Revision: 22142
* kernel: Add missing kernel config optionsHauke Mehrtens2010-07-111-0/+24
| | | | SVN-Revision: 22136
* kernel: add missing dma_dev member to struct ssb_device to make ↵Hauke Mehrtens2010-07-111-0/+52
| | | | | | b43/b43legacy compile with current mac80211 version SVN-Revision: 22135
* kernel: add missing config option found by buildbotHauke Mehrtens2010-07-062-0/+3
| | | | SVN-Revision: 22080
* repair the damage that was done to the packet socket type filter patch when ↵Felix Fietkau2010-07-063-3/+3
| | | | | | it was forward ported to 2.6.33 this should fix the mac80211 problems in 2.6.33 and later versions SVN-Revision: 22079
* add mini_fo fix to 2.6.30 as wellFelix Fietkau2010-07-041-0/+48
| | | | SVN-Revision: 22058
* mini_fo: add error pointer checks after dentry lookups to fix various crash ↵Felix Fietkau2010-07-044-0/+192
| | | | | | bugs (fixes #7277, #7207, #7259) SVN-Revision: 22057
* generic: rtl8366: enable VLAN ingress filteringGabor Juhos2010-07-022-0/+15
| | | | SVN-Revision: 22044
* refresh 2.6.34 patchesFlorian Fainelli2010-07-013-21/+7
| | | | SVN-Revision: 22042
* Don't force pci support on .34 and .35Claudio Mignanti2010-06-302-2/+0
| | | | SVN-Revision: 21993
* generic: rtl8366: minor cleanupGabor Juhos2010-06-282-22/+16
| | | | SVN-Revision: 21985
* generic: rtl8366: add common read_debugfs_mibs functionGabor Juhos2010-06-283-144/+56
| | | | SVN-Revision: 21984
* generic: rtl8366: standardize read_debugfs_mibs functionsGabor Juhos2010-06-283-22/+44
| | | | SVN-Revision: 21983
* generic: rtl8366: use common rtl8366_mib_counter structureGabor Juhos2010-06-283-48/+42
| | | | SVN-Revision: 21982
* generic: rtl8366: move common debugfs code to rtl8366_smi.cGabor Juhos2010-06-284-335/+193
| | | | SVN-Revision: 21981