ramips: change ethernet napi interrupt sequence
[openwrt/svn-archive/archive.git] / target / linux / ramips / files / drivers / net / ethernet /
2015-06-05 Felix Fietkauramips: change ethernet napi interrupt sequence
2015-06-05 Felix Fietkauramips: fix ethernet vlan tx offload support check...
2015-03-22 Felix Fietkauramips: make ethernet register map u16 instead of u32
2015-03-21 Felix Fietkauramips: increase NAPI weight for mt7621 to improve...
2015-03-13 John Crispinralink: support change tx/rx ring size
2015-03-13 John Crispinralink: use random generate mac address instead of...
2015-02-11 John Crispinralink: fix when tx done is 0 also need to clean interr...
2015-02-09 John Crispinralink: fix hw status almost full not work on mt7620...
2015-02-09 John Crispinralink: add 3.18 support
2015-02-01 Felix Fietkauramips: fix ethernet driver tx completion polling
2015-01-28 John Crispinralink: check ethernet MAC address whether it is valid
2015-01-24 Felix Fietkauralink: fix ethernet feature TSO not work
2015-01-24 Felix Fietkauralink: init tx/rx vlan offload register for mt7621
2015-01-24 Felix Fietkauralink: use fe_max_buf_size to get rx buffer size
2015-01-24 Felix Fietkauramips: fix ethernet vlan tx offload support check
2015-01-18 Felix Fietkauralink: fix ethernet rx buffer size breakage
2015-01-18 Felix Fietkauralink: improve check rx sg function. use check frags...
2015-01-18 Felix Fietkauralink: correct handle hardware rx 2bytes offset
2015-01-18 Felix Fietkauralink: use fe_reset to control all reset
2015-01-18 Felix Fietkauralink: improve tx_timeout function
2015-01-18 Felix Fietkauralink: reduce access to uncached tx/rx dma ring buffer
2015-01-17 Felix Fietkauramips: fix tx bql related race condition in the ethern...
2015-01-13 Felix Fietkauramips: use a larger number of rx descriptors on mt7621...
2015-01-13 Felix Fietkauramips: remove interrupt coalescing, it is unnecessary...
2015-01-02 Felix Fietkauramips: disable ethernet checksum offloads for mt7621...
2015-01-02 Felix Fietkauramips: use netif_receive_skb instead of napi_gro_recei...
2014-11-19 John Crispinralink: fix tx vlan offload and hardware status
2014-11-19 John Crispinralink: support netconsole
2014-11-19 John Crispinralink: improve tx vlan offload
2014-11-14 John Crispinralink: update ethernet driver to use new ralink_soc...
2014-11-14 John Crispinralink: fix the 10mbit bug on mt7621
2014-11-14 John Crispinralink: improve mt7530 support
2014-11-14 John Crispinralink: mt7621 has a different base addr for PVID
2014-11-12 John Crispinralink: add support for mt7621 ethernet
2014-11-11 John Crispinralink: fix mdio polling of external phys if only 1...
2014-11-07 John Crispinralink: mt7628 does not actually need this fix for...
2014-11-06 John Crispinralink: improve r43200
2014-11-06 John Crispinralink: only apply ephy1 fixup if the phy is present
2014-11-06 John Crispinralink: add mt7628 support to the ethernet driver
2014-11-06 John Crispinralink: cleanup ethernet Makefile/Kconfig
2014-11-06 John Crispinralink: move ethernet driver to files/
2013-04-03 John Crispin[ramips] move files to files-3.7
2013-01-28 John Crispin[ramips] fix for non-blinking LAN LEDs
2012-11-25 Gabor Juhosramips: ramips_eth: use Kconfig definition to enable...
2012-11-12 John Crispin[ramips] move ethernet hw init to init/uninit functions
2012-09-25 John Crispin[ramips] add ethernet support for rt5350
2012-09-25 John Crispin[ramips] make ramips ethernet use a register mapping...
2012-09-05 Gabor Juhosramips: Add missing andmask to ramips_esw register...
2012-09-05 Gabor Juhosramips: Use doubletagging to disable ramips_esw vlan...
2012-08-29 Gabor Juhosramips: Power down phy on disabled switch ports
2012-08-29 Gabor Juhosramips: Rename POC registers
2012-08-29 Gabor Juhosramips: Minor ramips_esw.c cleanup
2012-08-29 Gabor Juhosramips: Add swconfig support to ramips_esw.c
2012-08-29 Gabor Juhosramips: ramips_esw.c indentation cleanup
2012-05-23 Gabor Juhosramips: Add byte queue limits support to net/ethernet...
2012-02-26 Gabor Juhosramips: don't read RAMIPS_RX_CALC_IDX0 register in...
2012-02-26 Gabor Juhosramips: raeth: add rx_info structure
2012-02-26 Gabor Juhosramips: raeth: add tx_info structure
2012-02-25 Gabor Juhosramips: raeth: don't process disabled interrupts
2012-02-22 Gabor Juhosramips: raeth: show interrupt statistics in debugfs
2012-02-22 Gabor Juhosramips: raeth: add debugfs support
2012-02-22 Gabor Juhosramips: raeth: rename main source file
2012-02-21 Gabor Juhosramips: raeth: add missing Kconfig and Makefile
2012-02-21 Gabor Juhosramips: move the ethernet driver into a separate directory