aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/altera (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-23altera_tse: Fixes in NAPI and interrupt handling pathsVlastimil Setka1-23/+22
2015-02-23altera_tse: Correct typo in obtaining tx_fifo_depth from devicetreeVlastimil Setka1-1/+1
2015-02-19net: eth: altera: Change reset_mac failure message masks from err to dbgVince Bridgers1-2/+10
2015-02-19net: eth: altera: Change access ports to mdio for all xMII applicationsVince Bridgers1-4/+4
2015-01-02Altera TSE: Add missing phydevKostya Belezko1-9/+6
2014-10-20net: ethernet: altera: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-05Altera TSE: Add support for no PHYWalter Lozano1-0/+8
2014-10-05Altera TSE: Move PHY get addr and MDIO createWalter Lozano1-21/+36
2014-10-03net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser1-1/+0
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-267/+371
2014-05-15Altera TSE: Disable Multicast filtering to workaround problemVince Bridgers1-0/+5
2014-05-15Altera TSE: Fix sparse errors and warningsVince Bridgers10-275/+367
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-110/+175
2014-05-05Altera TSE: ALTERA_TSE should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2014-04-30Altera TSE: Add missing include to silence sparse warningsTobias Klauser1-0/+1
2014-04-30Altera TSE: Fix DMA secriptor length initializationTobias Klauser1-37/+37
2014-04-26Altera TSE: Change driver name used by EthtoolVince Bridgers1-1/+7
2014-04-26Altera TSE: Fix Panic in probe routine when phy probe failsVince Bridgers1-21/+24
2014-04-26Altera TSE: Set the Pause Quanta value to the IEEE default valueVince Bridgers2-0/+4
2014-04-26Altera TSE: Work around unaligned DMA receive packet issue with Altera SGDMAVince Bridgers6-51/+101
2014-04-24Altera TSE: Remove unnecessary cast of void pointersTobias Klauser2-30/+22
2014-03-26altera: Remove casts of pointer to same typeJoe Perches1-2/+2
2014-03-24Altera TSE: Correct two typos in original submissionVince Bridgers1-3/+3
2014-03-24Altera TSE: Correct typecast issue detected by kbuild test robotVince Bridgers1-6/+4
2014-03-24Altera TSE: Set version number by driver's get regsVince Bridgers1-0/+8
2014-03-17Altera TSE: Add Altera Ethernet Driver Makefile and KconfigVince Bridgers2-0/+15
2014-03-17Altera TSE: Add main and header file for Altera Ethernet DriverVince Bridgers2-0/+2029
2014-03-17Altera TSE: Add Miscellaneous Files for Altera Ethernet DriverVince Bridgers3-0/+298
2014-03-17Altera TSE: Add Altera Ethernet Driver SGDMA file componentsVince Bridgers3-0/+670
2014-03-17Altera TSE: Add Altera Ethernet Driver MSGDMA File ComponentsVince Bridgers3-0/+403