Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
c20862c8027bea5e081cde34efe2911970fe5562
/
drivers
/
net
/
ethernet
/
mellanox
/
mlx4
c20862c
net/mlx4_core: Replace pr_warning() with pr_warn()
by Amir Vadai
· 11 years ago
ecc8fb1
net/mlx4_core: Deprecate use_prio module parameter
by Amir Vadai
· 11 years ago
da26a62
net/mlx4_en: Fix uninitialized use of 'port_up' in mlx4_en_set_channels()
by Christian Engelmayer
· 11 years ago
7572038
net/mlx4_core: Fix inaccurate return value of mlx4_flow_attach()
by Eyal Perry
· 11 years ago
c3ca520
net/mlx4_en: Using positive error value for unsigned
by Eyal Perry
· 11 years ago
fe1ff29
net/mlx4_en: Protect MAC address modification with the state_lock mutex
by Shani Michaelli
· 11 years ago
483e013
net/mlx4_core: Removed unnecessary bit operation condition
by Eyal Perry
· 11 years ago
c05a116
net/mlx4_core: Fix smatch error - possible access to a null variable
by Eyal Perry
· 11 years ago
ee75532
net/mlx4_en: Fix errors in MAC address changing when port is down
by Shani Michaelli
· 11 years ago
f5b6345
net/mlx4_en: User prio mapping gets corrupted when changing number of channels
by Ido Shamay
· 11 years ago
2eacc23
net/mlx4_core: Enforce irq affinity changes immediatly
by Yuval Atias
· 11 years ago
7ad24ea
net: get rid of SET_ETHTOOL_OPS
by Wilfried Klaebe
· 11 years ago
5f013c9b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
1a91de2
mellanox: Logging message cleanups
by Joe Perches
· 11 years ago
83d3459
net/mlx4_core: Don't issue PCIe speed/width checks for VFs
by Eyal Perry
· 11 years ago
f24f790
net/mlx4_core: Load the Eth driver first
by Or Gerlitz
· 11 years ago
0254bc8
net/mlx4_core: Fix slave id computation for single port VF
by Matan Barak
· 11 years ago
531d901
net/mlx4_core: Adjust port number in qp_attach wrapper when detaching
by Jack Morgenstein
· 11 years ago
c98235c
mlx4_en: don't use napi_synchronize inside mlx4_en_netpoll
by Chris Mason
· 11 years ago
e1a5ddc
net/mlx4_core: Defer VF initialization till PF is fully initialized
by Amir Vadai
· 11 years ago
befdf89
net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one()
by Wei Yang
· 11 years ago
a66132f
net/mlx4: Set proper build dependancy with vxlan
by Or Gerlitz
· 11 years ago
64c2723
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
1b136de
net/mlx4: Implement vxlan ndo calls
by Or Gerlitz
· 11 years ago
d18f141
mlx4: Add support for CONFIG_DEV command
by Or Gerlitz
· 11 years ago
b747579
net/mlx4: USe one wrapper that returns -EPERM
by Or Gerlitz
· 11 years ago
97a5221
net/mlx4_core: pass pci_device_id.driver_data to __mlx4_init_one during reset
by Wei Yang
· 11 years ago
4986b4f0
ptp: drivers: set the number of programmable pins.
by Richard Cochran
· 11 years ago
dd41cc3
net/mlx4: Adapt num_vfs/probed_vf params for single port VF
by Matan Barak
· 11 years ago
449fc48
net/mlx4: Adapt code for N-Port VF
by Matan Barak
· 11 years ago
f74462a
net/mlx4: Add utils for N-Port VFs
by Matan Barak
· 11 years ago
1ab95d3
net/mlx4: Add data structures to support N-Ports per VF
by Matan Barak
· 11 years ago
38be0a3
mlx4: Don't receive packets when the napi budget == 0
by Eric W. Biederman
· 11 years ago
85dcce7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
de12326
net/mlx4_en: Deregister multicast vxlan steering rules when going down
by Or Gerlitz
· 11 years ago
e81f44b
mlx4: Call dev_kfree_skby_any instead of dev_kfree_skb.
by Eric W. Biederman
· 11 years ago
7855bff
net/mlx4_core: Load the IB driver when the device supports IBoE
by Or Gerlitz
· 11 years ago
2a2083f
net/mlx4_en: Handle vxlan steering rules for mac address changes
by Or Gerlitz
· 11 years ago
56cb456
net/mlx4_core: Fix wrong dump of the vxlan offloads device capability
by Or Gerlitz
· 11 years ago
aa9a2d5
mlx4: Activate RoCE/SRIOV
by Jack Morgenstein
· 11 years ago
5ea8bbf
mlx4: Implement IP based gids support for RoCE/SRIOV
by Jack Morgenstein
· 11 years ago
2f5bb47
mlx4: Add ref counting to port MAC table for RoCE
by Jack Morgenstein
· 11 years ago
b6ffaef
mlx4: In RoCE allow guests to have multiple GIDS
by Jack Morgenstein
· 11 years ago
9cd5935
mlx4_core: For RoCE, allow slaves to set the GID entry at that slave's index
by Jack Morgenstein
· 11 years ago
6ee51a4
mlx4: Adjust QP1 multiplexing for RoCE/SRIOV
by Jack Morgenstein
· 11 years ago
9798935
net/mlx4_core: mlx4_init_slave() shouldn't access comm channel before PF is ready
by Amir Vadai
· 11 years ago
57352ef
net/mlx4_core: Fix memory access error in mlx4_QUERY_DEV_CAP_wrapper()
by Amir Vadai
· 11 years ago
d0ceebd
net/mlx4_en: mlx4_en_verify_params() can be static
by Fengguang Wu
· 11 years ago
367d56f
net/mlx4: Support shutdown() interface
by Gavin Shan
· 11 years ago
67ddc87
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
9717218
net/mlx4_en: Change Connect-X description in kconfig
by Eyal Perry
· 11 years ago
ec57094
net/mlx4_en: Use union for BlueFlame WQE
by Amir Vadai
· 11 years ago
28d222b
net/mlx4_core: Fix sparse warning
by Eyal Perry
· 11 years ago
313c2d3
net/mlx4_en: Fix selftest failing on non 10G link speed
by Amir Vadai
· 11 years ago
9813337
net/mlx4: Replace mlx4_en_mac_to_u64() with mlx4_mac_to_u64()
by Eugenia Emantayev
· 11 years ago
15bffdf
net/mlx4_en: Move queue stopped/waked counters to be per ring
by Eugenia Emantayev
· 11 years ago
93591aa
net/mlx4_en: Pad ethernet packets smaller than 17 bytes
by Eugenia Emantayev
· 11 years ago
b97b33a
net/mlx4_en: Verify mlx4_en module parameters
by Eugenia Emantayev
· 11 years ago
fd8daa4
net/mlx4_en: Fix UP limit in ieee_ets->prio_tc
by Amir Vadai
· 11 years ago
ca9f9f7
net/mlx4_en: Fix bad use of dev_id
by Amir Vadai
· 11 years ago
76a066f
net/mlx4_en: Expose port number through sysfs
by Amir Vadai
· 11 years ago
169a1d8
net,IB/mlx: Bump all Mellanox driver versions
by Amir Vadai
· 11 years ago
bb2146b
net/mlx4: Fix limiting number of IRQ's instead of RSS queues
by Ido Shamay
· 11 years ago
0251248
net/mlx4: Set number of RX rings in a utility function
by Ido Shamay
· 11 years ago
1e8d642
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
66e2f9c
mlx4: Use pci_enable_msix_range() instead of pci_enable_msix()
by Alexander Gordeev
· 11 years ago
99932d4
netdevice: add queue selection fallback handler for ndo_select_queue
by Daniel Borkmann
· 11 years ago
4ba9920
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
fb1b503
Merge branch 'ip-roce' into for-next
by Roland Dreier
· 12 years ago
6cd28f0
net/mlx4_core: Remove unnecessary validation for port number
by Moni Shoua
· 12 years ago
297e0da
IB/mlx4: Handle Ethernet L2 parameters for IP based GID addressing
by Moni Shoua
· 12 years ago
f088cbb
net/mlx4_core: clean up srq_res_start_move_to()
by Paul Bolle
· 12 years ago
c9218a9
net/mlx4_core: clean up cq_res_start_move_to()
by Paul Bolle
· 12 years ago
a81ab36
drivers/net: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 12 years ago
0a379e21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
4de6580
mlx4_core: Add support for steerable IB UD QPs
by Matan Barak
· 12 years ago
e6a7675
net/mlx4_en: call gro handler for encapsulated frames
by Eric Dumazet
· 12 years ago
f663dd9
net: core: explicitly select a txq before doing l2 forwarding
by Jason Wang
· 12 years ago
74b9c3e
mlx4_en: Select PTP_1588_CLOCK
by Shawn Bohrer
· 12 years ago
9ba75fb
net/mlx4_en: fix error return code in mlx4_en_get_qp()
by Wei Yongjun
· 12 years ago
b912b2f
net/mlx4_core: Warn if device doesn't have enough PCI bandwidth
by Eyal Perry
· 12 years ago
2156d9a
mlx4_en: Only cycle port if HW timestamp config changes
by Shawn Bohrer
· 12 years ago
ad7d4ea
mlx4_en: Add PTP hardware clock
by Shawn Bohrer
· 12 years ago
c0623e5
net: mlx4: slight optimization of addr compare
by dingtianhong
· 12 years ago
837052d
net/mlx4_en: Add netdev support for TCP/IP offloads of vxlan tunneling
by Or Gerlitz
· 12 years ago
7ffdf72
net/mlx4_core: Add basic support for TCP/IP offloads under tunneling
by Or Gerlitz
· 12 years ago
982290a
net/mlx4_core: Check port number for validity before accessing data
by Matan Barak
· 12 years ago
0276a33
net/mlx4_en: Add NAPI support for transmit side
by Eugenia Emantayev
· 12 years ago
e4b59a1
net/mlx4_en: Ignore irrelevant hypervisor events
by Eugenia Emantayev
· 12 years ago
be902ab
net/mlx4_core: Set CQE/EQE size to 64B by default
by Eyal Perry
· 12 years ago
d03a68f
net/mlx4_en: Configure the XPS queue mapping on driver load
by Ido Shamay
· 12 years ago
84c8640
net/mlx4_en: Implement ndo_get_phys_port_id
by Hadar Hen Zion
· 12 years ago
8e1a28e
net/mlx4_core: Expose physical port id as PF/VF capability
by Hadar Hen Zion
· 12 years ago
eb17711
net/mlx4_core: Introduce nic_info new flag in QUERY_FUNC_CAP
by Hadar Hen Zion
· 12 years ago
73e74ab
net/mlx4_core: Rename QUERY_FUNC_CAP fields
by Hadar Hen Zion
· 12 years ago
7b25d81
net/mlx4_core: Remove zeroed out of explicit QUERY_FUNC_CAP fields
by Hadar Hen Zion
· 12 years ago
6917441
net: mlx4 calls skb_set_hash
by Tom Herbert
· 12 years ago
7c6d74d
mlx4_core: Roll back round robin bitmap allocation commit for CQs, SRQs, and MPTs
by Jack Morgenstein
· 12 years ago
426e1fa
Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next
by David S. Miller
· 12 years ago
1b85ee0
net/mlx4_core: destroy workqueue when driver fails to register
by Wei Yang
· 12 years ago
Next »