summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4/en_netdev.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-16mlx4_en: don't use napi_synchronize inside mlx4_en_netpollChris Mason1-5/+1
2013-06-04net/mlx4_en: Handle unassigned VF MAC address correctlyOr Gerlitz1-4/+12
2013-06-04net/mlx4_en: Fix adaptive moderation cq updateSagi Grimberg1-0/+1
2013-05-08Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-8/+8
2013-04-26net/mlx4: Add support to get VF configRony Efraim1-0/+8
2013-04-26net/mlx4: Add VF MAC spoof checking supportRony Efraim1-0/+9
2013-04-26net/mlx4: Add set VF default vlan ID and priority supportRony Efraim1-0/+9
2013-04-26net/mlx4: Add set VF mac address supportRony Efraim1-1/+41
2013-04-26net/mlx4_en: Disable HW clock overflow check when no HW supportAmir Vadai1-3/+7
2013-04-24mlx4: Match DMFS promiscuous field names to firmware specHadar Hen Zion1-8/+8
2013-04-24net/mlx4_en: Add a service taskAmir Vadai1-0/+24
2013-04-24net/mlx4_en: Add HW timestamping (TS) supportAmir Vadai1-0/+75
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-2/+4
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-2/+2
2013-04-07net/mlx4_en: Enable DCB ETS ops only when supported by the firmwareOr Gerlitz1-2/+8
2013-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-04-02net/mlx4_en: Fix setting initial MAC addressYan Burman1-2/+2
2013-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+11
2013-03-21net/mlx4_en: Remove ethtool flow steering rules before releasing QPsHadar Hen Zion1-11/+11
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-40/+46
2013-03-07net/mlx4_en: Disable RFS when running in SRIOV modeAmir Vadai1-3/+5
2013-03-07net/mlx4_en: Cleanup MAC resources on module unload or port stopYan Burman1-16/+20
2013-03-07net/mlx4_en: Fix race when setting the device MAC addressYan Burman1-21/+21
2013-03-07mlx4: Remove driver specific fdb handlers.Vlad Yasevich1-76/+0
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-9/+8
2013-02-23mlx4_en: fix allocation of CPU affinity reverse-mapKleber Sacilotto de Souza1-1/+1
2013-02-23mlx4_en: fix allocation of device tx_cqKleber Sacilotto de Souza1-1/+1
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich1-0/+1
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches1-7/+4
2013-02-07mlx4_en: Fix BQL reset TX queue call pointTom Herbert1-3/+0
2013-02-07net/mlx4_en: Implement ndo fdb functionalityYan Burman1-0/+75
2013-02-07net/mlx4_en: Add unicast MAC filteringYan Burman1-1/+128
2013-02-07net/mlx4_en: Manage hash of MAC addresses per portYan Burman1-33/+54
2013-02-07net/mlx4_en: Save previous MAC address of the port so we can replace it laterYan Burman1-2/+2
2013-02-07net/mlx4_en: Re-arrange ndo_set_rx_mode related codeYan Burman1-127/+144
2013-02-07net/mlx4: Move Ethernet related functionality from mlx4_core to mlx4_enYan Burman1-9/+207
2013-02-07net/mlx4_en: Cleanup multiline stringsYan Burman1-15/+10
2013-02-07net/mlx4_en: Optimize Rx fast path filter checksYan Burman1-19/+29
2013-02-07net/mlx4_en: Optimize loopback related checks in data pathYan Burman1-0/+4
2013-01-31net/mlx4_en: Fix transmit timeout when driver restarts portAmir Vadai1-4/+10
2013-01-31net/mlx4_en: Don't reassign port mac address on firmware that supports itMatan Barak1-1/+2
2013-01-31net/mlx4_en: Fix ethtool rules leftovers after module unloadedHadar Hen Zion1-0/+15
2013-01-28net/mlx4_en: Initialize RFS filters lock and list in init_netdevAmir Vadai1-3/+5
2013-01-28net/mlx4_en: Use the correct netif lock on ndo_set_rx_modeEugenia Emantayev1-2/+2
2013-01-28net/mlx4_en: Fix traffic loss under promiscuous modeAviad Yehezkel1-9/+26
2013-01-28net/mlx4_en: Issue the dump eth statistics command under lockEugenia Emantayev1-4/+4
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-3/+1
2012-12-13Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-0/+1
2012-12-02net/mlx4_en: Set number of rx/tx channels using ethtoolAmir Vadai1-11/+15
2012-11-26mlx4: 64-byte CQE/EQE supportOr Gerlitz1-0/+1