index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
airoha
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-14
net: airoha: Take into account out-of-order tx completions in airoha_dev_xmit()
Lorenzo Bianconi
1
-1
/
+15
2025-10-09
net: airoha: Fix loopback mode configuration for GDM2 port
Lorenzo Bianconi
2
-1
/
+6
2025-09-26
net: airoha: npu: Add a NPU callback to initialize flow stats
Lorenzo Bianconi
2
-24
/
+19
2025-09-23
net: airoha: Avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
1
-1
/
+3
2025-09-19
net: airoha: Fix PPE_IP_PROTO_CHK register definitions
Lorenzo Bianconi
1
-2
/
+2
2025-08-25
net: airoha: Introduce check_skb callback in ppe_dev ops
Lorenzo Bianconi
3
-18
/
+18
2025-08-25
net: airoha: Add airoha_ppe_dev struct definition
Lorenzo Bianconi
4
-7
/
+69
2025-08-25
net: airoha: Rely on airoha_eth struct in airoha_ppe_flow_offload_cmd signature
Lorenzo Bianconi
1
-12
/
+8
2025-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+1
2025-08-21
net: airoha: ppe: Do not invalid PPE entries in case of SW hash collision
Lorenzo Bianconi
1
-3
/
+1
2025-08-19
net: airoha: Add wlan flowtable TX offload
Lorenzo Bianconi
2
-29
/
+85
2025-08-12
net: airoha: Add airoha_offload.h header
Lorenzo Bianconi
3
-105
/
+2
2025-08-12
net: airoha: npu: Enable core 3 for WiFi offloading
Lorenzo Bianconi
1
-2
/
+1
2025-08-12
net: airoha: npu: Read NPU wlan interrupt lines from the DTS
Lorenzo Bianconi
2
-0
/
+12
2025-08-12
net: airoha: npu: Add wlan irq management callbacks
Lorenzo Bianconi
2
-0
/
+31
2025-08-12
net: airoha: npu: Add wlan_{send,get}_msg NPU callbacks
Lorenzo Bianconi
2
-0
/
+74
2025-08-12
net: airoha: npu: Add NPU wlan memory initialization commands
Lorenzo Bianconi
2
-0
/
+120
2025-08-04
net: airoha: npu: Add missing MODULE_FIRMWARE macros
Lorenzo Bianconi
1
-0
/
+2
2025-08-01
net: airoha: Fix PPE table access in airoha_ppe_debugfs_foe_show()
Lorenzo Bianconi
1
-6
/
+20
2025-07-17
net: airoha: Fix a NULL vs IS_ERR() bug in airoha_npu_run_firmware()
Dan Carpenter
1
-2
/
+2
2025-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2025-07-16
net: airoha: fix potential use-after-free in airoha_npu_get()
Alok Tiwari
1
-1
/
+2
2025-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2025-07-08
net: airoha: Fix an error handling path in airoha_probe()
Christophe JAILLET
1
-0
/
+1
2025-07-08
net: Use of_reserved_mem_region_to_resource{_byname}() for "memory-region"
Rob Herring (Arm)
1
-16
/
+9
2025-06-26
net: airoha: Get rid of dma_sync_single_for_device() in airoha_qdma_fill_rx_q...
Lorenzo Bianconi
1
-5
/
+0
2025-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-12
/
+19
2025-06-19
net: airoha: Differentiate hwfd buffer size for QDMA0 and QDMA1
Lorenzo Bianconi
1
-4
/
+6
2025-06-19
net: airoha: Compute number of descriptors according to reserved memory size
Lorenzo Bianconi
1
-9
/
+12
2025-06-19
net: airoha: Always check return value from airoha_ppe_foe_get_entry()
Lorenzo Bianconi
1
-1
/
+3
2025-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2025-06-10
net: airoha: Enable RX queues 16-31
Lorenzo Bianconi
1
-1
/
+2
2025-06-10
net: airoha: Add PPPoE offload support
Lorenzo Bianconi
1
-8
/
+23
2025-06-03
net: airoha: Fix smac_id configuration in bridge mode
Lorenzo Bianconi
1
-0
/
+5
2025-06-03
net: airoha: Fix IPv6 hw acceleration in bridge mode
Lorenzo Bianconi
1
-11
/
+12
2025-06-03
net: airoha: Initialize PPE UPDMEM source-mac table
Lorenzo Bianconi
4
-1
/
+38
2025-05-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+9
2025-05-27
net: airoha: Fix an error handling path in airoha_alloc_gdm_port()
Christophe JAILLET
1
-1
/
+9
2025-05-26
net: airoha: Add the capability to allocate hfwd descriptors in SRAM
Lorenzo Bianconi
3
-10
/
+16
2025-05-26
net: airoha: Add the capability to allocate hwfd buffers via reserved-memory
Lorenzo Bianconi
1
-3
/
+30
2025-05-26
net: airoha: Do not store hfwd references in airoha_qdma struct
Lorenzo Bianconi
2
-12
/
+2
2025-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-13
/
+9
2025-05-20
net: airoha: ppe: Disable packet keepalive
Lorenzo Bianconi
1
-0
/
+1
2025-05-20
net: airoha: Add FLOW_CLS_STATS callback support
Lorenzo Bianconi
6
-20
/
+354
2025-05-20
net: airoha: npu: Move memory allocation in airoha_npu_send_msg() caller
Lorenzo Bianconi
1
-54
/
+72
2025-05-16
net: airoha: Fix page recycling in airoha_qdma_rx_process()
Lorenzo Bianconi
1
-13
/
+9
2025-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+6
2025-05-07
net: airoha: Add missing field to ppe_mbox_data struct
Lorenzo Bianconi
1
-4
/
+6
2025-04-23
net: airoha: Enable multiple IRQ lines support in airoha_eth driver.
Lorenzo Bianconi
3
-59
/
+206
2025-04-23
net: airoha: Introduce airoha_irq_bank struct
Lorenzo Bianconi
3
-44
/
+86
[next]