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
/
microsoft
Age
Commit message (
Expand
)
Author
Files
Lines
3 days
net: mana: Fix crash from unvalidated SHM offset read from BAR0 during FLR
davem/net
Dipayaan Roy
2
-10
/
+35
3 days
net: mana: remove double CQ cleanup in mana_create_rxq error path
Dipayaan Roy
1
-3
/
+0
3 days
net: mana: Skip WQ object destruction for uninitialized RXQ
Dipayaan Roy
1
-1
/
+2
3 days
net: mana: check xdp_rxq registration before unreg in mana_destroy_rxq()
Dipayaan Roy
1
-1
/
+3
2026-04-23
Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-15
/
+20
2026-04-23
net: mana: Fix EQ leak in mana_remove on NULL port
Erni Sri Satya Vennela
1
-2
/
+2
2026-04-23
net: mana: Don't overwrite port probe error with add_adev result
Erni Sri Satya Vennela
1
-9
/
+8
2026-04-23
net: mana: Guard mana_remove against double invocation
Erni Sri Satya Vennela
1
-1
/
+6
2026-04-23
net: mana: Init gf_stats_work before potential error paths in probe
Erni Sri Satya Vennela
1
-1
/
+2
2026-04-23
net: mana: Init link_change_work before potential error paths in probe
Erni Sri Satya Vennela
1
-2
/
+2
2026-04-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-1
/
+10
2026-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-7
/
+4
2026-04-12
net: mana: Move current_speed debugfs file to mana_init_port()
Erni Sri Satya Vennela
1
-2
/
+2
2026-04-12
net: mana: Use pci_name() for debugfs directory naming
Erni Sri Satya Vennela
1
-5
/
+2
2026-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+7
2026-03-31
net: mana: hardening: Validate adapter_mtu from MANA_QUERY_DEV_CONFIG
Erni Sri Satya Vennela
1
-2
/
+8
2026-03-30
RDMA/mana_ib: Disable RX steering on RSS QP destroy
Long Li
1
-1
/
+10
2026-03-27
net: mana: Use at least SZ_4K in doorbell ID range check
Erni Sri Satya Vennela
1
-0
/
+25
2026-03-26
net: mana: Fix RX skb truesize accounting
Dipayaan Roy
1
-0
/
+7
2026-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+4
2026-03-26
net: mana: Set default number of queues to 16
Long Li
1
-1
/
+2
2026-03-24
net: mana: fix use-after-free in add_adev() error path
Guangshuo Li
1
-2
/
+4
2026-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2026-03-18
net: mana: Add ethtool counters for RX CQEs in coalesced type
Haiyang Zhang
2
-9
/
+30
2026-03-18
net: mana: Add support for RX CQE Coalescing
Haiyang Zhang
2
-28
/
+106
2026-03-14
net: mana: fix use-after-free in mana_hwc_destroy_channel() by reordering teardown
Dipayaan Roy
1
-3
/
+3
2026-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2026-03-11
net/mana: Null service_wq on setup error to prevent double destroy
Shiraz Saleem
1
-0
/
+1
2026-03-10
net: mana: hardening: Validate doorbell ID from GDMA_REGISTER_DEVICE response
Erni Sri Satya Vennela
1
-14
/
+46
2026-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+18
2026-03-05
net: mana: Add MAC address to vPort logs and clarify error messages
Erni Sri Satya Vennela
2
-9
/
+11
2026-03-03
net: mana: Trigger VF reset/recovery on health check failure due to HWC timeout
Dipayaan Roy
2
-33
/
+41
2026-02-27
net: mana: Ring doorbell at 4 CQ wraparounds
Long Li
1
-5
/
+18
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-2
/
+7
2026-02-25
net: mana: Fix double destroy_workqueue on service rescan PCI path
Dipayaan Roy
2
-2
/
+7
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-4
/
+2
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
2
-2
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
3
-18
/
+18
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
3
-31
/
+28
2026-02-06
net: mana: Remove jumbo_remove step from TX path
Alice Mikityanska
1
-3
/
+0
2026-01-23
net: mana: convert to use .get_rx_ring_count
Breno Leitao
1
-10
/
+3
2026-01-13
net: mana: Implement ndo_tx_timeout and serialize queue resets per port.
Dipayaan Roy
1
-1
/
+76
2025-12-28
net: mana: Fix use-after-free in reset service rescan path
Dipayaan Roy
1
-1
/
+1
2025-12-01
net: mana: Handle hardware recovery events when probing the device
Long Li
1
-17
/
+159
2025-11-19
net: mana: Drop TX skb on post_work_request failure and unmap resources
Aditya Garg
2
-9
/
+4
2025-11-19
net: mana: Handle SKB if TX SGEs exceed hardware limit
Aditya Garg
2
-2
/
+40
2025-11-17
net: mana: Add standard counter rx_missed_errors
Erni Sri Satya Vennela
2
-5
/
+33
2025-11-17
net: mana: Move hardware counter stats from per-port to per-VF context
Erni Sri Satya Vennela
2
-71
/
+81
2025-11-07
net: mana: Fix incorrect speed reported by debugfs
Erni Sri Satya Vennela
1
-1
/
+1
2025-10-31
net: mana: Support HW link state events
Haiyang Zhang
3
-5
/
+62
[next]