summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-261-10/+22
|\
| * net: stmmac: fix system hang if change mac address after interface ifdownJoakim Zhang2021-05-201-1/+10
| * net: stmmac: correct clocks enabled in stmmac_vlan_rx_kill_vid()Joakim Zhang2021-05-201-6/+6
| * net: stmmac: Fix MAC WoL not working if PHY does not support WoLJoakim Zhang2021-05-111-3/+6
* | net: stmicro: handle clk_prepare() failure during initAnirudh Rayabharam2021-05-131-3/+5
* | Revert "net: stmicro: fix a missing check of clk_prepare"Greg Kroah-Hartman2021-05-131-3/+1
|/
* net: stmmac: Do not enable RX FIFO overflow interruptsYannick Vignon2021-05-072-18/+3
* net: stmmac: Clear receive all(RA) bit when promiscuous mode is offRamesh Babu B2021-05-041-0/+1
* net: stmmac: Remove duplicate declaration of stmmac_privWan Jiabing2021-04-301-1/+0
* net: stmmac: cleared __FPE_REMOVING bit in stmmac_fpe_start_wq()Mohammad Athari Bin Ismail2021-04-301-0/+1
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-2949-629/+3877
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-04-261-3/+9
| |\
| | * net: stmmac: fix TSO and TBS feature enabling during driver openOng Boon Leong2021-04-211-3/+9
| * | stmmac: intel: Enable HW descriptor prefetch by defaultMohammad Athari Bin Ismail2021-04-221-0/+1
| * | net: stmmac: Add HW descriptor prefetch setting for DWMAC Core 5.20 onwardsMohammad Athari Bin Ismail2021-04-224-2/+15
| * | stmmac: intel: set TSO/TBS TX Queues default settingsOng Boon Leong2021-04-211-0/+3
| * | stmmac: intel: unlock on error path in intel_crosststamp()Dan Carpenter2021-04-211-0/+1
| * | net: stmmac: fix memory leak during driver probeWong Vee Khee2021-04-191-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-77/+1
| |\|
| * | net: stmmac: Add support for external trigger timestampingTan Tee Min2021-04-147-1/+99
| * | net: stmmac: Add TX via XDP zero-copy socketOng Boon Leong2021-04-133-29/+310
| * | net: stmmac: Enable RX via AF_XDP zero-copyOng Boon Leong2021-04-134-29/+679
| * | net: stmmac: Refactor __stmmac_xdp_run_prog for XDP ZCOng Boon Leong2021-04-131-12/+23
| * | net: stmmac: rearrange RX and TX desc init into per-queue basisOng Boon Leong2021-04-131-80/+100
| * | net: stmmac: refactor stmmac_init_rx_buffers for stmmac_reinit_rx_buffersOng Boon Leong2021-04-131-189/+189
| * | net: stmmac: introduce dma_recycle_rx_skbufs for stmmac_reinit_rx_buffersOng Boon Leong2021-04-131-17/+27
| * | net: stmmac: rearrange RX buffer allocation and free functionsOng Boon Leong2021-04-131-37/+47
| * | of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-1323-29/+29
| * | stmmac: intel: Enable SERDES PHY rx clk for PSEVoon Weifeng2021-04-072-0/+11
| * | stmmac: intel: Drop duplicate ID in the list of PCI device IDsAndy Shevchenko2021-04-061-30/+30
| * | net: stmmac: Add support for XDP_REDIRECT actionOng Boon Leong2021-04-032-11/+84
| * | net: stmmac: Add support for XDP_TX actionOng Boon Leong2021-04-032-18/+232
| * | net: stmmac: Add initial XDP supportOng Boon Leong2021-04-035-27/+197
| * | net: stmmac: arrange Tx tail pointer update to stmmac_flush_tx_descriptorsOng Boon Leong2021-04-031-30/+26
| * | net: stmmac: make SPH enable/disable to be configurableOng Boon Leong2021-04-032-5/+8
| * | net: stmmac: set IRQ affinity hint for multi MSI vectorsOng Boon Leong2021-04-031-2/+13
| * | net: stmmac: remove unnecessary pci_enable_msi() callWong Vee Khee2021-04-011-2/+0
| * | stmmac: intel: use managed PCI function on probe and resumeWong Vee Khee2021-04-011-7/+2
| * | net: stmmac: enable MTL ECC Error Address Status Over-ride by defaultVoon Weifeng2021-03-312-0/+2
| * | net: ethernet: stmicro: Remove duplicate struct declarationWan Jiabing2021-03-311-1/+0
| * | stmmac: intel: add cross time-stamping freq difference adjustmentWong Vee Khee2021-03-301-0/+27
| * | net: stmmac: remove redundant dev_err call in qcom_ethqos_probe()Guobin Huang2021-03-291-1/+0
| * | net: stmmac: fix missing unlock on error in stmmac_suspend()Yang Yingliang2021-03-281-1/+3
| * | net: stmmac: Fix kernel panic due to NULL pointer dereference of fpe_cfgMohammad Athari Bin Ismail2021-03-262-12/+14
| * | net: stmmac: use interrupt mode INTM=1 for multi-MSIWong, Vee Khee2021-03-254-12/+22
| * | stmmac: intel: add support for multi-vector msi and msi-xOng Boon Leong2021-03-251-9/+111
| * | net: stmmac: introduce MSI Interrupt routines for mac, safety, RX & TXOng Boon Leong2021-03-253-45/+423
| * | net: stmmac: make stmmac_interrupt() function more friendly to MSIOng Boon Leong2021-03-251-23/+31
| * | net: stmmac: introduce DMA interrupt status masking per traffic directionOng Boon Leong2021-03-2510-10/+101
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-0/+2
| |\ \