aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-14/+22
2016-03-03net: mellanox: add DEVLINK dependenciesArnd Bergmann1-0/+1
2016-03-03net: relax setup_tc ndo op handle restrictionJohn Fastabend1-1/+1
2016-03-02net/mlx4_core: Allow resetting VF admin mac to zeroJack Morgenstein1-1/+1
2016-03-02net/mlx4_core: Check the correct limitation on VFs for HA modeMoni Shoua1-3/+11
2016-03-02net/mlx4_core: Fix lockdep warning in handling of mac/vlan tablesJack Morgenstein1-10/+10
2016-03-01mlx4: Implement port type setting via devlink interfaceJiri Pirko1-21/+65
2016-03-01mlx4: Implement devlink interfaceJiri Pirko4-13/+50
2016-02-25net: mlx4: use new ETHTOOL_G/SSETTINGS APIDavid Decotigny3-170/+189
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-39/+108
2016-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-38/+107
2016-02-17net/mlx4_en: Avoid changing dev->features directly in run-timeEugenia Emantayev1-4/+5
2016-02-17net/mlx4_core: Set UAR page size to 4KB regardless of system page sizeHuy Nguyen6-20/+66
2016-02-17net/mlx4_core: Do not BUG_ON during reset when PCI is offlineDaniel Jurgens1-2/+9
2016-02-17net/mlx4_core: Fix potential corruption in counters databaseEran Ben Elisha1-4/+6
2016-02-17net/mlx4_en: Choose time-stamping shift value according to HW frequencyEugenia Emantayev1-6/+19
2016-02-17net/mlx4_en: Count HW buffer overrun only onceAmir Vadai1-2/+2
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend1-3/+4
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend1-2/+10
2016-02-11net/mlx4: fix some error handling in mlx4_multi_func_init()Rasmus Villemoes1-1/+1
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds4-2/+75
2016-01-19net/mlx4_core: Add support for RoCE v2 entropyMoni Shoua1-0/+26
2016-01-19net/mlx4_core: Add support for configuring RoCE v2 UDP portMoni Shoua1-1/+15
2016-01-19net/mlx4_core: Configure mlx4 hardware for mixed RoCE v1/v2 modesMoni Shoua2-1/+11
2016-01-19net/mlx4: Query RoCE supportMoni Shoua1-0/+23
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-9/+15
2015-12-18net/mlx4_en: Fix HW timestamp init issue upon system startupEugenia Emantayev3-7/+14
2015-12-18net/mlx4_en: Remove dependency between timestamping capability and service_taskEugenia Emantayev1-3/+2
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+4
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+3
2015-12-15net/mlx4_core: fix handling return value of mlx4_slave_convert_portAndrzej Hajda1-2/+3
2015-12-08IB/mlx4: Use correct order of variables in log messageWengang Wang1-1/+1
2015-12-06net/mlx4_core: Support the HA mode for SRIOV VFs tooMoni Shoua1-10/+97
2015-12-06net/mlx4_core: Keep VLAN/MAC tables mirrored in multifunc HA modeMoni Shoua2-23/+581
2015-12-06net/mlx4_core: Support mirroring VF DMFS rules on both portsMoni Shoua2-9/+186
2015-12-06net/mlx4_core: Use both physical ports to dispatch link state events to VFMoni Shoua1-4/+20
2015-12-06net/mlx4_core: Use both physical ports to set the VF link stateOr Gerlitz2-1/+12
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet1-4/+2
2015-11-18net: add netif_tx_napi_add()Eric Dumazet1-2/+2
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet1-3/+0
2015-11-18mlx4: remove mlx4_en_low_latency_recv()Eric Dumazet4-198/+2
2015-11-18mlx4: mlx4_en_low_latency_recv() called with BH disabledEric Dumazet1-5/+7
2015-11-15net/mlx4_core: Avoid returning success in case of an error flowNoa Osherovich1-3/+5
2015-11-15net/mlx4_core: Fix sleeping while holding spinlock at rem_slave_countersEran Ben Elisha1-12/+27
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds6-9/+96
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-2/+4
2015-10-27net/mlx4: Copy/set only sizeof struct mlx4_eqe bytesCarol L Soto2-2/+2
2015-10-27net/mlx4_en: Explicitly set no vlan tags in WQE ctrl segment when no vlan is presentJack Morgenstein1-0/+2
2015-10-21net/mlx4_en: Implement mcast loopback prevention for ETH qpsMaor Gottlieb3-1/+49
2015-10-21net/mlx4_core: Add support for filtering multicast loopbackMaor Gottlieb3-8/+47