| Commit message (Expand) | Author | Age | Files | Lines |
* | rename target/linux/generic-2.6 to generic | Felix Fietkau | 2010-06-26 | 250 | -114767/+0 |
* | generic: rtl8366: rename vlan debugfs file to vlan_mc, and clean up it's format | Gabor Juhos | 2010-06-26 | 2 | -52/+26 |
* | generic: rtl8366: update vlan handling code for rtl8366s | Gabor Juhos | 2010-06-26 | 1 | -120/+174 |
* | generic: rtl8366: update vlan handling code of rtl8366rb | Gabor Juhos | 2010-06-26 | 1 | -121/+175 |
* | generic: rtl8366: add hw_init to initialize registers after reset | Gabor Juhos | 2010-06-26 | 2 | -4/+128 |
* | generic: rtl8366: introduce rtl8366_smi_rmwr function | Gabor Juhos | 2010-06-26 | 4 | -133/+75 |
* | generic: rtl8366s: get some MIB counters from another offset | Gabor Juhos | 2010-06-26 | 1 | -36/+57 |
* | generic: rtl8366: cleanup MIB counter printing | Gabor Juhos | 2010-06-26 | 2 | -122/+96 |
* | generic: rtl8366: use struct rtl8366_smi instead of struct rtl8366{s,rb} | Gabor Juhos | 2010-06-26 | 2 | -152/+141 |
* | generic: rtl8366: add common vlan_4k structure | Gabor Juhos | 2010-06-26 | 3 | -20/+49 |
* | generic: rtl8366: add common vlan_mc structure | Gabor Juhos | 2010-06-26 | 3 | -24/+62 |
* | generic: rtl8366: rename vlanmc and vlan4k related structures an functions | Gabor Juhos | 2010-06-26 | 2 | -83/+80 |
* | generic: rtl8366: use struct rtl8366_smi for phy_reg_{read,write} calls | Gabor Juhos | 2010-06-26 | 2 | -18/+14 |
* | generic: rtl8366: move mii bus handling to the rtl8366_smi code | Gabor Juhos | 2010-06-26 | 4 | -108/+75 |
* | generic: rtl8366: introduce rtl8366_smi_ops | Gabor Juhos | 2010-06-26 | 4 | -22/+63 |
* | generic: rtl8366: change format string for debugfs error messages | Gabor Juhos | 2010-06-26 | 2 | -12/+16 |
* | generic: rtl8366: don't show link parameters if the link is down | Gabor Juhos | 2010-06-26 | 2 | -24/+34 |
* | generic: rtl8366: fix register offset and size of MIB counters | Gabor Juhos | 2010-06-26 | 2 | -26/+26 |
* | generic: rtl8366: prevent modifications of VLAN 0 | Gabor Juhos | 2010-06-26 | 2 | -6/+6 |
* | another #ifdef around pci_set_mwi call | Claudio Mignanti | 2010-06-20 | 1 | -0/+2 |
* | pci_set_mwi depends upon CONFIG_HAVE_PCI_SET_MWI | Claudio Mignanti | 2010-06-20 | 1 | -0/+2 |
* | Add the generic PWM api from Bill Gatliff (experimental). Ignore the leds tri... | Claudio Mignanti | 2010-06-14 | 7 | -0/+1995 |
* | Extend the gpio device driver (#5671) | Claudio Mignanti | 2010-06-13 | 2 | -52/+61 |
* | swconfig: fix lock imbalance in unregister_switch() | Gabor Juhos | 2010-06-13 | 1 | -0/+1 |
* | swconfig: release switch in error path of swconfig_get_attr | Gabor Juhos | 2010-06-13 | 1 | -3/+2 |
* | ip17xx: fix autonegotioation issues | Gabor Juhos | 2010-06-08 | 1 | -10/+21 |
* | ip17xx: Update the copyright message | Gabor Juhos | 2010-06-08 | 1 | -1/+2 |
* | ip17xx: Rename the driver to ip17xx.c | Gabor Juhos | 2010-06-08 | 1 | -0/+0 |
* | ip17xx: The big rename | Gabor Juhos | 2010-06-08 | 1 | -174/+174 |
* | ip17xx: Keep all state locally | Gabor Juhos | 2010-06-08 | 1 | -209/+3 |
* | ip17xx: Add support for IP175D | Gabor Juhos | 2010-06-08 | 1 | -1/+169 |
* | ip17xx: Avoid auto-negotiation | Gabor Juhos | 2010-06-08 | 1 | -3/+5 |
* | ip17xx: New chip detection | Gabor Juhos | 2010-06-08 | 1 | -28/+30 |
* | ip17xx: Add VLAN tag field | Gabor Juhos | 2010-06-08 | 1 | -1/+44 |
* | ip17xx: Maintain state->remove_tag incrementally | Gabor Juhos | 2010-06-08 | 1 | -3/+4 |
* | ip17xx: Initialize VLAN state upon reset | Gabor Juhos | 2010-06-08 | 1 | -5/+15 |
* | ip17xx: Introduce vlan array | Gabor Juhos | 2010-06-08 | 1 | -12/+14 |
* | ip17xx: Introduce indirection of low-level operations | Gabor Juhos | 2010-06-08 | 1 | -49/+90 |
* | ip17xx: Fix use of MODE_VAL | Gabor Juhos | 2010-06-08 | 1 | -1/+1 |
* | ip17xx: Fix indentation in get_state() and update_state() | Gabor Juhos | 2010-06-08 | 1 | -76/+76 |
* | ip17xx: Fixed error handling in ip175c_set_val() | Gabor Juhos | 2010-06-08 | 1 | -1/+1 |
* | ip17xx: Cosmetic cleanups | Gabor Juhos | 2010-06-08 | 1 | -50/+35 |
* | ip17xx: Consolidate operations with PHY registers | Gabor Juhos | 2010-06-08 | 1 | -47/+40 |
* | swconfig: Fix a bug in use of SWITCH_PORT_FLAG_TAGGED | Gabor Juhos | 2010-06-08 | 1 | -1/+1 |
* | gpio_buttons: include slab.h | Lars-Peter Clausen | 2010-05-12 | 1 | -0/+1 |
* | fix build error on hifnHIPP spotted by buildbot | Florian Fainelli | 2010-05-05 | 1 | -0/+1 |
* | update OCF framework to version 20100325 | Jo-Philipp Wich | 2010-05-04 | 164 | -3645/+65040 |
* | kernel: fix build with kernel 2.6.34-rc4 | Hauke Mehrtens | 2010-04-18 | 1 | -0/+1 |
* | swconfig: Add cpu port index to help output. | Gabor Juhos | 2010-04-16 | 2 | -0/+2 |
* | swconfig: Check vlan/port indexes for validity. | Florian Fainelli | 2010-04-11 | 1 | -0/+4 |