aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-03-27net/net_failover: fix txq exceeding warningFaicker Mo1-6/+2
2023-03-25r8169: fix RTL8168H and RTL8107E rx crc errorChunHao Lin1-0/+3
2023-03-25net: dsa: microchip: ksz8: fix MDB configuration with non-zero VIDOleksij Rempel1-1/+1
2023-03-25net: dsa: microchip: ksz8863_smi: fix bulk accessOleksij Rempel1-9/+0
2023-03-25net: dsa: microchip: ksz8: ksz8_fdb_dump: avoid extracting ghost entry from e...Oleksij Rempel1-1/+1
2023-03-25net: dsa: microchip: ksz8: fix offset for the timestamp filedOleksij Rempel1-1/+1
2023-03-25net: dsa: microchip: ksz8: fix ksz8_fdb_dump() to extract all 1024 entriesOleksij Rempel1-3/+3
2023-03-25net: dsa: microchip: ksz8: fix ksz8_fdb_dump()Oleksij Rempel1-6/+5
2023-03-24vmxnet3: use gro callback when UPT is enabledRonak Doshi1-1/+3
2023-03-24net: dsa: realtek: fix out-of-bounds accessAhmad Fatoum1-1/+4
2023-03-24net/mlx5: Provide external API for allocating vectorsEli Cohen1-0/+52
2023-03-24net/mlx5: Use one completion vector if eth is disabledEli Cohen3-12/+20
2023-03-24net/mlx5: Refactor calculation of required completion vectorsEli Cohen1-10/+18
2023-03-24net/mlx5: Move devlink registration before mlx5_loadEli Cohen1-7/+7
2023-03-24net/mlx5: Use dynamic msix vectors allocationEli Cohen6-91/+129
2023-03-24net/mlx5: Refactor completion irq request/release codeEli Cohen1-24/+46
2023-03-24net/mlx5: Improve naming of pci function vectorsEli Cohen1-23/+23
2023-03-24net/mlx5: Use newer affinity descriptorEli Cohen4-52/+44
2023-03-24net/mlx5: Modify struct mlx5_irq to use struct msi_mapEli Cohen1-16/+15
2023-03-24net/mlx5: Fix wrong commentEli Cohen1-1/+3
2023-03-24net/mlx5e: Coding style fix, add empty lineEli Cohen1-0/+1
2023-03-24net: phy: dp83869: fix default value for tx-/rx-internal-delayJosua Mayer1-4/+2
2023-03-24sfc: ef10: don't overwrite offload features at NIC resetÍñigo Huguet2-22/+33
2023-03-24can: m_can: Keep interrupts enabled during peripheral readMarkus Schneider-Pargmann1-5/+6
2023-03-24can: m_can: Disable unused interruptsMarkus Schneider-Pargmann1-7/+11
2023-03-24can: m_can: Remove double interrupt enableMarkus Schneider-Pargmann1-1/+0
2023-03-24can: m_can: Always acknowledge all interruptsMarkus Schneider-Pargmann1-2/+1
2023-03-24can: m_can: Remove repeated check for is_peripheralMarkus Schneider-Pargmann1-3/+1
2023-03-24can: esd_usb: Improve code readability by means of replacing struct esd_usb_m...Frank Jungclaus1-84/+82
2023-03-24can: kvaser_pciefd: Remove redundant pci_clear_masterCai Huoqing1-1/+0
2023-03-24can: ctucanfd: Remove redundant pci_clear_masterCai Huoqing1-6/+2
2023-03-24can: c_can: Remove redundant pci_clear_masterCai Huoqing1-2/+0
2023-03-24can: rcar_canfd: Improve error messagesGeert Uytterhoeven1-21/+20
2023-03-24can: rcar_canfd: Add transceiver supportGeert Uytterhoeven1-5/+25
2023-03-24net: wangxun: Fix vector length of interrupt causeJiawen Wu3-3/+4
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski63-289/+464
2023-03-24wifi: carl9170: Replace fake flex-array with flexible-array memberGustavo A. R. Silva1-2/+2
2023-03-24wifi: carl9170: Fix multiple -Warray-bounds warningsGustavo A. R. Silva1-1/+1
2023-03-24wifi: ath10k: remove unused ath10k_get_ring_byte functionTom Rix1-7/+0
2023-03-24wifi: ath12k: incorrect channel survey dumpHarshitha Prem1-0/+3
2023-03-24wifi: ath12k: fix incorrect handling of AMSDU framesHarshitha Prem1-1/+2
2023-03-24wifi: ath12k: fix packets are sent in native wifi mode while we set raw modeAaradhana Sahu1-0/+4
2023-03-24wifi: ath12k: fill peer meta data during reo_reinjectP Praneesh1-4/+8
2023-03-24mac80211_hwsim: add PMSR report support via virtioJaewan Kim2-10/+425
2023-03-24mac80211_hwsim: add PMSR abort support via virtioJaewan Kim2-0/+64
2023-03-24mac80211_hwsim: add PMSR request support via virtioJaewan Kim2-1/+215
2023-03-24mac80211_hwsim: add PMSR capability supportJaewan Kim2-0/+133
2023-03-24wifi: iwlwifi: mvm: fix NULL deref in iwl_mvm_mld_disable_txqGregory Greenman1-1/+6
2023-03-24net: phy: Improved PHY error reporting in state machineFlorian Fainelli1-9/+24
2023-03-24net: phy: micrel: Add support for PTP_PF_EXTTS for lan8841Horatiu Vultur1-0/+162