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
/
mlx5
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
11
-56
/
+204
2016-10-29
net/mlx5: Avoid passing dma address 0 to firmware
Noa Osherovich
1
-8
/
+18
2016-10-29
net/mlx5: PCI error recovery health care simulation
Mohamad Haj Yahia
3
-9
/
+55
2016-10-29
net/mlx5: Fix race between PCI error handlers and health work
Mohamad Haj Yahia
2
-5
/
+34
2016-10-29
net/mlx5: Clear health sick bit when starting health poll
Mohamad Haj Yahia
1
-0
/
+1
2016-10-29
net/mlx5: Change the acl enable prototype to return status
Mohamad Haj Yahia
1
-16
/
+34
2016-10-29
net/mlx5e: Unregister netdev before detaching it
Mohamad Haj Yahia
2
-1
/
+2
2016-10-29
net/mlx5e: Choose best nearest LRO timeout
Saeed Mahameed
2
-3
/
+21
2016-10-29
net/mlx5: Correctly initialize last use of flow counters
Paul Blakey
1
-0
/
+1
2016-10-29
net/mlx5: Fix autogroups groups num not decreasing
Paul Blakey
1
-0
/
+3
2016-10-29
net/mlx5: Keep autogroups list ordered
Paul Blakey
1
-3
/
+3
2016-10-29
net/mlx5: Always Query HCA caps after setting them
Daniel Jurgens
1
-6
/
+6
2016-10-29
{net, ib}/mlx5: Make cache line size determination at runtime.
Daniel Jurgens
1
-5
/
+26
2016-10-18
ethernet/mellanox: use core min/max MTU checking
Jarod Wilson
1
-18
/
+6
2016-10-14
net/sched: tc_mirred: Rename public predicates 'is_tcf_mirred_redirect' and '...
Shmulik Ladkani
1
-1
/
+1
2016-10-13
net/mlx5: Add MLX5_ARRAY_SET64 to fix BUILD_BUG_ON
Tom Herbert
1
-2
/
+2
2016-10-03
net/mlx5e: shut up maybe-uninitialized warning
Arnd Bergmann
1
-1
/
+1
2016-09-30
mlx5: Add ndo_poll_controller() implementation
Calvin Owens
1
-0
/
+20
2016-09-24
net: Update API for VF vlan protocol 802.1ad support
Moshe Shemesh
1
-1
/
+5
2016-09-23
net/mlx5e: Add TC vlan match parsing
Or Gerlitz
1
-0
/
+19
2016-09-23
net/mlx5e: Add TC vlan action for SRIOV offloads
Or Gerlitz
1
-11
/
+32
2016-09-23
net/mlx5: E-Switch, Support VLAN actions in the offloads mode
Or Gerlitz
5
-1
/
+249
2016-09-23
net/mlx5e: Refactor retrival of skb from rx completion element (cqe)
Or Gerlitz
1
-13
/
+28
2016-09-23
net/mlx5: Put elements related to offloaded TC rule in one struct
Or Gerlitz
3
-26
/
+44
2016-09-23
net/mlx5: E-Switch, Allow fine tuning of eswitch vport push/pop vlan
Or Gerlitz
2
-11
/
+27
2016-09-23
net/mlx5: E-Switch, Set vport representor fields explicitly on registration
Or Gerlitz
2
-3
/
+10
2016-09-23
net/mlx5: E-Switch, Set the vport when registering the uplink rep
Or Gerlitz
4
-26
/
+20
2016-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-8
/
+17
2016-09-22
net/mlx5e: XDP TX xmit more
Saeed Mahameed
2
-8
/
+25
2016-09-22
net/mlx5e: XDP TX forwarding support
Saeed Mahameed
6
-36
/
+304
2016-09-22
net/mlx5e: Have a clear separation between different SQ types
Saeed Mahameed
5
-64
/
+120
2016-09-22
net/mlx5e: XDP fast RX drop bpf programs support
Rana Shahout
4
-2
/
+130
2016-09-22
net/mlx5e: Dynamic RQ type infrastructure
Saeed Mahameed
1
-42
/
+50
2016-09-22
net/mlx5e: Slightly reduce hardware LRO size
Saeed Mahameed
1
-2
/
+5
2016-09-22
net/mlx5e: Union RQ RX info per RQ type
Saeed Mahameed
3
-26
/
+30
2016-09-22
net/mlx5e: Build RX SKB on demand
Saeed Mahameed
3
-123
/
+133
2016-09-22
ptp_clock: future-proofing drivers against PTP subsystem becoming optional
Nicolas Pitre
1
-1
/
+1
2016-09-20
net/mlx5: E-Switch, Handle mode change failures
Or Gerlitz
1
-6
/
+14
2016-09-20
net/mlx5: E-Switch, Fix error flow in the SRIOV e-switch init code
Or Gerlitz
1
-0
/
+1
2016-09-20
net/mlx5: Fix flow counter bulk command out mailbox allocation
Roi Dayan
1
-2
/
+2
2016-09-20
net/mlx5: clean function declarations in eswitch.c up
Baoyou Xie
2
-3
/
+3
2016-09-17
net/mlx5e: Implement RX mapped page cache for page recycle
Tariq Toukan
4
-5
/
+99
2016-09-17
net/mlx5e: Introduce API for RX mapped pages
Tariq Toukan
1
-19
/
+27
2016-09-17
net/mlx5e: Single flow order-0 pages for Striding RQ
Tariq Toukan
5
-304
/
+184
2016-09-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-11
/
+21
2016-09-11
net/mlx5: Organize device list API in one place
Mohamad Haj Yahia
5
-296
/
+362
2016-09-11
net/mlx5e: Restore vlan filter after seamless reset
Mohamad Haj Yahia
1
-6
/
+32
2016-09-11
net/mlx5e: Implement mlx5e interface attach/detach callbacks
Mohamad Haj Yahia
3
-63
/
+183
2016-09-11
net/mlx5: Implement vports admin state backup/restore
Mohamad Haj Yahia
2
-141
/
+124
2016-09-11
net/mlx5: Align sriov/eswitch modules with the new load/unload flow.
Mohamad Haj Yahia
3
-14
/
+34
[next]