summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/mlx4_en: Check the enabling pptx/pprx flags in SET_PORT wrapper flowShaker Daibes2017-01-303-16/+31
* net/mlx4_en: Check the enabling mtu flag in SET_PORT wrapper flowShaker Daibes2017-01-301-22/+37
* net/mlx4_en: Pass user MTU value to Firmware at set port commandShaker Daibes2017-01-304-7/+81
* net/mlx4_en: Adding support of turning off link autonegotiation via ethtoolAriel Levkovich2017-01-301-5/+19
* net/mlx4_core: Get num_tc using netdev_get_num_tcAlaa Hleihel2017-01-302-2/+2
* net/mlx4_core: Add resource alloc/dealloc debuggingMatan Barak2017-01-301-4/+45
* net/mlx4_core: Device revision supportYishai Hadas2017-01-301-1/+1
* net/mlx4: Replace ENOSYS with better fitting error codesTariq Toukan2017-01-304-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-284-21/+10
|\
| * mlxsw: spectrum_router: Correctly reallocate adjacency entriesIdo Schimmel2017-01-241-4/+6
| * net/mlx5e: Do not recycle pages from emergency reserveEric Dumazet2017-01-201-0/+3
| * net/mlx5e: Remove unused variableArnd Bergmann2017-01-191-1/+0
| * net/mlx5e: Remove unnecessary checks when setting num channelsEran Ben Elisha2017-01-181-10/+0
| * net/mlx4_en: Remove unnecessary checks when setting num channelsEran Ben Elisha2017-01-181-6/+1
* | bpf: add initial bpf tracepointsDaniel Borkmann2017-01-252-4/+11
* | Merge tag 'mlx5-updates-2017-01-24' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-01-2511-118/+363
|\ \
| * | net/mlx5e: CQE compression control code reuseShaker Daibes2017-01-244-20/+10
| * | net/mlx5e: Reduce memory consumption on kdump kernelKamal Heib2017-01-243-11/+21
| * | net/mlx5: Push min-inline mode resolution helper into the coreOr Gerlitz2017-01-242-17/+18
| * | net/mlx5: Add support for setting VF min rateMohamad Haj Yahia2017-01-243-12/+101
| * | net/mlx5: E-Switch, Enlarge the FDB size for the switchdev modeOr Gerlitz2017-01-241-5/+8
| * | net/mlx5e: Support SRIOV TC encapsulation offloads for IPv6 tunnelsOr Gerlitz2017-01-241-8/+151
| * | net/mlx5e: Maximize ip tunnel key usage on the TC offloading pathOr Gerlitz2017-01-241-9/+6
| * | net/mlx5e: Use the full tunnel key info for encapsulation offload house-keepingOr Gerlitz2017-01-242-30/+17
| * | net/mlx5e: TC ipv4 tunnel encap offload cosmetic changesOr Gerlitz2017-01-241-6/+4
| * | net/mlx5e: Add TC offloads matching on IPv6 encapsulation headersOr Gerlitz2017-01-241-3/+27
| * | net/mlx5: Use exact encap header size for the FW input bufferOr Gerlitz2017-01-241-2/+5
* | | mlxsw: spectrum: Add packet sample offloading supportYotam Gigi2017-01-243-0/+122
* | | mlxsw: reg: add the Monitoring Packet Sampling Configuration RegisterYotam Gigi2017-01-241-0/+41
|/ /
* | net/mlx4: use rb_entry()Geliang Tang2017-01-221-4/+4
* | Merge tag 'mlx5-updates-2017-01-19' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-01-2016-64/+520
|\ \
| * | net/mlx5e: Reorder update statsSaeed Mahameed2017-01-191-3/+3
| * | net/mlx5: Move cached hca caps to designated caps structGal Pressman2017-01-192-4/+4
| * | net/mlx5e: Expose PCIe statistics to ethtoolGal Pressman2017-01-193-1/+53
| * | net/mlx5e: Expose physical layer statistical counters to ethtoolGal Pressman2017-01-193-2/+32
| * | net/mlx5: Query and cache PCAM, MCAM registers on initializationGal Pressman2017-01-191-0/+20
| * | net/mlx5: Implement PCAM, MCAM access register commandsGal Pressman2017-01-192-0/+29
| * | net/mlx5e: Receive s-tagged packets in promiscuous modeMohamad Haj Yahia2017-01-192-20/+68
| * | net/mlx5: Add support to s-tag in mlx5 firmware interfaceMohamad Haj Yahia2017-01-194-15/+15
| * | net/mlx5e: Implement 1PPS supportEugenia Emantayev2017-01-193-1/+232
| * | net/mlx5: Add MTPPS and MTPPSE registers infrastructureEugenia Emantayev2017-01-193-0/+62
| * | net/mlx5: Fix version printout in case of health issueEli Cohen2017-01-191-17/+3
| * | net/mlx5: Remove information print after attempt to load mlx5_ib moduleLeon Romanovsky2017-01-191-3/+1
* | | mlx4: support __GFP_MEMALLOC for rxEric Dumazet2017-01-201-1/+2
|/ /
* | net/mlx5e: Support bpf_xdp_adjust_head()Martin KaFai Lau2017-01-183-29/+40
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-178-38/+54
|\|
| * net/mlx4_core: Eliminate warning messages for SRQ_LIMIT under SRIOVJack Morgenstein2017-01-161-9/+14
| * net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT ...Jack Morgenstein2017-01-161-2/+3
| * net/mlx4_core: Fix racy CQ (Completion Queue) freeJack Morgenstein2017-01-161-18/+20
| * net/mlx5e: Fix a -Wmaybe-uninitialized warningArnd Bergmann2017-01-161-4/+7