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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: systemport: suppress warnings on failed Rx SKB allocations
Doug Berger
2020-04-25
1
-1
/
+2
*
net: bcmgenet: suppress warnings on failed Rx SKB allocations
Doug Berger
2020-04-25
1
-1
/
+2
*
net: bcmgenet: correct per TX/RX ring statistics
Doug Berger
2020-04-24
1
-0
/
+3
*
net: broadcom: convert to devm_platform_ioremap_resource_byname()
Dejin Zheng
2020-04-22
1
-22
/
+11
*
net: systemport: Omit superfluous error message in bcm_sysport_probe()
Tang Bin
2020-04-20
1
-1
/
+0
*
bnx2x: correct a comment mistake in grammar
Hu Haowen
2020-04-01
1
-1
/
+2
*
devlink: Implicitly set auto recover flag when registering health reporter
Eran Ben Elisha
2020-03-30
1
-3
/
+3
*
net: sched: expose HW stats types per action used by drivers
Jiri Pirko
2020-03-30
1
-1
/
+1
*
bgmac: configure MTU and add support for frames beyond 8192 byte size
Murali Krishna Policharla
2020-03-28
2
-2
/
+15
*
bnxt_en: Fix "fw.mgmt" and "fw.nsci" info via devlink info_get cb
Vasundhara Volam
2020-03-27
1
-2
/
+2
*
bnxt_en: Add partno to devlink info_get cb
Vasundhara Volam
2020-03-27
1
-0
/
+8
*
bnxt_en: Read partno and serialno of the board from VPD
Vasundhara Volam
2020-03-27
2
-0
/
+63
*
bnxt_en: Add fw.mgmt.api version to devlink info_get cb.
Vasundhara Volam
2020-03-27
3
-1
/
+21
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-26
8
-155
/
+89
|
\
|
*
bnxt_en: Reset rings if ring reservation fails during open()
Vasundhara Volam
2020-03-24
1
-0
/
+4
|
*
bnxt_en: Free context memory after disabling PCI in probe error path.
Michael Chan
2020-03-24
1
-3
/
+3
|
*
bnxt_en: Return error if bnxt_alloc_ctx_mem() fails.
Michael Chan
2020-03-24
1
-4
/
+4
|
*
bnxt_en: fix memory leaks in bnxt_dcbnl_ieee_getets()
Edwin Peer
2020-03-24
1
-5
/
+10
|
*
bnxt_en: Fix Priority Bytes and Packets counters in ethtool -S.
Michael Chan
2020-03-24
3
-6
/
+14
|
*
net: bcmgenet: always enable status blocks
Doug Berger
2020-03-22
2
-97
/
+38
|
*
net: bcmgenet: keep MAC in reset until PHY is up
Doug Berger
2020-03-18
3
-7
/
+15
|
*
Revert "net: bcmgenet: use RGMII loopback for MAC reset"
Doug Berger
2020-03-18
2
-34
/
+2
*
|
net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*
Jakub Kicinski
2020-03-18
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-13
3
-16
/
+14
|
\
|
|
*
net: systemport: fix index check to avoid an array out of bounds access
Colin Ian King
2020-03-12
1
-1
/
+1
|
*
bnxt_en: fix error handling when flashing from file
Edwin Peer
2020-03-02
1
-13
/
+11
|
*
bnxt_en: reinitialize IRQs when MTU is modified
Vasundhara Volam
2020-03-02
1
-2
/
+2
*
|
net: tg3: reject unsupported coalescing params
Jakub Kicinski
2020-03-11
1
-0
/
+5
*
|
net: bcmgenet: reject unsupported coalescing params
Jakub Kicinski
2020-03-11
1
-4
/
+3
*
|
net: bnx2x: reject unsupported coalescing params
Jakub Kicinski
2020-03-11
1
-0
/
+1
*
|
net: bnx2: reject unsupported coalescing params
Jakub Kicinski
2020-03-11
1
-0
/
+5
*
|
net: systemport: reject unsupported coalescing params
Jakub Kicinski
2020-03-11
1
-2
/
+4
*
|
bnxt_en: Call devlink_port_type_clear() in remove()
Vasundhara Volam
2020-03-09
1
-0
/
+2
*
|
bnxt_en: Return -EAGAIN if fw command returns BUSY
Vasundhara Volam
2020-03-09
1
-0
/
+1
*
|
bnxt_en: Modify some bnxt_hwrm_*_free() functions to void.
Vasundhara Volam
2020-03-09
1
-18
/
+11
*
|
bnxt_en: Remove unnecessary assignment of return code
Vasundhara Volam
2020-03-09
4
-44
/
+21
*
|
bnxt_en: Clear DCB settings after firmware reset.
Michael Chan
2020-03-09
1
-0
/
+1
*
|
bnxt_en: Process the NQ under NAPI continuous polling.
Michael Chan
2020-03-09
1
-9
/
+4
*
|
bnxt_en: Simplify __bnxt_poll_cqs_done().
Michael Chan
2020-03-09
1
-8
/
+7
*
|
bnxt_en: Handle all NQ notifications in bnxt_poll_p5().
Michael Chan
2020-03-09
1
-3
/
+4
*
|
flow_offload: check for basic action hw stats type
Jiri Pirko
2020-03-09
1
-2
/
+7
*
|
bnxt_en: Use pci_get_dsn()
Jacob Keller
2020-03-06
1
-10
/
+6
*
|
bcm63xx_enet: remove redundant variable definitions
tangbin
2020-03-05
1
-1
/
+0
*
|
bnxt: reject unsupported coalescing params
Jakub Kicinski
2020-03-05
1
-0
/
+6
*
|
net/broadcom: Don't set N/A FW if it is not available
Leon Romanovsky
2020-03-04
1
-2
/
+0
*
|
net/broadcom: Clean broadcom code from driver versions
Leon Romanovsky
2020-03-04
13
-60
/
+13
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-02-28
6
-38
/
+39
|
\
|
|
*
net: bcmgenet: Clear ID_MODE_DIS in EXT_RGMII_OOB_CTRL when not needed
Nicolas Saenz Julienne
2020-02-27
1
-0
/
+1
|
*
bnxt_en: add newline to netdev_*() format strings
Jonathan Lemon
2020-02-27
5
-38
/
+38
*
|
net: bcmgenet: reduce severity of missing clock warnings
Jeremy Linton
2020-02-25
1
-3
/
+3
[next]