index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-26
bnxt_en: fix firmware message length endianness
Edwin Peer
2
-15
/
+4
2020-05-26
bnxt_en: Fix return code to "flash_device".
Vasundhara Volam
1
-4
/
+5
2020-05-26
bnxt_en: Fix accumulation of bp->net_stats_prev.
Michael Chan
1
-1
/
+1
2020-05-13
net: broadcom: Select BROADCOM_PHY for BCMGENET
Florian Fainelli
1
-0
/
+1
2020-05-05
net: broadcom: fix a mistake about ioremap resource
Dejin Zheng
1
-9
/
+15
2020-04-27
bnxt_en: Fix VLAN acceleration handling in bnxt_fix_features().
Michael Chan
1
-3
/
+6
2020-04-27
bnxt_en: Return error when allocating zero size context memory.
Michael Chan
1
-1
/
+1
2020-04-27
bnxt_en: Improve AER slot reset.
Michael Chan
1
-3
/
+6
2020-04-27
bnxt_en: Reduce BNXT_MSIX_VEC_MAX value to supported CQs per PF.
Vasundhara Volam
1
-1
/
+1
2020-04-27
bnxt_en: Fix VF anti-spoof filter setup.
Michael Chan
2
-9
/
+2
2020-04-24
net: systemport: suppress warnings on failed Rx SKB allocations
Doug Berger
1
-1
/
+2
2020-04-24
net: bcmgenet: suppress warnings on failed Rx SKB allocations
Doug Berger
1
-1
/
+2
2020-04-23
net: bcmgenet: correct per TX/RX ring statistics
Doug Berger
1
-0
/
+3
2020-04-21
net: broadcom: convert to devm_platform_ioremap_resource_byname()
Dejin Zheng
1
-22
/
+11
2020-04-20
net: systemport: Omit superfluous error message in bcm_sysport_probe()
Tang Bin
1
-1
/
+0
2020-04-01
bnx2x: correct a comment mistake in grammar
Hu Haowen
1
-1
/
+2
2020-03-30
devlink: Implicitly set auto recover flag when registering health reporter
Eran Ben Elisha
1
-3
/
+3
2020-03-30
net: sched: expose HW stats types per action used by drivers
Jiri Pirko
1
-1
/
+1
2020-03-27
bgmac: configure MTU and add support for frames beyond 8192 byte size
Murali Krishna Policharla
2
-2
/
+15
2020-03-27
bnxt_en: Fix "fw.mgmt" and "fw.nsci" info via devlink info_get cb
Vasundhara Volam
1
-2
/
+2
2020-03-27
bnxt_en: Add partno to devlink info_get cb
Vasundhara Volam
1
-0
/
+8
2020-03-27
bnxt_en: Read partno and serialno of the board from VPD
Vasundhara Volam
2
-0
/
+63
2020-03-27
bnxt_en: Add fw.mgmt.api version to devlink info_get cb.
Vasundhara Volam
3
-1
/
+21
2020-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
8
-155
/
+89
2020-03-23
bnxt_en: Reset rings if ring reservation fails during open()
Vasundhara Volam
1
-0
/
+4
2020-03-23
bnxt_en: Free context memory after disabling PCI in probe error path.
Michael Chan
1
-3
/
+3
2020-03-23
bnxt_en: Return error if bnxt_alloc_ctx_mem() fails.
Michael Chan
1
-4
/
+4
2020-03-23
bnxt_en: fix memory leaks in bnxt_dcbnl_ieee_getets()
Edwin Peer
1
-5
/
+10
2020-03-23
bnxt_en: Fix Priority Bytes and Packets counters in ethtool -S.
Michael Chan
3
-6
/
+14
2020-03-21
net: bcmgenet: always enable status blocks
Doug Berger
2
-97
/
+38
2020-03-17
net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*
Jakub Kicinski
1
-1
/
+1
2020-03-17
net: bcmgenet: keep MAC in reset until PHY is up
Doug Berger
3
-7
/
+15
2020-03-17
Revert "net: bcmgenet: use RGMII loopback for MAC reset"
Doug Berger
2
-34
/
+2
2020-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-16
/
+14
2020-03-12
net: systemport: fix index check to avoid an array out of bounds access
Colin Ian King
1
-1
/
+1
2020-03-10
net: tg3: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+5
2020-03-10
net: bcmgenet: reject unsupported coalescing params
Jakub Kicinski
1
-4
/
+3
2020-03-10
net: bnx2x: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+1
2020-03-10
net: bnx2: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+5
2020-03-10
net: systemport: reject unsupported coalescing params
Jakub Kicinski
1
-2
/
+4
2020-03-08
bnxt_en: Call devlink_port_type_clear() in remove()
Vasundhara Volam
1
-0
/
+2
2020-03-08
bnxt_en: Return -EAGAIN if fw command returns BUSY
Vasundhara Volam
1
-0
/
+1
2020-03-08
bnxt_en: Modify some bnxt_hwrm_*_free() functions to void.
Vasundhara Volam
1
-18
/
+11
2020-03-08
bnxt_en: Remove unnecessary assignment of return code
Vasundhara Volam
4
-44
/
+21
2020-03-08
bnxt_en: Clear DCB settings after firmware reset.
Michael Chan
1
-0
/
+1
2020-03-08
bnxt_en: Process the NQ under NAPI continuous polling.
Michael Chan
1
-9
/
+4
2020-03-08
bnxt_en: Simplify __bnxt_poll_cqs_done().
Michael Chan
1
-8
/
+7
2020-03-08
bnxt_en: Handle all NQ notifications in bnxt_poll_p5().
Michael Chan
1
-3
/
+4
2020-03-08
flow_offload: check for basic action hw stats type
Jiri Pirko
1
-2
/
+7
2020-03-05
bnxt_en: Use pci_get_dsn()
Jacob Keller
1
-10
/
+6
[next]