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
2021-06-17
mt76: mt7915: rework tx rate reporting
Felix Fietkau
3
-84
/
+61
2021-06-17
mt76: dma: use ieee80211_tx_status_ext to free packets when tx fails
Felix Fietkau
1
-6
/
+12
2021-06-17
mt76: improve tx status codepath
Felix Fietkau
2
-27
/
+55
2021-06-17
mt76: intialize tx queue entry wcid to 0xffff by default
Felix Fietkau
3
-0
/
+3
2021-06-17
mt76: mt7603: avoid use of ieee80211_tx_info_clear_status
Felix Fietkau
1
-1
/
+1
2021-06-17
mt76: mt7615: avoid use of ieee80211_tx_info_clear_status
Felix Fietkau
1
-1
/
+1
2021-06-17
mt76: mt7615: fix fixed-rate tx status reporting
Felix Fietkau
1
-6
/
+4
2021-06-17
mt76: mt7915: move mt7915_queue_rx_skb to mac.c
Felix Fietkau
3
-41
/
+39
2021-06-17
mt76: mt7915: disable ASPM
Felix Fietkau
1
-0
/
+2
2021-06-17
mt76: mt7915: add MSI support
Felix Fietkau
3
-8
/
+39
2021-06-17
ice: remove redundant continue statement in a for-loop
Colin Ian King
1
-6
/
+4
2021-06-17
net: ice: ptp: fix compilation warning if PTP_1588_CLOCK is disabled
Lorenzo Bianconi
1
-1
/
+1
2021-06-17
ice: remove unnecessary NULL checks before ptp_read_system_*
Jacob Keller
1
-8
/
+4
2021-06-17
ice: Remove the repeated declaration
Shaokun Zhang
1
-1
/
+0
2021-06-17
ice: remove local variable
Paul M Stillwell Jr
1
-2
/
+1
2021-06-17
ice: reduce scope of variables
Paul M Stillwell Jr
2
-6
/
+6
2021-06-17
ice: mark PTYPE 2 as reserved
Jacob Keller
1
-1
/
+1
2021-06-17
ice: fix incorrect payload indicator on PTYPE
Jacob Keller
1
-1
/
+1
2021-06-17
soc: ixp4xx: move cpu detection to linux/soc/ixp4xx/cpu.h
Arnd Bergmann
3
-2
/
+3
2021-06-16
net/mlx5: Reset mkey index on creation
Aya Levin
1
-1
/
+1
2021-06-16
net/mlx5e: Don't create devices during unload flow
Dmytro Linkin
1
-0
/
+4
2021-06-16
net/mlx5: DR, Fix STEv1 incorrect L3 decapsulation padding
Alex Vesker
1
-10
/
+16
2021-06-16
net/mlx5: SF_DEV, remove SF device on invalid state
Parav Pandit
1
-0
/
+1
2021-06-16
net/mlx5: E-Switch, Allow setting GUID for host PF vport
Parav Pandit
1
-2
/
+0
2021-06-16
net/mlx5: E-Switch, Read PF mac address
Parav Pandit
1
-0
/
+6
2021-06-16
net/mlx5: Check that driver was probed prior attaching the device
Leon Romanovsky
1
-0
/
+15
2021-06-16
net/mlx5: Fix error path for set HCA defaults
Leon Romanovsky
1
-1
/
+2
2021-06-16
r8169: Avoid memcpy() over-reading of ETH_SS_STATS
Kees Cook
1
-1
/
+1
2021-06-16
sh_eth: Avoid memcpy() over-reading of ETH_SS_STATS
Kees Cook
1
-1
/
+1
2021-06-16
r8152: Avoid memcpy() over-reading of ETH_SS_STATS
Kees Cook
1
-1
/
+1
2021-06-16
Merge tag 'wireless-drivers-next-2021-06-16' of git://git.kernel.org/pub/scm/...
David S. Miller
80
-435
/
+1328
2021-06-16
net: marvell: prestera: Add matchall support
Serhiy Boiko
10
-1
/
+367
2021-06-16
net: marvell: Implement TC flower offload
Serhiy Boiko
11
-2
/
+1404
2021-06-16
mlxsw: spectrum_router: remove redundant continue statement
Colin Ian King
1
-1
/
+0
2021-06-16
Merge tag 'linux-can-fixes-for-5.13-20210616' of git://git.kernel.org/pub/scm...
David S. Miller
1
-2
/
+15
2021-06-16
nfp: flower-ct: implement action_merge check
Louis Peens
1
-0
/
+119
2021-06-16
nfp: flower-ct: fill ct metadata check function
Louis Peens
1
-5
/
+32
2021-06-16
nfp: flower-ct: fill in ct merge check function
Louis Peens
2
-0
/
+190
2021-06-16
nfp: flower-ct: implement code to save merge of tc and nft flows
Louis Peens
1
-0
/
+187
2021-06-16
nfp: flower-ct: add nft_merge table
Louis Peens
3
-0
/
+49
2021-06-16
nfp: flower-ct: make a full copy of the rule when it is a NFT flow
Yinjun Zhang
1
-12
/
+46
2021-06-16
nfp: flower-ct: add nft flows to nft list
Louis Peens
3
-1
/
+77
2021-06-16
nfp: flower-ct: add nft callback stubs
Louis Peens
2
-1
/
+73
2021-06-16
nfp: flower-ct: add delete flow handling for ct
Louis Peens
3
-4
/
+49
2021-06-16
net: fec_ptp: fix issue caused by refactor the fec_devtype
Joakim Zhang
1
-3
/
+1
2021-06-16
net: fec_ptp: add clock rate zero check
Fugang Duan
1
-0
/
+4
2021-06-16
net: usb: fix possible use-after-free in smsc75xx_bind
Dongliang Mu
1
-4
/
+6
2021-06-16
net: phy: replace if-else statements with switch
Weihang Li
1
-4
/
+9
2021-06-16
net: phy: remove unnecessary line continuation
Wenpeng Liang
2
-6
/
+6
2021-06-16
net: phy: print the function name by __func__ instead of an fixed string
Wenpeng Liang
1
-2
/
+2
[prev]
[next]