Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
910b2c5122ab787179a790ca1dec616fc80f0173
/
drivers
/
net
/
mlx4
/
main.c
ab6dc30
mlx4: Sensing link type at device initialization
by Yevgeny Petrilin
· 14 years ago
00a2470
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
c1b43dc
mlx4: Add blue flame support for kernel consumers
by Eli Cohen
· 14 years ago
b12d93d
mlx4: Add support for promiscuous mode in the new steering model.
by Yevgeny Petrilin
· 14 years ago
0345584
mlx4: generalization of multicast steering.
by Yevgeny Petrilin
· 14 years ago
725c899
mlx4_en: Reporting HW revision in ethtool -i
by Yevgeny Petrilin
· 14 years ago
14c07b1
mlx4: Wake on LAN support
by Yevgeny Petrilin
· 14 years ago
0b7ca5a
mlx4: Changing interrupt scheme
by Yevgeny Petrilin
· 14 years ago
7f9e5c48
IB: Increase DMA max_segment_size on Mellanox hardware
by David Dillow
· 14 years ago
31dd272
mlx4_core: Add ConnectX-3 device IDs
by Yevgeny Petrilin
· 14 years ago
4979d18
mlx4_{core, ib, en}: Fix driver when sizeof (phys_addr_t) > sizeof (long)
by Roland Dreier
· 14 years ago
9e5fca2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 14 years ago
0498628
mlx4_core: Allow log_mtts_per_seg up to 7
by Eli Cohen
· 14 years ago
0533943
mlx4_en: UDP RSS support
by Yevgeny Petrilin
· 14 years ago
7699517
mlx4_en: Fixing report in Ethtool get_settings
by Yevgeny Petrilin
· 14 years ago
e7c1c2c4
mlx4_en: Added self diagnostics test implementation
by Yevgeny Petrilin
· 14 years ago
0a645e8
drivers/net/mlx4: Use %pV, pr_<level>, printk_once
by Joe Perches
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
3691c96
sysfs: fix sysfs lockdep warning in mlx4 code
by Greg Kroah-Hartman
· 15 years ago
51c24aa
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
a3aa188
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
by Alexey Dobriyan
· 15 years ago
b4f7726
mlx4_core: Fix cleanup in __mlx4_init_one() error path
by Eli Cohen
· 15 years ago
06c3aa5
mlx4_core: Add a new supported 40 GigE device ID
by Eli Cohen
· 15 years ago
e76d0b6
mlx4_core: Add 40GigE device ID
by Yevgeny Petrilin
· 15 years ago
1af92e2
mlx4_core: Avoid double free_icms
by Yevgeny Petrilin
· 15 years ago
fa0681d
mlx4_core: Allocate and map sufficient ICM memory for EQ context
by Roland Dreier
· 15 years ago
a01df0f
mlx4_core: Use pci_request_regions()
by Roland Dreier
· 15 years ago
92bd3bb
mlx4_core: Add new ConnectX EN PCI ID 0x6764
by Yevgeny Petrilin
· 15 years ago
cc4ac2e
mlx4_core: Handle multi-physical function devices
by Yevgeny Petrilin
· 15 years ago
ab6bf42
mlx4_core: Add module parameter for number of MTTs per segment
by Eli Cohen
· 16 years ago
5bf0da7
mlx4_core: Fix memory leak in mlx4_enable_msi_x()
by Nicolas Morey-Chaisemartin
· 16 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
6a35528
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
by Yang Hongyang
· 16 years ago
27bf91d
mlx4_core: Add link type autosensing
by Yevgeny Petrilin
· 16 years ago
085343b
mlx4_core: Add device IDs for MT25458 10GigE devices
by Jack Morgenstein
· 16 years ago
70cb925
mlx4_core: Fix warning from min()
by Roland Dreier
· 16 years ago
b8dd786
mlx4_core: Add support for multiple completion event vectors
by Yevgeny Petrilin
· 16 years ago
9a5aa62
mlx4_core: Save/restore default port IB capability mask
by Jack Morgenstein
· 16 years ago
57893d1
mlx4_core: Add Ethernet PCI device IDs
by Yevgeny Petrilin
· 16 years ago
7ff93f8
mlx4_core: Multiple port type support
by Yevgeny Petrilin
· 16 years ago
2a2336f
mlx4_core: Ethernet MAC/VLAN management
by Yevgeny Petrilin
· 16 years ago
b79acb4
mlx4_core: Get ethernet MTU and default address from firmware
by Yevgeny Petrilin
· 16 years ago
93fc9e1
mlx4_core: Support multiple pre-reserved QP regions
by Yevgeny Petrilin
· 16 years ago
51a379d
mlx4: Update/add Mellanox Technologies copyright lines to mlx4 driver files
by Jack Morgenstein
· 16 years ago
95d04f0
IB/mlx4: Add support for memory management extensions and local DMA L_Key
by Roland Dreier
· 16 years ago
2d92865
mlx4_core: Use MOD_STAT_CFG command to get minimal page size
by Vladimir Sokolovsky
· 16 years ago
6296883
mlx4_core: Move kernel doorbell management into core
by Yevgeny Petrilin
· 17 years ago
4ff08a7
IB/mlx4: Fix incorrect comment
by Eli Cohen
· 17 years ago
9b1f385
mlx4_core: Increase max number of QPs to 128K
by Jack Morgenstein
· 17 years ago
b832be1
IB/mlx4: Add IPoIB LSO support
by Eli Cohen
· 17 years ago
f33afc2
IB: Avoid marking __devinitdata as const
by Roland Dreier
· 17 years ago
893da75
mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER()
by Jack Morgenstein
· 17 years ago
e8f9b2e
mlx4_core: Fix more section mismatches
by Roland Dreier
· 17 years ago
b027cac
mlx4_core: Fix infinite loop on device initialization
by Roland Dreier
· 17 years ago
3d73c28
mlx4_core: Fix section mismatches
by Roland Dreier
· 17 years ago
d7bb58f
mlx4_core: Write MTTs from CPU instead with of WRITE_MTT FW command
by Jack Morgenstein
· 17 years ago
121964e
mlx4_core: Fix meaning of dev->caps.reserved_mtts
by Roland Dreier
· 17 years ago
5b0bf5e
mlx4_core: Support ICM tables in coherent memory
by Jack Morgenstein
· 17 years ago
cd9281d
IB/mlx4: Display misc device information under /sys/class/infiniband/
by Jack Morgenstein
· 17 years ago
08fb105
mlx4_core: Enable MSI-X by default
by Michael S. Tsirkin
· 17 years ago
c9f2ba5
IB/mlx4: Increase max outstanding RDMA reads as target
by Jack Morgenstein
· 17 years ago
ee49bd9
mlx4_core: Reset device when internal error is detected
by Jack Morgenstein
· 17 years ago
149983af
mlx4_core: Get the maximum message size from reported device capabilities
by Dotan Barak
· 17 years ago
786f238
mlx4_core: Add new Mellanox device IDs
by Jack Morgenstein
· 17 years ago
5ae2a7a
IB/mlx4: Handle FW command interface rev 3
by Roland Dreier
· 17 years ago
b581401
mlx4_core: Initialize ctx_list and ctx_lock earlier
by Roland Dreier
· 18 years ago
20eebcf
mlx4_core: Remove unused doorbell_lock
by Roland Dreier
· 18 years ago
225c7b1
IB/mlx4: Add a driver Mellanox ConnectX InfiniBand adapters
by Roland Dreier
· 18 years ago