index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-27
net/net_failover: fix txq exceeding warning
Faicker Mo
1
-6
/
+2
2023-03-25
r8169: fix RTL8168H and RTL8107E rx crc error
ChunHao Lin
1
-0
/
+3
2023-03-25
net: dsa: microchip: ksz8: fix MDB configuration with non-zero VID
Oleksij Rempel
1
-1
/
+1
2023-03-25
net: dsa: microchip: ksz8863_smi: fix bulk access
Oleksij Rempel
1
-9
/
+0
2023-03-25
net: dsa: microchip: ksz8: ksz8_fdb_dump: avoid extracting ghost entry from e...
Oleksij Rempel
1
-1
/
+1
2023-03-25
net: dsa: microchip: ksz8: fix offset for the timestamp filed
Oleksij Rempel
1
-1
/
+1
2023-03-25
net: dsa: microchip: ksz8: fix ksz8_fdb_dump() to extract all 1024 entries
Oleksij Rempel
1
-3
/
+3
2023-03-25
net: dsa: microchip: ksz8: fix ksz8_fdb_dump()
Oleksij Rempel
1
-6
/
+5
2023-03-24
vmxnet3: use gro callback when UPT is enabled
Ronak Doshi
1
-1
/
+3
2023-03-24
net: dsa: realtek: fix out-of-bounds access
Ahmad Fatoum
1
-1
/
+4
2023-03-24
net/mlx5: Provide external API for allocating vectors
Eli Cohen
1
-0
/
+52
2023-03-24
net/mlx5: Use one completion vector if eth is disabled
Eli Cohen
3
-12
/
+20
2023-03-24
net/mlx5: Refactor calculation of required completion vectors
Eli Cohen
1
-10
/
+18
2023-03-24
net/mlx5: Move devlink registration before mlx5_load
Eli Cohen
1
-7
/
+7
2023-03-24
net/mlx5: Use dynamic msix vectors allocation
Eli Cohen
6
-91
/
+129
2023-03-24
net/mlx5: Refactor completion irq request/release code
Eli Cohen
1
-24
/
+46
2023-03-24
net/mlx5: Improve naming of pci function vectors
Eli Cohen
1
-23
/
+23
2023-03-24
net/mlx5: Use newer affinity descriptor
Eli Cohen
4
-52
/
+44
2023-03-24
net/mlx5: Modify struct mlx5_irq to use struct msi_map
Eli Cohen
1
-16
/
+15
2023-03-24
net/mlx5: Fix wrong comment
Eli Cohen
1
-1
/
+3
2023-03-24
net/mlx5e: Coding style fix, add empty line
Eli Cohen
1
-0
/
+1
2023-03-24
net: phy: dp83869: fix default value for tx-/rx-internal-delay
Josua Mayer
1
-4
/
+2
2023-03-24
sfc: ef10: don't overwrite offload features at NIC reset
Íñigo Huguet
2
-22
/
+33
2023-03-24
can: m_can: Keep interrupts enabled during peripheral read
Markus Schneider-Pargmann
1
-5
/
+6
2023-03-24
can: m_can: Disable unused interrupts
Markus Schneider-Pargmann
1
-7
/
+11
2023-03-24
can: m_can: Remove double interrupt enable
Markus Schneider-Pargmann
1
-1
/
+0
2023-03-24
can: m_can: Always acknowledge all interrupts
Markus Schneider-Pargmann
1
-2
/
+1
2023-03-24
can: m_can: Remove repeated check for is_peripheral
Markus Schneider-Pargmann
1
-3
/
+1
2023-03-24
can: esd_usb: Improve code readability by means of replacing struct esd_usb_m...
Frank Jungclaus
1
-84
/
+82
2023-03-24
can: kvaser_pciefd: Remove redundant pci_clear_master
Cai Huoqing
1
-1
/
+0
2023-03-24
can: ctucanfd: Remove redundant pci_clear_master
Cai Huoqing
1
-6
/
+2
2023-03-24
can: c_can: Remove redundant pci_clear_master
Cai Huoqing
1
-2
/
+0
2023-03-24
can: rcar_canfd: Improve error messages
Geert Uytterhoeven
1
-21
/
+20
2023-03-24
can: rcar_canfd: Add transceiver support
Geert Uytterhoeven
1
-5
/
+25
2023-03-24
net: wangxun: Fix vector length of interrupt cause
Jiawen Wu
3
-3
/
+4
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
63
-289
/
+464
2023-03-24
wifi: carl9170: Replace fake flex-array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2023-03-24
wifi: carl9170: Fix multiple -Warray-bounds warnings
Gustavo A. R. Silva
1
-1
/
+1
2023-03-24
wifi: ath10k: remove unused ath10k_get_ring_byte function
Tom Rix
1
-7
/
+0
2023-03-24
wifi: ath12k: incorrect channel survey dump
Harshitha Prem
1
-0
/
+3
2023-03-24
wifi: ath12k: fix incorrect handling of AMSDU frames
Harshitha Prem
1
-1
/
+2
2023-03-24
wifi: ath12k: fix packets are sent in native wifi mode while we set raw mode
Aaradhana Sahu
1
-0
/
+4
2023-03-24
wifi: ath12k: fill peer meta data during reo_reinject
P Praneesh
1
-4
/
+8
2023-03-24
mac80211_hwsim: add PMSR report support via virtio
Jaewan Kim
2
-10
/
+425
2023-03-24
mac80211_hwsim: add PMSR abort support via virtio
Jaewan Kim
2
-0
/
+64
2023-03-24
mac80211_hwsim: add PMSR request support via virtio
Jaewan Kim
2
-1
/
+215
2023-03-24
mac80211_hwsim: add PMSR capability support
Jaewan Kim
2
-0
/
+133
2023-03-24
wifi: iwlwifi: mvm: fix NULL deref in iwl_mvm_mld_disable_txq
Gregory Greenman
1
-1
/
+6
2023-03-24
net: phy: Improved PHY error reporting in state machine
Florian Fainelli
1
-9
/
+24
2023-03-24
net: phy: micrel: Add support for PTP_PF_EXTTS for lan8841
Horatiu Vultur
1
-0
/
+162
[prev]
[next]