aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* generic: revert workarounds for AR8337 switchMathias Kresin2018-08-232-62/+1
* kernel: rtl8366_smi: guard of_mdiobus_register() callJo-Philipp Wich2018-05-111-1/+5
* kernel: add OF support to rtl8355 driverJohn Crispin2018-05-071-1/+10
* ar8216: reduce latency even further for ar8327 chipsFelix Fietkau2018-04-081-2/+4
* ar8216: reduce latency by inserting scheduling points into code hogging the CPUFelix Fietkau2018-04-081-2/+7
* kernel: b53: fix compilation on BCM47XXRafał Miłecki2018-03-211-0/+2
* kernel: b53: look for NVRAM's "robo_reset" entry on every platformRafał Miłecki2018-03-211-6/+8
* kernel: b53: drop support for old location of bcm47xx_nvram.hRafał Miłecki2018-03-131-3/+1
* swconfig: convert swdevs_lock from spinlock to mutexFelix Fietkau2018-03-121-3/+3
* kernel: ar83xx: remove stray leading spaceJohn Crispin2018-02-201-3/+3
* kernel: ar83xx: add support to configure per port VLAN priorityTan Hong Hui2018-02-203-0/+55
* generic: swconfig: reduce lock duration on sysfs filesKevin Darbyshire-Bryant2018-02-141-8/+12
* generic: swconfig: add mode led attributeKevin Darbyshire-Bryant2018-02-141-12/+125
* kernel: generic: Add kernel 4.14 supportHauke Mehrtens2017-12-163-8/+32
* generic: drop support for get_port_stats() on ar8xxxThibaut VARENE2017-09-133-59/+18
* kernel: rtl8306: fix port link statusMathias Kresin2017-09-081-0/+4
* generic: make switch_port_stats tx/rx_bytes long longThibaut VARENE2017-09-011-1/+1
* generic: provide get_port_stats() on rtl836x switchesThibaut VARENE2017-09-016-0/+74
* generic: provide get_port_stats() on b53 switchesThibaut VARENE2017-09-011-1/+57
* generic: provide get_port_stats() on adm6996 switchesThibaut VARENE2017-09-011-0/+32
* generic: provide get_port_stats() on ar8xxx switchesThibaut VARENE2017-09-013-0/+61
* brcm47xx: resolve GPIO conflict for WRT54GSv1Mirko Parthey2017-07-021-5/+0
* linux/swconfig_get_attr: fix leak of msg in case of errorAlexander Couzens2017-06-111-1/+1
* b53: allow configuration through device treeJonas Gorski2017-06-103-19/+180
* ip17xx: correct aneg_done return valueSergey Ryazanov2017-06-071-1/+1
* mvswitch: fix autonegotiation issueSergey Ryazanov2017-06-071-0/+7
* generic: rtl8366rb: add support for initvals from DTSKevin Darbyshire-Bryant2017-04-251-0/+25
* ar8327: Add workarounds for AR8337 switch.Vittorio Gambaletta2017-03-302-1/+62
* Revert "kernel: ar8327/ar8337: disable ARL access code to avoid lockups (FS#3...Stijn Tintel2017-02-221-6/+0
* ar8216: flush ARL table during reset after init_globalsGünther Kelleter2017-02-161-0/+1
* kernel: port b53 to use kernel 4.5+ APIRafał Miłecki2017-02-062-17/+8
* kernel: update phy drivers for 4.9Felix Fietkau2017-02-037-134/+90
* generic: rtl8366rb: fix compatible stringMathias Kresin2017-02-031-1/+1
* rtl8366_smi: add linux 4.4 compatibilityFelix Fietkau2017-02-011-4/+9
* generic: rtl836x: add support for Green FeatureTobias Wolf2017-01-271-62/+198
* generic: rtl8366s: add support support for initvals from DTSTobias Wolf2017-01-271-2/+27
* kernel: ar8327/ar8337: disable ARL access code to avoid lockups (FS#384)Jo-Philipp Wich2017-01-161-0/+6
* mvsw61xx: add support for MV88E6352Imre Kaloz2017-01-132-0/+7
* generic: ar8216: fix invalid bounds check imported from ChromeOS (FS#347)Jo-Philipp Wich2016-12-231-1/+1
* net: ar8327: modify some configuration of switchPavel Kubelun2016-12-012-4/+13
* net: ar8216: address security vulnerabilities in swconfig & ar8216Pavel Kubelun2016-12-012-7/+26
* net: ar8216: prevent device duplication in ar8xxx_dev_listPavel Kubelun2016-12-011-2/+2
* net: ar8216: hold ar8xxx_dev_list_lock during use_count--Pavel Kubelun2016-12-011-3/+6
* net: ar8327: replace sprintf() by scnprintf()Pavel Kubelun2016-12-011-2/+1
* net: ar8327: remove unnecessary spinlocksPavel Kubelun2016-12-011-4/+0
* net: ar8216: sync mib_work cancellationPavel Kubelun2016-12-011-1/+1
* kernel: rtl8367(b): fix build errorMathias Kresin2016-11-192-2/+2
* generic: ar8216: improve ar8xxx_is_possible checkChristian Lamparter2016-10-151-6/+6
* mvsw61xx: enable SerDes on 6176 if requiredJonas Gorski2016-09-262-0/+59
* mvsw61xx: reset phys on probe to enable switch ports on clearfog proJonas Gorski2016-09-262-1/+54