summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ice: Add support for persistent NAPI configJoe Damato2024-11-131-2/+4
* ice: add E830 HW VF mailbox message limit supportPaul Greenwalt2024-10-081-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-131-7/+8
|\
| * ice: Fix lldp packets dropping after changing the number of channelsMartyna Szapar-Mudlaw2024-09-091-7/+8
* | ice: add basic devlink subfunctions supportPiotr Raczynski2024-09-061-2/+3
* | ice: export ice ndo_ops functionsPiotr Raczynski2024-09-061-0/+20
* | ice: add new VSI type for subfunctionsPiotr Raczynski2024-09-061-2/+23
|/
* ice: check ICE_VSI_DOWN under rtnl_lock when preparing for resetLarysa Zaremba2024-09-031-6/+6
* ice: check for XDP rings instead of bpf program when unconfiguringLarysa Zaremba2024-09-031-2/+2
* ice: protect XDP configuration with a mutexLarysa Zaremba2024-09-031-13/+21
* ice: move netif_queue_set_napi to rtnl-protected sectionsLarysa Zaremba2024-09-031-98/+31
* ice: use irq_update_affinity_hint()Michal Schmidt2024-06-111-2/+2
* ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()Larysa Zaremba2024-06-061-7/+7
* ice: add flag to distinguish reset from .ndo_bpf in XDP rings configLarysa Zaremba2024-06-061-2/+3
* ice: remove af_xdp_zc_qps bitmapLarysa Zaremba2024-06-061-8/+0
* ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsiMateusz Polchlopek2024-05-061-22/+11
* ice: move devlink port code to a separate filePiotr Raczynski2024-04-011-1/+0
* ice: move ice_devlink.[ch] to devlink folderMichal Swiatkowski2024-04-011-1/+1
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-03-291-48/+1
|\
| * ice: remove switchdev control plane VSIMichal Swiatkowski2024-03-251-48/+1
* | ice: fix memory corruption bug with suspend and rebuildJesse Brandeburg2024-03-251-9/+9
|/
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2024-03-111-0/+37
|\
| * ice: Implement RSS settings for GTP using ethtoolTakeru Hayasaka2024-03-061-0/+37
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-1/+1
|\ \ | |/ |/|
| * ice: fix typo in assignmentJesse Brandeburg2024-03-051-1/+1
* | ice: do not disable Tx queues twice in ice_down()Maciej Fijalkowski2024-03-041-55/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-291-17/+69
|\|
| * ice: Fix ASSERT_RTNL() warning during certain scenariosAmritha Nambiar2024-02-201-17/+69
* | ice: make ice_vsi_cfg_txq() staticMaciej Fijalkowski2024-02-021-73/+0
* | ice: make ice_vsi_cfg_rxq() staticMaciej Fijalkowski2024-02-021-56/+0
|/
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller2023-12-221-34/+20
|\
| * ice: cleanup inconsistent codeJesse Brandeburg2023-12-181-2/+2
| * ice: field get conversionJesse Brandeburg2023-12-181-3/+2
| * ice: fix pre-shifted bit usageJesse Brandeburg2023-12-181-1/+2
| * ice: field prep conversionJesse Brandeburg2023-12-181-30/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-12-211-4/+3
|\ \ | |/ |/|
| * ice: Fix PF with enabled XDP going no-carrier after resetLarysa Zaremba2023-12-181-0/+3
| * ice: stop trashing VF VSI aggregator node ID informationJacob Keller2023-12-181-4/+0
* | ice: enable symmetric-xor RSS for Toeplitz hash functionJeff Guo2023-12-141-19/+21
* | ice: refactor RSS configurationQi Zhang2023-12-141-60/+40
* | ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register valuesAhmed Zaki2023-12-141-2/+2
* | net: Add NAPI IRQ supportAmritha Nambiar2023-12-051-0/+2
* | ice: Add support in the driver for associating queue with napiAmritha Nambiar2023-12-051-0/+67
* | ice: realloc VSI stats arraysMichal Swiatkowski2023-11-131-19/+39
* | ice: allow changing SWITCHDEV_CTRL VSI queuesMichal Swiatkowski2023-11-131-3/+10
* | ice: make representor code genericMichal Swiatkowski2023-11-131-6/+4
|/
* ice: implement num_msix field per VFMichal Swiatkowski2023-10-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-2/+1
|\
| * ice: fix over-shifted variableJesse Brandeburg2023-10-141-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-131-0/+6
|\|