aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-11ice: receive LLDP on trusted VFsMateusz Pacuszka1-6/+42
2025-04-11ice: do not add LLDP-specific filter if not necessaryLarysa Zaremba1-7/+16
2025-03-18ice: Add E830 checksum offload supportPaul Greenwalt1-1/+7
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-18/+0
2025-03-05ice: do not configure destination override for switchdevLarysa Zaremba1-18/+0
2025-02-26ice: use napi's irq affinity and rmap IRQ notifiersAhmed Zaki1-7/+0
2025-02-26ice: clear NAPI's IRQ numbers in ice_vsi_clear_napi_queues()Ahmed Zaki1-1/+8
2025-02-14ice: support Rx timestamp on flex descriptorSimei Su1-3/+2
2025-02-10ice: Don't check device type when checking GNSS presenceKarol Kolacinski1-1/+1
2025-02-05ice: enable_rdma devlink paramMichal Swiatkowski1-1/+7
2025-02-05ice: treat dyn_allowed only as suggestionMichal Swiatkowski1-0/+2
2025-02-05ice: get rid of num_lan_msix fieldMichal Swiatkowski1-11/+14
2025-01-16ice: support FW Recovery ModeKonrad Knitter1-0/+6
2024-11-13ice: Add support for persistent NAPI configJoe Damato1-2/+4
2024-10-08ice: add E830 HW VF mailbox message limit supportPaul Greenwalt1-0/+3
2024-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+8
2024-09-09ice: Fix lldp packets dropping after changing the number of channelsMartyna Szapar-Mudlaw1-7/+8
2024-09-06ice: add basic devlink subfunctions supportPiotr Raczynski1-2/+3
2024-09-06ice: export ice ndo_ops functionsPiotr Raczynski1-0/+20
2024-09-06ice: add new VSI type for subfunctionsPiotr Raczynski1-2/+23
2024-09-03ice: check ICE_VSI_DOWN under rtnl_lock when preparing for resetLarysa Zaremba1-6/+6
2024-09-03ice: check for XDP rings instead of bpf program when unconfiguringLarysa Zaremba1-2/+2
2024-09-03ice: protect XDP configuration with a mutexLarysa Zaremba1-13/+21
2024-09-03ice: move netif_queue_set_napi to rtnl-protected sectionsLarysa Zaremba1-98/+31
2024-06-10ice: use irq_update_affinity_hint()Michal Schmidt1-2/+2
2024-06-05ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()Larysa Zaremba1-7/+7
2024-06-05ice: add flag to distinguish reset from .ndo_bpf in XDP rings configLarysa Zaremba1-2/+3
2024-06-05ice: remove af_xdp_zc_qps bitmapLarysa Zaremba1-8/+0
2024-05-06ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsiMateusz Polchlopek1-22/+11
2024-04-01ice: move devlink port code to a separate filePiotr Raczynski1-1/+0
2024-04-01ice: move ice_devlink.[ch] to devlink folderMichal Swiatkowski1-1/+1
2024-03-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski1-48/+1
2024-03-25ice: remove switchdev control plane VSIMichal Swiatkowski1-48/+1
2024-03-25ice: fix memory corruption bug with suspend and rebuildJesse Brandeburg1-9/+9
2024-03-11Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller1-0/+37
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-03-06ice: Implement RSS settings for GTP using ethtoolTakeru Hayasaka1-0/+37
2024-03-05ice: fix typo in assignmentJesse Brandeburg1-1/+1
2024-03-04ice: do not disable Tx queues twice in ice_down()Maciej Fijalkowski1-55/+0
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-17/+69
2024-02-20ice: Fix ASSERT_RTNL() warning during certain scenariosAmritha Nambiar1-17/+69
2024-02-02ice: make ice_vsi_cfg_txq() staticMaciej Fijalkowski1-73/+0
2024-02-02ice: make ice_vsi_cfg_rxq() staticMaciej Fijalkowski1-56/+0
2023-12-22Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller1-34/+20
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-4/+3
2023-12-18ice: cleanup inconsistent codeJesse Brandeburg1-2/+2
2023-12-18ice: field get conversionJesse Brandeburg1-3/+2
2023-12-18ice: fix pre-shifted bit usageJesse Brandeburg1-1/+2
2023-12-18ice: field prep conversionJesse Brandeburg1-30/+16
2023-12-18ice: Fix PF with enabled XDP going no-carrier after resetLarysa Zaremba1-0/+3