aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2019-04-22net: stmmac: move stmmac_check_ether_addr() to driver probeVinod Koul1-2/+2
2019-04-17net: stmmac: Set Flow Control to automatic mode in the driverJose Abreu1-1/+1
2019-03-31net: stmmac: don't stop NAPI processing when dropping a packetAaro Koskinen1-7/+7
2019-03-31net: stmmac: ratelimit RX error logsAaro Koskinen1-6/+8
2019-03-31net: stmmac: use correct DMA buffer size in the RX descriptorAaro Koskinen1-2/+4
2019-03-15net: stmmac: don't set own bit too early for jumbo framesAaro Koskinen1-6/+8
2019-03-07net: stmmac: Avoid sometimes uninitialized Clang warningsNathan Chancellor1-3/+3
2019-02-21net: stmmac: Fix NAPI poll in TX path when in multi-queueJose Abreu1-49/+66
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+13
2019-02-06net: stmmac: fix ptp timestamping on Rx on gmac4Ilias Apalodimas1-16/+9
2019-01-30net: stmmac: Disable EEE mode earlier in XMIT callbackJose Abreu1-3/+3
2019-01-30net: stmmac: Send TSO packets always from Queue 0Jose Abreu1-1/+10
2019-01-22net: stmmac: implement the SIOCGHWTSTAMP ioctlArtem Panfilov1-5/+31
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-25/+26
2019-01-11net: stmmac: Prevent RX starvation in stmmac_napi_poll()Jose Abreu1-13/+14
2019-01-11net: stmmac: Fix the logic of checking if RX Watchdog must be enabledJose Abreu1-12/+12
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-24/+16
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-12-18net: stmmac: Fix an error code in probe()Dan Carpenter1-0/+1
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+13
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata1-1/+1
2018-12-03net: stmmac: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-30/+4
2018-11-30net: stmmac: Move debugfs init/exit to ->probe()/->remove()Thierry Reding1-10/+13
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-104/+134
2018-09-18net: stmmac: Fixup the tail addr setting in xmit pathJose Abreu1-2/+3
2018-09-18net: stmmac: Rework coalesce timer and fix multi-queue racesJose Abreu1-102/+131
2018-09-12net: ethernet: Add helper to remove a supported link modeAndrew Lunn1-4/+8
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-2/+1
2018-08-29Revert "net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmit"Jerome Brunet1-4/+1
2018-08-09net: stmmac: Integrate XGMAC into main driver flowJose Abreu1-19/+48
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-07-29NET: stmmac: align DMA stuff to largest cache line lengthEugeniy Paltsev1-1/+1
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-06-30net: stmmac: Add support for CBS QDISCJose Abreu1-0/+2
2018-06-28net: stmmac: Set DMA buffer size in HWJose Abreu1-0/+2
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley1-1/+1
2018-06-20stmmac: fix DMA channel hang in half-duplex modeBhadram Varka1-0/+10
2018-06-15net: stmmac: Run HWIF Quirks after getting HW capsJose Abreu1-0/+7
2018-06-15stmmac: added support for 802.1ad vlan strippingElad Nachman1-8/+13
2018-06-04net: stmmac: Add Flexible PPS supportJose Abreu1-0/+4
2018-05-28net: stmmac: Use mutex instead of spinlockThierry Reding1-17/+14
2018-05-18net: stmmac: Remove if condition by taking advantage of hwif return codeJose Abreu1-12/+11
2018-05-18net: stmmac: Let descriptor code get skbuff addressJose Abreu1-5/+1
2018-05-18net: stmmac: Uniformize set_rx_owner()Jose Abreu1-4/+1
2018-05-18net: stmmac: Remove uneeded check for GMAC version in stmmac_xmitJose Abreu1-5/+2
2018-05-18net: stmmac: Uniformize the use of dma_init_* callbacksJose Abreu1-38/+28
2018-05-18net: stmmac: Move PTP and MMC base address calculation to hwif.cJose Abreu1-8/+0
2018-05-18net: stmmac: Remove uneeded checks for GMAC versionJose Abreu1-11/+5
2018-05-18net: stmmac: Uniformize the use of dma_{rx/tx}_mode callbacksJose Abreu1-21/+11