index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
airoha
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
net: airoha: Move entries to queue head in case of DMA mapping failure in airoha_dev_xmit()
Lorenzo Bianconi
1
-4
/
+2
7 days
net: airoha: Do not return err in ndo_stop() callback
Lorenzo Bianconi
1
-5
/
+2
9 days
net: airoha: Do not read uninitialized fragment address in airoha_dev_xmit()
Lorenzo Bianconi
1
-3
/
+6
9 days
net: airoha: Do not wake all netdev TX queues in airoha_qdma_wake_netdev_txqs()
Lorenzo Bianconi
2
-4
/
+20
9 days
net: airoha: stop net_device TX queue before updating CPU index
Lorenzo Bianconi
1
-5
/
+4
9 days
net: airoha: fix BQL imbalance in TX path
Lorenzo Bianconi
1
-4
/
+3
14 days
net: airoha: Add size check for TX NAPIs in airoha_qdma_cleanup()
Lorenzo Bianconi
1
-3
/
+8
14 days
net: airoha: Move ndesc initialization at end of airoha_qdma_init_rx_queue()
Lorenzo Bianconi
1
-7
/
+7
14 days
net: airoha: Add missing bits in airoha_qdma_cleanup_tx_queue()
Lorenzo Bianconi
1
-2
/
+30
14 days
net: airoha: Move ndesc initialization at end of airoha_qdma_init_tx()
Lorenzo Bianconi
1
-4
/
+4
2026-04-21
net: airoha: Fix PPE cpu port configuration for GDM2 loopback path
Lorenzo Bianconi
3
-6
/
+11
2026-04-20
net: airoha: Fix possible TX queue stall in airoha_qdma_tx_napi_poll()
Lorenzo Bianconi
2
-5
/
+33
2026-04-16
net: airoha: Wait for NPU PPE configuration to complete in airoha_ppe_offload_setup()
Lorenzo Bianconi
1
-0
/
+28
2026-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-30
/
+83
2026-04-14
net: airoha: Add missing PPE configurations in airoha_ppe_hw_init()
Lorenzo Bianconi
1
-3
/
+11
2026-04-14
net: airoha: Fix VIP configuration for AN7583 SoC
Lorenzo Bianconi
2
-17
/
+51
2026-04-13
net: airoha: Remove PCE_MC_EN_MASK bit in REG_FE_PCE_CFG configuration
Lorenzo Bianconi
1
-3
/
+2
2026-04-13
net: airoha: Rely on net_device pointer in ETS callbacks
Lorenzo Bianconi
1
-16
/
+14
2026-04-13
net: airoha: Rely on net_device pointer in HTB callbacks
Lorenzo Bianconi
1
-21
/
+24
2026-04-13
net: airoha: Rely on net_device pointer in airoha_dev_setup_tc_block signature
Lorenzo Bianconi
1
-5
/
+5
2026-04-12
net: airoha: Add missing RX_CPU_IDX() configuration in airoha_qdma_cleanup_rx_queue()
Lorenzo Bianconi
1
-0
/
+5
2026-04-10
net: airoha: Fix FE_PSE_BUF_SET configuration if PPE2 is available
Lorenzo Bianconi
1
-3
/
+5
2026-04-09
net: airoha: Add dma_rmb() and READ_ONCE() in airoha_qdma_rx_process()
Lorenzo Bianconi
1
-6
/
+10
2026-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+1
2026-04-03
net: airoha: Fix memory leak in airoha_qdma_rx_process()
Lorenzo Bianconi
1
-2
/
+1
2026-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-1
/
+27
2026-04-02
net: airoha: Set REG_RX_CPU_IDX() once in airoha_qdma_fill_rx_queue()
Lorenzo Bianconi
1
-1
/
+2
2026-03-31
net: airoha: Fix typo in airoha_set_gdm2_loopback routine name
Lorenzo Bianconi
1
-2
/
+2
2026-03-30
net: airoha: Delay offloading until all net_devices are fully registered
Lorenzo Bianconi
3
-0
/
+10
2026-03-30
net: airoha: Add missing cleanup bits in airoha_qdma_cleanup_rx_queue()
Lorenzo Bianconi
1
-1
/
+17
2026-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2026-03-24
net: airoha: Rework the code flow in airoha_remove() and in airoha_probe() error path
Lorenzo Bianconi
1
-32
/
+44
2026-03-23
net: airoha: add RCU lock around dev_fill_forward_path
Qingfang Deng
1
-0
/
+2
2026-03-20
net: airoha: Reset PPE cpu port configuration in airoha_ppe_hw_init()
Lorenzo Bianconi
4
-27
/
+33
2026-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+0
2026-03-17
net: airoha: select QDMA block according LAN/WAN configuration
Lorenzo Bianconi
2
-10
/
+9
2026-03-16
net: airoha: Remove airoha_dev_stop() in airoha_remove()
Lorenzo Bianconi
1
-1
/
+0
2026-03-10
net: airoha: Move GDM forward port configuration in ndo_open/ndo_stop callbacks
Lorenzo Bianconi
1
-5
/
+15
2026-03-09
net: airoha: Make flow control source port mapping dependent on nbq parameter
Lorenzo Bianconi
2
-8
/
+7
2026-03-05
net: airoha: Rely __field_prep for non-constant masks
Lorenzo Bianconi
1
-3
/
+3
2026-02-26
net: airoha: fix typo in function name
Zhengping Zhang
3
-3
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2
-7
/
+7
2026-01-21
net: airoha: npu: Add the capability to read firmware names from dts
Lorenzo Bianconi
1
-6
/
+40
2026-01-20
net: airoha_eth: increase max MTU to 9220 for DSA jumbo frames
Sayantan Nandy
1
-1
/
+1
2026-01-15
net: airoha: npu: Init BA memory region if provided via DTS
Lorenzo Bianconi
1
-0
/
+8
2026-01-13
net: airoha: implement get_link_ksettings
Aleksander Jan Bajkowski
1
-0
/
+1
2026-01-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+6
2026-01-08
net: airoha: Fix schedule while atomic in airoha_ppe_deinit()
Lorenzo Bianconi
1
-3
/
+6
2026-01-06
net: airoha: Use gdm port enum value whenever possible
Lorenzo Bianconi
1
-19
/
+21
[next]