summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | ionic: implement xdp frags supportShannon Nelson2024-02-162-5/+98
* | ionic: add ndo_xdp_xmitShannon Nelson2024-02-163-2/+66
* | ionic: Add XDP_REDIRECT supportShannon Nelson2024-02-165-1/+32
* | ionic: Add XDP_TX supportShannon Nelson2024-02-165-3/+150
* | ionic: Add XDP packet headroomShannon Nelson2024-02-161-23/+45
* | ionic: add initial framework for XDP supportShannon Nelson2024-02-166-14/+269
* | ionic: use dma range APIsShannon Nelson2024-02-161-7/+6
* | ionic: add helpers for accessing buffer infoShannon Nelson2024-02-161-13/+24
* | ionic: set adminq irq affinityShannon Nelson2024-02-161-1/+4
|/
* ionic: minimal work with 0 budgetShannon Nelson2024-02-131-0/+9
* net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-141-12/+14
* ionic: fill out pci error handlersShannon Nelson2023-12-131-0/+25
* ionic: lif debugfs refresh on resetShannon Nelson2023-12-132-0/+4
* ionic: use timer_shutdown_syncShannon Nelson2023-12-131-1/+1
* ionic: no fw read when PCI reset failedShannon Nelson2023-12-132-5/+23
* ionic: prevent pci disable of already disabled deviceShannon Nelson2023-12-131-1/+3
* ionic: bypass firmware cmds when stuck in resetShannon Nelson2023-12-133-7/+20
* ionic: keep filters across FLRShannon Nelson2023-12-131-0/+2
* ionic: pass opcode to devcmd_waitShannon Nelson2023-12-133-1/+3
* net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com2023-12-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-082-9/+9
|\
| * ionic: Fix dim work handling in split interrupt modeBrett Creeley2023-12-061-8/+8
| * ionic: fix snprintf format length warningShannon Nelson2023-12-061-1/+1
* | ionic: Re-arrange ionic_intr_info struct for cache perfBrett Creeley2023-12-061-2/+2
* | ionic: Make the check for Tx HW timestamping more obviousBrett Creeley2023-12-062-5/+10
* | ionic: Don't check null when calling vfree()Brett Creeley2023-12-061-8/+4
* | ionic: set ionic ptr before setting up ethtool opsShannon Nelson2023-12-061-1/+1
* | ionic: Use cached VF attributesBrett Creeley2023-12-065-149/+11
|/
* ionic: replace deprecated strncpy with strscpyJustin Stitt2023-10-141-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-212-3/+8
|\
| * ionic: fix 16bit math issue when PAGE_SIZE >= 64KBDavid Christensen2023-09-162-3/+8
* | ionic: expand the descriptor bufs arrayShannon Nelson2023-09-201-1/+2
* | ionic: add a check for max SGs and SKB fragsShannon Nelson2023-09-201-0/+12
* | ionic: count SGs in packet to minimize linearizeShannon Nelson2023-09-201-9/+68
|/
* ionic: Remove unused declarationsYue Haibing2023-08-223-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-101-7/+16
|\
| * ionic: Add missing err handling for queue reconfigNitya Sunkad2023-08-061-7/+16
* | ionic: add FLR recovery supportShannon Nelson2023-07-243-4/+62
* | ionic: pull out common bits from fw_upShannon Nelson2023-07-241-22/+42
* | ionic: extract common bits from ionic_probeShannon Nelson2023-07-241-35/+49
* | ionic: extract common bits from ionic_removeShannon Nelson2023-07-241-12/+13
|/
* ionic: remove dead device fail pathShannon Nelson2023-07-071-6/+0
* ionic: remove WARN_ON to prevent panic_on_warnNitya Sunkad2023-07-071-5/+0
* ionic: use vmalloc_array and vcallocJulia Lawall2023-06-271-2/+2
* ionic: add support for ethtool extended stat link_down_countNitya Sunkad2023-06-123-0/+12
* ionic: catch failure from devlink_allocShannon Nelson2023-05-031-0/+2
* ionic: remove noise from ethtool rxnfc error msgShannon Nelson2023-05-031-1/+1
* ionic: Don't overwrite the cyclecounter bitmaskBrett Creeley2023-04-121-3/+2
* ionic: Remove redundant pci_clear_masterCai Huoqing2023-03-241-1/+0
* ionic: add tx/rx-push support with device Component Memory BuffersShannon Nelson2023-02-138-21/+404