index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
airoha
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-7
/
+7
2026-01-21
net: airoha: npu: Add the capability to read firmware names from dts
Lorenzo Bianconi
-6
/
+40
2026-01-20
net: airoha_eth: increase max MTU to 9220 for DSA jumbo frames
Sayantan Nandy
-1
/
+1
2026-01-15
net: airoha: npu: Init BA memory region if provided via DTS
Lorenzo Bianconi
-0
/
+8
2026-01-13
net: airoha: implement get_link_ksettings
Aleksander Jan Bajkowski
-0
/
+1
2026-01-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-3
/
+6
2026-01-08
net: airoha: Fix schedule while atomic in airoha_ppe_deinit()
Lorenzo Bianconi
-3
/
+6
2026-01-06
net: airoha: Use gdm port enum value whenever possible
Lorenzo Bianconi
-19
/
+21
2026-01-06
net: airoha: npu: Dump fw version during probe
Lorenzo Bianconi
-0
/
+6
2025-12-23
net: airoha: Move net_devs registration in a dedicated routine
Lorenzo Bianconi
-13
/
+26
2025-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+1
2025-11-17
net: airoha: Do not loopback traffic to GDM2 if it is available on the device
Lorenzo Bianconi
-1
/
+1
2025-11-07
net: airoha: Add the capability to consume out-of-order DMA tx descriptors
Lorenzo Bianconi
-47
/
+45
2025-10-27
net: airoha: Fix a copy and paste bug in probe()
Dan Carpenter
-4
/
+4
2025-10-23
net: airoha: Remove code duplication in airoha_regs.h
Lorenzo Bianconi
-111
/
+100
2025-10-21
net: airoha: Add AN7583 SoC support
Lorenzo Bianconi
-5
/
+77
2025-10-21
net: airoha: ppe: Do not use magic numbers in airoha_ppe_foe_get_entry_locked()
Lorenzo Bianconi
-1
/
+2
2025-10-21
net: airoha: Refactor src port configuration in airhoha_set_gdm2_loopback
Lorenzo Bianconi
-33
/
+73
2025-10-21
net: airoha: Select default ppe cpu port in airoha_dev_init()
Lorenzo Bianconi
-22
/
+16
2025-10-21
net: airoha: ppe: Flush PPE SRAM table during PPE setup
Lorenzo Bianconi
-10
/
+14
2025-10-21
net: airoha: ppe: Configure SRAM PPE entries via the cpu
Lorenzo Bianconi
-7
/
+23
2025-10-21
net: airoha: ppe: Remove airoha_ppe_is_enabled() where not necessary
Lorenzo Bianconi
-9
/
+4
2025-10-21
net: airoha: ppe: Move PPE memory info in airoha_eth_soc_data struct
Lorenzo Bianconi
-76
/
+70
2025-10-21
net: airoha: Generalize airoha_ppe2_is_enabled routine
Lorenzo Bianconi
-18
/
+32
2025-10-21
net: airoha: Add airoha_eth_soc_data struct
Lorenzo Bianconi
-11
/
+48
2025-10-21
net: airoha: Add airoha_ppe_get_num_stats_entries() and airoha_ppe_get_num_to...
Lorenzo Bianconi
-30
/
+81
2025-10-21
net: airoha: ppe: Dynamically allocate foe_check_time array in airoha_ppe struct
Lorenzo Bianconi
-1
/
+6
2025-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+15
2025-10-15
net: airoha: npu: Add 7583 SoC support
Lorenzo Bianconi
-0
/
+16
2025-10-15
net: airoha: npu: Add airoha_npu_soc_data struct
Lorenzo Bianconi
-26
/
+51
2025-10-14
net: airoha: Add get_link ethtool callback
Lorenzo Bianconi
-0
/
+1
2025-10-14
net: airoha: Add missing stats to ethtool_eth_mac_stats
Lorenzo Bianconi
-0
/
+4
2025-10-14
net: airoha: Take into account out-of-order tx completions in airoha_dev_xmit()
Lorenzo Bianconi
-1
/
+15
2025-10-09
net: airoha: Fix loopback mode configuration for GDM2 port
Lorenzo Bianconi
-1
/
+6
2025-09-26
net: airoha: npu: Add a NPU callback to initialize flow stats
Lorenzo Bianconi
-24
/
+19
2025-09-23
net: airoha: Avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
-1
/
+3
2025-09-19
net: airoha: Fix PPE_IP_PROTO_CHK register definitions
Lorenzo Bianconi
-2
/
+2
2025-08-25
net: airoha: Introduce check_skb callback in ppe_dev ops
Lorenzo Bianconi
-18
/
+18
2025-08-25
net: airoha: Add airoha_ppe_dev struct definition
Lorenzo Bianconi
-7
/
+69
2025-08-25
net: airoha: Rely on airoha_eth struct in airoha_ppe_flow_offload_cmd signature
Lorenzo Bianconi
-12
/
+8
2025-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-3
/
+1
2025-08-21
net: airoha: ppe: Do not invalid PPE entries in case of SW hash collision
Lorenzo Bianconi
-3
/
+1
2025-08-19
net: airoha: Add wlan flowtable TX offload
Lorenzo Bianconi
-29
/
+85
2025-08-12
net: airoha: Add airoha_offload.h header
Lorenzo Bianconi
-105
/
+2
2025-08-12
net: airoha: npu: Enable core 3 for WiFi offloading
Lorenzo Bianconi
-2
/
+1
2025-08-12
net: airoha: npu: Read NPU wlan interrupt lines from the DTS
Lorenzo Bianconi
-0
/
+12
2025-08-12
net: airoha: npu: Add wlan irq management callbacks
Lorenzo Bianconi
-0
/
+31
2025-08-12
net: airoha: npu: Add wlan_{send,get}_msg NPU callbacks
Lorenzo Bianconi
-0
/
+74
2025-08-12
net: airoha: npu: Add NPU wlan memory initialization commands
Lorenzo Bianconi
-0
/
+120
[next]