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
/
microsoft
Age
Commit message (
Expand
)
Author
Lines
7 days
net/mana: Null service_wq on setup error to prevent double destroy
Shiraz Saleem
-0
/
+1
2026-02-27
net: mana: Ring doorbell at 4 CQ wraparounds
Long Li
-5
/
+18
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-2
/
+7
2026-02-25
net: mana: Fix double destroy_workqueue on service rescan PCI path
Dipayaan Roy
-2
/
+7
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-4
/
+2
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-2
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-18
/
+18
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-31
/
+28
2026-02-06
net: mana: Remove jumbo_remove step from TX path
Alice Mikityanska
-3
/
+0
2026-01-23
net: mana: convert to use .get_rx_ring_count
Breno Leitao
-10
/
+3
2026-01-13
net: mana: Implement ndo_tx_timeout and serialize queue resets per port.
Dipayaan Roy
-1
/
+76
2025-12-28
net: mana: Fix use-after-free in reset service rescan path
Dipayaan Roy
-1
/
+1
2025-12-01
net: mana: Handle hardware recovery events when probing the device
Long Li
-17
/
+159
2025-11-19
net: mana: Drop TX skb on post_work_request failure and unmap resources
Aditya Garg
-9
/
+4
2025-11-19
net: mana: Handle SKB if TX SGEs exceed hardware limit
Aditya Garg
-2
/
+40
2025-11-17
net: mana: Add standard counter rx_missed_errors
Erni Sri Satya Vennela
-5
/
+33
2025-11-17
net: mana: Move hardware counter stats from per-port to per-VF context
Erni Sri Satya Vennela
-71
/
+81
2025-11-07
net: mana: Fix incorrect speed reported by debugfs
Erni Sri Satya Vennela
-1
/
+1
2025-10-31
net: mana: Support HW link state events
Haiyang Zhang
-5
/
+62
2025-09-14
net: mana: Reduce waiting time if HWC not responding
Haiyang Zhang
-1
/
+6
2025-09-10
net: mana: Remove redundant netdev_lock_ops_to_full() calls
Saurabh Sengar
-10
/
+0
2025-08-19
net: mana: Use page pool fragments for RX buffers instead of full pages to im...
Dipayaan Roy
-51
/
+146
2025-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+2
2025-07-10
net: mana: fix spelling for mana_gd_deregiser_irq()
Shradha Gupta
-2
/
+2
2025-07-09
net: mana: Fix warnings for missing export.h header inclusion
Naman Jain
-0
/
+2
2025-07-01
net: mana: Handle Reset Request from MANA NIC
Haiyang Zhang
-35
/
+133
2025-06-26
net: mana: Fix build errors when CONFIG_NET_SHAPER is disabled
Erni Sri Satya Vennela
-0
/
+1
2025-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+3
2025-06-19
net: mana: Record doorbell physical address in PF mode
Long Li
-0
/
+3
2025-06-19
net: mana: Set tx_packets to post gso processing packet count
Shradha Gupta
-3
/
+7
2025-06-19
net: mana: Handle unsupported HWC commands
Erni Sri Satya Vennela
-0
/
+15
2025-06-19
net: mana: Add speed support in mana_get_link_ksettings
Erni Sri Satya Vennela
-0
/
+7
2025-06-19
net: mana: Add support for net_shaper_ops
Erni Sri Satya Vennela
-0
/
+155
2025-06-19
net: mana: Fix potential deadlocks in mana napi ops
Erni Sri Satya Vennela
-9
/
+19
2025-06-17
Merge branch 'shradha_v6.16-rc1' of https://github.com/shradhagupta6/linux
Jakub Kicinski
-85
/
+281
2025-06-17
net: mana: Allocate MSI-X vectors dynamically
Shradha Gupta
-82
/
+229
2025-06-17
net: mana: Allow irq_setup() to skip cpus for affinity
Shradha Gupta
-4
/
+12
2025-06-17
net: mana: explain irq_setup() algorithm
Yury Norov
-0
/
+41
2025-06-16
net: mana: Add handler for hardware servicing events
Haiyang Zhang
-0
/
+75
2025-06-10
net: mana: Expose additional hardware counters for drop and TC via ethtool.
Dipayaan Roy
-8
/
+161
2025-05-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
-6
/
+148
2025-05-28
net: mana: Add support for Multi Vports on Bare metal
Haiyang Zhang
-8
/
+16
2025-05-12
net: mana: Add support for auxiliary device servicing events
Shiraz Saleem
-1
/
+98
2025-05-12
net: mana: Probe rdma device in mana driver
Konstantin Taranov
-5
/
+49
2025-04-20
RDMA/mana_ib: Add support of 4M, 1G, and 2G pages
Konstantin Taranov
-0
/
+1
2025-04-01
Merge tag 'net-6.15-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-37
/
+9
2025-03-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
-9
/
+20
2025-03-28
net: mana: Switch to page pool for jumbo frames
Haiyang Zhang
-37
/
+9
2025-03-25
net: mana: Add metadata support for xdp mode
Lorenzo Bianconi
-1
/
+5
2025-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-4
/
+10
[next]