summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-064-23/+26
|\
| * net/mlx4_core: Keep VF assigned MAC in the PF admin tableOr Gerlitz2013-06-041-3/+7
| * net/mlx4_en: Handle unassigned VF MAC address correctlyOr Gerlitz2013-06-041-4/+12
| * net/mlx4_core: Return -EPROBE_DEFER when a VF is probed before PF is sufficie...Jack Morgenstein2013-06-042-16/+6Star
| * net/mlx4_en: Fix adaptive moderation cq updateSagi Grimberg2013-06-041-0/+1
* | mlx4: use __netdev_pick_tx instead of __skb_tx_hash in mlx4_en_select_queuegovindarajulu.v2013-06-051-1/+1
* | net/mlx4: use one page fragment per incoming frameEric Dumazet2013-06-051-3/+3
|/
* net/mlx4: Strengthen VLAN tags/priorities enforcement in VST modeRony Efraim2013-05-122-4/+18
* net/mlx4_core: Add missing report on VST and spoof-checking dev capsOr Gerlitz2013-05-122-10/+3Star
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-05-096-134/+102Star
|\
| * mlx4_core: Expose a few helpers to fill DMFS HW strucuturesHadar Hen Zion2013-04-251-26/+59
| * mlx4_core: Directly expose fields of DMFS HW rule control segmentHadar Hen Zion2013-04-251-7/+7
| * mlx4_core: Change a few DMFS fields names to match firmare specHadar Hen Zion2013-04-251-3/+3
| * mlx4: Match DMFS promiscuous field names to firmware specHadar Hen Zion2013-04-253-20/+19Star
| * mlx4_core: Move DMFS HW structs to common header fileHadar Hen Zion2013-04-251-79/+0Star
| * mlx4_core: Reduce warning message for SRQ_LIMIT event to debug levelJack Morgenstein2013-04-251-2/+2
| * mlx4_core: Implement SRQ object lookup from srqnShlomo Pongratz2013-04-171-0/+15
* | mlx4_en: fix a build error on 32bit archesEric Dumazet2013-05-011-4/+4
* | net/mlx4: Add support to get VF configRony Efraim2013-04-272-0/+41
* | net/mlx4: Add VF MAC spoof checking supportRony Efraim2013-04-274-0/+59
* | net/mlx4: Add set VF default vlan ID and priority supportRony Efraim2013-04-276-6/+122
* | net/mlx4: Add set VF mac address supportRony Efraim2013-04-272-1/+72
* | net/mlx4: Add structures to keep VF Ethernet ports informationRony Efraim2013-04-273-0/+62
* | net/mlx4: Add reference counting to MAC registerationRony Efraim2013-04-271-5/+10
* | net/mlx4_en: Disable HW clock overflow check when no HW supportAmir Vadai2013-04-271-3/+7
* | net/mlx4_core: Disable HW timestamping for VFsAmir Vadai2013-04-271-0/+5
* | net/mlx4_en: Add a service taskAmir Vadai2013-04-243-0/+47
* | net/mlx4_en: Support software timestampingAmir Vadai2013-04-241-0/+2
* | net/mlx4_en: Add HW timestamping (TS) supportAmir Vadai2013-04-2412-15/+353
* | net/mlx4_core: Read HCA frequency and map internal clockEugenia Emantayev2013-04-244-1/+74
* | net/mlx4_core: Add timestamping device capabilityEugenia Emantayev2013-04-241-1/+6
* | net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-2/+2
* | net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-2/+4
* | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-2/+2
* | net/mlx4_en: set correct MTU in SRIOVEugenia Emantayev2013-04-111-1/+3
* | net/mlx4_core: Translate guest B0 steering rules to DMFSHadar Hen Zion2013-04-111-22/+63
* | net/mlx4_core: Add helper function to translate B0 steering rules to DMFSHadar Hen Zion2013-04-112-22/+33
* | net/mlx4_en: Advertize DCB_CAP_DCBX_HOST in getdcbxOr Gerlitz2013-04-071-1/+1
* | net/mlx4_en: Enable DCB ETS ops only when supported by the firmwareOr Gerlitz2013-04-074-2/+18
* | net/mlx4_core: Added proper description for two device capabilitiesOr Gerlitz2013-04-071-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-031-2/+2
|\|
| * net/mlx4_en: Fix setting initial MAC addressYan Burman2013-04-021-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-223-22/+47
|\|
| * net/mlx4_core: Disallow releasing VF QPs which have steering rulesHadar Hen Zion2013-03-211-8/+33
| * net/mlx4_core: Always use 64 bit resource ID when doing lookupHadar Hen Zion2013-03-211-1/+1
| * net/mlx4_en: Remove ethtool flow steering rules before releasing QPsHadar Hen Zion2013-03-211-11/+11
| * net/mlx4_core: Fix wrong order of flow steering resources removalHadar Hen Zion2013-03-211-1/+1
| * net/mlx4_core: Fix wrong mask applied on EQ numbers in the wrapperMoshe Lazer2013-03-211-1/+1
* | drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-151-3/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-1212-59/+75
|\|