aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2025-07-251-5/+5
|\
| * ice: use libie_aq_strMichal Swiatkowski2025-07-241-2/+2
| * ice, libie: move generic adminq descriptors to libMichal Swiatkowski2025-07-241-3/+3
* | net: Fix typosBjorn Helgaas2025-07-251-1/+1
|/
* ice: move ice_vsi_update_l2tsel to ice_lib.cJacob Keller2025-07-101-0/+35
* ice: add a separate Rx handler for flow director commandsMichal Kubiak2025-06-091-2/+1
* net: intel: rename 'hena' to 'hashcfg' for clarityJacob Keller2025-06-091-1/+1
* ice: receive LLDP on trusted VFsMateusz Pacuszka2025-04-111-6/+42
* ice: do not add LLDP-specific filter if not necessaryLarysa Zaremba2025-04-111-7/+16
* ice: Add E830 checksum offload supportPaul Greenwalt2025-03-181-1/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2025-03-131-18/+0
|\
| * ice: do not configure destination override for switchdevLarysa Zaremba2025-03-051-18/+0
* | ice: use napi's irq affinity and rmap IRQ notifiersAhmed Zaki2025-02-271-7/+0
* | ice: clear NAPI's IRQ numbers in ice_vsi_clear_napi_queues()Ahmed Zaki2025-02-271-1/+8
* | ice: support Rx timestamp on flex descriptorSimei Su2025-02-141-3/+2
* | ice: Don't check device type when checking GNSS presenceKarol Kolacinski2025-02-101-1/+1
* | ice: enable_rdma devlink paramMichal Swiatkowski2025-02-051-1/+7
* | ice: treat dyn_allowed only as suggestionMichal Swiatkowski2025-02-051-0/+2
* | ice: get rid of num_lan_msix fieldMichal Swiatkowski2025-02-051-11/+14
|/
* ice: support FW Recovery ModeKonrad Knitter2025-01-161-0/+6
* 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
|/