aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-10-10Merge tag 'net-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds50-185/+390
2024-10-10slip: make slhc_remember() more robust against malicious packetsEric Dumazet1-23/+34
2024-10-10ppp: fix ppp_async_encode() illegal accessEric Dumazet1-1/+1
2024-10-10vxlan: Handle error of rtnl_register_module().Kuniyuki Iwashima3-12/+15
2024-10-09Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski11-35/+31
2024-10-09net: netconsole: fix wrong warningBreno Leitao1-1/+7
2024-10-09net: fec: don't save PTP state if PTP is unsupportedWei Fang1-2/+4
2024-10-09net: ibm: emac: mal: add dcr_unmap to _removeRosen Penev1-0/+2
2024-10-09net: ftgmac100: fixed not check status from fixed phyJacky Chou1-1/+6
2024-10-09Merge tag 'mm-hotfixes-stable-2024-10-09-15-46' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2024-10-09device-dax: correct pgoff align in dax_set_mapping()Kun(llfl)1-1/+1
2024-10-09misc: sgi-gru: Don't disable preemption in GRU driverDimitri Sivanich3-8/+0
2024-10-09net: amd: mvme147: Fix probe banner messageDaniel Palmer1-4/+3
2024-10-09net: phy: realtek: Fix MMD access on RTL8126A-integrated PHYHeiner Kallweit1-1/+23
2024-10-09net: ti: icssg-prueth: Fix race condition for VLAN table accessMD Danish Anwar3-0/+5
2024-10-08net: ibm: emac: mal: fix wrong gotoRosen Penev1-1/+1
2024-10-08e1000e: change I219 (19) devices to ADPVitaly Lifshits2-4/+4
2024-10-08igb: Do not bring the device up after non-fatal errorMohamed Khalfella1-0/+4
2024-10-08i40e: Fix macvlan leak by synchronizing access to mac_filter_hashAleksandr Loktionov2-0/+3
2024-10-08ice: Fix increasing MSI-X on VFMarcin Szycik3-5/+9
2024-10-08ice: Flush FDB entries before resetWojciech Drewek3-22/+8
2024-10-08ice: Fix netif_is_ice() in Safe ModeMarcin Szycik1-1/+2
2024-10-08ice: Fix entering Safe ModeMarcin Szycik1-3/+1
2024-10-08net: dsa: b53: fix jumbo frames on 10/100 portsJonas Gorski1-1/+1
2024-10-08net: dsa: b53: allow lower MTUs on BCM5325/5365Jonas Gorski1-1/+1
2024-10-08net: dsa: b53: fix max MTU for BCM5325/BCM5365Jonas Gorski1-0/+6
2024-10-08net: dsa: b53: fix max MTU for 1g switchesJonas Gorski1-1/+4
2024-10-08net: dsa: b53: fix jumbo frame mtu checkJonas Gorski1-1/+1
2024-10-08net: ethernet: ti: am65-cpsw: avoid devm_alloc_etherdev, fix module removalNicolas Pitre1-8/+12
2024-10-08net: ethernet: ti: am65-cpsw: prevent WARN_ON upon module removalNicolas Pitre1-1/+1
2024-10-07net: airoha: Update tx cpu dma ring idx at the end of xmit loopLorenzo Bianconi1-4/+5
2024-10-07net: phy: Remove LED entry from LEDs list on unregisterChristian Marangi1-2/+3
2024-10-07Merge tag 'for-net-2024-10-04' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-2/+18
2024-10-07net: ethernet: adi: adin1110: Fix some error handling path in adin1110_read_f...Christophe JAILLET1-2/+2
2024-10-07Revert "net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabled"Jakub Kicinski1-1/+1
2024-10-07net: dsa: lan9303: ensure chip reset and wait for READY statusAnatolij Gustschin1-0/+29
2024-10-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-27/+32
2024-10-07vhost/scsi: null-ptr-dereference in vhost_scsi_get_req()Haoran Zhang1-12/+15
2024-10-06Merge tag 'platform-drivers-x86-v6.12-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds6-8/+22
2024-10-06platform/x86: x86-android-tablets: Fix use after free on platform_device_regi...Hans de Goede1-2/+4
2024-10-06platform/x86: dell-sysman: add support for alienware productsCrag Wang1-0/+1
2024-10-06platform/x86/intel: power-domains: Add Diamond Rapids supportSrinivas Pandruvada1-0/+1
2024-10-06platform/x86: ISST: Add Diamond Rapids to support listSrinivas Pandruvada1-0/+1
2024-10-06platform/x86:intel/pmc: Disable ACPI PM Timer disabling on Sky and Kaby LakeHans de Goede1-2/+0
2024-10-06platform/x86: dell-laptop: Do not fail when encountering unsupported batteriesArmin Wolf1-3/+12
2024-10-05Merge tag 'for-linus-6.12a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-10-05Merge tag 'cxl-fixes-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-10-05Merge tag 'i2c-for-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2024-10-05Merge tag 'spi-fix-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-7/+9
2024-10-05platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bugZach Wade1-1/+3