index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
pensando
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ionic: Prevent tx_timeout due to frequent doorbell ringing
Brett Creeley
2024-08-27
2
-2
/
+2
*
net: Add struct kernel_ethtool_ts_info
Kory Maincent
2024-07-15
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-06-27
3
-22
/
+39
|
\
|
*
ionic: use dev_consume_skb_any outside of napi
Shannon Nelson
2024-06-26
3
-13
/
+21
|
*
ionic: fix kernel panic due to multi-buffer handling
Taehee Yoo
2024-06-21
1
-9
/
+18
*
|
ionic: Only run the doorbell workaround for certain asic_type
Brett Creeley
2024-06-20
6
-17
/
+42
*
|
ionic: Use an u16 for rx_copybreak
Brett Creeley
2024-06-20
2
-4
/
+13
*
|
ionic: check for queue deadline in doorbell_napi_work
Shannon Nelson
2024-06-20
1
-1
/
+8
*
|
ionic: add per-queue napi_schedule for doorbell check
Shannon Nelson
2024-06-20
4
-2
/
+25
*
|
ionic: add work item for missed-doorbell check
Shannon Nelson
2024-06-20
5
-1
/
+73
*
|
ionic: add private workqueue per-device
Shannon Nelson
2024-06-20
5
-13
/
+27
*
|
ionic: Keep interrupt affinity up to date
Brett Creeley
2024-06-20
3
-9
/
+81
*
|
ionic: remove missed doorbell per-queue timer
Shannon Nelson
2024-06-20
4
-49
/
+15
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-06-13
1
-3
/
+1
|
\
|
|
*
ionic: fix use after netif_napi_del()
Taehee Yoo
2024-06-13
1
-3
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-06-06
1
-0
/
+1
|
\
|
|
*
ionic: fix kernel panic in XDP_TX action
Taehee Yoo
2024-06-05
1
-0
/
+1
*
|
ionic: advertise 52-bit addressing limitation for MSI-X
David Christensen
2024-06-06
1
-0
/
+5
*
|
ionic: fix up ionic_if.h kernel-doc issues
Shannon Nelson
2024-05-31
1
-56
/
+181
*
|
ionic: only sync frag_len in first buffer of xdp
Shannon Nelson
2024-05-31
1
-1
/
+1
*
|
ionic: Use netdev_name() function instead of netdev->name
Brett Creeley
2024-05-31
2
-3
/
+3
*
|
ionic: Mark error paths in the data path as unlikely
Brett Creeley
2024-05-31
1
-10
/
+10
*
|
ionic: Pass ionic_txq_desc to ionic_tx_tso_post
Brett Creeley
2024-05-31
1
-6
/
+4
*
|
ionic: Reset LIF device while restarting LIF
Shannon Nelson
2024-05-31
1
-0
/
+1
*
|
ionic: fix potential irq name truncation
Shannon Nelson
2024-05-31
1
-1
/
+1
|
/
*
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-05-08
1
-2
/
+2
*
ionic: keep stats struct local to error handling
Shannon Nelson
2024-03-08
1
-22
/
+8
*
ionic: better dma-map error handling
Shannon Nelson
2024-03-08
1
-18
/
+14
*
ionic: remove unnecessary NULL test
Shannon Nelson
2024-03-08
1
-6
/
+0
*
ionic: rearrange ionic_queue for better layout
Shannon Nelson
2024-03-08
1
-2
/
+2
*
ionic: rearrange ionic_qcq
Shannon Nelson
2024-03-08
1
-4
/
+4
*
ionic: carry idev in ionic_cq struct
Shannon Nelson
2024-03-08
3
-19
/
+6
*
ionic: refactor skb building
Shannon Nelson
2024-03-08
1
-53
/
+65
*
ionic: fold adminq clean into service routine
Shannon Nelson
2024-03-08
1
-21
/
+11
*
ionic: use specialized desc info structs
Shannon Nelson
2024-03-08
5
-86
/
+111
*
ionic: remove the cq_info to save more memory
Shannon Nelson
2024-03-08
7
-89
/
+38
*
ionic: remove callback pointer from desc_info
Shannon Nelson
2024-03-08
5
-91
/
+57
*
ionic: move adminq-notifyq handling to main file
Shannon Nelson
2024-03-08
3
-65
/
+67
*
ionic: drop q mapping
Shannon Nelson
2024-03-08
3
-35
/
+10
*
ionic: remove desc, sg_desc and cmb_desc from desc_info
Shannon Nelson
2024-03-08
4
-60
/
+45
*
ionic: change MODULE_AUTHOR to person name
Shannon Nelson
2024-03-04
1
-1
/
+1
*
ionic: Clean RCT ordering issues
Brett Creeley
2024-03-04
2
-3
/
+4
*
ionic: Use CQE profile for dim
Brett Creeley
2024-03-04
1
-4
/
+9
*
ionic: change the hwstamp likely check
Brett Creeley
2024-03-04
2
-6
/
+6
*
ionic: reduce the use of netdev
Shannon Nelson
2024-03-04
1
-10
/
+8
*
ionic: Pass local netdev instead of referencing struct
Brett Creeley
2024-03-04
1
-30
/
+36
*
ionic: Check stop no restart
Brett Creeley
2024-03-04
1
-2
/
+7
*
ionic: Clean up BQL logic
Brett Creeley
2024-03-04
1
-15
/
+21
*
ionic: Make use napi_consume_skb
Brett Creeley
2024-03-04
1
-1
/
+1
*
ionic: Shorten a Tx hotpath
Brett Creeley
2024-03-04
1
-5
/
+10
[next]