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
/
bnx2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-03
bnx2: Fix an error message
Christophe JAILLET
1
-1
/
+1
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
1
-2
/
+6
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
1
-1
/
+1
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
1
-1
/
+1
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+1
2021-09-08
Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-25
/
+8
2021-08-24
bnx2: Replace open-coded byte swapping with swab32s()
Heiner Kallweit
1
-9
/
+4
2021-08-24
bnx2: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
1
-25
/
+8
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
1
-4
/
+8
2021-08-23
net: broadcom: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-21
/
+22
2021-08-23
Revert "bnx2: Search VPD with pci_vpd_find_ro_info_keyword()"
David S. Miller
1
-8
/
+25
2021-08-22
bnx2: Replace open-coded version with swab32s()
Heiner Kallweit
1
-9
/
+4
2021-08-22
bnx2: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
1
-25
/
+8
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-05-19
net: broadcom: remove leading spaces before tabs
Hui Tang
1
-3
/
+3
2021-05-17
net: bnx2: Fix error return code in bnx2_init_board()
Zhen Lei
1
-1
/
+1
2021-04-30
PCI/VPD: Remove pci_vpd_find_tag() 'offset' argument
Heiner Kallweit
1
-1
/
+1
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-7
/
+7
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-2
/
+2
2020-03-11
net: bnx2: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+5
2020-03-04
net/broadcom: Clean broadcom code from driver versions
Leon Romanovsky
1
-11
/
+0
2019-12-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-07-23
net: broadcom: Use dev_get_drvdata
Chuhong Yuan
1
-4
/
+2
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
1
-4
/
+0
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-2
/
+2
2018-10-03
PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls
Oza Pawandeep
1
-7
/
+0
2018-06-13
treewide: Use array_size() in vzalloc()
Kees Cook
1
-3
/
+4
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+1
2018-06-05
net: ethernet: bnx2: Replace NULL comparison
Varsha Rao
1
-21
/
+21
2018-06-05
net: ethernet: bnx2: Remove extra parentheses
Varsha Rao
1
-1
/
+1
2018-03-26
ethernet: Use octal not symbolic permissions
Joe Perches
1
-1
/
+1
2018-01-23
bnx2: remove redundant initializations of pointers txr and rxr
Colin Ian King
1
-2
/
+2
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-3
/
+3
2017-09-21
drivers: net: bnx2: use setup_timer() helper.
Allen Pais
1
-3
/
+1
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-2
/
+2
2017-01-09
net: make ndo_get_stats64 a void function
stephen hemminger
1
-3
/
+2
2016-11-21
bnx2: use READ_ONCE() instead of barrier()
Eric Dumazet
1
-12
/
+5
2016-11-16
net: bnx2: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-33
/
+41
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-12
/
+36
2016-11-15
bnx2: Wait for in-flight DMA to complete at probe stage
Baoquan He
1
-6
/
+32
2016-11-15
Revert "bnx2: Reset device during driver initialization"
Baoquan He
1
-7
/
+5
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+11
2016-10-18
ethernet/broadcom: use core min/max MTU checking
Jarod Wilson
1
-9
/
+7
2016-10-18
bnx2: fix locking when netconsole is used
Ivan Vecera
1
-6
/
+11
2016-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+7
2016-09-13
bnx2: Reset device during driver initialization
Baoquan He
1
-5
/
+7
2016-09-13
bnx2: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-1
/
+1
2015-10-13
BNX2: free temp_stats_blk on error path
wangweidong
1
-0
/
+2
2015-10-11
BNX2: fix a Null Pointer for stats_blk
wangweidong
1
-27
/
+52
[next]