summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'net-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds37-93/+273
7 daysMerge tag 'linux-can-fixes-for-6.19-20251218' of git://git.kernel.org/pub/scm...Paolo Abeni1-1/+1
7 daysnet: hns3: add VLAN id validation before usingJian Shen1-0/+3
7 daysnet: hns3: using the num_tqps to check whether tqp_index is out of range when...Jian Shen1-2/+2
7 daysnet: hns3: using the num_tqps in the vf driver to apply for resourcesJian Shen1-2/+2
7 daysnet: enetc: do not transmit redirected XDP frames when the link is downWei Fang1-1/+2
7 daysnet/mlx5e: Don't include PSP in the hard MTU calculationsCosmin Ratiu1-1/+1
7 daysnet/mlx5e: Do not update BQL of old txqs during channel reconfigurationTariq Toukan1-1/+5
7 daysnet/mlx5e: Trigger neighbor resolution for unresolved destinationsJianbo Liu1-0/+3
7 daysnet/mlx5e: Use ip6_dst_lookup instead of ipv6_dst_lookup_flow for MAC initJianbo Liu1-3/+2
7 daysnet/mlx5: Serialize firmware reset with devlinkShay Drory4-4/+53
7 daysnet/mlx5: fw_tracer, Handle escaped percent properlyShay Drory1-6/+14
7 daysnet/mlx5: fw_tracer, Validate format string parametersShay Drory2-10/+74
7 daysnet/mlx5: Drain firmware reset in shutdown callbackMoshe Shemesh1-0/+1
7 daysnet/mlx5: fw reset, clear reset requested on drain_fw_resetMoshe Shemesh1-1/+2
7 daysnet: dsa: mxl-gsw1xx: manually clear RANEG bitDaniel Golle1-1/+33
7 daysnet: dsa: mxl-gsw1xx: fix .shutdown driver operationDaniel Golle3-10/+2
7 daysnet: dsa: mxl-gsw1xx: fix order in .remove operationDaniel Golle1-2/+0
7 daysnet: dsa: lantiq_gswip: fix order in .remove operationDaniel Golle2-6/+10
7 dayscan: fix build dependencyMarc Kleine-Budde1-1/+1
14 daysnet: sfp: extend Potron XGSPON quirk to cover additional EEPROM variantMarcus Hughes1-0/+2
14 daysMerge tag 'linux-can-fixes-for-6.19-20251210' of git://git.kernel.org/pub/scm...Jakub Kicinski4-9/+5
2025-12-10broadcom: b44: prevent uninitialized value usageAlexey Simakov1-0/+3
2025-12-10net: ti: icssg-prueth: add PTP_1588_CLOCK_OPTIONAL dependencyArnd Bergmann1-1/+2
2025-12-10can: gs_usb: gs_can_open(): fix error handlingMarc Kleine-Budde1-1/+1
2025-12-10can: fix build dependencyArnd Bergmann3-8/+4
2025-12-08Merge tag 'i3c/for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds1-4/+4
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds9-2/+426
2025-12-05bnxt_en: Fix XDP_TX pathMichael Chan1-2/+1
2025-12-05gve: Move gve_init_clock to after AQ CONFIGURE_DEVICE_RESOURCES callTim Hostetler1-7/+10
2025-12-05r8169: fix RTL8117 Wake-on-Lan in DASH modeRené Rebe1-4/+1
2025-12-05mlxsw: spectrum_mr: Fix use-after-free when updating multicast route statsIdo Schimmel1-0/+2
2025-12-05mlxsw: spectrum_router: Fix neighbour use-after-freeIdo Schimmel1-8/+9
2025-12-05mlxsw: spectrum_router: Fix possible neighbour reference count leakIdo Schimmel1-5/+5
2025-12-05net: phy: marvell-88q2xxx: Fix clamped value in mv88q2xxx_hwmon_writeThorsten Blum1-1/+1
2025-12-05Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds19-32/+0
2025-12-04net/mlx5: Fix double unregister of HCA_PORTS componentGerd Bayer1-0/+1
2025-12-04ipvlan: Ignore PACKET_LOOPBACK in handle_mode_l2()Dmitry Skorodumov1-0/+3
2025-12-04net: dsa: mxl-gsw1xx: fix SerDes RX polarityDaniel Golle1-1/+7
2025-12-04net: phy: RTL8211FVD: Restore disabling of PHY-mode EEEIvan Galkin1-4/+0
2025-12-04net/mlx5e: Avoid unregistering PSP twiceCosmin Ratiu1-1/+0
2025-12-04net/mlx5: make enable_mpesw idempotentMoshe Shemesh1-2/+9
2025-12-04net: fec: ERR007885 Workaround for XDP TX pathWei Fang1-1/+6
2025-12-04Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds956-13598/+34853
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-15/+7
2025-12-03Merge tag 'fpsimd-on-stack-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-9/+10
2025-12-03Merge tag 'libcrypto-at-least-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-4/+4
2025-12-03Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-25/+25
2025-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+23
2025-12-02net: mctp i3c: switch to use i3c_xfer from i3c_priv_xferFrank Li1-4/+4