index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_sriov.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+14
2024-10-09
ice: add E830 HW VF mailbox message limit support
Paul Greenwalt
1
-1
/
+2
2024-10-09
ice: Fix increasing MSI-X on VF
Marcin Szycik
1
-3
/
+8
2024-10-01
ice: Fix improper handling of refcount in ice_sriov_set_msix_vec_count()
Gui-Dong Han
1
-2
/
+6
2024-09-06
ice: make representor code generic
Michal Swiatkowski
1
-2
/
+2
2024-06-28
ice: Add get/set hw address for VFs using devlink commands
Karthik Sundaravel
1
-9
/
+25
2024-05-06
ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsi
Mateusz Polchlopek
1
-1
/
+1
2024-04-17
ice: Add automatic VF reset on Tx MDD events
Marcin Szycik
1
-6
/
+19
2024-04-12
ice: store VF relative MSI-X index in q_vector->vf_reg_idx
Jacob Keller
1
-3
/
+4
2024-04-12
ice: set vf->num_msix in ice_initialize_vf_entry()
Jacob Keller
1
-5
/
+0
2024-03-25
ice: remove eswitch changing queues algorithm
Michal Swiatkowski
1
-3
/
+0
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+9
2024-03-04
ice: remove vf->lan_vsi_num field
Jacob Keller
1
-1
/
+0
2024-03-01
ice: reconfig host after changing MSI-X on VF
Michal Swiatkowski
1
-2
/
+9
2024-01-02
ice: replace ice_vf_recreate_vsi() with ice_vf_reconfig_vsi()
Jacob Keller
1
-22
/
+2
2023-12-18
ice: field get conversion
Jesse Brandeburg
1
-2
/
+1
2023-12-18
ice: field prep conversion
Jesse Brandeburg
1
-24
/
+14
2023-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+1
2023-12-05
ice: change vfs.num_msix_per to vf->num_msix
Michal Swiatkowski
1
-6
/
+1
2023-11-13
ice: reserve number of CP queues
Michal Swiatkowski
1
-0
/
+3
2023-11-13
ice: add VF representors one by one
Michal Swiatkowski
1
-8
/
+9
2023-10-20
ice: manage VFs MSI-X using resource tracking
Michal Swiatkowski
1
-19
/
+151
2023-10-20
ice: set MSI-X vector count on VF
Michal Swiatkowski
1
-0
/
+69
2023-10-20
ice: add bitmap to track VF MSI-X usage
Michal Swiatkowski
1
-0
/
+9
2023-10-20
ice: implement num_msix field per VF
Michal Swiatkowski
1
-4
/
+9
2023-10-20
ice: store VF's pci_dev ptr in ice_vf
Przemek Kitszel
1
-24
/
+26
2023-08-21
Revert "ice: Fix ice VF reset during iavf initialization"
Petr Oros
1
-4
/
+4
2023-06-22
ice: clean up freeing SR-IOV VFs
Przemek Kitszel
1
-3
/
+2
2023-05-19
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
1
-4
/
+0
2023-05-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2023-05-17
ice: Remove LAG+SRIOV mutual exclusion
Dave Ertman
1
-4
/
+0
2023-05-16
ice: Fix ice VF reset during iavf initialization
Dawid Wesierski
1
-4
/
+4
2023-05-16
ice: add dynamic interrupt allocation
Piotr Raczynski
1
-2
/
+3
2023-05-16
ice: track interrupt vectors with xarray
Piotr Raczynski
1
-2
/
+2
2023-05-16
ice: add individual interrupt allocation
Piotr Raczynski
1
-1
/
+1
2023-05-16
ice: remove redundant SRIOV code
Piotr Raczynski
1
-36
/
+0
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2023-03-21
ice: check if VF exists before mode check
Michal Swiatkowski
1
-4
/
+4
2023-03-13
ice: move ice_is_malicious_vf() to ice_virtchnl.c
Jacob Keller
1
-45
/
+0
2023-03-13
ice: print message if ice_mbx_vf_state_handler returns an error
Jacob Keller
1
-1
/
+2
2023-03-13
ice: pass mbxdata to ice_is_malicious_vf()
Jacob Keller
1
-11
/
+3
2023-03-13
ice: remove unnecessary &array[0] and just use array
Jacob Keller
1
-1
/
+1
2023-03-13
ice: always report VF overflowing mailbox even without PF VSI
Jacob Keller
1
-4
/
+4
2023-03-13
ice: initialize mailbox snapshot earlier in PF init
Jacob Keller
1
-2
/
+0
2023-03-13
ice: merge ice_mbx_report_malvf with ice_mbx_vf_state_handler
Jacob Keller
1
-22
/
+12
2023-03-13
ice: remove ice_mbx_deinit_snapshot
Jacob Keller
1
-4
/
+1
2023-03-13
ice: move VF overflow message count into struct ice_mbx_vf_info
Jacob Keller
1
-6
/
+3
2023-03-13
ice: track malicious VFs in new ice_mbx_vf_info structure
Jacob Keller
1
-4
/
+3
2023-03-13
ice: convert ice_mbx_clear_malvf to void and use WARN
Jacob Keller
1
-4
/
+2
2023-02-06
ice: remove unnecessary virtchnl_ether_addr struct use
Jacob Keller
1
-8
/
+8
[next]