summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac
AgeCommit message (Expand)AuthorFilesLines
2019-04-20net: stmmac: Set OWN bit for jumbo framesThor Thayer1-2/+2
2019-04-05net: stmmac: Avoid one more sometimes uninitialized Clang warningNathan Chancellor1-1/+1
2019-04-05net: stmmac: Avoid sometimes uninitialized Clang warningsNathan Chancellor1-3/+3
2019-04-03net: stmmac: fix memory corruption with large MTUsAaro Koskinen1-2/+3
2019-03-14net: stmmac: Disable EEE mode earlier in XMIT callbackJose Abreu1-3/+3
2019-03-14net: stmmac: Send TSO packets always from Queue 0Jose Abreu1-1/+10
2019-03-14net: stmmac: Fallback to Platform Data clock in Watchdog conversionJose Abreu1-4/+10
2019-03-14net: stmmac: dwmac-rk: fix error handling in rk_gmac_powerup()Alexey Khoroshilov1-1/+3
2019-02-27net: stmmac: Prevent RX starvation in stmmac_napi_poll()Jose Abreu1-13/+14
2019-02-27net: stmmac: Fix the logic of checking if RX Watchdog must be enabledJose Abreu1-12/+12
2019-02-27net: stmmac: Check if CBS is supported before configuringJose Abreu1-0/+2
2019-02-27net: stmmac: dwxgmac2: Only clear interrupts that are activeJose Abreu1-3/+3
2019-02-27net: stmmac: Fix PCI module removal leakJose Abreu1-0/+10
2019-02-23net: stmmac: handle endianness in dwmac4_get_timestampAlexandre Torgue1-3/+6
2019-02-23net: stmmac: Fix a race in EEE enable callbackJose Abreu1-10/+12
2019-01-09net: stmmac: Fix an error code in probe()Dan Carpenter1-0/+1
2018-12-21net: stmmac: Move debugfs init/exit to ->probe()/->remove()Thierry Reding1-10/+13
2018-11-27net: stmmac: Fix RX packet size > 8191Thor Thayer4-4/+5
2018-11-13net: stmmac: dwmac-sun8i: fix OF child-node lookupJohan Hovold1-2/+10
2018-11-04net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modulesNiklas Cassel1-1/+1
2018-09-19net: stmmac: Fixup the tail addr setting in xmit pathJose Abreu1-2/+3
2018-09-19net: stmmac: Rework coalesce timer and fix multi-queue racesJose Abreu3-106/+145
2018-09-17stmmac: fix valid numbers of unicast filter entriesJongsung Kim1-3/+2
2018-08-30net: stmmac: build the dwmac-socfpga platform driver for Stratix10Dinh Nguyen1-1/+1
2018-08-30Revert "net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmit"Jerome Brunet2-5/+1
2018-08-26Revert "net: stmmac: fix build failure due to missing COMMON_CLK dependency"Geert Uytterhoeven1-5/+5
2018-08-21net_sched: remove list_head from tc_actionCong Wang1-3/+2
2018-08-14net: stmmac: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2018-08-09net: stmmac: Add the bindings parsing for XGMAC2Jose Abreu2-0/+8
2018-08-09net: stmmac: Integrate XGMAC into main driver flowJose Abreu1-19/+48
2018-08-09net: stmmac: Add PTP support for XGMAC2Jose Abreu3-4/+7
2018-08-09net: stmmac: Add MDIO related functions for XGMAC2Jose Abreu1-4/+129
2018-08-09net: stmmac: Add descriptor related callbacks for XGMAC2Jose Abreu5-2/+314
2018-08-09net: stmmac: Add DMA related callbacks for XGMAC2Jose Abreu5-2/+471
2018-08-09net: stmmac: Add MAC related callbacks for XGMAC2Jose Abreu6-3/+519
2018-08-09net: stmmac: Add XGMAC 2.10 HWIF entryJose Abreu2-8/+37
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+39
2018-08-01net: stmmac: Fix WoL for PCI-based setupsJose Abreu1-2/+38
2018-07-29NET: stmmac: align DMA stuff to largest cache line lengthEugeniy Paltsev1-1/+1
2018-07-21Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2-2/+1
2018-07-16net: ethernet: stmmac: fix documentation warningCorentin Labbe1-1/+0
2018-07-16net: stmmac: dwmac-sun8i: fix typo descrive => describeCorentin Labbe1-1/+1
2018-07-07stmmac: fix signed 64-bit divisionArnd Bergmann1-6/+4
2018-07-03net: stmmac_tc: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva1-3/+3
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-0/+19
2018-06-30net: stmmac: Add support for CBS QDISCJose Abreu4-0/+87
2018-06-29net: ethernet: stmmac: dwmac-rk: Add GMAC support for px30David Wu1-0/+69
2018-06-28net: stmmac: Set DMA buffer size in HWJose Abreu4-0/+19
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