index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: Cap the size of HWRM_PORT_PHY_QCFG forwarded response
Michael Chan
2024-06-13
1
-2
/
+10
*
bnxt_en: Rename some macros for the P5 chips
Randy Schacher
2023-11-21
1
-4
/
+4
*
eth: bnxt: fix backward compatibility with older devices
Jakub Kicinski
2023-10-17
1
-7
/
+7
*
Revert "bnxt_en: Support QOS and TPID settings for the SRIOV VLAN"
Jakub Kicinski
2023-10-04
1
-13
/
+11
*
bnxt_en: Update VNIC resource calculation for VFs
Vikas Gupta
2023-10-04
1
-2
/
+10
*
bnxt_en: Support QOS and TPID settings for the SRIOV VLAN
Sreekanth Reddy
2023-10-04
1
-11
/
+13
*
bnxt_en: Allow to set switchdev mode without existing VFs
Ivan Vecera
2023-04-13
1
-0
/
+16
*
RDMA/bnxt_re: Remove the sriov config callback
Ajit Khaparde
2023-02-01
1
-6
/
+1
*
bnxt_en: fix NQ resource accounting during vf creation on 57500 chips
Vikas Gupta
2022-08-23
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-14
1
-1
/
+6
|
\
|
*
bnxt_en: reclaim max resources if sriov enable fails
Kashyap Desai
2022-07-12
1
-1
/
+6
*
|
ethernet: Remove vf rate limit check for drivers
Bin Chen
2022-06-10
1
-1
/
+1
|
/
*
bnxt: use the devlink instance lock to protect sriov
Jakub Kicinski
2022-03-21
1
-2
/
+2
*
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
2021-10-14
1
-2
/
+2
*
ethernet: use eth_hw_addr_set()
Jakub Kicinski
2021-10-02
1
-1
/
+1
*
bnxt_en: update all firmware calls to use the new APIs
Edwin Peer
2021-08-30
1
-204
/
+246
*
bnxt_en: use link_lock instead of hwrm_cmd_lock to protect link_info
Edwin Peer
2021-08-30
1
-2
/
+2
*
bnxt_en: move HWRM API implementation into separate file
Edwin Peer
2021-08-30
1
-0
/
+1
*
bnxt_en: Update firmware interface to 1.10.2.47
Michael Chan
2021-06-28
1
-2
/
+2
*
bnxt_en: Call bnxt_approve_mac() after the PF gives up control of the VF MAC.
Michael Chan
2021-04-25
1
-1
/
+10
*
bnxt_en: Move bnxt_approve_mac().
Michael Chan
2021-04-25
1
-26
/
+27
*
bnxt_en: allow VF config ops when PF is closed
Edwin Peer
2021-04-25
1
-4
/
+0
*
bnxt_en: allow promiscuous mode for trusted VFs
Edwin Peer
2021-04-25
1
-3
/
+3
*
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
2020-11-23
1
-0
/
+1
*
bnxt_en: Update firmware interface spec to 1.10.1.65.
Michael Chan
2020-09-27
1
-1
/
+1
*
bnxt_en: Update firmware interface to 1.10.1.54.
Michael Chan
2020-07-27
1
-1
/
+1
*
bnxt_en: fix NULL dereference in case SR-IOV configuration fails
Davide Caratti
2020-07-10
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-06
1
-8
/
+2
|
\
|
*
bnxt_en: Fix VF anti-spoof filter setup.
Michael Chan
2020-04-27
1
-8
/
+2
*
|
bnxt_en: Do not include ETH_FCS_LEN in the max packet length sent to fw.
Vasundhara Volam
2020-05-04
1
-1
/
+1
|
/
*
bnxt_en: Remove unnecessary assignment of return code
Vasundhara Volam
2020-03-08
1
-3
/
+1
*
bnxt_en: Assign more RSS context resources to the VFs.
Michael Chan
2019-11-24
1
-2
/
+6
*
bnxt_en: Retain user settings on a VF after RESET_NOTIFY event.
Vasundhara Volam
2019-08-30
1
-7
/
+43
*
bnxt_en: Add BNXT_STATE_IN_FW_RESET state.
Michael Chan
2019-08-30
1
-0
/
+5
*
bnxt_en: Register buffers for VFs before reserving resources.
Vasundhara Volam
2019-08-30
1
-5
/
+5
*
bnxt_en: Refactor bnxt_sriov_enable().
Michael Chan
2019-08-30
1
-16
/
+34
*
bnxt_en: Simplify error checking in the SR-IOV message forwarding functions.
Michael Chan
2019-08-30
1
-64
/
+8
*
bnxt_en: Convert error code in firmware message response to standard code.
Michael Chan
2019-08-30
1
-9
/
+3
*
bnxt_en: Propagate trusted VF attribute to firmware.
Michael Chan
2019-02-19
1
-4
/
+54
*
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
[next]