aboutsummaryrefslogtreecommitdiff
path: root/target/linux/generic
Commit message (Collapse)AuthorAge
...
* fix order fail in previous commitJo-Philipp Wich2010-08-06
| | | | SVN-Revision: 22504
* add missing symbols for 2.6.35Jo-Philipp Wich2010-08-06
| | | | SVN-Revision: 22503
* swconfig: cleanup of kernel drivers and interface - add some comments to a ↵Felix Fietkau2010-08-04
| | | | | | 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-03
| | | | | | 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-01
| | | | SVN-Revision: 22458
* refresh 2.6.34 patchesFlorian Fainelli2010-08-01
| | | | SVN-Revision: 22451
* generic/patches-2.6.32: finalize jffs2/lzma support on 2.6.32.xAlexandros C. Couloumbis2010-07-31
| | | | SVN-Revision: 22423
* fix a typo in config-2.6.34 and config-2.6.35, thanks frogonwheelsJo-Philipp Wich2010-07-30
| | | | SVN-Revision: 22421
* target/linux: refresh kernel patchesAlexandros C. Couloumbis2010-07-29
| | | | SVN-Revision: 22413
* generic/patches-2.6.34: Make devtmpfs available on (embedded) configurations ↵Alexandros C. Couloumbis2010-07-28
| | | | | | 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-24
| | | | SVN-Revision: 22374
* kernel: add some missing debugging related config symbolsFelix Fietkau2010-07-21
| | | | SVN-Revision: 22324
* kernel: add the new 'crashlog' feature, which tries to store kernel ↵Felix Fietkau2010-07-20
| | | | | | 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-19
| | | | SVN-Revision: 22297
* brcm47xx: prepare brcm47xx patches for sending to mainline.Hauke Mehrtens2010-07-19
| | | | SVN-Revision: 22296
* refresh 2.6.32 patchesFlorian Fainelli2010-07-17
| | | | SVN-Revision: 22256
* kernel: refresh patchesHauke Mehrtens2010-07-17
| | | | SVN-Revision: 22252
* kernel: fix kernel panic when traffic goes over the network.Hauke Mehrtens2010-07-17
| | | | SVN-Revision: 22246
* kernel: the interface fsync changed a littleHauke Mehrtens2010-07-17
| | | | SVN-Revision: 22244
* generic: update 2.6.35 patches to 2.6.35-rc5Alexandros C. Couloumbis2010-07-16
| | | | SVN-Revision: 22238
* generic: rtl8366: add debugfs file to show PVIDsGabor Juhos2010-07-15
| | | | SVN-Revision: 22206
* generic: rtl8366: make rtl8366_set_vlan staticGabor Juhos2010-07-15
| | | | SVN-Revision: 22205
* generic: rtl8366: add common rtl8366_sw_{get,set}_vlan_ports functionsGabor Juhos2010-07-15
| | | | SVN-Revision: 22204
* generic: rtl8366: add common rtl8366_sw_get_vlan_infoGabor Juhos2010-07-15
| | | | SVN-Revision: 22203
* generic: rtl8366: use smi->num_ports and smi->ops->get_vlan_4kGabor Juhos2010-07-15
| | | | SVN-Revision: 22202
* generic: rtl8366: add is_vlan_valid function to smi_opsGabor Juhos2010-07-15
| | | | SVN-Revision: 22201
* generic: rtl8366: add common rtl8366_sw_get_port_mib functionGabor Juhos2010-07-15
| | | | SVN-Revision: 22200
* generic: rtl8366: generealize rtl8366{s,rb}_sw_get_port_mib functionsGabor Juhos2010-07-15
| | | | SVN-Revision: 22199
* generic: rtl8366: make rtl8366_{g,s}et_pvid staticGabor Juhos2010-07-15
| | | | SVN-Revision: 22198
* generic: rtl8366: add common rtl8366_sw_{get,set}_port_pvid functionsGabor Juhos2010-07-15
| | | | SVN-Revision: 22197
* generic: rtl8366: add setup to rtl8366_smi_ops structGabor Juhos2010-07-15
| | | | SVN-Revision: 22196
* generic: rtl8366: introduce rtl8366_smi_allocGabor Juhos2010-07-15
| | | | SVN-Revision: 22195
* generic: rtl8366: get rid of private rtl8366{s,rb} structsGabor Juhos2010-07-15
| | | | SVN-Revision: 22194
* generic: rtl8366: move switch device to the rtl8366_smi structGabor Juhos2010-07-15
| | | | SVN-Revision: 22193
* generic: rtl8366: get rid of private vlan_{mc,4k} structsGabor Juhos2010-07-15
| | | | | | | | 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-15
| | | | SVN-Revision: 22191
* generic: move ath5k_platform.h from ar71xx to generic filesGabor Juhos2010-07-15
| | | | SVN-Revision: 22189
* export SSB fallback SPROM - required for wl.koJo-Philipp Wich2010-07-13
| | | | SVN-Revision: 22168
* pwm: use coherent naming to avoid conflictsClaudio Mignanti2010-07-12
| | | | SVN-Revision: 22142
* kernel: Add missing kernel config optionsHauke Mehrtens2010-07-11
| | | | SVN-Revision: 22136
* kernel: add missing dma_dev member to struct ssb_device to make ↵Hauke Mehrtens2010-07-11
| | | | | | b43/b43legacy compile with current mac80211 version SVN-Revision: 22135
* kernel: add missing config option found by buildbotHauke Mehrtens2010-07-06
| | | | SVN-Revision: 22080
* repair the damage that was done to the packet socket type filter patch when ↵Felix Fietkau2010-07-06
| | | | | | 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-04
| | | | SVN-Revision: 22058
* mini_fo: add error pointer checks after dentry lookups to fix various crash ↵Felix Fietkau2010-07-04
| | | | | | bugs (fixes #7277, #7207, #7259) SVN-Revision: 22057
* generic: rtl8366: enable VLAN ingress filteringGabor Juhos2010-07-02
| | | | SVN-Revision: 22044
* refresh 2.6.34 patchesFlorian Fainelli2010-07-01
| | | | SVN-Revision: 22042
* Don't force pci support on .34 and .35Claudio Mignanti2010-06-30
| | | | SVN-Revision: 21993
* generic: rtl8366: minor cleanupGabor Juhos2010-06-28
| | | | SVN-Revision: 21985
* generic: rtl8366: add common read_debugfs_mibs functionGabor Juhos2010-06-28
| | | | SVN-Revision: 21984