index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_vf_lib.c
Age
Commit message (
Expand
)
Author
2024-05-06
ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsi
Mateusz Polchlopek
2024-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-25
ice: fix LAG and VF lock dependency in ice_reset_vf()
Jacob Keller
2024-04-12
ice: set vf->num_msix in ice_initialize_vf_entry()
Jacob Keller
2024-03-04
ice: remove vf->lan_vsi_num field
Jacob Keller
2024-01-02
ice: replace ice_vf_recreate_vsi() with ice_vf_reconfig_vsi()
Jacob Keller
2023-11-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-11-29
ice: Fix VF Reset paths when interface in a failed over aggregate
Dave Ertman
2023-11-13
ice: adjust switchdev rebuild path
Michal Swiatkowski
2023-11-13
ice: make representor code generic
Michal Swiatkowski
2023-11-13
ice: remove VF pointer reference in eswitch code
Michal Swiatkowski
2023-10-20
ice: store VF's pci_dev ptr in ice_vf
Przemek Kitszel
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-21
ice: Fix NULL pointer deref during VF reset
Petr Oros
2023-08-21
Revert "ice: Fix ice VF reset during iavf initialization"
Petr Oros
2023-08-17
ice: Utilize assign_bit() helper
Tony Nguyen
2023-08-17
ice: refactor ice_vf_lib to make functions static
Jan Sokolowski
2023-05-19
ice: use src VSI instead of src MAC in slow-path
Michal Swiatkowski
2023-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-05-16
ice: Fix ice VF reset during iavf initialization
Dawid Wesierski
2023-05-16
ice: refactor VF control VSI interrupt handling
Piotr Raczynski
2023-03-13
ice: move VF overflow message count into struct ice_mbx_vf_info
Jacob Keller
2023-03-13
ice: track malicious VFs in new ice_mbx_vf_info structure
Jacob Keller
2023-03-13
ice: convert ice_mbx_clear_malvf to void and use WARN
Jacob Keller
2023-02-06
ice: remove unnecessary virtchnl_ether_addr struct use
Jacob Keller
2023-02-06
ice: introduce .irq_close VF operation
Jacob Keller
2023-02-06
ice: introduce clear_reset_state operation
Jacob Keller
2023-02-06
ice: convert vf_ops .vsi_rebuild to .create_vsi
Jacob Keller
2023-02-06
ice: introduce ice_vf_init_host_cfg function
Jacob Keller
2023-02-06
ice: add a function to initialize vf entry
Jacob Keller
2023-02-06
ice: Pull common tasks into ice_vf_post_vsi_rebuild
Jacob Keller
2023-02-06
ice: move ice_vf_vsi_release into ice_vf_lib.c
Jacob Keller
2023-02-06
ice: refactor VSI setup to use parameter structure
Jacob Keller
2023-02-03
ice: split ice_vsi_setup into smaller functions
Michal Swiatkowski
2022-11-14
ice: virtchnl rss hena support
Md Fahad Iqbal Polash
2022-11-09
ice: Fix spurious interrupt during removal of trusted VF
Norbert Zulinski
2022-08-17
ice: Fix VF not able to send tagged traffic with no VLAN filters
Sylwester Dziedziuch
2022-08-11
ice: Fix call trace with null VSI during VF reset
Michal Jaron
2022-07-28
ice: Fix promiscuous mode not turning off
Michal Wilczynski
2022-07-28
ice: Introduce enabling promiscuous mode on multiple VF's
Michal Wilczynski
2022-06-14
ice: Fix memory corruption in VF driver
Przemyslaw Patynowski
2022-05-05
ice: add a function comment for ice_cfg_mac_antispoof
Jacob Keller
2022-05-05
ice: fix wording in comment for ice_reset_vf
Jacob Keller
2022-05-05
ice: remove return value comment for ice_reset_all_vfs
Jacob Keller
2022-05-05
ice: always check VF VSI pointer values
Jacob Keller
2022-03-15
ice: remove PF pointer from ice_check_vf_init
Jacob Keller
2022-03-15
ice: introduce ICE_VF_RESET_LOCK flag
Jacob Keller
2022-03-15
ice: introduce ICE_VF_RESET_NOTIFY flag
Jacob Keller
2022-03-15
ice: convert ice_reset_vf to take flags
Jacob Keller
2022-03-15
ice: convert ice_reset_vf to standard error codes
Jacob Keller
[next]