index
:
linux
master
Torvalds' mirror for benchmark reasons
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_virtchnl_pf.c
Age
Commit message (
Expand
)
Author
2022-03-14
ice: rename ice_virtchnl_pf.c to ice_sriov.c
Jacob Keller
2022-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-08
ice: stop disabling VFs due to PF error responses
Jacob Keller
2022-03-03
ice: convert VF storage to hash table with krefs and RCU
Jacob Keller
2022-03-03
ice: introduce VF accessor functions
Jacob Keller
2022-03-03
ice: factor VF variables to separate structure
Jacob Keller
2022-03-03
ice: convert ice_for_each_vf to include VF entry iterator
Jacob Keller
2022-03-03
ice: use ice_for_each_vf for iteration during removal
Jacob Keller
2022-03-03
ice: remove checks in ice_vc_send_msg_to_vf
Jacob Keller
2022-03-03
ice: move VFLR acknowledge during ice_free_vfs
Jacob Keller
2022-03-03
ice: move clear_malvf call in ice_free_vfs
Jacob Keller
2022-03-03
ice: pass num_vfs to ice_set_per_vf_res()
Jacob Keller
2022-03-03
ice: store VF pointer instead of VF ID
Jacob Keller
2022-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-18
ice: fix concurrent reset and removal of VFs
Jacob Keller
2022-02-09
ice: Add ability for PF admin to enable VF VLAN pruning
Brett Creeley
2022-02-09
ice: Add support for 802.1ad port VLANs VF
Brett Creeley
2022-02-09
ice: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2
Brett Creeley
2022-02-09
ice: Add outer_vlan_ops and VSI specific VLAN ops implementations
Brett Creeley
2022-02-09
ice: Use the proto argument for VLAN ops
Brett Creeley
2022-02-09
ice: Refactor vf->port_vlan_info to use ice_vlan
Brett Creeley
2022-02-09
ice: Introduce ice_vlan struct
Brett Creeley
2022-02-09
ice: Add new VSI VLAN ops
Brett Creeley
2022-02-09
ice: Add helper function for adding VLAN 0
Brett Creeley
2022-02-09
ice: Refactor spoofcheck configuration functions
Brett Creeley
2022-01-06
ice: improve switchdev's slow-path
Wojciech Drewek
2021-12-14
ice: Propagate error codes
Tony Nguyen
2021-12-14
ice: Remove excess error variables
Tony Nguyen
2021-12-14
ice: Cleanup after ice_status removal
Tony Nguyen
2021-12-14
ice: Remove enum ice_status
Tony Nguyen
2021-12-14
ice: Use int for ice_status
Tony Nguyen
2021-12-14
ice: Remove string printing for ice_status
Tony Nguyen
2021-12-14
ice: Refactor promiscuous functions
Brett Creeley
2021-12-14
ice: refactor PTYPE validating
Jeff Guo
2021-12-07
ice: rearm other interrupt cause register after enabling VFs
Paul Greenwalt
2021-12-07
ice: fix FDIR init missing when reset VF
Yahui Cao
2021-11-03
ice: Fix race conditions between virtchnl handling and VF ndo ops
Brett Creeley
2021-11-03
ice: Fix not stopping Tx queues for VFs
Brett Creeley
2021-11-03
ice: Fix replacing VF hardware MAC to existing MAC filter
Sylwester Dziedziuch
2021-11-03
ice: Remove toggling of antispoof for VF trusted promiscuous mode
Brett Creeley
2021-11-03
ice: Fix VF true promiscuous mode
Brett Creeley
2021-10-29
ice: Remove boolean vlan_promisc flag from function
Brett Creeley
2021-10-28
ice: send correct vc status in switchdev
Michal Swiatkowski
2021-10-20
ice: Add infrastructure for mqprio support via ndo_setup_tc
Kiran Patil
2021-10-19
ice: fix an error code in ice_ena_vfs()
Dan Carpenter
2021-10-19
ice: Forbid trusted VFs in switchdev mode
Wojciech Drewek
2021-10-19
ice: Add support for VF rate limiting
Brett Creeley
2021-10-15
ice: split ice_ring onto Tx/Rx separate structs
Maciej Fijalkowski
2021-10-07
ice: add port representor ethtool ops and stats
Wojciech Drewek
2021-10-07
ice: rebuild switchdev when resetting all VFs
Grzegorz Nitka
[next]