summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)AuthorFilesLines
2019-05-16net: ethernet: stmmac: dwmac-sun8i: enable support of unicast filteringCorentin Labbe1-0/+2
2019-05-10net: stmmac: Use bfsize1 in ndesc_init_rx_descYueHaibing1-1/+1
2019-05-08net: stmmac: don't log oversized framesAaro Koskinen1-2/+0
2019-05-08net: stmmac: fix dropping of multi-descriptor RX framesAaro Koskinen1-0/+5
2019-05-08net: stmmac: don't overwrite discard_frame statusAaro Koskinen1-3/+4
2019-05-08net: stmmac: don't stop NAPI processing when dropping a packetAaro Koskinen1-7/+7
2019-05-08net: stmmac: ratelimit RX error logsAaro Koskinen1-6/+8
2019-05-08net: stmmac: use correct DMA buffer size in the RX descriptorAaro Koskinen7-19/+35
2019-05-04net: stmmac: fix jumbo frame sending with non-linear skbsAaro Koskinen1-2/+4
2019-05-04net: stmmac: don't set own bit too early for jumbo framesAaro Koskinen2-8/+10
2019-05-02stmmac: pci: Adjust IOT2000 matchingSu Bao Cheng1-2/+6
2019-05-02net: stmmac: move stmmac_check_ether_addr() to driver probeVinod Koul1-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-02-19net: stmmac: Fix a race in EEE enable callbackJose Abreu1-10/+12
2019-02-18net: stmmac: handle endianness in dwmac4_get_timestampAlexandre Torgue1-3/+6
2019-01-31net: stmmac: Disable EEE mode earlier in XMIT callbackJose Abreu1-3/+3
2019-01-31net: stmmac: Send TSO packets always from Queue 0Jose Abreu1-1/+10
2019-01-31net: stmmac: Fallback to Platform Data clock in Watchdog conversionJose Abreu1-4/+10
2019-01-28net: stmmac: dwmac-rk: fix error handling in rk_gmac_powerup()Alexey Khoroshilov1-1/+3
2019-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-28/+41
2019-01-12net: stmmac: Prevent RX starvation in stmmac_napi_poll()Jose Abreu1-13/+14
2019-01-12net: stmmac: Fix the logic of checking if RX Watchdog must be enabledJose Abreu1-12/+12
2019-01-12net: stmmac: Check if CBS is supported before configuringJose Abreu1-0/+2
2019-01-12net: stmmac: dwxgmac2: Only clear interrupts that are activeJose Abreu1-3/+3
2019-01-12net: stmmac: Fix PCI module removal leakJose Abreu1-0/+10
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-24/+16
2018-12-28net: stmicro: fix a missing check of clk_prepareKangjie Lu1-1/+3
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-12-20net-next: stmmac: dwmac-mediatek: remove fine-tune propertyBiao Huang1-47/+24
2018-12-19net: stmmac: Fix an error code in probe()Dan Carpenter1-0/+1
2018-12-13net-next: stmmac: dwmac-mediatek: add module license infoBiao Huang1-0/+5
2018-12-13stmmac: dwmac-mediatek: add support for mt2712Biao Huang3-0/+417
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+13
2018-12-07net: core: dev: Add extack argument to dev_open()Petr Machata1-1/+1
2018-12-04net: stmmac: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-30/+4
2018-12-01net: stmmac: Move debugfs init/exit to ->probe()/->remove()Thierry Reding1-10/+13
2018-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-4/+5
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-4/+8
2018-11-09net: stmmac: Fix RX packet size > 8191Thor Thayer4-4/+5
2018-11-01net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modulesNiklas Cassel1-1/+1
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+10
2018-10-23net: stmmac: dwmac-sun8i: fix OF child-node lookupJohan Hovold1-2/+10
2018-10-23net: stmmac: Set OWN bit for jumbo framesThor Thayer1-2/+2
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-108/+148
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-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2018-09-17stmmac: fix valid numbers of unicast filter entriesJongsung Kim1-3/+2