aboutsummaryrefslogtreecommitdiff
path: root/target/linux/ramips/files/drivers/net
Commit message (Expand)AuthorAge
...
* ramips: remove interrupt coalescing, it is unnecessary with napi polling and ...Felix Fietkau2015-01-13
* ramips: disable ethernet checksum offloads for mt7621, they are brokenFelix Fietkau2015-01-02
* ramips: use netif_receive_skb instead of napi_gro_receive when rx csum offloa...Felix Fietkau2015-01-02
* ralink: fix tx vlan offload and hardware statusJohn Crispin2014-11-19
* ralink: support netconsoleJohn Crispin2014-11-19
* ralink: improve tx vlan offloadJohn Crispin2014-11-19
* ralink: update ethernet driver to use new ralink_soc variableJohn Crispin2014-11-14
* ralink: fix the 10mbit bug on mt7621John Crispin2014-11-14
* ralink: improve mt7530 supportJohn Crispin2014-11-14
* ralink: mt7621 has a different base addr for PVIDJohn Crispin2014-11-14
* ralink: add support for mt7621 ethernetJohn Crispin2014-11-12
* ralink: fix mdio polling of external phys if only 1 phy existsJohn Crispin2014-11-11
* ralink: mt7628 does not actually need this fix for the ethernet driverJohn Crispin2014-11-07
* ralink: improve r43200John Crispin2014-11-06
* ralink: only apply ephy1 fixup if the phy is presentJohn Crispin2014-11-06
* ralink: add mt7628 support to the ethernet driverJohn Crispin2014-11-06
* ralink: cleanup ethernet Makefile/KconfigJohn Crispin2014-11-06
* ralink: move ethernet driver to files/John Crispin2014-11-06
* move files to files-3.7John Crispin2013-04-03
* fix for non-blinking LAN LEDsJohn Crispin2013-01-28
* ramips: ramips_eth: use Kconfig definition to enable debugGabor Juhos2012-11-25
* move ethernet hw init to init/uninit functionsJohn Crispin2012-11-12
* add ethernet support for rt5350John Crispin2012-09-25
* make ramips ethernet use a register mapping tableJohn Crispin2012-09-25
* ramips: Add missing andmask to ramips_esw register read for recv_good value.Gabor Juhos2012-09-05
* ramips: Use doubletagging to disable ramips_esw vlan by default, it seems mor...Gabor Juhos2012-09-05
* ramips: Power down phy on disabled switch portsGabor Juhos2012-08-29
* ramips: Rename POC registersGabor Juhos2012-08-29
* ramips: Minor ramips_esw.c cleanupGabor Juhos2012-08-29
* ramips: Add swconfig support to ramips_esw.cGabor Juhos2012-08-29
* ramips: ramips_esw.c indentation cleanupGabor Juhos2012-08-29
* ramips: Add byte queue limits support to net/ethernet/ramips_main.cGabor Juhos2012-05-23
* ramips: don't read RAMIPS_RX_CALC_IDX0 register in the loopGabor Juhos2012-02-26
* ramips: raeth: add rx_info structureGabor Juhos2012-02-26
* ramips: raeth: add tx_info structureGabor Juhos2012-02-26
* ramips: raeth: don't process disabled interruptsGabor Juhos2012-02-25
* ramips: raeth: show interrupt statistics in debugfsGabor Juhos2012-02-22
* ramips: raeth: add debugfs supportGabor Juhos2012-02-22
* ramips: raeth: rename main source fileGabor Juhos2012-02-22
* ramips: raeth: add missing Kconfig and MakefileGabor Juhos2012-02-21
* ramips: move the ethernet driver into a separate directoryGabor Juhos2012-02-21
* ramips: raeth: separate ring allocation and setupGabor Juhos2012-02-16
* ramips: raeth: add a helper function for skb allocationGabor Juhos2012-02-15
* ramips: raeth: use netdev_alloc_skbGabor Juhos2012-02-15
* ramips: raeth: add '__packed __aligned(4)' annotation to dma descritor struct...Gabor Juhos2012-02-15
* ramips: raeth: use 're' instead of 'priv' everywhereGabor Juhos2012-02-15
* ramips: raeth: force link down in ramips_phy_stopGabor Juhos2012-02-15
* ramips: raeth: serialize ramips_link_adjust callsGabor Juhos2012-02-15
* ramips: raeth: add PHYLIB supportGabor Juhos2012-02-15
* ramips: raeth: enable MDIO code for RT3883Gabor Juhos2012-02-13