summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-271-2/+4
|\
| * net/mlx4_en: fix spurious timestamping callbacksEric Dumazet2016-04-261-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-247-25/+89
|\|
| * net/mlx4_en: Split SW RX dropped counter per RX ringEran Ben Elisha2016-04-214-3/+10
| * net/mlx4_core: Don't allow to VF change global pause settingsEugenia Emantayev2016-04-212-0/+15
| * net/mlx4_core: Avoid repeated calls to pci enable/disableDaniel Jurgens2016-04-211-5/+34
| * net/mlx4_core: Implement pci_resume callbackDaniel Jurgens2016-04-211-15/+24
| * net/mlx4_en: do batched put_page using atomic_subKonstantin Khlebnikov2016-04-201-2/+6
| * net/mlx4_en: allocate non 0-order pages for RX ring with __GFP_NOMEMALLOCKonstantin Khlebnikov2016-04-201-1/+1
* | mlx4: protect mlx4_en_start_port in mlx4_en_restart with rtnl_lockHannes Frederic Sowa2016-04-211-0/+2
|/
* net/mlx4: remove unused array zero_gid[]Colin Ian King2016-03-201-2/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-1910-218/+344
|\
| * net/mlx4_core: Fix backward compatibility on VFsEli Cohen2016-03-191-6/+18
| * mlx4: add missing braces in verify_qp_parametersArnd Bergmann2016-03-141-1/+2
| * mlx4: use napi_consume_skb API to get bulk free operationsJesper Dangaard Brouer2016-03-141-6/+9
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-083-14/+22
| |\
| * | net: mellanox: add DEVLINK dependenciesArnd Bergmann2016-03-031-0/+1
| * | net: relax setup_tc ndo op handle restrictionJohn Fastabend2016-03-031-1/+1
| * | mlx4: Implement port type setting via devlink interfaceJiri Pirko2016-03-011-21/+65
| * | mlx4: Implement devlink interfaceJiri Pirko2016-03-014-13/+50
| * | net: mlx4: use new ETHTOOL_G/SSETTINGS APIDavid Decotigny2016-02-263-170/+189
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-2312-39/+108
| |\ \
| * | | net: rework setup_tc ndo op to consume general tc operandJohn Fastabend2016-02-171-3/+4
| * | | net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend2016-02-171-2/+10
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-191-5/+4Star
|\ \ \ \
| * | | | mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-5/+4Star
| | |_|/ | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-03-182-3/+8
|\ \ \ \ | |/ / / |/| | |
| * | | IB/mlx4: Add support for the don't trap ruleMarina Varshaver2016-02-292-3/+8
| | |/ | |/|
* | | net/mlx4_core: Allow resetting VF admin mac to zeroJack Morgenstein2016-03-021-1/+1
* | | net/mlx4_core: Check the correct limitation on VFs for HA modeMoni Shoua2016-03-021-3/+11
* | | net/mlx4_core: Fix lockdep warning in handling of mac/vlan tablesJack Morgenstein2016-03-021-10/+10
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-02-2211-38/+107
|\ \
| * | net/mlx4_en: Avoid changing dev->features directly in run-timeEugenia Emantayev2016-02-171-4/+5
| * | net/mlx4_core: Set UAR page size to 4KB regardless of system page sizeHuy Nguyen2016-02-176-20/+66
| * | net/mlx4_core: Do not BUG_ON during reset when PCI is offlineDaniel Jurgens2016-02-171-2/+9
| * | net/mlx4_core: Fix potential corruption in counters databaseEran Ben Elisha2016-02-171-4/+6
| * | net/mlx4_en: Choose time-stamping shift value according to HW frequencyEugenia Emantayev2016-02-171-6/+19
| * | net/mlx4_en: Count HW buffer overrun only onceAmir Vadai2016-02-171-2/+2
| |/
* / net/mlx4: fix some error handling in mlx4_multi_func_init()Rasmus Villemoes2016-02-111-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-244-2/+75
|\
| * net/mlx4_core: Add support for RoCE v2 entropyMoni Shoua2016-01-191-0/+26
| * net/mlx4_core: Add support for configuring RoCE v2 UDP portMoni Shoua2016-01-191-1/+15
| * net/mlx4_core: Configure mlx4 hardware for mixed RoCE v1/v2 modesMoni Shoua2016-01-192-1/+11
| * net/mlx4: Query RoCE supportMoni Shoua2016-01-191-0/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-013-9/+15
|\ \
| * | net/mlx4_en: Fix HW timestamp init issue upon system startupEugenia Emantayev2015-12-183-7/+14
| * | net/mlx4_en: Remove dependency between timestamping capability and service_taskEugenia Emantayev2015-12-181-3/+2Star
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-182-3/+4
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-171-2/+3
| |\
| | * net/mlx4_core: fix handling return value of mlx4_slave_convert_portAndrzej Hajda2015-12-151-2/+3