- bce9af1 ice: Fix increasing MSI-X on VF by Marcin Szycik · 5 months ago
- d517cf8 ice: Fix improper handling of refcount in ice_sriov_set_msix_vec_count() by Gui-Dong Han · 6 months ago
- 415db83 ice: make representor code generic by Michal Swiatkowski · 6 months ago
- 4dbb4f9 ice: Add get/set hw address for VFs using devlink commands by Karthik Sundaravel · 9 months ago
- deea427 ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsi by Mateusz Polchlopek · 10 months ago
- cc2a9d6 ice: Add automatic VF reset on Tx MDD events by Marcin Szycik · 11 months ago
- b80d01e ice: store VF relative MSI-X index in q_vector->vf_reg_idx by Jacob Keller · 11 months ago
- c22f7da ice: set vf->num_msix in ice_initialize_vf_entry() by Jacob Keller · 11 months ago
- 8c67b7a ice: remove eswitch changing queues algorithm by Michal Swiatkowski · 12 months ago
- e3afe5d Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 12 months ago
- 1cf94cb ice: remove vf->lan_vsi_num field by Jacob Keller · 1 year ago
- 4035c72 ice: reconfig host after changing MSI-X on VF by Michal Swiatkowski · 1 year ago
- 2a2cb4c ice: replace ice_vf_recreate_vsi() with ice_vf_reconfig_vsi() by Jacob Keller · 1 year, 3 months ago
- 5a259f8 ice: field get conversion by Jesse Brandeburg · 1 year, 3 months ago
- 23eca34 ice: field prep conversion by Jesse Brandeburg · 1 year, 3 months ago
- 2483e7f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 3 months ago
- f8e9889 ice: change vfs.num_msix_per to vf->num_msix by Michal Swiatkowski · 1 year, 4 months ago
- 19b39ca ice: reserve number of CP queues by Michal Swiatkowski · 1 year, 4 months ago
- fff292b ice: add VF representors one by one by Michal Swiatkowski · 1 year, 4 months ago
- 4d38cb4 ice: manage VFs MSI-X using resource tracking by Michal Swiatkowski · 1 year, 4 months ago
- 05c16687 ice: set MSI-X vector count on VF by Michal Swiatkowski · 1 year, 4 months ago
- ea4af9b ice: add bitmap to track VF MSI-X usage by Michal Swiatkowski · 1 year, 4 months ago
- fe1c5ca ice: implement num_msix field per VF by Michal Swiatkowski · 1 year, 4 months ago
- 31642d2 ice: store VF's pci_dev ptr in ice_vf by Przemek Kitszel · 1 year, 4 months ago
- 0ecff05e Revert "ice: Fix ice VF reset during iavf initialization" by Petr Oros · 1 year, 7 months ago
- f982774 ice: clean up freeing SR-IOV VFs by Przemek Kitszel · 1 year, 9 months ago
- bf9233f Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue by Jakub Kicinski · 1 year, 9 months ago
- 90223c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 9 months ago
- 1c769b1 ice: Remove LAG+SRIOV mutual exclusion by Dave Ertman · 1 year, 9 months ago
- 7255355 ice: Fix ice VF reset during iavf initialization by Dawid Wesierski · 1 year, 10 months ago
- 011670c ice: add dynamic interrupt allocation by Piotr Raczynski · 1 year, 10 months ago
- cfebc0a ice: track interrupt vectors with xarray by Piotr Raczynski · 1 year, 10 months ago
- 4aad533 ice: add individual interrupt allocation by Piotr Raczynski · 1 year, 10 months ago
- 524012c ice: remove redundant SRIOV code by Piotr Raczynski · 1 year, 10 months ago
- dc0a7b5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 11 months ago
- 83b49e7 ice: check if VF exists before mode check by Michal Swiatkowski · 2 years ago
- c414463 ice: move ice_is_malicious_vf() to ice_virtchnl.c by Jacob Keller · 2 years ago
- 4508bf0 ice: print message if ice_mbx_vf_state_handler returns an error by Jacob Keller · 2 years ago
- afc24d6 ice: pass mbxdata to ice_is_malicious_vf() by Jacob Keller · 2 years ago
- 3f22fc3 ice: remove unnecessary &array[0] and just use array by Jacob Keller · 2 years ago
- 4f0636f ice: always report VF overflowing mailbox even without PF VSI by Jacob Keller · 2 years ago
- dde7db6 ice: initialize mailbox snapshot earlier in PF init by Jacob Keller · 2 years ago
- 07cc1a9 ice: merge ice_mbx_report_malvf with ice_mbx_vf_state_handler by Jacob Keller · 2 years ago
- 4bdf5f2 ice: remove ice_mbx_deinit_snapshot by Jacob Keller · 2 years ago
- 8cd8a6b ice: move VF overflow message count into struct ice_mbx_vf_info by Jacob Keller · 2 years ago
- e4eaf89 ice: track malicious VFs in new ice_mbx_vf_info structure by Jacob Keller · 2 years ago
- 28756d9 ice: convert ice_mbx_clear_malvf to void and use WARN by Jacob Keller · 2 years ago
- e064531 ice: remove unnecessary virtchnl_ether_addr struct use by Jacob Keller · 2 years, 1 month ago
- 537dfe0 ice: introduce .irq_close VF operation by Jacob Keller · 2 years, 1 month ago
- fa4a15c ice: introduce clear_reset_state operation by Jacob Keller · 2 years, 1 month ago
- 5531bb8 ice: convert vf_ops .vsi_rebuild to .create_vsi by Jacob Keller · 2 years, 1 month ago
- b1b5694 ice: introduce ice_vf_init_host_cfg function by Jacob Keller · 2 years, 1 month ago
- b5dcff1 ice: add a function to initialize vf entry by Jacob Keller · 2 years, 1 month ago
- aeead3d ice: Pull common tasks into ice_vf_post_vsi_rebuild by Jacob Keller · 2 years, 1 month ago
- 1efee07 ice: move ice_vf_vsi_release into ice_vf_lib.c by Jacob Keller · 2 years, 1 month ago
- 5e509ab ice: refactor VSI setup to use parameter structure by Jacob Keller · 2 years, 1 month ago
- 272ac32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 7 months ago
- 5c8e3c7 ice: Fix VSIs unable to share unicast MAC by Anirudh Venkataramanan · 2 years, 7 months ago
- 10e11aa ethernet: Remove vf rate limit check for drivers by Bin Chen · 2 years, 9 months ago
- baeb705 ice: always check VF VSI pointer values by Jacob Keller · 2 years, 11 months ago
- b668f4c ice: fix use-after-free when deinitializing mailbox snapshot by Jacob Keller · 2 years, 11 months ago
- bf93bf7 ice: introduce ice_virtchnl.c and ice_virtchnl.h by Jacob Keller · 3 years ago
- 8cf52be ice: cleanup long lines in ice_sriov.c by Jacob Keller · 3 years ago
- f5f085c ice: introduce ICE_VF_RESET_LOCK flag by Jacob Keller · 3 years ago
- 9dbb33d ice: introduce ICE_VF_RESET_NOTIFY flag by Jacob Keller · 3 years ago
- 7eb517e ice: convert ice_reset_vf to take flags by Jacob Keller · 3 years ago
- 16686d7 ice: move reset functionality into ice_vf_lib.c by Jacob Keller · 3 years ago
- 5de9574 ice: fix a long line warning in ice_reset_vf by Jacob Keller · 3 years ago
- 9c6f787 ice: introduce VF operations structure for reset flows by Jacob Keller · 3 years ago
- f5840e0 ice: fix incorrect dev_dbg print mistaking 'i' for vf->vf_id by Jacob Keller · 3 years ago
- 109aba4 ice: introduce ice_vf_lib.c, ice_vf_lib.h, and ice_vf_lib_private.h by Jacob Keller · 3 years ago
- 1261691d ice: use ice_is_vf_trusted helper function by Jacob Keller · 3 years ago
- 2b36944 ice: log an error message when eswitch fails to configure by Jacob Keller · 3 years ago
- 94ab248 ice: cleanup error logging for ice_ena_vfs by Jacob Keller · 3 years ago
- 346f7aa ice: move ice_set_vf_port_vlan near other .ndo ops by Jacob Keller · 3 years ago
- a8ea6d8 ice: refactor spoofchk control code in ice_sriov.c by Jacob Keller · 3 years ago
- dc36796 ice: rename ICE_MAX_VF_COUNT to avoid confusion by Jacob Keller · 3 years ago
- 00a57e2 ice: remove unused definitions from ice_sriov.h by Jacob Keller · 3 years ago
- a7e1171 ice: convert vf->vc_ops to a const pointer by Jacob Keller · 3 years ago
- 0deb0bf ice: rename ice_virtchnl_pf.c to ice_sriov.c by Jacob Keller · 3 years ago[Renamed from drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c]
- 1e8a3f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
- 79498d5 ice: stop disabling VFs due to PF error responses by Jacob Keller · 3 years ago
- 3d5985a ice: convert VF storage to hash table with krefs and RCU by Jacob Keller · 3 years ago
- fb916db ice: introduce VF accessor functions by Jacob Keller · 3 years ago
- 000773c ice: factor VF variables to separate structure by Jacob Keller · 3 years ago
- c4c2c7d ice: convert ice_for_each_vf to include VF entry iterator by Jacob Keller · 3 years ago
- 19281e8 ice: use ice_for_each_vf for iteration during removal by Jacob Keller · 3 years ago
- 59e1f85 ice: remove checks in ice_vc_send_msg_to_vf by Jacob Keller · 3 years ago
- 44efe75 ice: move VFLR acknowledge during ice_free_vfs by Jacob Keller · 3 years ago
- 294627a ice: move clear_malvf call in ice_free_vfs by Jacob Keller · 3 years ago
- cd0f4f3 ice: pass num_vfs to ice_set_per_vf_res() by Jacob Keller · 3 years ago
- b03d519 ice: store VF pointer instead of VF ID by Jacob Keller · 3 years ago
- aaa25a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
- fadead80 ice: fix concurrent reset and removal of VFs by Jacob Keller · 3 years, 1 month ago
- f1da5a0 ice: Add ability for PF admin to enable VF VLAN pruning by Brett Creeley · 3 years, 3 months ago
- cbc8b56 ice: Add support for 802.1ad port VLANs VF by Brett Creeley · 3 years, 3 months ago
- cc71de8 ice: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 by Brett Creeley · 3 years, 3 months ago
- c31af68 ice: Add outer_vlan_ops and VSI specific VLAN ops implementations by Brett Creeley · 3 years, 3 months ago
- 2bfefa2 ice: Use the proto argument for VLAN ops by Brett Creeley · 3 years, 3 months ago
- a19d7f7 ice: Refactor vf->port_vlan_info to use ice_vlan by Brett Creeley · 3 years, 3 months ago