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.13.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
/
mlx4
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-13
treewide: kvzalloc() -> kvcalloc()
Kees Cook
1
-1
/
+1
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
5
-26
/
+34
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
3
-9
/
+12
2018-06-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+12
2018-06-04
net: ethernet: mlx4: Remove unnecessary parentheses
Varsha Rao
1
-2
/
+2
2018-06-03
mlx4_core: restore optimal ICM memory allocation
Eric Dumazet
1
-6
/
+12
2018-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-10
/
+12
2018-05-25
mlx4_core: allocate ICM memory in page size chunks
Qing Huang
1
-7
/
+9
2018-05-23
net/mlx4: Fix irq-unsafe spinlock usage
Jack Morgenstein
1
-2
/
+2
2018-05-23
net/mlx4: fix spelling mistake: "Inrerface" -> "Interface" and rephrase message
Colin Ian King
1
-1
/
+1
2018-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2018-05-14
net/mlx4_core: Fix error handling in mlx4_init_port_info.
Tarick Bedeir
1
-1
/
+3
2018-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-9
/
+22
2018-05-11
net/mlx4_en: Fix an error handling path in 'mlx4_en_init_netdev()'
Christophe JAILLET
1
-7
/
+1
2018-05-10
net/mlx4_en: Verify coalescing parameters are in range
Moshe Shemesh
2
-2
/
+21
2018-05-10
net/mlx4_core: Use msi_x module param to limit num of MSI-X irqs
Tariq Toukan
1
-1
/
+9
2018-05-10
net/mlx4_core: Add PCI calls for suspend/resume
Yishai Hadas
1
-0
/
+46
2018-05-10
net/mlx4_core: Report driver version to FW
Eran Ben Elisha
2
-1
/
+13
2018-05-04
net/mlx4_en: optimizes get_fixed_ipv6_csum()
Eric Dumazet
1
-13
/
+8
2018-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-05-01
net/mlx4: fix spelling mistake: "failedi" -> "failed"
Colin Ian King
1
-1
/
+1
2018-04-30
mlx4: Don't bother using skb_tx_hash in mlx4_en_select_queue
Alexander Duyck
1
-1
/
+1
2018-04-19
bpf: make mlx4 compatible w/ bpf_xdp_adjust_tail
Nikita V. Shirokov
1
-1
/
+1
2018-04-07
Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-80
/
+1
2018-04-07
Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-0
/
+2
2018-04-03
net/mlx4_core: Report PCIe link properties with pcie_print_link_status()
Tal Gilboa
1
-80
/
+1
2018-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-47
/
+63
2018-04-01
net/mlx4_en: CHECKSUM_COMPLETE support for fragments
Eric Dumazet
1
-6
/
+4
2018-03-27
net/mlx4_core: Fix memory leak while delete slave's resources
Moshe Shemesh
1
-0
/
+1
2018-03-27
net/mlx4_en: Fix mixed PFC and Global pause user control requests
Eran Ben Elisha
3
-47
/
+62
2018-03-26
ethernet: Use octal not symbolic permissions
Joe Perches
1
-8
/
+8
2018-03-16
RDMA/mlx4: Move flag constants to uapi header
Jason Gunthorpe
2
-0
/
+2
2018-03-07
net/mlx4_en: try to use high order pages for RX rings
Eric Dumazet
1
-8
/
+5
2018-02-27
net/mlx4_en: RX csum, pre-define enabled protocols for IP status masking
Tariq Toukan
1
-6
/
+7
2018-02-27
net/mlx4_en: Combine checks of end-cases in RX completion function
Tariq Toukan
1
-4
/
+1
2018-02-27
net/mlx4_en: Remove unnecessary warn print in reset config
Eran Ben Elisha
1
-4
/
+0
2018-02-27
net/mlx4_en: Add physical RX/TX bytes/packets counters
Eran Ben Elisha
5
-14
/
+53
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
6
-55
/
+91
2018-01-30
Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...
Jason Gunthorpe
4
-28
/
+35
2018-01-16
IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH ports
Jack Morgenstein
1
-0
/
+3
2018-01-09
net/mlx4_en: Align behavior of set ring size flow via ethtool
Eugenia Emantayev
1
-4
/
+13
2018-01-06
mlx4: setup xdp_rxq_info
Jesper Dangaard Brouer
3
-5
/
+15
2017-12-28
net/mlx4_en: Change default QoS settings
Moni Shoua
3
-0
/
+13
2017-12-28
net/mlx4_core: Cleanup FMR unmapping flow
Tariq Toukan
1
-19
/
+21
2017-12-28
net/mlx4_en: RX csum, reorder branches
Tariq Toukan
1
-25
/
+21
2017-12-28
net/mlx4_en: RX csum, remove redundant branches and checks
Tariq Toukan
1
-3
/
+9
2017-12-14
net/mlx4_en: Fill all counters under one call of stats lock
Eran Ben Elisha
1
-26
/
+31
2017-12-14
net/mlx4_core: Fix wrong calculation of free counters
Eran Ben Elisha
1
-1
/
+0
2017-12-14
net/mlx4_en: Fix selftest for small MTUs
Eugenia Emantayev
2
-1
/
+4
2017-11-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+2
[next]