aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-10net: rename ll methods to busy-pollEliezer Tamir2-2/+2
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2-2/+2
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds14-126/+735
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-07-03net/mlx4: fix small memory leak on errorDan Carpenter1-0/+1
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2013-07-01net/mlx4_core: Add HW enforcement to VF link stateRony Efraim3-22/+58
2013-07-01net/mlx4_core: Dynamic VST to VST vlan/qos changesJack Morgenstein4-10/+282
2013-06-25net/mlx4_core: Fail device init if num_vfs is negativeJack Morgenstein1-0/+5
2013-06-25net/mlx4_core: Add warning in case of command timeoutsDotan Barak1-0/+6
2013-06-25net/mlx4_core: Replace sscanf() with kstrtoint()Dotan Barak1-3/+3
2013-06-25net/mlx4_en: Remove an unnecessary testDotan Barak1-3/+0
2013-06-25net/mlx4_en: Add prints when TX timeout occursYevgeny Petrilin1-0/+9
2013-06-25net/mlx4_en: Fix a race between napi poll function and RX ring cleanupEugenia Emantayev1-4/+4
2013-06-25net/mlx4_en: Change log level from error to debug for vlan related messagesEugenia Emantayev1-2/+2
2013-06-25net/mlx4_en: Move register_netdev() to the end of initialization functionEugenia Emantayev1-1/+2
2013-06-25net/mlx4_en: Do not query stats when device port is downJack Morgenstein1-4/+5
2013-06-25net/mlx4_en: Fix resource leak in error flowDotan Barak1-1/+1
2013-06-25mlx4: allow order-0 memory allocations in RX pathEric Dumazet2-86/+95
2013-06-24net/mlx_en: Timestamping is not supported in slave modeAmir Vadai1-0/+3
2013-06-19net/mlx4_en: Low Latency recv statisticsAmir Vadai3-1/+29
2013-06-19net/mlx4_en: Add Low Latency Socket (LLS) supportAmir Vadai4-4/+178
2013-06-18treewide: Fix typo in printkMasanari Iida1-1/+1
2013-06-13net/mlx4: Add VF link state supportRony Efraim5-2/+72
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-23/+26
2013-06-04mlx4: use __netdev_pick_tx instead of __skb_tx_hash in mlx4_en_select_queuegovindarajulu.v1-1/+1
2013-06-04net/mlx4: use one page fragment per incoming frameEric Dumazet1-3/+3
2013-06-04net/mlx4_core: Keep VF assigned MAC in the PF admin tableOr Gerlitz1-3/+7
2013-06-04net/mlx4_en: Handle unassigned VF MAC address correctlyOr Gerlitz1-4/+12
2013-06-04net/mlx4_core: Return -EPROBE_DEFER when a VF is probed before PF is sufficiently initializedJack Morgenstein2-16/+6
2013-06-04net/mlx4_en: Fix adaptive moderation cq updateSagi Grimberg1-0/+1
2013-05-11net/mlx4: Strengthen VLAN tags/priorities enforcement in VST modeRony Efraim2-4/+18
2013-05-11net/mlx4_core: Add missing report on VST and spoof-checking dev capsOr Gerlitz2-10/+3
2013-05-08Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds6-134/+102
2013-04-30mlx4_en: fix a build error on 32bit archesEric Dumazet1-4/+4
2013-04-26net/mlx4: Add support to get VF configRony Efraim2-0/+41
2013-04-26net/mlx4: Add VF MAC spoof checking supportRony Efraim4-0/+59
2013-04-26net/mlx4: Add set VF default vlan ID and priority supportRony Efraim6-6/+122
2013-04-26net/mlx4: Add set VF mac address supportRony Efraim2-1/+72
2013-04-26net/mlx4: Add structures to keep VF Ethernet ports informationRony Efraim3-0/+62
2013-04-26net/mlx4: Add reference counting to MAC registerationRony Efraim1-5/+10
2013-04-26net/mlx4_en: Disable HW clock overflow check when no HW supportAmir Vadai1-3/+7
2013-04-26net/mlx4_core: Disable HW timestamping for VFsAmir Vadai1-0/+5
2013-04-24mlx4_core: Expose a few helpers to fill DMFS HW strucuturesHadar Hen Zion1-26/+59
2013-04-24mlx4_core: Directly expose fields of DMFS HW rule control segmentHadar Hen Zion1-7/+7
2013-04-24mlx4_core: Change a few DMFS fields names to match firmare specHadar Hen Zion1-3/+3
2013-04-24mlx4: Match DMFS promiscuous field names to firmware specHadar Hen Zion3-20/+19
2013-04-24mlx4_core: Move DMFS HW structs to common header fileHadar Hen Zion1-79/+0
2013-04-24mlx4_core: Reduce warning message for SRQ_LIMIT event to debug levelJack Morgenstein1-2/+2
2013-04-24net/mlx4_en: Add a service taskAmir Vadai3-0/+47