summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)AuthorFilesLines
2014-11-06stmmac: fix lock in stmmac_set_rx_modeGiuseppe CAVALLARO1-2/+0
2014-11-06stmmac: release tx lock, in case of dma mapping error.Fabrice Gasnier1-0/+1
2014-11-06stmmac: fix stmmac_tx_avail should be called with TX lockedFabrice Gasnier1-2/+3
2014-11-06stmmac: remove BUS_MODE_DAGiuseppe CAVALLARO2-14/+0
2014-11-06stmmac: remove STMMAC_DEBUG_FSGiuseppe CAVALLARO2-15/+7
2014-11-06stmmac: remove specific SoC Koption from platform.Giuseppe CAVALLARO4-68/+9
2014-10-31stmmac: pci: set default of the filter binsAndy Shevchenko1-0/+7
2014-10-15stmmac: fix sti compatibililiesGiuseppe CAVALLARO2-5/+6
2014-10-15stmmac: dwmac-sti: review the glue-logic for STi4xx and STiD127 SoCsGiuseppe CAVALLARO1-169/+205
2014-10-15stmmac: make the STi Layer compatible to STiH407Giuseppe CAVALLARO1-0/+1
2014-10-15stmmac: platform: fix FIXED_PHY support.Giuseppe CAVALLARO1-5/+10
2014-10-10stmmac: correct mc_filter local variable in set_filter and set_mac_addr callVince Bridgers1-2/+2
2014-10-04net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser1-2/+0
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+9
2014-09-30net: stmmac: fix stmmac_pci_probe failed when CONFIG_HAVE_CLK is selectedKweh, Hock Leong1-2/+9
2014-09-26net: stmmac: add Amlogic Meson glue layerBeniamino Galvani5-0/+84
2014-09-14net: stmmac: fix return value check in socfpga_dwmac_parse_data()Wei Yongjun1-2/+2
2014-09-10drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches1-1/+1
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-58/+152
2014-09-02stmmac: only remove RXCSUM feature if no rx coe is availableGiuseppe CAVALLARO1-2/+0
2014-09-02stmmac: fix the rx csum featureGiuseppe CAVALLARO3-3/+31
2014-09-01stmmac: fix PLS bit setting when EEE is activeGiuseppe CAVALLARO1-4/+3
2014-09-01stmmac: never check EEE in case of a switch is attachedGiuseppe CAVALLARO1-0/+5
2014-09-01stmmac: fix LPI TW timer value to 20.5us.nandini sharma1-1/+1
2014-09-01stmmac: fix the EEE LPI Macro definitions.nandini sharma1-4/+4
2014-08-30net: stmmac: fix warning from Sparse for socfpgaLey Foon Tan1-2/+1
2014-08-30stmmac: fix dma api misuseGiuseppe CAVALLARO5-27/+79
2014-08-30stmmac: ptp: fix the reference clockGiuseppe CAVALLARO3-6/+18
2014-08-30stmmac: fix tipo on mmc crc errorGiuseppe CAVALLARO3-3/+3
2014-08-30stmmac: prevent false carrier sense detectionGiuseppe CAVALLARO1-1/+1
2014-08-26stmmac: set ptp_clock to NULL while unregisterGiuseppe CAVALLARO1-0/+1
2014-08-26stmmac: fix rx checksum programmingGiuseppe CAVALLARO1-7/+6
2014-08-26stmmac: simple cleanupsPavel Machek3-12/+10
2014-08-22net: stmmac: add fix_mac_speed support for socfpgaLey Foon Tan1-0/+63
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-01net: stmmac: Support devicetree configs for mcast and ucast filter entriesVince Bridgers6-21/+130
2014-08-01net: stmmac: Correct set_filter for multicast and unicast casesVince Bridgers5-19/+14
2014-08-01net: stmmac: Change MAC interface to support multiple filter configurationsVince Bridgers5-62/+91
2014-07-31net: stmmac: add platform init/exit for Altera's ARM socfpgaVince Bridgers2-0/+73
2014-07-08Revert "net: stmmac: add platform init/exit for Altera's ARM socfpga"David S. Miller2-73/+0
2014-07-03net: stmmac: Remove unneeded I/O read caught by cppcheckVince Bridgers1-4/+1
2014-07-03net: stmmac: Correct duplicate if/then/else case found by cppcheckVince Bridgers1-1/+1
2014-07-03net: stmmac: add platform init/exit for Altera's ARM socfpgaVince Bridgers2-0/+73
2014-06-03net: stmmac: Handle different error codes from platform_get_irq_bynameChen-Yu Tsai2-7/+14
2014-06-02stmmac: Remove spin_lock call in stmmac_get_pauseparam()Emil Goode1-2/+0
2014-05-25net: driver: stmicro: Remove some useless the lock protectionYang Wei1-6/+0
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2014-05-22stmmac: Remove unbalanced clk_disable callHans de Goede1-3/+1
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-04-30net: stmmac: set phy to use polling by defaultDinh Nguyen1-2/+5