summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2023-04-22nfp: fix incorrect pointer deference when offloading IPsec with bondingHuanhuan Wang1-2/+2
2023-04-22net: dpaa: Fix uninitialized variable in dpaa_stop()Dan Carpenter1-1/+2
2023-04-20Revert "net/mlx5: Enable management PF initialization"Jakub Kicinski3-15/+1
2023-04-20Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-3/+6
2023-04-20e1000e: Disable TSO on i219-LM card to increase speedSebastian Basierski1-25/+26
2023-04-20bnxt_en: fix free-runnig PHC modeVadim Fedorenko1-1/+1
2023-04-19mlxsw: pci: Fix possible crash during initializationIdo Schimmel1-1/+1
2023-04-18mlxfw: fix null-ptr-deref in mlxfw_mfa2_tlv_next()Nikita Zhandarovich1-0/+2
2023-04-18bnxt_en: Fix a possible NULL pointer dereference in unload pathKalesh AP1-9/+10
2023-04-18bnxt_en: Do not initialize PTP on older P3/P4 chipsMichael Chan1-1/+1
2023-04-18cxgb4: fix use after free bugs caused by circular dependency problemDuoming Zhou1-1/+1
2023-04-17i40e: fix i40e_setup_misc_vector() error handlingAleksandr Loktionov1-1/+4
2023-04-17i40e: fix accessing vsi->active_filters without holding lockAleksandr Loktionov1-2/+2
2023-04-17sfc: Fix use-after-free due to selftest_workDing Hui2-1/+2
2023-04-13mlx4: bpf_xdp_metadata_rx_hash add xdp rss hash typeJesper Dangaard Brouer1-1/+18
2023-04-13mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash typeJesper Dangaard Brouer1-1/+59
2023-04-13xdp: rss hash types representationJesper Dangaard Brouer3-3/+6
2023-04-13net: macb: fix a memory corruption in extended buffer descriptor modeRoman Gushchin1-0/+4
2023-04-13net: enetc: workaround for unresponsive pMAC after receiving express trafficVladimir Oltean1-0/+16
2023-04-12net: ti/cpsw: Add explicit platform_device.h and of_platform.h includesRob Herring2-2/+3
2023-04-12qlcnic: check pci_reset_function resultDenis Plotnikov1-1/+7
2023-04-07iavf: remove active_cvlans and active_svlans bitmapsAhmed Zaki3-47/+45
2023-04-07iavf: refactor VLAN filter statesAhmed Zaki3-26/+28
2023-04-07niu: Fix missing unwind goto in niu_alloc_channels()Harshit Mogalapalli1-1/+1
2023-04-06net: stmmac: check fwnode for phy device before scanning for phyMichael Sit Wei Hong1-4/+11
2023-04-06net: stmmac: Add queue reset into stmmac_xdp_open() functionSong Yoong Siang1-0/+2
2023-04-06net: fec: make use of MDIO C45 quirkGreg Ungerer2-12/+25
2023-04-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-3/+20
2023-04-05gve: Secure enough bytes in the first TX desc for all TCP pktsShailend Chand2-7/+7
2023-04-04ice: Reset FDIR counter in FDIR init stageLingyu Liu1-0/+16
2023-04-04ice: fix wrong fallback logic for FDIRSimei Su1-3/+4
2023-04-04net: stmmac: fix up RX flow hash indirection table when setting channelsCorinna Vinschen1-1/+5
2023-04-04net: ethernet: ti: am65-cpsw: Fix mdio cleanup in probeSiddharth Vadapalli1-2/+4
2023-04-02net: ethernet: mtk_eth_soc: fix remaining throughput regressionFelix Fietkau1-0/+4
2023-04-01Revert "net: netcp: MAX_SKB_FRAGS is now 'int'"Jakub Kicinski1-1/+1
2023-03-31net: netcp: MAX_SKB_FRAGS is now 'int'Arnd Bergmann1-1/+1
2023-03-31net: stmmac: remove redundant fixup to support fixed-link modeMichael Sit Wei Hong1-1/+0
2023-03-31net: stmmac: check if MAC needs to attach to a PHYMichael Sit Wei Hong1-1/+3
2023-03-30net: ethernet: mtk_eth_soc: add missing ppe cache flush when deleting a flowFelix Fietkau1-0/+1
2023-03-30net: ethernet: mtk_eth_soc: fix L2 offloading with DSA untag offloadFelix Fietkau2-4/+7
2023-03-30net: ethernet: mtk_eth_soc: fix flow block refcounting logicFelix Fietkau1-1/+2
2023-03-30net: mvneta: fix potential double-frees in mvneta_txq_sw_deinit()Russell King (Oracle)1-0/+2
2023-03-30bnxt_en: Add missing 200G link speed reportingMichael Chan2-0/+3
2023-03-30bnxt_en: Fix typo in PCI id to device description string mappingKalesh AP1-4/+4
2023-03-30bnxt_en: Fix reporting of test result in ethtool selftestKalesh AP1-0/+1
2023-03-30i40e: fix registers dump after run ethtool adapter self testRadoslaw Tyl2-6/+7
2023-03-30Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-8/+102
2023-03-30bnx2x: use the right build_skb() helperJakub Kicinski1-2/+14
2023-03-29net: ethernet: mtk_eth_soc: fix tx throughput regression with direct 1G linksFelix Fietkau1-2/+0
2023-03-28ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg()Jakob Koschel1-3/+5