Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
0a6eac24583848490e9a9c02daef5e33c997431f
/
drivers
/
net
/
ethernet
/
mellanox
0a6eac2
net/mlx4_core: Add HW enforcement to VF link state
by Rony Efraim
· 12 years ago
b01978c
net/mlx4_core: Dynamic VST to VST vlan/qos changes
by Jack Morgenstein
· 12 years ago
30e514a
net/mlx4_core: Fail device init if num_vfs is negative
by Jack Morgenstein
· 12 years ago
674925e
net/mlx4_core: Add warning in case of command timeouts
by Dotan Barak
· 12 years ago
618fad9
net/mlx4_core: Replace sscanf() with kstrtoint()
by Dotan Barak
· 12 years ago
42f1e90
net/mlx4_en: Remove an unnecessary test
by Dotan Barak
· 12 years ago
b944ebe
net/mlx4_en: Add prints when TX timeout occurs
by Yevgeny Petrilin
· 12 years ago
0cc5c8b
net/mlx4_en: Fix a race between napi poll function and RX ring cleanup
by Eugenia Emantayev
· 12 years ago
9e19b54
net/mlx4_en: Change log level from error to debug for vlan related messages
by Eugenia Emantayev
· 12 years ago
4801ae7
net/mlx4_en: Move register_netdev() to the end of initialization function
by Eugenia Emantayev
· 12 years ago
6123db2e
net/mlx4_en: Do not query stats when device port is down
by Jack Morgenstein
· 12 years ago
8850494
net/mlx4_en: Fix resource leak in error flow
by Dotan Barak
· 12 years ago
51151a1
mlx4: allow order-0 memory allocations in RX path
by Eric Dumazet
· 12 years ago
8501841
net/mlx4_en: Low Latency recv statistics
by Amir Vadai
· 12 years ago
9e77a2b
net/mlx4_en: Add Low Latency Socket (LLS) support
by Amir Vadai
· 12 years ago
948e306
net/mlx4: Add VF link state support
by Rony Efraim
· 12 years ago
6bc19fb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
c08355f
mlx4: use __netdev_pick_tx instead of __skb_tx_hash in mlx4_en_select_queue
by govindarajulu.v
· 12 years ago
e6309cf
net/mlx4: use one page fragment per incoming frame
by Eric Dumazet
· 12 years ago
c418253
net/mlx4_core: Keep VF assigned MAC in the PF admin table
by Or Gerlitz
· 12 years ago
ef96f7d
net/mlx4_en: Handle unassigned VF MAC address correctly
by Or Gerlitz
· 12 years ago
5efe535
net/mlx4_core: Return -EPROBE_DEFER when a VF is probed before PF is sufficiently initialized
by Jack Morgenstein
· 12 years ago
a1c6693
net/mlx4_en: Fix adaptive moderation cq update
by Sagi Grimberg
· 12 years ago
7677fc9
net/mlx4: Strengthen VLAN tags/priorities enforcement in VST mode
by Rony Efraim
· 12 years ago
4e8cf5b
net/mlx4_core: Add missing report on VST and spoof-checking dev caps
by Or Gerlitz
· 12 years ago
e0fd9af
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 12 years ago
fe86d71
mlx4_en: fix a build error on 32bit arches
by Eric Dumazet
· 12 years ago
2cccb9e
net/mlx4: Add support to get VF config
by Rony Efraim
· 12 years ago
e6b6a23
net/mlx4: Add VF MAC spoof checking support
by Rony Efraim
· 12 years ago
3f7fb02
net/mlx4: Add set VF default vlan ID and priority support
by Rony Efraim
· 12 years ago
8f7ba3c
net/mlx4: Add set VF mac address support
by Rony Efraim
· 12 years ago
0eb62b9
net/mlx4: Add structures to keep VF Ethernet ports information
by Rony Efraim
· 12 years ago
6ce71ac
net/mlx4: Add reference counting to MAC registeration
by Rony Efraim
· 12 years ago
dc8142e
net/mlx4_en: Disable HW clock overflow check when no HW support
by Amir Vadai
· 12 years ago
30b40c3
net/mlx4_core: Disable HW timestamping for VFs
by Amir Vadai
· 12 years ago
c2c19dc
mlx4_core: Expose a few helpers to fill DMFS HW strucutures
by Hadar Hen Zion
· 12 years ago
bcf3729
mlx4_core: Directly expose fields of DMFS HW rule control segment
by Hadar Hen Zion
· 12 years ago
ba60a35
mlx4_core: Change a few DMFS fields names to match firmare spec
by Hadar Hen Zion
· 12 years ago
f916253
mlx4: Match DMFS promiscuous field names to firmware spec
by Hadar Hen Zion
· 12 years ago
3cd0e17
mlx4_core: Move DMFS HW structs to common header file
by Hadar Hen Zion
· 12 years ago
e0debf9
mlx4_core: Reduce warning message for SRQ_LIMIT event to debug level
by Jack Morgenstein
· 12 years ago
b6c39bf
net/mlx4_en: Add a service task
by Amir Vadai
· 12 years ago
eb0cabb
net/mlx4_en: Support software timestamping
by Amir Vadai
· 12 years ago
ec693d4
net/mlx4_en: Add HW timestamping (TS) support
by Amir Vadai
· 12 years ago
ddd8a6c
net/mlx4_core: Read HCA frequency and map internal clock
by Eugenia Emantayev
· 12 years ago
d998735
net/mlx4_core: Add timestamping device capability
by Eugenia Emantayev
· 12 years ago
86a9bad
net: vlan: add protocol argument to packet tagging functions
by Patrick McHardy
· 12 years ago
80d5c36
net: vlan: prepare for 802.1ad VLAN filtering offload
by Patrick McHardy
· 12 years ago
f646968
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
by Patrick McHardy
· 12 years ago
9f55055
mlx4_core: Implement SRQ object lookup from srqn
by Shlomo Pongratz
· 12 years ago
c59fec2
net/mlx4_en: set correct MTU in SRIOV
by Eugenia Emantayev
· 12 years ago
fab1e24
net/mlx4_core: Translate guest B0 steering rules to DMFS
by Hadar Hen Zion
· 12 years ago
fd91c49
net/mlx4_core: Add helper function to translate B0 steering rules to DMFS
by Hadar Hen Zion
· 12 years ago
c4637cd
net/mlx4_en: Advertize DCB_CAP_DCBX_HOST in getdcbx
by Or Gerlitz
· 12 years ago
540b3a3
net/mlx4_en: Enable DCB ETS ops only when supported by the firmware
by Or Gerlitz
· 12 years ago
4d531aa
net/mlx4_core: Added proper description for two device capabilities
by Or Gerlitz
· 12 years ago
d662483
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
bab6a9e
net/mlx4_en: Fix setting initial MAC address
by Yan Burman
· 12 years ago
ea3d1cc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
2c473ae
net/mlx4_core: Disallow releasing VF QPs which have steering rules
by Hadar Hen Zion
· 12 years ago
1e3f7b3
net/mlx4_core: Always use 64 bit resource ID when doing lookup
by Hadar Hen Zion
· 12 years ago
6efb5fa
net/mlx4_en: Remove ethtool flow steering rules before releasing QPs
by Hadar Hen Zion
· 12 years ago
80cb002
net/mlx4_core: Fix wrong order of flow steering resources removal
by Hadar Hen Zion
· 12 years ago
c101c81
net/mlx4_core: Fix wrong mask applied on EQ numbers in the wrapper
by Moshe Lazer
· 12 years ago
d0320f7
drivers:net: Remove dma_alloc_coherent OOM messages
by Joe Perches
· 12 years ago
e5f2ef7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
720a43e
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
by Joe Perches
· 12 years ago
a229e48
net/mlx4_en: Disable RFS when running in SRIOV mode
by Amir Vadai
· 12 years ago
83a5a6c
net/mlx4_en: Cleanup MAC resources on module unload or port stop
by Yan Burman
· 12 years ago
bfa8ab4
net/mlx4_en: Fix race when setting the device MAC address
by Yan Burman
· 12 years ago
e7dbeba
net/mlx4_core: Fix endianness bug in set_param_l
by Jack Morgenstein
· 12 years ago
0081c8f
net/mlx4_core: Turn off device-managed FS bit in dev-cap wrapper if DMFS is not enabled
by Jack Morgenstein
· 12 years ago
3fb817f
net/mlx4_core: Disable mlx4_QP_ATTACH calls from guests if the host uses flow steering
by Jack Morgenstein
· 12 years ago
75a75ee
mlx4: Remove driver specific fdb handlers.
by Vlad Yasevich
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
1cef935
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
70a3a06
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 12 years ago
804d6a8
mlx4: Implement memory windows allocation and deallocation
by Shani Michaeli
· 13 years ago
e448834
mlx4_core: Enable memory windows in {INIT, QUERY}_HCA
by Shani Michaeli
· 13 years ago
cc1ade9
mlx4_core: Disable memory windows for virtual functions
by Shani Michaeli
· 13 years ago
3770699
mlx4_en: fix allocation of CPU affinity reverse-map
by Kleber Sacilotto de Souza
· 12 years ago
427a962
mlx4_en: fix allocation of device tx_cq
by Kleber Sacilotto de Souza
· 12 years ago
9afa319
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
6108372
mlx4_core: Propagate MR deregistration failures to caller
by Shani Michaeli
· 13 years ago
b20e519
mlx4_core: Rename MPT-related functions to have mpt_ prefix
by Shani Michaeli
· 13 years ago
1690be6
bridge: Add vlan support to static neighbors
by Vlad Yasevich
· 13 years ago
fd50231
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
14f8dc4
drivers: net: Remove remaining alloc/OOM messages
by Joe Perches
· 13 years ago
41b7492
mlx4_en: Fix BQL reset TX queue call point
by Tom Herbert
· 13 years ago
0ccddcd
net/mlx4_en: Implement ndo fdb functionality
by Yan Burman
· 13 years ago
cc5387f
net/mlx4_en: Add unicast MAC filtering
by Yan Burman
· 13 years ago
c07cb4b
net/mlx4_en: Manage hash of MAC addresses per port
by Yan Burman
· 13 years ago
90bbb74
net/mlx4_en: Save previous MAC address of the port so we can replace it later
by Yan Burman
· 13 years ago
0eb74fd
net/mlx4_en: Re-arrange ndo_set_rx_mode related code
by Yan Burman
· 13 years ago
16a10ff
net/mlx4: Move Ethernet related functionality from mlx4_core to mlx4_en
by Yan Burman
· 13 years ago
48e551f
net/mlx4_en: Cleanup multiline strings
by Yan Burman
· 13 years ago
6bbb6d9
net/mlx4_en: Optimize Rx fast path filter checks
by Yan Burman
· 13 years ago
79aeacc
net/mlx4_en: Optimize loopback related checks in data path
by Yan Burman
· 13 years ago
bb5204c
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 13 years ago
f97b4b5
mlx4_core: Fix advertisement of wrong PF context behaviour
by Or Gerlitz
· 13 years ago
Next »