index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
bnxt
/
bnxt_sriov.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bnxt_en: Add SR-IOV support for 57500 chips.
Michael Chan
2018-12-17
1
-2
/
+13
*
bnxt_en: get rid of num_stat_ctxs variable
Vasundhara Volam
2018-12-17
1
-6
/
+4
*
bnxt_en: Add bnxt_get_avail_cp_rings_for_en() helper function.
Michael Chan
2018-12-17
1
-4
/
+3
*
bnxt_en: Fix VF mac address regression.
Michael Chan
2018-09-17
1
-4
/
+5
*
bnxt_en: Do not adjust max_cp_rings by the ones used by RDMA.
Michael Chan
2018-09-03
1
-3
/
+4
*
bnxt_en: Add BNXT_NEW_RM() macro.
Michael Chan
2018-08-05
1
-1
/
+1
*
bnxt_en: Add new VF resource allocation strategy mode.
Michael Chan
2018-08-05
1
-9
/
+14
*
bnxt_en: combine 'else if' and 'else' into single branch
YueHaibing
2018-08-03
1
-2
/
+6
*
bnxt_en: Always forward VF MAC address to the PF.
Michael Chan
2018-05-08
1
-1
/
+2
*
bnxt_en: Reserve RSS and L2 contexts for VF.
Michael Chan
2018-04-27
1
-5
/
+5
*
bnxt_en: Check the lengths of encapsulated firmware responses.
Michael Chan
2018-04-27
1
-0
/
+9
*
bnxt_en: Improve valid bit checking in firmware response message.
Michael Chan
2018-03-31
1
-0
/
+2
*
bnxt_en: Improve resource accounting for SRIOV.
Michael Chan
2018-03-31
1
-10
/
+8
*
bnxt_en: Add support for ndo_set_vf_trust
Vasundhara Volam
2018-03-31
1
-8
/
+33
*
bnxt_en: Forward VF MAC address to the PF.
Vasundhara Volam
2018-01-17
1
-5
/
+45
*
bnxt_en: Implement new method for the PF to assign SRIOV resources.
Michael Chan
2018-01-17
1
-5
/
+116
*
bnxt_en: Refactor hardware resource data structures.
Michael Chan
2018-01-17
1
-22
/
+28
*
bnxt_en: Fix the 'Invalid VF' id check in bnxt_vf_ndo_prep routine.
Venkat Duvvuru
2018-01-08
1
-1
/
+1
*
bnxt_en: Fix VF resource checking.
Michael Chan
2017-10-14
1
-2
/
+9
*
bnxt_en: add support to enable VF-representors
Sathya Perla
2017-07-24
1
-0
/
+6
*
bnxt_en: Update firmware interface spec to 1.8.0.
Michael Chan
2017-07-24
1
-3
/
+6
*
bnxt_en: Fix VF attributes reporting.
Michael Chan
2017-04-24
1
-3
/
+5
*
bnxt_en: Update firmware interface spec to 1.7.6.2.
Michael Chan
2017-04-05
1
-2
/
+6
*
bnxt_en: Add the ulp_sriov_cfg hooks for bnxt_re RDMA driver.
Michael Chan
2017-01-13
1
-0
/
+5
*
bnxt_en: Implement new scheme to reserve tx rings.
Michael Chan
2016-12-29
1
-1
/
+9
*
bnxt_en: Assign additional vnics to VFs.
Michael Chan
2016-12-29
1
-1
/
+4
*
bnxt_en: Improve completion ring allocation for VFs.
Michael Chan
2016-12-07
1
-10
/
+4
*
bnxt_en: Update firmware header file to latest 1.6.0.
Michael Chan
2016-12-05
1
-5
/
+3
*
bnxt_en: Fix VF virtual link state.
Michael Chan
2016-11-13
1
-2
/
+2
*
net: Update API for VF vlan protocol 802.1ad support
Moshe Shemesh
2016-09-24
1
-1
/
+5
*
bnxt_en: Fixed the VF link status after a link state change
Eddie Wai
2016-09-19
1
-42
/
+42
*
bnxt_en: Add function for VF driver to query default VLAN.
Michael Chan
2016-06-14
1
-0
/
+3
*
bnxt_en: Call firmware to approve VF MAC address change.
Michael Chan
2016-04-11
1
-0
/
+30
*
bnxt_en: Update to Firmware 1.2.2 spec.
Michael Chan
2016-04-05
1
-9
/
+5
*
bnxt_en: Fix dmesg log firmware error messages.
Michael Chan
2016-03-01
1
-2
/
+2
*
bnxt_en: Send PF driver unload notification to all VFs.
Jeffrey Huang
2016-03-01
1
-0
/
+43
*
bnxt_en: Improve bnxt_vf_update_mac().
Jeffrey Huang
2016-03-01
1
-5
/
+11
*
bnxt_en: Update to Firmware interface spec 1.0.0.
Michael Chan
2015-12-28
1
-6
/
+9
*
bnxt_en: Keep track of the ring group resource.
Michael Chan
2015-12-28
1
-1
/
+6
*
bnxt_en: Improve VF resource accounting.
Michael Chan
2015-12-28
1
-7
/
+8
*
bnxt_en: Cleanup bnxt_hwrm_func_cfg().
Michael Chan
2015-12-28
1
-17
/
+16
*
bnxt_en: Change bp->state to bitmap.
Michael Chan
2015-12-11
1
-1
/
+1
*
bnxt_en: enforce proper storing of MAC address
Jeffrey Huang
2015-12-03
1
-4
/
+3
*
bnxt_en: More robust SRIOV cleanup sequence.
Jeffrey Huang
2015-11-05
1
-13
/
+27
*
bnxt_en: Fix compile errors when CONFIG_BNXT_SRIOV is not set.
Michael Chan
2015-10-23
1
-1
/
+30
*
bnxt_en: New Broadcom ethernet driver.
Michael Chan
2015-10-22
1
-0
/
+787