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
2024-05-02
wifi: mt76: mt7915: fix bogus Tx/Rx airtime duration values
Henry Yen
1
-2
/
+9
2024-05-02
wifi: mt76: mt7915: fix mcu command format for mt7915 tx stats
Peter Chiu
1
-12
/
+24
2024-05-02
wifi: mt76: fix tx packet loss when scanning on DBDC
Felix Fietkau
6
-8
/
+11
2024-05-02
wifi: mt76: replace skb_put with skb_put_zero
Felix Fietkau
2
-6
/
+6
2024-05-02
wifi: mt76: mt7915: initialize rssi on adding stations
Felix Fietkau
1
-0
/
+4
2024-05-02
wifi: ath12k: fix the problem that down grade phy mode operation
Lingbo Kong
1
-3
/
+13
2024-05-02
wifi: qtnfmac: Remove generic .ndo_get_stats64
Breno Leitao
1
-1
/
+0
2024-05-02
wifi: qtnfmac: Move stats allocation to core
Breno Leitao
1
-14
/
+1
2024-05-02
wifi: rtl8xxxu: cleanup includes
Ping-Ke Shih
10
-117
/
+11
2024-05-02
wifi: rtl8xxxu: remove rtl8xxxu_ prefix from filenames
Kalle Valo
11
-12
/
+12
2024-05-02
wifi: rtl8xxxu: remove some unused includes
Kalle Valo
9
-36
/
+0
2024-05-02
wifi: rtw89: 8852c: refine power sequence to imporve power consumption
Chia-Yuan Li
1
-2
/
+8
2024-05-02
wifi: rtw89: reset AFEDIG register in power off sequence
Chin-Yen Lee
3
-0
/
+5
2024-05-02
wifi: rtlwifi: Adjust rtl8192d-common for USB
Bitterblue Smith
10
-44
/
+268
2024-05-02
wifi: rtlwifi: Clean up rtl8192d-common a bit
Bitterblue Smith
8
-471
/
+422
2024-05-02
wifi: rtlwifi: Move code from rtl8192de to rtl8192d-common
Bitterblue Smith
35
-4927
/
+5166
2024-05-02
wifi: rtlwifi: rtl8192de: Fix endianness issue in RX path
Bitterblue Smith
2
-66
/
+15
2024-05-02
wifi: rtlwifi: rtl8192de: Fix low speed with WPA3-SAE
Bitterblue Smith
2
-3
/
+16
2024-05-02
wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power
Bitterblue Smith
1
-2
/
+2
2024-05-01
vxlan: Pull inner IP header in vxlan_rcv().
Guillaume Nault
1
-1
/
+18
2024-05-01
net: ti: icssg_prueth: Add SW TX / RX Coalescing based on hrtimers
MD Danish Anwar
4
-8
/
+155
2024-04-30
net: loopback: Do not allocate lstats explicitly
Breno Leitao
1
-4
/
+1
2024-04-30
e1000e: change usleep_range to udelay in PHY mdic access
Vitaly Lifshits
1
-4
/
+4
2024-04-30
net: dsa: mv88e6xxx: Fix number of databases for 88E6141 / 88E6341
Marek Behún
1
-2
/
+2
2024-04-30
inet: introduce dst_rtable() helper
Eric Dumazet
1
-1
/
+1
2024-04-30
cxgb4: Properly lock TX queue for the selftest.
Sebastian Andrzej Siewior
1
-3
/
+3
2024-04-30
i40e: Add and use helper to reconfigure TC for given VSI
Ivan Vecera
1
-8
/
+24
2024-04-30
i40e: Add helper to access main VEB
Ivan Vecera
3
-16
/
+31
2024-04-30
i40e: Consolidate checks whether given VSI is main
Ivan Vecera
3
-17
/
+16
2024-04-30
i40e: Add helper to access main VSI
Ivan Vecera
9
-83
/
+116
2024-04-30
i40e: Refactor argument of i40e_detect_recover_hung()
Ivan Vecera
3
-6
/
+8
2024-04-30
i40e: Refactor argument of several client notification functions
Ivan Vecera
3
-19
/
+17
2024-04-30
i40e: Remove flags field from i40e_veb
Ivan Vecera
3
-11
/
+7
2024-04-30
wifi: ar5523: enable proper endpoint verification
Nikita Zhandarovich
1
-0
/
+14
2024-04-30
wifi: ath12k: fix flush failure in recovery scenarios
Baochen Qiang
1
-0
/
+7
2024-04-30
wifi: ath12k: check M3 buffer size as well whey trying to reuse it
Baochen Qiang
1
-15
/
+21
2024-04-30
net: sfp-bus: constify link_modes to sfp_select_interface()
Russell King (Oracle)
1
-1
/
+1
2024-04-30
net: sfp: allow use 2500base-X for 2500base-T modules
Russell King (Oracle)
1
-1
/
+2
2024-04-30
net: phylink: add debug print for empty posssible_interfaces
Russell King (Oracle)
1
-0
/
+3
2024-04-30
net: dsa: realtek: provide own phylink MAC operations
Russell King (Oracle)
4
-18
/
+46
2024-04-30
net: dsa: mt7530: do not set MT7530_P5_DIS when PHY muxing is being used
Arınç ÜNAL
1
-1
/
+2
2024-04-30
virtio-net: support queue stat
Xuan Zhuo
1
-21
/
+371
2024-04-30
virtio_net: add the total stats field
Xuan Zhuo
1
-12
/
+69
2024-04-30
virtio_net: device stats helpers support driver stats
Xuan Zhuo
1
-75
/
+82
2024-04-30
virtio_net: support device stats
Xuan Zhuo
1
-4
/
+472
2024-04-30
virtio_net: remove "_queue" from ethtool -S
Xuan Zhuo
1
-2
/
+2
2024-04-30
virtio_net: introduce ability to get reply info from device
Xuan Zhuo
1
-7
/
+17
2024-04-29
net: txgbe: use phylink_pcs_change() to report PCS link change events
Russell King (Oracle)
1
-1
/
+1
2024-04-29
net: prestera: use phylink_pcs_change() to report PCS link change events
Russell King (Oracle)
1
-2
/
+2
2024-04-29
net: mvneta: use phylink_pcs_change() to report PCS link change events
Russell King (Oracle)
1
-1
/
+2
[prev]
[next]