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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-31
net: Use skb_frag_off accessors
Jonathan Lemon
23
-42
/
+42
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-29
net: dsa: mv88e6xxx: avoid some redundant vtu load/purge operations
Rasmus Villemoes
1
-1
/
+3
2019-07-29
r8169: make use of xmit_more
Heiner Kallweit
1
-5
/
+12
2019-07-29
net: ag71xx: use resource_size for the ioremap size
Ding Xiang
1
-1
/
+1
2019-07-29
net: hns3: use dev_info() instead of pr_info()
Huazhong Tan
2
-2
/
+5
2019-07-29
net: hns3: Add support for using order 1 pages with a 4K buffer
Yunsheng Lin
2
-8
/
+17
2019-07-29
net: hns3: add interrupt affinity support for misc interrupt
Yunsheng Lin
2
-4
/
+53
2019-07-29
net: hns3: make hclge_service use delayed workqueue
Yunsheng Lin
2
-34
/
+21
2019-07-29
net: hns3: add debug messages to identify eth down cause
Yonglong Liu
3
-0
/
+48
2019-07-29
net: hns3: modify firmware version display format
Yufeng Mo
4
-4
/
+40
2019-07-29
net: hns3: change GFP flag during lock period
Yufeng Mo
1
-1
/
+1
2019-07-29
net: hns3: remove upgrade reset level when reset fail
Huazhong Tan
1
-20
/
+8
2019-07-29
net: hns3: add a check for get_reset_level
Guangbin Huang
1
-1
/
+1
2019-07-29
net: hns3: add reset checking before set channels
Jian Shen
1
-0
/
+3
2019-07-28
mlxsw: spectrum_flower: Forbid to offload match on reserved TCP flags bits
Jiri Pirko
1
-0
/
+6
2019-07-28
mlxsw: spectrum_acl: Track rules that forbid egress block bind
Jiri Pirko
4
-7
/
+30
2019-07-28
mlxsw: spectrum_flower: Forbid to offload mirred redirect on egress
Jiri Pirko
1
-0
/
+5
2019-07-28
r8169: enable HW csum and TSO
Heiner Kallweit
1
-5
/
+11
2019-07-28
r8169: remove r8169_csum_workaround
Heiner Kallweit
1
-37
/
+2
2019-07-28
r8169: implement callback ndo_features_check
Heiner Kallweit
1
-24
/
+36
2019-07-28
r8169: set GSO size and segment limits
Heiner Kallweit
1
-1
/
+12
2019-07-28
r8169: align setting PME with vendor driver
Heiner Kallweit
1
-2
/
+6
2019-07-28
mlx4/en_netdev: allow offloading VXLAN over VLAN
Davide Caratti
1
-26
/
+17
2019-07-28
drivers: net: xgene: Move status variable declaration into CONFIG_ACPI block
Nathan Chancellor
3
-3
/
+6
2019-07-27
net: stmmac: Do not request stmmaceth clock
Thierry Reding
1
-6
/
+8
2019-07-27
net: stmmac: Make MDIO bus reset optional
Thierry Reding
4
-2
/
+14
2019-07-27
sis900: add support for ethtool's EEPROM dump
Sergej Benilov
1
-0
/
+68
2019-07-26
net: mvneta: use devm_platform_ioremap_resource() to simplify code
Jisheng Zhang
1
-3
/
+1
2019-07-25
mlxsw: spectrum_router: Increase scale of IPv6 nexthop groups
Ido Schimmel
1
-2
/
+2
2019-07-25
mlxsw: spectrum: Expose KVD size for Spectrum-2
Amit Cohen
1
-1
/
+21
2019-07-25
net: sfc: falcon: convert to i2c_new_dummy_device
Wolfram Sang
1
-7
/
+7
2019-07-25
mlx4: avoid large stack usage in mlx4_init_hca()
Arnd Bergmann
1
-27
/
+39
2019-07-25
qed: reduce maximum stack frame size
Arnd Bergmann
1
-19
/
+15
2019-07-25
r8169: improve rtl_set_rx_mode
Heiner Kallweit
1
-30
/
+22
[next]