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