summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
Commit message (Expand)AuthorAgeFilesLines
* stmmac: platform: fix sparse warningsAndy Shevchenko2014-11-077-6/+39
* stmmac: remove custom implementation of print_hex_dump()Andy Shevchenko2014-11-071-8/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-071-23/+29
|\
| * stmmac: fix atomicity in pm routinesGiuseppe CAVALLARO2014-11-051-13/+16
| * stmmac: fix concurrency in eee initialization.Giuseppe CAVALLARO2014-11-051-6/+9
| * stmmac: fix lock in stmmac_set_rx_modeGiuseppe CAVALLARO2014-11-051-2/+0Star
| * stmmac: release tx lock, in case of dma mapping error.Fabrice Gasnier2014-11-051-0/+1
| * stmmac: fix stmmac_tx_avail should be called with TX lockedFabrice Gasnier2014-11-051-2/+3
* | stmmac: pci: convert to use dev_* macrosAndy Shevchenko2014-11-061-4/+4
* | stmmac: pci: use managed resourcesAndy Shevchenko2014-11-061-33/+10Star
* | stmmac: pci: convert to use dev_pm_opsAndy Shevchenko2014-11-061-16/+11Star
* | stmmac: pci: use defined constant instead of magic numberAndy Shevchenko2014-11-061-1/+1
* | stmmac: fix sparse warningsAndy Shevchenko2014-11-062-3/+6
* | stmmac: remove BUS_MODE_DAGiuseppe CAVALLARO2014-11-052-14/+0Star
* | stmmac: remove STMMAC_DEBUG_FSGiuseppe CAVALLARO2014-11-052-15/+7Star
* | stmmac: remove specific SoC Koption from platform.Giuseppe CAVALLARO2014-11-054-68/+9Star
|/
* stmmac: pci: set default of the filter binsAndy Shevchenko2014-10-311-0/+7
* stmmac: fix sti compatibililiesGiuseppe CAVALLARO2014-10-152-5/+6
* stmmac: dwmac-sti: review the glue-logic for STi4xx and STiD127 SoCsGiuseppe CAVALLARO2014-10-141-169/+205
* stmmac: make the STi Layer compatible to STiH407Giuseppe CAVALLARO2014-10-141-0/+1
* stmmac: platform: fix FIXED_PHY support.Giuseppe CAVALLARO2014-10-141-5/+10
* stmmac: correct mc_filter local variable in set_filter and set_mac_addr callVince Bridgers2014-10-101-2/+2
* net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser2014-10-041-2/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-021-2/+9
|\
| * net: stmmac: fix stmmac_pci_probe failed when CONFIG_HAVE_CLK is selectedKweh, Hock Leong2014-09-291-2/+9
* | net: stmmac: add Amlogic Meson glue layerBeniamino Galvani2014-09-265-0/+84
* | net: stmmac: fix return value check in socfpga_dwmac_parse_data()Wei Yongjun2014-09-131-2/+2
* | drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches2014-09-101-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-0812-58/+152
|\|
| * stmmac: only remove RXCSUM feature if no rx coe is availableGiuseppe CAVALLARO2014-09-021-2/+0Star
| * stmmac: fix the rx csum featureGiuseppe CAVALLARO2014-09-023-3/+31
| * stmmac: fix PLS bit setting when EEE is activeGiuseppe CAVALLARO2014-09-011-4/+3Star
| * stmmac: never check EEE in case of a switch is attachedGiuseppe CAVALLARO2014-09-011-0/+5
| * stmmac: fix LPI TW timer value to 20.5us.nandini sharma2014-09-011-1/+1
| * stmmac: fix the EEE LPI Macro definitions.nandini sharma2014-09-011-4/+4
| * stmmac: fix dma api misuseGiuseppe CAVALLARO2014-08-305-27/+79
| * stmmac: ptp: fix the reference clockGiuseppe CAVALLARO2014-08-303-6/+18
| * stmmac: fix tipo on mmc crc errorGiuseppe CAVALLARO2014-08-303-3/+3
| * stmmac: prevent false carrier sense detectionGiuseppe CAVALLARO2014-08-301-1/+1
| * stmmac: set ptp_clock to NULL while unregisterGiuseppe CAVALLARO2014-08-261-0/+1
| * stmmac: fix rx checksum programmingGiuseppe CAVALLARO2014-08-261-7/+6Star
* | net: stmmac: fix warning from Sparse for socfpgaLey Foon Tan2014-08-301-2/+1Star
* | stmmac: simple cleanupsPavel Machek2014-08-263-12/+10Star
* | net: stmmac: add fix_mac_speed support for socfpgaLey Foon Tan2014-08-221-0/+63
|/
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* net: stmmac: Support devicetree configs for mcast and ucast filter entriesVince Bridgers2014-07-316-21/+130
* net: stmmac: Correct set_filter for multicast and unicast casesVince Bridgers2014-07-315-19/+14Star
* net: stmmac: Change MAC interface to support multiple filter configurationsVince Bridgers2014-07-315-62/+91
* net: stmmac: add platform init/exit for Altera's ARM socfpgaVince Bridgers2014-07-312-0/+73
* Revert "net: stmmac: add platform init/exit for Altera's ARM socfpga"David S. Miller2014-07-082-73/+0Star