aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)Author
2023-05-17stmmac: debugfs entry name is not be changed when udev rename device name.Jiping Ma
2022-03-08net: stmmac: fix return value of __setup handlerRandy Dunlap
2021-10-06net: stmmac: allow CSR clock of 300MHzJesper Nilsson
2021-05-22net: stmmac: Do not enable RX FIFO overflow interruptsYannick Vignon
2021-03-17net: stmmac: fix watchdog timeout during suspend/resume stress testJoakim Zhang
2021-01-23net: stmmac: Fixed mtu channged by cache alignedDavid Wu
2020-12-30net: stmmac: delete the eee_ctrl_timer after napi disabledFugang Duan
2020-12-30net: stmmac: free tx skb buffer in stmmac_resume()Fugang Duan
2020-10-29net: stmmac: use netif_tx_start|stop_all_queues() functionOng Boon Leong
2020-05-27stmmac: fix pointer check after utilization in stmmac_interruptMaxim Petrov
2020-02-11net: stmmac: Delete txtimer in suspend()Nicolin Chen
2020-01-23net: stmmac: Enable 16KB buffer sizeJose Abreu
2020-01-12net: stmmac: Always arm TX Timer at end of transmission startJose Abreu
2020-01-12net: stmmac: RX buffer size must be 16 byte alignedJose Abreu
2020-01-12net: stmmac: Do not accept invalid MTU valuesJose Abreu
2019-10-29net: stmmac: disable/enable ptp_ref_clk in suspend/resume flowBiao Huang
2019-07-28net: stmmac: Re-work the queue selection for TSO packetsJose Abreu
2019-07-03net: stmmac: set IC bit when transmitting frames with HW timestampRoland Hii
2019-06-22net: stmmac: update rx tail pointer register to fix rx dma hang issue.Biao Huang
2019-06-04net: stmmac: dma channel control register need to be init firstWeifeng Voon
2019-05-08net: stmmac: don't stop NAPI processing when dropping a packetAaro Koskinen
2019-05-08net: stmmac: ratelimit RX error logsAaro Koskinen
2019-05-08net: stmmac: use correct DMA buffer size in the RX descriptorAaro Koskinen
2019-05-04net: stmmac: don't set own bit too early for jumbo framesAaro Koskinen
2019-05-02net: stmmac: move stmmac_check_ether_addr() to driver probeVinod Koul
2019-04-05net: stmmac: Avoid sometimes uninitialized Clang warningsNathan Chancellor
2019-03-13net: stmmac: Disable EEE mode earlier in XMIT callbackJose Abreu
2019-03-13net: stmmac: Send TSO packets always from Queue 0Jose Abreu
2019-02-27net: stmmac: Prevent RX starvation in stmmac_napi_poll()Jose Abreu
2019-02-27net: stmmac: Fix the logic of checking if RX Watchdog must be enabledJose Abreu
2019-01-09net: stmmac: Fix an error code in probe()Dan Carpenter
2018-12-21net: stmmac: Move debugfs init/exit to ->probe()/->remove()Thierry Reding
2018-09-18net: stmmac: Fixup the tail addr setting in xmit pathJose Abreu
2018-09-18net: stmmac: Rework coalesce timer and fix multi-queue racesJose Abreu
2018-08-29Revert "net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmit"Jerome Brunet
2018-08-09net: stmmac: Integrate XGMAC into main driver flowJose Abreu
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-29NET: stmmac: align DMA stuff to largest cache line lengthEugeniy Paltsev
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-30net: stmmac: Add support for CBS QDISCJose Abreu
2018-06-28net: stmmac: Set DMA buffer size in HWJose Abreu
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley
2018-06-20stmmac: fix DMA channel hang in half-duplex modeBhadram Varka
2018-06-15net: stmmac: Run HWIF Quirks after getting HW capsJose Abreu
2018-06-15stmmac: added support for 802.1ad vlan strippingElad Nachman
2018-06-04net: stmmac: Add Flexible PPS supportJose Abreu
2018-05-28net: stmmac: Use mutex instead of spinlockThierry Reding
2018-05-18net: stmmac: Remove if condition by taking advantage of hwif return codeJose Abreu
2018-05-18net: stmmac: Let descriptor code get skbuff addressJose Abreu
2018-05-18net: stmmac: Uniformize set_rx_owner()Jose Abreu