summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mlx5-fixes-2017-04-22' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2017-04-246-53/+76
|\
| * net/mlx5e: Fix ETHTOOL_GRXCLSRLALL handlingIlan Tayari2017-04-221-0/+1
| * net/mlx5e: Fix small packet thresholdEugenia Emantayev2017-04-221-1/+1
| * net/mlx5: Fix UAR memory leakMaor Gottlieb2017-04-221-0/+1
| * net/mlx5e: Make sure the FW max encap size is enough for ipv6 tunnelsOr Gerlitz2017-04-221-19/+23
| * net/mlx5e: Make sure the FW max encap size is enough for ipv4 tunnelsOr Gerlitz2017-04-221-19/+23
| * net/mlx5: E-Switch, Correctly deal with inline mode on ConnectX-5Or Gerlitz2017-04-222-13/+26
| * net/mlx5: Fix driver load bad flow when having fw initializing timeoutMohamad Haj Yahia2017-04-221-1/+1
* | net/mlx5e: Fix race in mlx5e_sw_stats and mlx5e_vport_statsMartin KaFai Lau2017-04-241-2/+2
|/
* net/mlx5: Avoid dereferencing uninitialized pointerTalat Batheesh2017-03-281-2/+3
* net/mlx5e: Count LRO packets correctlyGal Pressman2017-03-221-0/+4
* net/mlx5e: Count GSO packets correctlyGal Pressman2017-03-221-2/+3
* net/mlx5: Increase number of max QPs in default profileMaor Gottlieb2017-03-221-1/+1
* net/mlx5e: Avoid supporting udp tunnel port ndo for VF repsPaul Blakey2017-03-224-12/+11
* net/mlx5e: Use the proper UAPI values when offloading TC vlan actionsOr Gerlitz2017-03-221-2/+4
* net/mlx5: E-Switch, Don't allow changing inline mode when flows are configuredRoi Dayan2017-03-222-0/+9
* net/mlx5e: Change the TC offload rule add/del code path to be per NIC or E-Sw...Or Gerlitz2017-03-223-20/+58
* net/mlx5: Add missing entries for set/query rate limit commandsOr Gerlitz2017-03-221-0/+4
* net/mlx5e: Fix loopback selftestEugenia Emantayev2017-03-101-4/+1
* net/mlx5e: Avoid wrong identification of rules on deletionOr Gerlitz2017-03-101-15/+18
* net/mlx5e: remove IEEE/CEE mode check when setting DCBX modeHuy Nguyen2017-03-101-5/+5
* net/mlx5: Don't save PCI state when PCI error is detectedDaniel Jurgens2017-03-101-2/+3
* net/mlx5: Fix create autogroup prev initializerPaul Blakey2017-03-101-1/+1
* net/mlx5e: add IPV6 dependencyArnd Bergmann2017-03-071-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-235-23/+35
|\
| * net/mlx5e: Fix wrong CQE decompressionTariq Toukan2017-02-231-7/+6
| * net/mlx5e: Update MPWQE stride size when modifying CQE compress stateSaeed Mahameed2017-02-234-1/+4
| * net/mlx5e: Fix broken CQE compression initializationTariq Toukan2017-02-231-1/+3
| * net/mlx5e: Do not reduce LRO WQE size when not using build_skbTariq Toukan2017-02-231-6/+5
| * net/mlx5e: Register/unregister vport representors on interface attach/detachSaeed Mahameed2017-02-231-8/+15
| * net/mlx5e: s390 system compilation fixMohamad Haj Yahia2017-02-232-0/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-2/+10
|\ \ | |/ |/|
| * net/mlx5: Consolidate flow rules regardless their flow tagMaor Gottlieb2017-02-141-2/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-161-0/+4
|\ \
| * | net/mlx5e: Disable preemption when doing TC statistics upcallOr Gerlitz2017-02-141-0/+4
* | | Merge tag 'mlx5-updates-2017-01-31' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-02-075-34/+60
|\ \ \
| * | | net/mlx5e: Bring back bfreg uar map dedicated pointerSaeed Mahameed2017-02-062-2/+4
| * | | net/mlx5e: XDP Tx, no inline copy on ConnectX-5Saeed Mahameed2017-02-063-11/+15
| * | | net/mlx5e: Tx, no inline copy on ConnectX-5Saeed Mahameed2017-02-062-17/+26
| * | | net/mlx5: TX WQE updateSaeed Mahameed2017-02-062-6/+6
| * | | net/mlx5: Configure cache line size for start and end paddingDaniel Jurgens2017-02-063-4/+15
* | | | net/mlx5e: fix another maybe-uninitialized false-positiveArnd Bergmann2017-02-061-2/+2
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-0215-158/+181
|\ \ \ | |/ /
| * | net/mlx5e: Check ets capability before ets query FW commandMoshe Shemesh2017-01-291-0/+5
| * | net/mlx5e: Fix update of hash function/key via ethtoolGal Pressman2017-01-293-105/+109
| * | net/mlx5e: Modify TIRs hash only when it's neededGal Pressman2017-01-291-5/+13
| * | net/mlx5e: Support TC encapsulation offloads with upper devicesHadar Hen Zion2017-01-291-7/+6
| * | net/mlx5: E-Switch, Re-enable RoCE on mode change only after FDB destroyOr Gerlitz2017-01-291-11/+18
| * | net/mlx5: E-Switch, Err when retrieving steering name-space failsOr Gerlitz2017-01-291-1/+2
| * | net/mlx5: Return EOPNOTSUPP when failing to get steering name-spaceOr Gerlitz2017-01-294-6/+6
OpenPOWER on IntegriCloud