index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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-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
2013-04-27
net/mlx4_en: Disable HW clock overflow check when no HW support
Amir Vadai
1
-3
/
+7
2013-04-27
net/mlx4_core: Disable HW timestamping for VFs
Amir Vadai
1
-0
/
+5
[next]