index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
pensando
/
ionic
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
1
-1
/
+1
2024-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-22
/
+39
2024-06-26
ionic: use dev_consume_skb_any outside of napi
Shannon Nelson
3
-13
/
+21
2024-06-21
ionic: fix kernel panic due to multi-buffer handling
Taehee Yoo
1
-9
/
+18
2024-06-20
ionic: Only run the doorbell workaround for certain asic_type
Brett Creeley
6
-17
/
+42
2024-06-20
ionic: Use an u16 for rx_copybreak
Brett Creeley
2
-4
/
+13
2024-06-20
ionic: check for queue deadline in doorbell_napi_work
Shannon Nelson
1
-1
/
+8
2024-06-20
ionic: add per-queue napi_schedule for doorbell check
Shannon Nelson
4
-2
/
+25
2024-06-20
ionic: add work item for missed-doorbell check
Shannon Nelson
5
-1
/
+73
2024-06-20
ionic: add private workqueue per-device
Shannon Nelson
5
-13
/
+27
2024-06-20
ionic: Keep interrupt affinity up to date
Brett Creeley
3
-9
/
+81
2024-06-20
ionic: remove missed doorbell per-queue timer
Shannon Nelson
4
-49
/
+15
2024-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+1
2024-06-13
ionic: fix use after netif_napi_del()
Taehee Yoo
1
-3
/
+1
2024-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2024-06-06
ionic: advertise 52-bit addressing limitation for MSI-X
David Christensen
1
-0
/
+5
2024-06-05
ionic: fix kernel panic in XDP_TX action
Taehee Yoo
1
-0
/
+1
2024-05-31
ionic: fix up ionic_if.h kernel-doc issues
Shannon Nelson
1
-56
/
+181
2024-05-31
ionic: only sync frag_len in first buffer of xdp
Shannon Nelson
1
-1
/
+1
2024-05-31
ionic: Use netdev_name() function instead of netdev->name
Brett Creeley
2
-3
/
+3
2024-05-31
ionic: Mark error paths in the data path as unlikely
Brett Creeley
1
-10
/
+10
2024-05-31
ionic: Pass ionic_txq_desc to ionic_tx_tso_post
Brett Creeley
1
-6
/
+4
2024-05-31
ionic: Reset LIF device while restarting LIF
Shannon Nelson
1
-0
/
+1
2024-05-31
ionic: fix potential irq name truncation
Shannon Nelson
1
-1
/
+1
2024-05-08
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-2
/
+2
2024-03-08
ionic: keep stats struct local to error handling
Shannon Nelson
1
-22
/
+8
2024-03-08
ionic: better dma-map error handling
Shannon Nelson
1
-18
/
+14
2024-03-08
ionic: remove unnecessary NULL test
Shannon Nelson
1
-6
/
+0
2024-03-08
ionic: rearrange ionic_queue for better layout
Shannon Nelson
1
-2
/
+2
2024-03-08
ionic: rearrange ionic_qcq
Shannon Nelson
1
-4
/
+4
2024-03-08
ionic: carry idev in ionic_cq struct
Shannon Nelson
3
-19
/
+6
2024-03-08
ionic: refactor skb building
Shannon Nelson
1
-53
/
+65
2024-03-08
ionic: fold adminq clean into service routine
Shannon Nelson
1
-21
/
+11
2024-03-08
ionic: use specialized desc info structs
Shannon Nelson
5
-86
/
+111
2024-03-08
ionic: remove the cq_info to save more memory
Shannon Nelson
7
-89
/
+38
2024-03-08
ionic: remove callback pointer from desc_info
Shannon Nelson
5
-91
/
+57
2024-03-08
ionic: move adminq-notifyq handling to main file
Shannon Nelson
3
-65
/
+67
2024-03-08
ionic: drop q mapping
Shannon Nelson
3
-35
/
+10
2024-03-08
ionic: remove desc, sg_desc and cmb_desc from desc_info
Shannon Nelson
4
-60
/
+45
2024-03-04
ionic: change MODULE_AUTHOR to person name
Shannon Nelson
1
-1
/
+1
2024-03-04
ionic: Clean RCT ordering issues
Brett Creeley
2
-3
/
+4
2024-03-04
ionic: Use CQE profile for dim
Brett Creeley
1
-4
/
+9
2024-03-04
ionic: change the hwstamp likely check
Brett Creeley
2
-6
/
+6
2024-03-04
ionic: reduce the use of netdev
Shannon Nelson
1
-10
/
+8
2024-03-04
ionic: Pass local netdev instead of referencing struct
Brett Creeley
1
-30
/
+36
2024-03-04
ionic: Check stop no restart
Brett Creeley
1
-2
/
+7
2024-03-04
ionic: Clean up BQL logic
Brett Creeley
1
-15
/
+21
2024-03-04
ionic: Make use napi_consume_skb
Brett Creeley
1
-1
/
+1
2024-03-04
ionic: Shorten a Tx hotpath
Brett Creeley
1
-5
/
+10
2024-03-04
ionic: Change default number of descriptors for Tx and Rx
Brett Creeley
1
-1
/
+1
[next]