summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmit"Jerome Brunet2018-08-291-4/+1
* net: stmmac: Integrate XGMAC into main driver flowJose Abreu2018-08-091-19/+48
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-1/+1
|\
| * NET: stmmac: align DMA stuff to largest cache line lengthEugeniy Paltsev2018-07-291-1/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-0/+2
|\|
| * net: stmmac: Set DMA buffer size in HWJose Abreu2018-06-281-0/+2
* | net: stmmac: Add support for CBS QDISCJose Abreu2018-06-301-0/+2
* | net: sched: pass extack pointer to block binds and cb registrationJohn Hurley2018-06-261-1/+1
|/
* stmmac: fix DMA channel hang in half-duplex modeBhadram Varka2018-06-201-0/+10
* net: stmmac: Run HWIF Quirks after getting HW capsJose Abreu2018-06-151-0/+7
* stmmac: added support for 802.1ad vlan strippingElad Nachman2018-06-151-8/+13
* net: stmmac: Add Flexible PPS supportJose Abreu2018-06-041-0/+4
* net: stmmac: Use mutex instead of spinlockThierry Reding2018-05-281-17/+14
* net: stmmac: Remove if condition by taking advantage of hwif return codeJose Abreu2018-05-181-12/+11
* net: stmmac: Let descriptor code get skbuff addressJose Abreu2018-05-181-5/+1
* net: stmmac: Uniformize set_rx_owner()Jose Abreu2018-05-181-4/+1
* net: stmmac: Remove uneeded check for GMAC version in stmmac_xmitJose Abreu2018-05-181-5/+2
* net: stmmac: Uniformize the use of dma_init_* callbacksJose Abreu2018-05-181-38/+28
* net: stmmac: Move PTP and MMC base address calculation to hwif.cJose Abreu2018-05-181-8/+0
* net: stmmac: Remove uneeded checks for GMAC versionJose Abreu2018-05-181-11/+5
* net: stmmac: Uniformize the use of dma_{rx/tx}_mode callbacksJose Abreu2018-05-181-21/+11
* net: stmmac: Let descriptor code clear the descriptorJose Abreu2018-05-181-8/+1
* net: stmmac: Let descriptor code set skbuff addressJose Abreu2018-05-181-19/+6
* net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmitJose Abreu2018-05-181-1/+4
* net: stmmac: Add support for U32 TC filter using Flexible RX ParserJose Abreu2018-05-101-0/+59
* net: stmmac: Avoid VLA usageKees Cook2018-05-021-1/+5
* net: stmmac: Implement logic to automatically select HW InterfaceJose Abreu2018-04-231-71/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-211-1/+6
|\
| * net: stmmac: Disable ACS Feature for GMAC >= 4Jose Abreu2018-04-191-1/+6
* | net: stmmac: Switch stmmac_mode_ops to generic HW Interface HelpersJose Abreu2018-04-161-24/+19
* | net: stmmac: Switch stmmac_hwtimestamp to generic HW Interface HelpersJose Abreu2018-04-161-9/+8
* | net: stmmac: Switch stmmac_ops to generic HW Interface HelpersJose Abreu2018-04-161-64/+58
* | net: stmmac: Switch stmmac_dma_ops to generic HW Interface HelpersJose Abreu2018-04-161-87/+60
* | net: stmmac: Switch stmmac_desc_ops to generic HW Interface HelpersJose Abreu2018-04-161-59/+51
|/
* net: stmmac: Add support for DWMAC5 and implement Safety FeaturesJose Abreu2018-03-301-0/+34
* net: stmmac: Rework and fix TX Timeout codeJose Abreu2018-03-301-5/+62
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-13/+13
* net: stmmac: ensure that the device has released ownership before reading dataNiklas Cassel2018-02-271-0/+5
* net: stmmac: use correct barrier between coherent memory and MMIONiklas Cassel2018-02-271-2/+2
* net: stmmac: ensure that the MSS desc is the last desc to set the own bitNiklas Cassel2018-02-271-1/+8
* net: stmmac: call correct function in stmmac_mac_config_rx_queues_routing()Niklas Cassel2018-02-201-1/+1
* net: stmmac: WARN if tx_skbuff entries are reused before clearedNiklas Cassel2018-02-201-0/+5
* net: stmmac: do not clear tx_skbuff entries in stmmac_xmit()/stmmac_tso_xmit()Niklas Cassel2018-02-201-3/+0
* net: stmmac: set MSS for each tx DMA channelNiklas Cassel2018-02-201-8/+5
* net: stmmac: Fix reception of Broadcom switches tagsFlorian Fainelli2018-01-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-091-0/+6
|\
| * net: stmmac: enable EEE in MII, GMII or RGMII onlyJerome Brunet2018-01-041-0/+6
* | net: stmmac: Allow debug prints of frame_len/COEFlorian Fainelli2018-01-021-3/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-1/+1
|\|
| * net: stmmac: Fix bad RX timestamp extractionFredrik Hallenberg2017-12-191-1/+1