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
/
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]