index
:
linux
master
btrfs-t implementation, since changes won't upstream, periodic tags will reflect recent updates to the kernel
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
pensando
/
ionic
/
ionic_lif.c
Age
Commit message (
Expand
)
Author
2024-09-09
ionic: Allow XDP program to be hot swapped
Brett Creeley
2024-09-09
ionic: convert Rx queue buffers to use page_pool
Shannon Nelson
2024-09-09
ionic: Fully reconfigure queues when going to/from a NULL XDP program
Brett Creeley
2024-09-09
ionic: always use rxq_info
Shannon Nelson
2024-09-09
ionic: use per-queue xdp_prog
Shannon Nelson
2024-08-27
ionic: Prevent tx_timeout due to frequent doorbell ringing
Brett Creeley
2024-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-06-25
ionic: use dev_consume_skb_any outside of napi
Shannon Nelson
2024-06-19
ionic: Only run the doorbell workaround for certain asic_type
Brett Creeley
2024-06-19
ionic: add per-queue napi_schedule for doorbell check
Shannon Nelson
2024-06-19
ionic: add work item for missed-doorbell check
Shannon Nelson
2024-06-19
ionic: add private workqueue per-device
Shannon Nelson
2024-06-19
ionic: Keep interrupt affinity up to date
Brett Creeley
2024-06-19
ionic: remove missed doorbell per-queue timer
Shannon Nelson
2024-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-06-13
ionic: fix use after netif_napi_del()
Taehee Yoo
2024-05-30
ionic: Use netdev_name() function instead of netdev->name
Brett Creeley
2024-05-30
ionic: Reset LIF device while restarting LIF
Shannon Nelson
2024-05-30
ionic: fix potential irq name truncation
Shannon Nelson
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-03-08
ionic: use specialized desc info structs
Shannon Nelson
2024-03-08
ionic: remove the cq_info to save more memory
Shannon Nelson
2024-03-08
ionic: remove callback pointer from desc_info
Shannon Nelson
2024-03-08
ionic: move adminq-notifyq handling to main file
Shannon Nelson
2024-03-08
ionic: drop q mapping
Shannon Nelson
2024-03-04
ionic: Use CQE profile for dim
Brett Creeley
2024-03-04
ionic: Rework Tx start/stop flow
Brett Creeley
2024-02-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-27
ionic: restore netdev feature bits after reset
Shannon Nelson
2024-02-16
ionic: implement xdp frags support
Shannon Nelson
2024-02-16
ionic: add ndo_xdp_xmit
Shannon Nelson
2024-02-16
ionic: Add XDP_REDIRECT support
Shannon Nelson
2024-02-16
ionic: Add XDP_TX support
Shannon Nelson
2024-02-16
ionic: add initial framework for XDP support
Shannon Nelson
2024-02-16
ionic: set adminq irq affinity
Shannon Nelson
2023-12-13
ionic: bypass firmware cmds when stuck in reset
Shannon Nelson
2023-12-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-12-05
ionic: Don't check null when calling vfree()
Brett Creeley
2023-12-05
ionic: set ionic ptr before setting up ethtool ops
Shannon Nelson
2023-12-05
ionic: Use cached VF attributes
Brett Creeley
2023-12-05
ionic: Fix dim work handling in split interrupt mode
Brett Creeley
2023-09-20
ionic: add a check for max SGs and SKB frags
Shannon Nelson
2023-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-06
ionic: Add missing err handling for queue reconfig
Nitya Sunkad
2023-07-24
ionic: add FLR recovery support
Shannon Nelson
2023-07-24
ionic: pull out common bits from fw_up
Shannon Nelson
2023-07-07
ionic: remove WARN_ON to prevent panic_on_warn
Nitya Sunkad
2023-06-27
ionic: use vmalloc_array and vcalloc
Julia Lawall
2023-06-12
ionic: add support for ethtool extended stat link_down_count
Nitya Sunkad
2023-02-13
ionic: add tx/rx-push support with device Component Memory Buffers
Shannon Nelson
[next]