summaryrefslogtreecommitdiffstats
path: root/target/linux/generic
Commit message (Collapse)AuthorAgeFilesLines
* fix localversion detection for linux 2.6.35Jo-Philipp Wich2010-08-091-0/+11
| | | | SVN-Revision: 22560
* rtl8366: re-enable learning by default, disabling it broke switching ↵Felix Fietkau2010-08-082-8/+92
| | | | | | functionality. add a configuration option for dynamically enabling/disabling this feature. based on patch from #7637 SVN-Revision: 22545
* add missing 2.6.34 symbolsFlorian Fainelli2010-08-081-1/+2
| | | | SVN-Revision: 22543
* refresh 2.6.34 patchesFlorian Fainelli2010-08-082-9/+9
| | | | SVN-Revision: 22542
* crashlog depends on BOOTMEMFlorian Fainelli2010-08-082-2/+4
| | | | SVN-Revision: 22541
* refresh 2.6.35 patchesFlorian Fainelli2010-08-0819-64/+64
| | | | SVN-Revision: 22540
* add missing 2.6.35 config symbolsFlorian Fainelli2010-08-081-0/+3
| | | | SVN-Revision: 22539
* add missing 2.6.35 config symbolsFlorian Fainelli2010-08-081-0/+5
| | | | SVN-Revision: 22537
* Add missing symbols to 2.6.35 configMirko Vogt2010-08-061-0/+2
| | | | SVN-Revision: 22512
* explicitely enable bootmem on 2.6.35 - required by crashlog (#7695)Jo-Philipp Wich2010-08-061-1/+1
| | | | SVN-Revision: 22506
* add missing symbols for 2.6.34, explicitely enable bootmem - required by ↵Jo-Philipp Wich2010-08-061-0/+6
| | | | | | crashlog (#7695) SVN-Revision: 22505
* fix order fail in previous commitJo-Philipp Wich2010-08-061-1/+1
| | | | SVN-Revision: 22504
* add missing symbols for 2.6.35Jo-Philipp Wich2010-08-061-0/+9
| | | | SVN-Revision: 22503
* swconfig: cleanup of kernel drivers and interface - add some comments to a ↵Felix Fietkau2010-08-0411-305/+224
| | | | | | few data structures - add a switch_dev_ops data structure for attributes and callback to replace the stupid template memcpy - get rid of the switch_dev.priv pointer - using container_of() is better SVN-Revision: 22476
* 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