summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ionic: remove unnecessary void castsShannon Nelson2023-02-134-7/+7
* ionic: remove unnecessary indirectionShannon Nelson2023-02-131-2/+2
* ionic: missed doorbell workaroundAllen Hubbe2023-02-046-4/+176
* ionic: clear up notifyq alloc commentaryShannon Nelson2023-02-041-5/+7
* ionic: clean interrupt before enabling queue to avoid credit raceNeel Patel2023-02-041-3/+12
* net: devlink: let the core report the driver name instead of the driversVincent Mailhol2022-12-011-4/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-181-1/+7
|\
| * net: ionic: Fix error handling in ionic_init_module()Yuan Can2022-11-151-1/+7
* | net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko2022-11-041-1/+1
* | ionic: refactor use of ionic_rx_fill()Neel Patel2022-10-281-11/+12
* | ionic: enable tunnel offloadsNeel Patel2022-10-282-3/+13
* | ionic: new ionic device identity level and VF start controlShannon Nelson2022-10-285-2/+64
* | ionic: only save the user set VF attributesShannon Nelson2022-10-281-16/+17
* | ionic: replay VF attributes after fw crash recoveryShannon Nelson2022-10-281-0/+70
|/
* ionic: catch NULL pointer issue on reconfigBrett Creeley2022-10-191-4/+8
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-291-8/+4
* ionic: change order of devlink port register and netdev registerJiri Pirko2022-09-271-8/+8
* ionic: VF initial random MAC address if no assigned macR Mohamed Shah2022-08-251-5/+87
* ionic: fix up issues with handling EAGAIN on FW cmdsShannon Nelson2022-08-251-1/+3
* ionic: clear broken state on generation changeShannon Nelson2022-08-251-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-08-031-1/+1
|\
| * net: ionic: fix error check for vlan flags in ionic_set_nic_features()Jian Shen2022-08-011-1/+1
* | net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-3/+2
|/
* ionic: fix missing pci_release_regions() on error in ionic_probe()Yang Yingliang2022-05-101-1/+2
* ionic: no transition while stoppingShannon Nelson2022-02-281-5/+9
* ionic: use vmalloc includeShannon Nelson2022-02-231-0/+1
* ionic: clean up comments and whitespaceShannon Nelson2022-02-193-5/+3
* ionic: prefer strscpy over strlcpyShannon Nelson2022-02-192-4/+4