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.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-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-13
ionic: fix use after netif_napi_del()
Taehee Yoo
1
-3
/
+1
2024-06-05
ionic: fix kernel panic in XDP_TX action
Taehee Yoo
1
-0
/
+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
2024-03-04
ionic: Rework Tx start/stop flow
Brett Creeley
4
-45
/
+50
2024-03-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-9
/
+38
2024-02-27
ionic: restore netdev feature bits after reset
Shannon Nelson
1
-1
/
+4
2024-02-27
ionic: check cmd_regs before copying in or out
Shannon Nelson
4
-1
/
+24
2024-02-27
ionic: check before releasing pci regions
Shannon Nelson
1
-7
/
+10
2024-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-02-19
ionic: use pci_is_enabled not open code
Shannon Nelson
1
-1
/
+1
2024-02-16
ionic: implement xdp frags support
Shannon Nelson
2
-5
/
+98
2024-02-16
ionic: add ndo_xdp_xmit
Shannon Nelson
3
-2
/
+66
2024-02-16
ionic: Add XDP_REDIRECT support
Shannon Nelson
5
-1
/
+32
2024-02-16
ionic: Add XDP_TX support
Shannon Nelson
5
-3
/
+150
2024-02-16
ionic: Add XDP packet headroom
Shannon Nelson
1
-23
/
+45
2024-02-16
ionic: add initial framework for XDP support
Shannon Nelson
6
-14
/
+269
2024-02-16
ionic: use dma range APIs
Shannon Nelson
1
-7
/
+6
2024-02-16
ionic: add helpers for accessing buffer info
Shannon Nelson
1
-13
/
+24
2024-02-16
ionic: set adminq irq affinity
Shannon Nelson
1
-1
/
+4
2024-02-13
ionic: minimal work with 0 budget
Shannon Nelson
1
-0
/
+9
2023-12-14
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
1
-12
/
+14
2023-12-13
ionic: fill out pci error handlers
Shannon Nelson
1
-0
/
+25
2023-12-13
ionic: lif debugfs refresh on reset
Shannon Nelson
2
-0
/
+4
[next]