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
/
ethernet
/
broadcom
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-12
Revert "devlink: Add a generic wake_on_lan port parameter"
Vasundhara Volam
2
-19
/
+1
2019-02-09
bnx2x: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-6
/
+2
2019-02-09
devlink: publish params only after driver init is done
Jiri Pirko
1
-0
/
+3
2019-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-17
/
+20
2019-02-07
net: broadcom: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop prof...
Yang Wei
1
-1
/
+1
2019-02-07
bnxt: Implement ndo_get_port_parent_id()
Florian Fainelli
4
-31
/
+15
2019-02-06
drivers: net: use flow action infrastructure
Pablo Neira Ayuso
1
-41
/
+33
2019-02-06
flow_offload: add statistics retrieval infrastructure and use it
Pablo Neira Ayuso
1
-2
/
+2
2019-02-06
flow_offload: add flow_rule and flow_match structures and use them
Pablo Neira Ayuso
1
-100
/
+74
2019-02-05
net: phy: fixed-phy: Drop GPIO from fixed_phy_add()
Linus Walleij
2
-2
/
+2
2019-02-03
net: systemport: Fix WoL with password after deep sleep
Florian Fainelli
2
-15
/
+12
2019-01-31
bnxt_en: Disable interrupts when allocating CP rings or NQs.
Michael Chan
1
-1
/
+7
2019-01-30
bnxt_en: Add bnxt_en initial port params table and register it
Vasundhara Volam
3
-1
/
+44
2019-01-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2019-01-29
net: b44: replace dev_kfree_skb_xxx by dev_consume_skb_xxx for drop profiles
Yang Wei
1
-2
/
+2
2019-01-23
broadcom: Mark expected switch fall-throughs
Gustavo A. R. Silva
3
-4
/
+4
2019-01-23
bnx2x: Bump up driver version to 1.713.36
Sudarsana Reddy Kalluru
1
-1
/
+1
2019-01-17
bnx2x: fix various indentation issues
Colin Ian King
4
-98
/
+94
2019-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-6
/
+11
2019-01-12
bnxt_en: Fix context memory allocation.
Michael Chan
1
-3
/
+6
2019-01-12
bnxt_en: Fix ring checking logic on 57500 chips.
Michael Chan
2
-3
/
+5
2019-01-08
cross-tree: phase out dma_zalloc_coherent() on headers
Luis Chamberlain
2
-2
/
+2
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
8
-37
/
+37
2018-12-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+10
2018-12-25
bnx2x: Fix NULL pointer dereference in bnx2x_del_all_vlans() on some hw
Ivan Mironov
1
-4
/
+10
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-23
/
+59
2018-12-20
bnxt_en: Adjust default RX coalescing ticks to 10 us.
Michael Chan
1
-1
/
+1
2018-12-20
bnxt_en: Support for 64-bit flow handle.
Venkat Duvvuru
4
-10
/
+78
2018-12-20
bnxt_en: Increase context memory allocations on 57500 chips for RDMA.
Michael Chan
2
-8
/
+59
2018-12-20
bnxt_en: Add Level 2 context memory paging support.
Michael Chan
2
-23
/
+108
2018-12-20
bnxt_en: Enhance bnxt_alloc_ring()/bnxt_free_ring().
Michael Chan
2
-6
/
+16
2018-12-20
bnxt_en: Add support for 2nd firmware message channel.
Venkat Duvvuru
2
-18
/
+117
2018-12-20
bnxt_en: Introduce bnxt_get_hwrm_resp_addr & bnxt_get_hwrm_seq_id routines.
Venkat Duvvuru
3
-19
/
+41
2018-12-20
bnxt_en: Avoid arithmetic on void * pointer.
Venkat Duvvuru
1
-3
/
+5
2018-12-20
bnxt_en: Use macros for firmware message doorbell offsets.
Venkat Duvvuru
2
-6
/
+10
2018-12-20
bnxt_en: Set hwrm_intr_seq_id value to its inverted value.
Venkat Duvvuru
2
-5
/
+6
2018-12-20
bnxt_en: Update firmware interface spec. to 1.10.0.33.
Michael Chan
1
-112
/
+502
2018-12-19
bnxt_en: Fix ethtool self-test loopback.
Michael Chan
1
-1
/
+4
2018-12-18
bnxt_en: query force speeds before disabling autoneg mode.
Vasundhara Volam
1
-1
/
+21
2018-12-18
bnxt_en: Do not free port statistics buffer when device is down.
Michael Chan
2
-5
/
+25
2018-12-18
bnxt_en: Save ring statistics before reset.
Michael Chan
2
-14
/
+44
2018-12-18
bnxt_en: Return linux standard errors in bnxt_ethtool.c
Vasundhara Volam
1
-17
/
+39
2018-12-18
bnxt_en: Don't set ETS on unused TCs.
Michael Chan
1
-1
/
+4
2018-12-18
bnxt_en: Add ethtool -S priority counters.
Michael Chan
3
-1
/
+144
2018-12-18
bnxt_en: Add SR-IOV support for 57500 chips.
Michael Chan
3
-4
/
+19
2018-12-18
bnxt_en: Disable MSIX before re-reserving NQs/CMPL rings.
Michael Chan
1
-8
/
+11
2018-12-18
bnxt_en: Reserve 1 stat_ctx for RDMA driver.
Vasundhara Volam
2
-28
/
+52
2018-12-18
bnxt_en: Do not modify max_stat_ctxs after RDMA driver requests/frees stat_ctxs
Vasundhara Volam
3
-15
/
+2
2018-12-18
bnxt_en: get rid of num_stat_ctxs variable
Vasundhara Volam
7
-16
/
+25
2018-12-18
bnxt_en: Add bnxt_get_avail_cp_rings_for_en() helper function.
Michael Chan
3
-6
/
+16
[next]