index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.48-dubhe
starfive-6.6.63-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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-31
bnxt_en: Add BNXT_STATE_IN_FW_RESET state.
Michael Chan
3
-0
/
+26
2019-08-31
bnxt_en: Enable health monitoring.
Michael Chan
2
-2
/
+73
2019-08-31
bnxt_en: Pre-map the firmware health monitoring registers.
Michael Chan
2
-0
/
+35
2019-08-31
bnxt_en: Discover firmware error recovery capabilities.
Michael Chan
2
-0
/
+115
2019-08-31
bnxt_en: Handle firmware reset status during IF_UP.
Michael Chan
2
-20
/
+89
2019-08-31
bnxt_en: Register buffers for VFs before reserving resources.
Vasundhara Volam
1
-5
/
+5
2019-08-31
bnxt_en: Refactor bnxt_sriov_enable().
Michael Chan
2
-16
/
+35
2019-08-31
bnxt_en: Prepare bnxt_init_one() to be called multiple times.
Michael Chan
3
-40
/
+93
2019-08-31
bnxt_en: Suppress all error messages in hwrm_do_send_msg() in silent mode.
Michael Chan
1
-10
/
+17
2019-08-31
bnxt_en: Simplify error checking in the SR-IOV message forwarding functions.
Michael Chan
1
-64
/
+8
2019-08-31
bnxt_en: Convert error code in firmware message response to standard code.
Michael Chan
6
-77
/
+44
2019-08-31
bnxt_en: Remove the -1 error return code from bnxt_hwrm_do_send_msg().
Michael Chan
1
-3
/
+3
2019-08-31
bnxt_en: Use a common function to print the same ethtool -f error message.
Michael Chan
1
-6
/
+8
2019-08-25
bnxt_en: Fix allocation of zero statistics block size regression.
Michael Chan
1
-2
/
+1
2019-08-23
ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
2
-10
/
+4
2019-08-21
net: systemport: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-21
net: bcmgenet: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
8
-37
/
+60
2019-08-18
bnxt_en: Fix to include flow direction in L2 key
Somnath Kotur
2
-5
/
+5
2019-08-18
bnxt_en: Use correct src_fid to determine direction of the flow
Venkat Duvvuru
1
-3
/
+1
2019-08-18
bnxt_en: Suppress HWRM errors for HWRM_NVM_GET_VARIABLE command
Vasundhara Volam
1
-3
/
+6
2019-08-18
bnxt_en: Fix handling FRAG_ERR when NVM_INSTALL_UPDATE cmd fails
Vasundhara Volam
1
-7
/
+5
2019-08-18
bnxt_en: Improve RX doorbell sequence.
Michael Chan
1
-3
/
+7
2019-08-18
bnxt_en: Fix VNIC clearing logic for 57500 chips.
Michael Chan
1
-8
/
+18
2019-08-18
bnx2x: Fix VF's VLAN reconfiguration in reload.
Manish Chopra
3
-8
/
+18
2019-08-11
bnxt: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2
-29
/
+11
2019-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
5
-8
/
+7
2019-08-05
cnic: Explicitly initialize all reference counts to 0.
Michael Chan
1
-0
/
+5
2019-08-01
net: broadcom: Fix manufacturer name in Kconfig help text
Geert Uytterhoeven
1
-3
/
+3
2019-08-01
bcm63xx_enet: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-6
/
+3
2019-07-31
net: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-3
/
+1
2019-07-31
net: Use skb_frag_off accessors
Jonathan Lemon
1
-1
/
+1
2019-07-30
bnxt_en: Add PCI IDs for 57500 series NPAR devices.
Michael Chan
1
-0
/
+12
2019-07-30
bnxt_en: Support all variants of the 5750X chip family.
Michael Chan
1
-2
/
+6
2019-07-30
bnxt_en: Refactor bnxt_init_one() and turn on TPA support on 57500 chips.
Michael Chan
2
-53
/
+67
2019-07-30
bnxt_en: Support TPA counters on 57500 chips.
Michael Chan
1
-10
/
+31
2019-07-30
bnxt_en: Allocate the larger per-ring statistics block for 57500 chips.
Michael Chan
2
-2
/
+9
2019-07-30
bnxt_en: Refactor ethtool ring statistics logic.
Michael Chan
1
-50
/
+70
2019-07-30
bnxt_en: Add hardware GRO setup function for 57500 chips.
Michael Chan
1
-1
/
+32
2019-07-30
bnxt_en: Add TPA ID mapping logic for 57500 chips.
Michael Chan
2
-2
/
+53
2019-07-30
bnxt_en: Add fast path logic for TPA on 57500 chips.
Michael Chan
1
-25
/
+75
2019-07-30
bnxt_en: Set TPA GRO mode flags on 57500 chips properly.
Michael Chan
1
-3
/
+5
2019-07-30
bnxt_en: Refactor tunneled hardware GRO logic.
Michael Chan
1
-41
/
+28
2019-07-30
bnxt_en: Handle standalone RX_AGG completions.
Michael Chan
1
-2
/
+18
2019-07-30
bnxt_en: Expand bnxt_tpa_info struct to support 57500 chips.
Michael Chan
2
-6
/
+41
2019-07-30
bnxt_en: Refactor TPA logic.
Michael Chan
1
-48
/
+69
2019-07-30
bnxt_en: Add TPA structure definitions for BCM57500 chips.
Michael Chan
1
-0
/
+67
2019-07-30
bnxt_en: Update firmware interface spec. to 1.10.0.89.
Michael Chan
2
-16
/
+108
2019-07-26
bnx2x: Disable multi-cos feature.
Sudarsana Reddy Kalluru
1
-2
/
+1
2019-07-25
linux/dim: Fix overflow in dim calculation
Yamin Friedman
3
-3
/
+3
[prev]
[next]