index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
bnxt
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-08
Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-43
/
+12
2021-09-05
bnxt_en: Fix possible unintended driver initiated error recovery
Michael Chan
1
-7
/
+18
2021-09-05
bnxt_en: Fix UDP tunnel logic
Michael Chan
1
-11
/
+17
2021-09-05
bnxt_en: Fix asic.rev in devlink dev info command
Michael Chan
1
-1
/
+1
2021-09-05
bnxt_en: fix read of stored FW_PSID version on P5 devices
Edwin Peer
2
-15
/
+34
2021-09-05
bnxt_en: fix stored FW_PSID version masks
Edwin Peer
1
-2
/
+2
2021-09-02
bnxt_en: fix kernel doc warnings in bnxt_hwrm.c
Edwin Peer
1
-7
/
+7
2021-09-01
bnxt_en: Fix 64-bit doorbell operation on 32-bit kernels
Michael Chan
2
-18
/
+33
2021-08-30
bnxt_en: support multiple HWRM commands in flight
Edwin Peer
4
-39
/
+113
2021-08-30
bnxt_en: remove legacy HWRM interface
Edwin Peer
4
-106
/
+1
2021-08-30
bnxt_en: update all firmware calls to use the new APIs
Edwin Peer
9
-1538
/
+1953
2021-08-30
bnxt_en: use link_lock instead of hwrm_cmd_lock to protect link_info
Edwin Peer
2
-2
/
+7
2021-08-30
bnxt_en: add support for HWRM request slices
Edwin Peer
2
-2
/
+120
2021-08-30
bnxt_en: add HWRM request assignment API
Edwin Peer
2
-0
/
+56
2021-08-30
bnxt_en: discard out of sequence HWRM responses
Edwin Peer
1
-4
/
+17
2021-08-30
bnxt_en: introduce new firmware message API based on DMA pools
Edwin Peer
4
-121
/
+442
2021-08-30
bnxt_en: move HWRM API implementation into separate file
Edwin Peer
13
-357
/
+407
2021-08-30
bnxt_en: Refactor the HWRM_VER_GET firmware calls
Edwin Peer
1
-6
/
+11
2021-08-30
bnxt_en: remove DMA mapping for KONG response
Edwin Peer
2
-51
/
+7
2021-08-28
bnxt: count discards due to memory allocation errors
Jakub Kicinski
2
-1
/
+11
2021-08-28
bnxt: count packets discarded because of netpoll
Jakub Kicinski
3
-1
/
+13
2021-08-24
bnxt: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
1
-29
/
+9
2021-08-24
bnxt: Read VPD with pci_vpd_alloc()
Heiner Kallweit
1
-9
/
+4
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
1
-2
/
+6
2021-08-23
net: broadcom: switch from 'pci_' to 'dma_' API
Christophe JAILLET
3
-13
/
+13
2021-08-23
Revert "bnxt: Search VPD with pci_vpd_find_ro_info_keyword()"
David S. Miller
1
-0
/
+6
2021-08-23
Revert "bnxt: Read VPD with pci_vpd_alloc()"
David S. Miller
1
-4
/
+9
2021-08-23
Revert "bnxt: Search VPD with pci_vpd_find_ro_info_keyword()"
David S. Miller
1
-9
/
+29
2021-08-22
bnxt: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
1
-29
/
+9
2021-08-22
bnxt: Read VPD with pci_vpd_alloc()
Heiner Kallweit
1
-9
/
+4
2021-08-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-37
/
+77
2021-08-16
bnxt_en: Add missing DMA memory barriers
Michael Chan
1
-0
/
+12
2021-08-16
bnxt_en: Disable aRFS if running on 212 firmware
Michael Chan
1
-0
/
+3
2021-08-13
bnxt: count Tx drops
Jakub Kicinski
1
-0
/
+2
2021-08-13
bnxt: make sure xmit_more + errors does not miss doorbells
Jakub Kicinski
2
-13
/
+27
2021-08-13
bnxt: disable napi before canceling DIM
Jakub Kicinski
1
-2
/
+1
2021-08-13
bnxt: don't lock the tx queue from napi poll
Jakub Kicinski
1
-22
/
+32
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-27
/
+68
2021-08-09
devlink: Set device as early as possible
Leon Romanovsky
1
-3
/
+6
2021-08-08
bnxt_en: Use register window 6 instead of 5 to read the PHC
Michael Chan
1
-2
/
+2
2021-08-08
bnxt_en: Update firmware call to retrieve TX PTP timestamp
Michael Chan
3
-4
/
+11
2021-08-08
bnxt_en: Update firmware interface to 1.10.2.52
Michael Chan
1
-21
/
+55
2021-08-03
bnxt_en: Increase maximum RX ring size if jumbo ring is not used
Michael Chan
3
-8
/
+22
2021-08-03
bnxt_en: Don't use static arrays for completion ring pages
Michael Chan
2
-3
/
+68
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-3
/
+13
2021-07-28
bnxt_en: Log if an invalid signal detected on TSIO pin
Pavan Chebbi
2
-0
/
+28
2021-07-28
bnxt_en: Event handler for PPS events
Pavan Chebbi
3
-0
/
+58
2021-07-28
bnxt_en: 1PPS functions to configure TSIO pins
Pavan Chebbi
3
-2
/
+178
2021-07-28
bnxt_en: 1PPS support for 5750X family chips
Pavan Chebbi
4
-1
/
+113
2021-07-28
bnxt_en: Do not read the PTP PHC during chip reset
Michael Chan
2
-11
/
+35
[next]