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
/
mellanox
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-29
net/mlx4_core: Respond to operation request by firmware
Yevgeny Petrilin
7
-27
/
+164
2013-07-29
net/mlx4_en: Fix BlueFlame race
Eugenia Emantayev
1
-19
/
+42
2013-07-16
mlx5 core: Fix __udivdi3 when compiling for 32 bit arches
Tim Gardner
1
-1
/
+1
2013-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-4
/
+4
2013-07-13
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
22
-0
/
+5773
2013-07-12
mlx5: Return -EFAULT instead of -EPERM
Dan Carpenter
2
-13
/
+9
2013-07-12
mlx5_core: Adjust hca_cap.uar_page_sz to conform to Connect-IB spec
Moshe Lazer
1
-1
/
+1
2013-07-11
net: rename ll methods to busy-poll
Eliezer Tamir
2
-2
/
+2
2013-07-11
net: rename include/net/ll_poll.h to include/net/busy_poll.h
Eliezer Tamir
2
-2
/
+2
2013-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
14
-126
/
+735
2013-07-08
mlx5_core: Fixes for sparse warnings
Roland Dreier
2
-11
/
+21
2013-07-08
mlx5: Add driver for Mellanox Connect-IB adapters
Eli Cohen
22
-0
/
+5767
2013-07-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2013-07-04
net/mlx4: fix small memory leak on error
Dan Carpenter
1
-0
/
+1
2013-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2013-07-02
net/mlx4_core: Add HW enforcement to VF link state
Rony Efraim
3
-22
/
+58
2013-07-02
net/mlx4_core: Dynamic VST to VST vlan/qos changes
Jack Morgenstein
4
-10
/
+282
2013-06-26
net/mlx4_core: Fail device init if num_vfs is negative
Jack Morgenstein
1
-0
/
+5
2013-06-26
net/mlx4_core: Add warning in case of command timeouts
Dotan Barak
1
-0
/
+6
2013-06-26
net/mlx4_core: Replace sscanf() with kstrtoint()
Dotan Barak
1
-3
/
+3
2013-06-26
net/mlx4_en: Remove an unnecessary test
Dotan Barak
1
-3
/
+0
2013-06-26
net/mlx4_en: Add prints when TX timeout occurs
Yevgeny Petrilin
1
-0
/
+9
2013-06-26
net/mlx4_en: Fix a race between napi poll function and RX ring cleanup
Eugenia Emantayev
1
-4
/
+4
2013-06-26
net/mlx4_en: Change log level from error to debug for vlan related messages
Eugenia Emantayev
1
-2
/
+2
2013-06-26
net/mlx4_en: Move register_netdev() to the end of initialization function
Eugenia Emantayev
1
-1
/
+2
2013-06-26
net/mlx4_en: Do not query stats when device port is down
Jack Morgenstein
1
-4
/
+5
2013-06-26
net/mlx4_en: Fix resource leak in error flow
Dotan Barak
1
-1
/
+1
2013-06-26
mlx4: allow order-0 memory allocations in RX path
Eric Dumazet
2
-86
/
+95
2013-06-24
net/mlx_en: Timestamping is not supported in slave mode
Amir Vadai
1
-0
/
+3
2013-06-20
net/mlx4_en: Low Latency recv statistics
Amir Vadai
3
-1
/
+29
2013-06-20
net/mlx4_en: Add Low Latency Socket (LLS) support
Amir Vadai
4
-4
/
+178
2013-06-18
treewide: Fix typo in printk
Masanari Iida
1
-1
/
+1
2013-06-14
net/mlx4: Add VF link state support
Rony Efraim
5
-2
/
+72
2013-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-23
/
+26
2013-06-05
mlx4: use __netdev_pick_tx instead of __skb_tx_hash in mlx4_en_select_queue
govindarajulu.v
1
-1
/
+1
2013-06-05
net/mlx4: use one page fragment per incoming frame
Eric Dumazet
1
-3
/
+3
2013-06-04
net/mlx4_core: Keep VF assigned MAC in the PF admin table
Or Gerlitz
1
-3
/
+7
2013-06-04
net/mlx4_en: Handle unassigned VF MAC address correctly
Or Gerlitz
1
-4
/
+12
2013-06-04
net/mlx4_core: Return -EPROBE_DEFER when a VF is probed before PF is sufficie...
Jack Morgenstein
2
-16
/
+6
2013-06-04
net/mlx4_en: Fix adaptive moderation cq update
Sagi Grimberg
1
-0
/
+1
2013-05-12
net/mlx4: Strengthen VLAN tags/priorities enforcement in VST mode
Rony Efraim
2
-4
/
+18
2013-05-12
net/mlx4_core: Add missing report on VST and spoof-checking dev caps
Or Gerlitz
2
-10
/
+3
2013-05-09
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
6
-134
/
+102
2013-05-01
mlx4_en: fix a build error on 32bit arches
Eric Dumazet
1
-4
/
+4
2013-04-27
net/mlx4: Add support to get VF config
Rony Efraim
2
-0
/
+41
2013-04-27
net/mlx4: Add VF MAC spoof checking support
Rony Efraim
4
-0
/
+59
2013-04-27
net/mlx4: Add set VF default vlan ID and priority support
Rony Efraim
6
-6
/
+122
2013-04-27
net/mlx4: Add set VF mac address support
Rony Efraim
2
-1
/
+72
2013-04-27
net/mlx4: Add structures to keep VF Ethernet ports information
Rony Efraim
3
-0
/
+62
2013-04-27
net/mlx4: Add reference counting to MAC registeration
Rony Efraim
1
-5
/
+10
[next]