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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-07
ftgmac100: Move ftgmac100_alloc_rx_page() before its users
Benjamin Herrenschmidt
1
-31
/
+28
2017-04-07
qed: Make OOO archipelagos into an array
Michal Kalderon
2
-78
/
+30
2017-04-07
qed: Provide iSCSI statistics to management
Mintz, Yuval
3
-1
/
+38
2017-04-07
qed: Inform qedi the number of possible CQs
Mintz, Yuval
3
-2
/
+19
2017-04-07
qed: Add missing stat for new isles
Mintz, Yuval
1
-0
/
+2
2017-04-07
qed: Don't close the OUT_EN during init
Mintz, Yuval
1
-12
/
+0
2017-04-07
qed: Configure cacheline size in HW
Tomer Tayar
2
-0
/
+54
2017-04-07
qed: Don't use main-ptt in unrelated flows
Rahul Verma
8
-61
/
+124
2017-04-07
qed: Warn PTT usage by wrong hw-function
Mintz, Yuval
1
-0
/
+7
2017-04-06
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
5
-133
/
+239
2017-04-06
net: ethernet: wiznet: avoid format string exposure
Kees Cook
1
-1
/
+2
2017-04-06
qlge: avoid format string exposure in workqueue
Kees Cook
1
-1
/
+2
2017-04-06
qed: Correct MSI-x for storage
Mintz, Yuval
1
-1
/
+2
2017-04-06
mlx4: trust shinfo->gso_segs
Eric Dumazet
1
-2
/
+1
2017-04-06
qed: fix missing break in OOO_LB_TC case
Colin Ian King
1
-0
/
+1
2017-04-06
net/mlx5e: fix build error without CONFIG_SYSFS
Tobias Regnery
1
-4
/
+2
2017-04-06
ftgmac100: Rework NAPI & interrupts handling
Benjamin Herrenschmidt
2
-61
/
+90
2017-04-06
ftgmac100: Remove useless tests in interrupt handler
Benjamin Herrenschmidt
1
-8
/
+3
2017-04-06
ftgmac100: Rework MAC reset and init
Benjamin Herrenschmidt
1
-39
/
+59
2017-04-06
ftgmac100: Add a reset task and use it for link changes
Benjamin Herrenschmidt
1
-13
/
+74
2017-04-06
ftgmac100: Move the bulk of inits to a separate function
Benjamin Herrenschmidt
1
-29
/
+42
2017-04-06
ftgmac100: Request the interrupt only after HW is reset
Benjamin Herrenschmidt
1
-9
/
+10
2017-04-06
ftgmac100: Move napi_add/del to open/close
Benjamin Herrenschmidt
1
-3
/
+5
2017-04-06
ftgmac100: Split ring alloc, init and rx buffer alloc
Benjamin Herrenschmidt
1
-21
/
+47
2017-04-06
ftgmac100: Cleanup speed/duplex tracking and fix duplex config
Benjamin Herrenschmidt
1
-8
/
+44
2017-04-06
ftgmac100: Remove "enabled" flags
Benjamin Herrenschmidt
1
-7
/
+0
2017-04-06
ftgmac100: Reorder struct fields and comment
Benjamin Herrenschmidt
1
-7
/
+12
2017-04-06
ftgmac100: Remove "banner" comments
Benjamin Herrenschmidt
1
-42
/
+0
2017-04-06
ftgmac100: Use netdev->irq instead of private copy
Benjamin Herrenschmidt
1
-7
/
+6
2017-04-06
liquidio: fix Octeon core watchdog timeout false alarm
Felix Manlunas
3
-77
/
+107
2017-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
24
-67
/
+170
2017-04-06
fm10k: do not enqueue mailbox when host not ready
Ngai-Mint Kwan
1
-25
/
+80
2017-04-06
fm10k: disable receive queue when configuring ring
Ngai-Mint Kwan
1
-0
/
+1
2017-04-06
fm10k: update function header comment for fm10k_get_stats64
Jacob Keller
1
-2
/
+2
2017-04-06
fm10k: allow service task to reschedule itself
Jacob Keller
2
-1
/
+13
2017-04-06
fm10k: future-proof state bitmaps using DECLARE_BITMAP
Jacob Keller
5
-57
/
+61
2017-04-06
fm10k: use a BITMAP for flags to avoid race conditions
Jacob Keller
5
-48
/
+82
2017-04-06
fm10k: correctly check if interface is removed
Phil Turnbull
1
-1
/
+1
2017-04-06
nfp: fix potential use after free on xdp prog
Jakub Kicinski
1
-1
/
+2
2017-04-06
sfc: don't insert mc_list on low-latency firmware if it's too long
Edward Cree
1
-2
/
+8
2017-04-05
nfp: add support for .set_link_ksettings()
Jakub Kicinski
1
-0
/
+46
2017-04-05
nfp: NSP backend for link configuration operations
Jakub Kicinski
3
-14
/
+179
2017-04-05
nfp: add extended error messages
Jakub Kicinski
1
-8
/
+29
2017-04-05
nfp: turn NSP port entry into a union
Jakub Kicinski
1
-13
/
+25
2017-04-05
nfp: allow multi-stage NSP configuration
Jakub Kicinski
4
-31
/
+138
2017-04-05
nfp: separate high level and low level NSP headers
Jakub Kicinski
8
-20
/
+22
2017-04-05
nfp: report port type in ethtool
Jakub Kicinski
3
-0
/
+46
2017-04-05
nfp: report auto-negotiation in ethtool
Jakub Kicinski
3
-0
/
+17
2017-04-05
nfp: report link speed from NSP
Jakub Kicinski
1
-0
/
+11
2017-04-05
nfp: add port state refresh
Jakub Kicinski
3
-8
/
+85
[next]