aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* ar8216: Fix problem with AR8337 MAC swap handlingFelix Fietkau2015-06-141-3/+3
* b53: fix memory out of bounds access on 64 bit targetsJonas Gorski2015-06-101-2/+2
* b53: widen stp state mask to 3 bits (instead of 2)Jonas Gorski2015-06-101-1/+1
* b53: Allow using all ports on BCM53012Rafał Miłecki2015-05-121-1/+1
* b53: improve overriding CPU port state on BCM5301XRafał Miłecki2015-04-122-2/+30
* b53: clean up code to match kernel style betterJonas Gorski2015-04-106-20/+23
* b53: define registers available and needed on BCM5301XJonas Gorski2015-04-101-0/+33
* b53: reverse duplex bit meaning for IMP state override registerJonas Gorski2015-03-181-1/+1
* kernel: mtdsplit: add support for FIT imageJohn Crispin2015-03-153-0/+146
* b53: global config is part of the management page, not the control pageJonas Gorski2015-03-151-2/+2
* swconfig: fix build with linux 4.0John Crispin2015-03-061-3/+6
* b53: fix mmap register read/writes > 32 bitJonas Gorski2015-02-271-34/+36
* kernel: mtdsplit_uimage: fix passed info about buf sizeRafał Miłecki2015-02-121-2/+2
* kernel: mtdsplit_uimage: read more data to match Edimax needsRafał Miłecki2015-02-121-8/+12
* kernel: mtdsplit_uimage: use separated buffer for reading dataRafał Miłecki2015-02-121-18/+16
* kernel: mtdsplit_uimage: add parser for Edimax devicesRafał Miłecki2015-02-121-0/+53
* mtdsplit_uimage: more generic header verify functionRafał Miłecki2015-02-121-11/+26
* kernel: fix compile error inside adm6996.cJohn Crispin2015-02-091-1/+1
* ar71xx: add Netgear WNR1000v2/WNR1000v2-VC support (#18633)John Crispin2015-01-301-0/+4
* ar8216: prefix mii_xxx functions to avoid kernel namespace pollutionFelix Fietkau2015-01-243-18/+18
* ar8216: add swconfig attribute to display ARL table on AR8327/AR8337Felix Fietkau2015-01-244-15/+220
* ar8216: decrease page switch wait timeFelix Fietkau2015-01-242-3/+9
* ar8216: add link change detection for switch portsFelix Fietkau2015-01-242-0/+36
* ar8216: fix ATU flushingFelix Fietkau2015-01-242-9/+5
* ar8216: display flow control info in swconfig get_link in case of autonegatia...Felix Fietkau2015-01-182-1/+19
* ar8216: add 802.3az EEE info to swconfig get_link attributeFelix Fietkau2015-01-184-1/+47
* ar8216: introduce enable_eee swconfig attribute to control 802.3az EEE per portFelix Fietkau2015-01-184-17/+122
* ar8216: introduce ar8xxx_reg_clear complementing ar8xxx_reg_setJohn Crispin2015-01-173-12/+14
* ar8216: replace ar8xxx_rmw with ar8xxx_reg_set where appropriateJohn Crispin2015-01-172-12/+7
* ar8216: define all switch_addr structs as constJohn Crispin2015-01-172-6/+6
* mvsw61xx: track and set per-VLAN port state in STULuka Perkov2015-01-112-7/+32
* mvsw61xx: clean up and expand register definitionsLuka Perkov2015-01-112-29/+50
* mvsw61xx: rework chip recognitionLuka Perkov2015-01-112-10/+31
* mvsw6171: rename to 'mvsw61xx'Luka Perkov2015-01-112-129/+129
* ar8216: factor out AR8327/AR8337-specific driver code into ar8327.cFelix Fietkau2015-01-053-1030/+1134
* ar8216: move definitions from ar8216.c to ar8216.h and introduce ar8327.hFelix Fietkau2015-01-053-345/+365
* kernel: add mtd split support for trx imagesFelix Fietkau2015-01-023-0/+153
* kernel: add a mtdsplit implementation for tp-link firmware headersFelix Fietkau2015-01-023-0/+175
* kernel: move mtdsplit files to drivers/mtd/mtdsplit/ to simplify maintenance,...Felix Fietkau2015-01-028-0/+17
* kernel: remove openwrt micrel.c (replaced by upstream driver)Felix Fietkau2014-12-221-83/+0
* mvsw6171: note support for 88E6172 switchesLuka Perkov2014-12-191-1/+1
* ar8216: Inline function ar8xxx_create_miiFelix Fietkau2014-12-181-13/+3
* ar8216: Remove read/write/rmw member functions from ar8xxx_privFelix Fietkau2014-12-181-65/+51
* ar8216: Create helpers mii_read32 / mii_write32 for 32 bit MII opsFelix Fietkau2014-12-181-34/+40
* ar8216: Factor out chip-specific parameters from ar8xxx_probe_switchFelix Fietkau2014-12-181-117/+151
* ar8216: remove unused function parameter in ar8327_led_registerFelix Fietkau2014-12-181-2/+2
* ar8216: enable cpu port to receive arp and broadcast frames for ar8236Felix Fietkau2014-12-122-0/+12
* kernel: add driver for Marvell 88E6171 switchJohn Crispin2014-12-012-0/+1096
* ar8216: factor out reg_port_stats_base parameters to ar8xxx_chipJohn Crispin2014-12-012-13/+20
* ar8216: factor out mii_lo_first to ar8xxx_chipJohn Crispin2014-12-011-5/+5