index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (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
2015-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
27
-359
/
+7293
2015-06-24
net/mlx5e: Prefetch skb data on RX
Saeed Mahameed
1
-0
/
+1
2015-06-24
net/mlx5e: Pop cq outside mlx5e_get_cqe
Achiad Shochat
3
-2
/
+4
2015-06-24
net/mlx5e: Remove mlx5e_cq.sqrq back-pointer
Achiad Shochat
5
-7
/
+3
2015-06-24
net/mlx5e: Remove extra spaces
Achiad Shochat
1
-4
/
+4
2015-06-24
net/mlx5e: Avoid TX CQE generation if more xmit packets expected
Achiad Shochat
1
-23
/
+34
2015-06-24
net/mlx5e: Avoid redundant dev_kfree_skb() upon NOP completion
Achiad Shochat
1
-3
/
+1
2015-06-24
net/mlx5e: Remove re-assignment of wq type in mlx5e_enable_rq()
Achiad Shochat
1
-1
/
+0
2015-06-24
net/mlx5e: Use skb_shinfo(skb)->gso_segs rather than counting them
Saeed Mahameed
1
-4
/
+1
2015-06-24
net/mlx5e: Static mapping of netdev priv resources to/from netdev TX queues
Saeed Mahameed
3
-33
/
+31
2015-06-12
net/mlx5e: Add transport domain to the ethernet TIRs/TISs
Achiad Shochat
2
-1
/
+16
2015-06-12
net/mlx5_core: Add transport domain alloc/dealloc support
Achiad Shochat
2
-0
/
+37
2015-06-12
net/mlx5e: Support NETIF_F_SG
Saeed Mahameed
3
-24
/
+40
2015-06-12
net/mlx5e: Enforce max flow-tables level >= 3
Gal Pressman
1
-1
/
+4
2015-06-12
net/mlx5e: Disable client vlan TX acceleration
Saeed Mahameed
2
-22
/
+2
2015-06-12
net/mlx5e: Add HW cacheline start padding
Saeed Mahameed
2
-6
/
+9
2015-06-12
net/mlx5e: Fix HW MTU settings
Saeed Mahameed
3
-50
/
+48
2015-06-12
net/mlx5_core: fix an error code
Dan Carpenter
1
-1
/
+2
2015-06-08
net/mlx5_core: Fix static checker warnings around system guid query flow
Majd Dibbiny
2
-2
/
+3
2015-06-05
mlx5: Enable mutual support for IB and Ethernet
Haggai Abramonvsky
2
-1
/
+8
2015-06-05
net/mlx5_core: Add more query port helpers
Majd Dibbiny
1
-0
/
+67
2015-06-05
net/mlx5_core: Use port number when querying port ptys
Majd Dibbiny
2
-5
/
+5
2015-06-05
net/mlx5_core: Use port number in the query port mtu helpers
Majd Dibbiny
2
-8
/
+11
2015-06-05
net/mlx5_core: Get vendor-id using the query adapter command
Majd Dibbiny
3
-18
/
+47
2015-06-05
net/mlx5_core: Add new query HCA vport commands
Majd Dibbiny
3
-11
/
+262
2015-06-05
net/mlx5_core: Make the vport helpers available for the IB driver too
Majd Dibbiny
4
-45
/
+6
2015-06-05
net/mlx5_core: Check the return bitmask when querying ISSI
Haggai Abramonvsky
1
-1
/
+1
2015-06-05
net/mlx5_core: Enable XRCs and SRQs when using ISSI > 0
Haggai Abramonvsky
4
-65
/
+548
2015-06-05
net/mlx5_core: Apply proper name convention to helpers
Haggai Abramonvsky
3
-30
/
+36
2015-06-05
net/mlx5_en: Add missing check for memory allocation failure
Amir Vadai
1
-0
/
+2
2015-06-02
IB/core cleanup: Add const on args - device->process_mad
Ira Weiny
1
-1
/
+1
2015-06-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+2
2015-05-31
net/mlx5: Extend mlx5_core to support ConnectX-4 Ethernet functionality
Amir Vadai
8
-25
/
+3192
2015-05-31
net/mlx5: Ethernet resource handling files
Amir Vadai
6
-0
/
+1621
2015-05-31
net/mlx5: Ethernet Datapath files
Amir Vadai
5
-0
/
+1054
2015-05-31
net/mlx5_core: Set/Query port MTU commands
Saeed Mahameed
1
-0
/
+53
2015-05-31
net/mlx5_core: Modify CQ moderation parameters
Rana Shahout
1
-0
/
+18
2015-05-31
net/mlx5_core: Implement get/set port status
Rana Shahout
1
-0
/
+32
2015-05-31
net/mlx5_core: Implement access functions of ptys register fields
Saeed Mahameed
1
-0
/
+77
2015-05-31
net/mlx5_core: New device capabilities handling
Saeed Mahameed
5
-144
/
+121
2015-05-31
net/mlx5_core: HW data structs/types definitions cleanup
Saeed Mahameed
5
-10
/
+55
2015-05-31
net/mlx5_core: Set irq affinity hints
Saeed Mahameed
2
-18
/
+109
2015-05-31
net/mlx5_core,mlx5_ib: Do not use vmap() on coherent memory
Amir Vadai
2
-81
/
+18
2015-04-15
mlx5: wrong page mask if CONFIG_ARCH_DMA_ADDR_T_64BIT enabled for 32Bit archi...
Honggang LI
1
-4
/
+6
2015-04-09
mlx4/mlx5: Use dma_wmb/rmb where appropriate
Alexander Duyck
1
-1
/
+1
2015-04-02
net/mlx5_core: Extend struct mlx5_interface to support multiple protocols
Saeed Mahameed
1
-0
/
+22
2015-04-02
net/mlx5_core: Move completion eqs from mlx5_ib to mlx5_core
Saeed Mahameed
1
-0
/
+91
2015-04-02
net/mlx5_core: Update module info macros for ConnectX4 Support
Achiad Shochat
1
-3
/
+3
2015-04-02
net/mlx5_core: Fix Mellanox copyright note
Saeed Mahameed
18
-18
/
+18
2015-04-02
net/mlx5_core: Fix a bug in alloc_token
Achiad Shochat
1
-1
/
+4
[next]