aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2023-11-20chtls: fix tp->rcv_tstamp initializationEric Dumazet
2023-11-20r8169: fix rare issue with broken rx after link-down on RTL8125Heiner Kallweit
2023-11-20r8169: use tp_to_dev instead of open codeJuhee Kang
2023-11-20net: ethernet: mtk_wed: fix EXT_INT_STATUS_RX_FBUF definitions for MT7986 SoCLorenzo Bianconi
2023-11-20net: spider_net: Use size_add() in call to struct_size()Gustavo A. R. Silva
2023-11-20mlxsw: Use size_mul() in call to struct_size()Gustavo A. R. Silva
2023-11-20gve: Use size_add() in call to struct_size()Gustavo A. R. Silva
2023-11-20iavf: Fix promiscuous mode configuration flow messagesBrett Creeley
2023-11-20i40e: fix potential memory leaks in i40e_remove()Andrii Staikov
2023-11-08net: chelsio: cxgb4: add an error code check in t4_load_phy_fwSu Hui
2023-11-02iavf: in iavf_down, disable queues when removing the driverMichal Schmidt
2023-11-02i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITRIvan Vecera
2023-11-02net: ethernet: adi: adin1110: Fix uninitialized variableDell Jin
2023-11-02igc: Fix ambiguity in the ethtool advertisingSasha Neftin
2023-11-02igb: Fix potential memory leak in igb_add_ethtool_nfc_entryMateusz Palczewski
2023-11-02treewide: Spelling fix in commentKunwu Chan
2023-11-02i40e: Fix I40E_FLAG_VF_VLAN_PRUNING valueIvan Vecera
2023-11-02iavf: initialize waitqueues before starting watchdog_taskMichal Schmidt
2023-11-02r8169: fix the KCSAN reported data race in rtl_rx while reading desc->opts1Mirsad Goran Todorovac
2023-11-02r8169: fix the KCSAN reported data-race in rtl_tx while reading TxDescArray[e...Mirsad Goran Todorovac
2023-11-02r8169: fix the KCSAN reported data-race in rtl_tx() while reading tp->cur_txMirsad Goran Todorovac
2023-10-25ice: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-10-25tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni
2023-10-25net/mlx5e: Don't offload internal port if filter device is out deviceJianbo Liu
2023-10-25net/mlx5: Handle fw tracer change ownership event based on MTRCMaher Sanalla
2023-10-25net/mlx5: E-switch, register event handler before arming the eventShay Drory
2023-10-25sky2: Make sure there is at least one frag_addr availableKees Cook
2023-10-25i40e: prevent crash on probe if hw registers have invalid valuesMichal Schmidt
2023-10-25octeon_ep: update BQL sent bytes before ringing doorbellShinas Rasheed
2023-10-25qed: fix LL2 RX buffer allocationManish Chopra
2023-10-25ice: reset first in crash dump kernelsJesse Brandeburg
2023-10-25ice: fix over-shifted variableJesse Brandeburg
2023-10-25igc: Fix race condition in PTP tx codeVinicius Costa Gomes
2023-10-25igc: Add condition for qbv_config_change_errors counterMuhammad Husaini Zulkifli
2023-10-25igc: Add qbv_config_change_errors counterMuhammad Husaini Zulkifli
2023-10-25igc: Remove reset adapter task for i226 during disable tsn configMuhammad Husaini Zulkifli
2023-10-25igc: enable Qbv configuration for 2nd GCLTan Tee Min
2023-10-25igc: remove I226 Qbv BaseTime restrictionMuhammad Husaini Zulkifli
2023-10-19nfp: flower: avoid rmmod nfp crash issuesYanguo Li
2023-10-19net/mlx5e: Again mutually exclude RX-FCS and RX-port-timestampWill Mortensen
2023-10-19ixgbe: fix crash with empty VF macvlan listDan Carpenter
2023-10-19net/mlx5e: macsec: use update_pn flag instead of PN comparationRadu Pirea (NXP OSS)
2023-10-19mlxsw: fix mlxsw_sp2_nve_vxlan_learning_set() return typeDan Carpenter
2023-10-19ravb: Fix use-after-free issue in ravb_tx_timeout_work()Yoshihiro Shimoda
2023-10-19ravb: Fix up dma_free_coherent() call in ravb_remove()Yoshihiro Shimoda
2023-10-19net: mana: Fix TX CQE error handlingHaiyang Zhang
2023-10-10net: stmmac: dwmac-stm32: fix resume on STM32 MCUBen Wolsieffer
2023-10-10ibmveth: Remove condition to recompute TCP header checksum.David Wilder
2023-10-10net: ethernet: ti: am65-cpsw: Fix error code in am65_cpsw_nuss_init_tx_chns()Dan Carpenter
2023-10-10qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_infoGustavo A. R. Silva