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: 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
*
ionic: Change default number of descriptors for Tx and Rx
Brett Creeley
2024-03-04
1
-1
/
+1
*
ionic: Rework Tx start/stop flow
Brett Creeley
2024-03-04
4
-45
/
+50
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-29
6
-9
/
+38
|
\
|
*
ionic: restore netdev feature bits after reset
Shannon Nelson
2024-02-27
1
-1
/
+4
|
*
ionic: check cmd_regs before copying in or out
Shannon Nelson
2024-02-27
4
-1
/
+24
|
*
ionic: check before releasing pci regions
Shannon Nelson
2024-02-27
1
-7
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-23
1
-1
/
+1
|
\
|
|
*
ionic: use pci_is_enabled not open code
Shannon Nelson
2024-02-19
1
-1
/
+1
*
|
ionic: implement xdp frags support
Shannon Nelson
2024-02-16
2
-5
/
+98
*
|
ionic: add ndo_xdp_xmit
Shannon Nelson
2024-02-16
3
-2
/
+66
*
|
ionic: Add XDP_REDIRECT support
Shannon Nelson
2024-02-16
5
-1
/
+32
*
|
ionic: Add XDP_TX support
Shannon Nelson
2024-02-16
5
-3
/
+150
*
|
ionic: Add XDP packet headroom
Shannon Nelson
2024-02-16
1
-23
/
+45
*
|
ionic: add initial framework for XDP support
Shannon Nelson
2024-02-16
6
-14
/
+269
*
|
ionic: use dma range APIs
Shannon Nelson
2024-02-16
1
-7
/
+6
*
|
ionic: add helpers for accessing buffer info
Shannon Nelson
2024-02-16
1
-13
/
+24
*
|
ionic: set adminq irq affinity
Shannon Nelson
2024-02-16
1
-1
/
+4
|
/
*
ionic: minimal work with 0 budget
Shannon Nelson
2024-02-13
1
-0
/
+9
*
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
2023-12-14
1
-12
/
+14
*
ionic: fill out pci error handlers
Shannon Nelson
2023-12-13
1
-0
/
+25
*
ionic: lif debugfs refresh on reset
Shannon Nelson
2023-12-13
2
-0
/
+4
*
ionic: use timer_shutdown_sync
Shannon Nelson
2023-12-13
1
-1
/
+1
*
ionic: no fw read when PCI reset failed
Shannon Nelson
2023-12-13
2
-5
/
+23
*
ionic: prevent pci disable of already disabled device
Shannon Nelson
2023-12-13
1
-1
/
+3
*
ionic: bypass firmware cmds when stuck in reset
Shannon Nelson
2023-12-13
3
-7
/
+20
*
ionic: keep filters across FLR
Shannon Nelson
2023-12-13
1
-0
/
+2
[next]