index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_virtchnl_pf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ice: Trivial fixes
Tony Nguyen
2020-02-12
1
-2
/
+1
*
ice: Make print statements more compact
Anirudh Venkataramanan
2020-02-12
1
-41
/
+21
*
ice: Use ice_pf_to_dev
Anirudh Venkataramanan
2020-02-12
1
-4
/
+4
*
ice: Enable ip link show on the PF to display VF unicast MAC(s)
Brett Creeley
2020-01-03
1
-100
/
+99
*
ice: Fix VF link state when it's IFLA_VF_LINK_STATE_AUTO
Brett Creeley
2020-01-03
1
-45
/
+11
*
ice: Add ice_for_each_vf() macro
Brett Creeley
2020-01-03
1
-11
/
+12
*
ice: Fix VF spoofchk
Brett Creeley
2020-01-03
1
-80
/
+127
*
ice: implement VF stats NDO
Jesse Brandeburg
2019-11-22
1
-0
/
+45
*
ice: add helpers for virtchnl
Jesse Brandeburg
2019-11-22
1
-71
/
+63
*
ice: Add ice_pf_to_dev(pf) macro
Brett Creeley
2019-11-22
1
-85
/
+106
*
ice: Do not use devm* functions for local uses
Tony Nguyen
2019-11-22
1
-8
/
+7
*
ice: Only disable VF state when freeing each VF resources
Akeem G Abodunrin
2019-11-22
1
-4
/
+8
*
ice: fix stack leakage
Jesse Brandeburg
2019-11-22
1
-2
/
+1
*
ice: Don't modify stripping for add/del VLANs on VF
Brett Creeley
2019-11-22
1
-8
/
+31
*
ice: Disallow VF VLAN opcodes if VLAN offloads disabled
Brett Creeley
2019-11-22
1
-0
/
+29
*
ice: Change max MSI-x vector_id check in cfg_irq_map
Brett Creeley
2019-11-08
1
-3
/
+5
*
ice: Check if VF is disabled for Opcode and other operations
Akeem G Abodunrin
2019-11-08
1
-12
/
+62
*
ice: Fix return value when SR-IOV is not supported
Anirudh Venkataramanan
2019-11-06
1
-1
/
+1
*
ice: Rename VF function ice_vc_dis_vf to match its behavior
Brett Creeley
2019-11-06
1
-7
/
+5
*
ice: write register with correct offset
Mitch Williams
2019-11-06
1
-1
/
+1
*
ice: Introduce ice_base.c
Anirudh Venkataramanan
2019-11-04
1
-0
/
+1
*
ice: Enable DDP package download
Tony Nguyen
2019-09-12
1
-0
/
+6
*
ice: Minor refactor in queue management
Anirudh Venkataramanan
2019-09-05
1
-6
/
+8
*
ice: Report VF link status with opcode to get resources
Akeem G Abodunrin
2019-09-05
1
-0
/
+1
*
ice: report link down for VF when PF's queues are not enabled
Lukasz Czapnik
2019-09-05
1
-1
/
+4
*
ice: Reliably reset VFs
Mitch Williams
2019-09-05
1
-6
/
+10
*
ice: Only disable VLAN pruning for the VF when all VLANs are removed
Brett Creeley
2019-09-03
1
-2
/
+3
*
ice: Always notify FW of VF reset
Mitch Williams
2019-09-03
1
-9
/
+16
*
ice: Fix VF configuration issues due to reset
Akeem G Abodunrin
2019-08-26
1
-2
/
+9
*
ice: add support for virtchnl_queue_select.[tx|rx]_queues bitmap
Paul Greenwalt
2019-08-26
1
-68
/
+175
*
ice: add validation in OP_CONFIG_VSI_QUEUES VF message
Michal Swiatkowski
2019-08-26
1
-7
/
+24
*
ice: Fix issues updating VSI MAC filters
Akeem G Abodunrin
2019-08-23
1
-20
/
+22
*
ice: Add input handlers for virtual channel handlers
Amruth G.P
2019-08-23
1
-32
/
+32
*
ice: silence some bogus error messages
Mitch Williams
2019-08-23
1
-3
/
+3
*
ice: reject VF attempts to enable head writeback
Jacob Keller
2019-08-23
1
-0
/
+1
*
ice: improve print for VF's when adding/deleting MAC filters
Brett Creeley
2019-08-20
1
-2
/
+2
*
ice: Change type for queue counts
Pawel Kaminski
2019-08-20
1
-12
/
+13
*
ice: Reduce wait times during VF bringup/reset
Brett Creeley
2019-08-20
1
-11
/
+15
*
ice: update GLINT_DYN_CTL and GLINT_VECT2FUNC register access
Paul Greenwalt
2019-08-20
1
-10
/
+14
*
ice: Restructure VFs initialization flows
Akeem G Abodunrin
2019-08-20
1
-22
/
+47
*
ice: Remove flag to track VF interrupt status
Akeem G Abodunrin
2019-07-31
1
-11
/
+0
*
ice: Update number of VF queue before setting VSI resources
Akeem G Abodunrin
2019-07-31
1
-5
/
+5
*
ice: Trivial cosmetic changes
Anirudh Venkataramanan
2019-05-30
1
-5
/
+4
*
ice: Recognize higher speeds
Anirudh Venkataramanan
2019-05-30
1
-1
/
+1
*
ice: Add support for virtchnl_vector_map.[rxq|txq]_map
Anirudh Venkataramanan
2019-05-29
1
-9
/
+34
*
ice: Use GLINT_DYN_CTL to disable VF's interrupts
Brett Creeley
2019-05-29
1
-28
/
+13
*
ice: Refactor interrupt tracking
Brett Creeley
2019-05-29
1
-17
/
+169
*
ice: Gracefully handle reset failure in ice_alloc_vfs()
Brett Creeley
2019-05-23
1
-2
/
+9
*
ice: Remove braces for single statement blocks
Anirudh Venkataramanan
2019-05-23
1
-2
/
+1
*
ice: Cleanup an unnecessary variable initialization
Bruce Allan
2019-05-23
1
-3
/
+3
[next]