ramips: fix patches after 3.14.32 bump
[openwrt.git] / target / linux / ramips / files / drivers /
2015-02-01 nbdramips: fix ethernet driver tx completion polling
2015-01-28 blogicralink: check ethernet MAC address whether it is valid
2015-01-24 nbdralink: fix ethernet feature TSO not work
2015-01-24 nbdralink: init tx/rx vlan offload register for mt7621
2015-01-24 nbdralink: use fe_max_buf_size to get rx buffer size
2015-01-24 nbdramips: fix ethernet vlan tx offload support check
2015-01-18 nbdralink: fix ethernet rx buffer size breakage
2015-01-18 nbdralink: improve check rx sg function. use check frags...
2015-01-18 nbdralink: correct handle hardware rx 2bytes offset
2015-01-18 nbdralink: use fe_reset to control all reset
2015-01-18 nbdralink: improve tx_timeout function
2015-01-18 nbdralink: reduce access to uncached tx/rx dma ring buffer
2015-01-17 nbdramips: fix tx bql related race condition in the ethern...
2015-01-13 nbdramips: use a larger number of rx descriptors on mt7621...
2015-01-13 nbdramips: remove interrupt coalescing, it is unnecessary...
2015-01-02 nbdramips: disable ethernet checksum offloads for mt7621...
2015-01-02 nbdramips: use netif_receive_skb instead of napi_gro_recei...
2014-11-19 blogicralink: fix tx vlan offload and hardware status
2014-11-19 blogicralink: support netconsole
2014-11-19 blogicralink: improve tx vlan offload
2014-11-14 blogicralink: update ethernet driver to use new ralink_soc...
2014-11-14 blogicralink: fix the 10mbit bug on mt7621
2014-11-14 blogicralink: improve mt7530 support
2014-11-14 blogicralink: mt7621 has a different base addr for PVID
2014-11-12 blogicralink: add support for mt7621 ethernet
2014-11-11 blogicralink: fix mdio polling of external phys if only 1...
2014-11-07 blogicralink: mt7628 does not actually need this fix for...
2014-11-06 blogicralink: improve r43200
2014-11-06 blogicralink: only apply ephy1 fixup if the phy is present
2014-11-06 blogicralink: add mt7628 support to the ethernet driver
2014-11-06 blogicralink: cleanup ethernet Makefile/Kconfig
2014-11-06 blogicralink: move ethernet driver to files/
2014-03-18 blogicralink: refresh patches
2014-01-19 blogicralink: add xhci driver
2013-04-03 blogic[ramips] move files to files-3.7
2013-02-25 juhosgramips: remove __dev_{init,exit} annotations
2013-01-28 blogic[ramips] fix for non-blinking LAN LEDs
2012-12-22 juhosgramips: convert to use {e,o}hci-platform driver
2012-11-25 juhosgramips: ramips_eth: use Kconfig definition to enable...
2012-11-12 blogic[ramips] move ethernet hw init to init/uninit functions
2012-09-25 blogic[ramips] add ethernet support for rt5350
2012-09-25 blogic[ramips] make ramips ethernet use a register mapping...
2012-09-05 juhosgramips: Add missing andmask to ramips_esw register...
2012-09-05 juhosgramips: Use doubletagging to disable ramips_esw vlan...
2012-08-29 juhosgramips: Power down phy on disabled switch ports
2012-08-29 juhosgramips: Rename POC registers
2012-08-29 juhosgramips: Minor ramips_esw.c cleanup
2012-08-29 juhosgramips: Add swconfig support to ramips_esw.c
2012-08-29 juhosgramips: ramips_esw.c indentation cleanup
2012-08-12 juhosgramips: watchdog: use maximum possible timeout by default
2012-07-24 blogic[ramips] DWC otg usb: compilation fixes and trivial...
2012-05-23 juhosgramips: Add byte queue limits support to net/ethernet...
2012-02-26 juhosgramips: don't read RAMIPS_RX_CALC_IDX0 register in...
2012-02-26 juhosgramips: raeth: add rx_info structure
2012-02-26 juhosgramips: raeth: add tx_info structure
2012-02-25 juhosgramips: raeth: don't process disabled interrupts
2012-02-22 juhosgramips: raeth: show interrupt statistics in debugfs
2012-02-22 juhosgramips: raeth: add debugfs support
2012-02-22 juhosgramips: raeth: rename main source file
2012-02-21 juhosgramips: raeth: add missing Kconfig and Makefile
2012-02-21 juhosgramips: move the ethernet driver into a separate directory
2012-02-21 juhosgramips: rename the spi driver
2012-02-19 juhosgramips: merge 3.2 fixes
2012-02-16 juhosgramips: raeth: separate ring allocation and setup
2012-02-15 juhosgramips: raeth: add a helper function for skb allocation
2012-02-15 juhosgramips: raeth: use netdev_alloc_skb
2012-02-15 juhosgramips: raeth: add '__packed __aligned(4)' annotation...
2012-02-15 juhosgramips: raeth: use 're' instead of 'priv' everywhere
2012-02-15 juhosgramips: raeth: force link down in ramips_phy_stop
2012-02-15 juhosgramips: raeth: serialize ramips_link_adjust calls
2012-02-15 juhosgramips: raeth: add PHYLIB support
2012-02-13 juhosgramips: raeth: enable MDIO code for RT3883
2012-02-13 juhosgramips: add preliminary support for the RT3662/RT3883...
2012-02-12 juhosgramips: include 'linux/module.h' in the ramips_spi...
2012-02-11 juhosgramips: add MDIO bus support for RT288X
2012-02-11 juhosgramips: raeth: make debugging messages configurable
2012-02-11 juhosgramips: raeth: use device pointer in DMA API calls
2012-02-11 juhosgramips: raeth: add netdev pointer to private structure
2012-02-11 juhosgramips: raeth: cleanup DMA API usage in ramips_eth_hard...
2012-02-11 juhosgramips: raeth: unmap rx DMA address in ramips_cleanup_dma
2012-02-11 juhosgramips: raeth: add rx_dma array to store the DMA addres...
2012-02-11 juhosgramips: raeth: use dma_addr_t for the descriptors
2012-02-11 juhosgramips: raeth: unmap DMA memory when a packet is received
2012-02-11 juhosgramips: raeth: add a temporary pktlen variable
2012-02-11 juhosgramips: raeth: protect macro parameters
2012-02-11 juhosgramips: raeth: indicate dropped packets in stats
2012-02-11 juhosgramips: raeth: use the NUM_TX_DESC for the tx_skb array
2012-01-17 blogicramips: Rework ramips_eth to not require irqsave lockin...
2011-12-23 juhosgramips: initial support for Sitecom WL-351 v1 002
2011-12-23 juhosgramips: add support for the Senao/EnGenius ESR-9753...
2011-08-15 juhosgramips: rt305x: add dwc_otg driver
2011-08-15 juhosgramips: allow to specify port layout for the switch...
2011-07-28 juhosgramips: add SPI controller driver
2011-07-03 juhosgramips: fix a section mismatch warning
2011-01-26 juhosgramips: add watchdog driver
2011-01-04 juhosgramips: ramips_esw: fix typos
2010-12-08 juhosgramips: ramips_esw: add more definitions
2010-12-08 juhosgramips: ramips_esw: add helper function to set pvid
2010-12-08 juhosgramips: ramips_esw: add helper function to set vlan...
2010-12-08 juhosgramips: ramips_esw: add helper function to set VLAN id
next