summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5 (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-082-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-059-88/+45
|\
| * net/mlx5e: Disable netdev after closeSaeed Mahameed2016-12-281-4/+4
| * net/mlx5e: Don't sync netdev state when not registeredSaeed Mahameed2016-12-281-7/+12
| * net/mlx5e: Check ets capability before initializing ets settingsHuy Nguyen2016-12-281-0/+3
| * Revert "net/mlx5e: Expose PCIe statistics to ethtool"Gal Pressman2016-12-283-72/+1
| * net/mlx5: Prevent setting multicast macs for VFsMohamad Haj Yahia2016-12-281-1/+1
| * net/mlx5: Release FTE lock in error flowMaor Gottlieb2016-12-281-0/+1
| * net/mlx5: Mask destination mac value in ethtool steering rulesMaor Gottlieb2016-12-281-0/+1
| * net/mlx5: Avoid shadowing numa_nodeEli Cohen2016-12-281-2/+1
| * net/mlx5: Cancel recovery work in remove flowDaniel Jurgens2016-12-281-2/+3
| * net/mlx5: Check FW limitations on log_max_qp before setting itNoa Osherovich2016-12-281-0/+7
| * net/mlx5: Disable RoCE on the e-switch management port under switchdev modeOr Gerlitz2016-12-281-0/+11
* | {net,IB}/mlx5: Refactor page fault handlingArtemy Kovalyov2017-01-025-143/+311
* | net/mlx5: Update PAGE_FAULT_RESUME layoutArtemy Kovalyov2017-01-021-8/+2
* | IB/mlx5: Add MR cache for large UMR regionsArtemy Kovalyov2017-01-021-0/+20
* | IB/mlx5: Refactor UMR post send formatArtemy Kovalyov2017-01-021-1/+1
|/
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-253-4/+4
* net/mlx5: use rb_entry()Geliang Tang2016-12-201-1/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-131-1/+1
|\
| * ptp_clock: Allow for it to be optionalNicolas Pitre2016-11-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-101-2/+0
|\ \
| * | net: mlx5: Fix Kconfig help textChristopher Covington2016-12-101-2/+0
* | | net/mlx5e: use %pad format string for dma_addr_tArnd Bergmann2016-12-091-2/+2
* | | bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau2016-12-081-0/+5
* | | net/mlx5e: Offload TC matching on packets being IP fragmentsOr Gerlitz2016-12-081-0/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-078-42/+53
|\| |
| * | net/mlx5e: Change the SQ/RQ operational state to positive logicMohamad Haj Yahia2016-12-065-13/+17
| * | net/mlx5e: Don't flush SQ on errorSaeed Mahameed2016-12-061-1/+0
| * | net/mlx5e: Don't notify HW when filling the edge of ICO SQSaeed Mahameed2016-12-061-1/+1
| * | net/mlx5: Fix query ISSI flowKamal Heib2016-12-063-11/+14
| * | net/mlx5: Remove duplicate pci dev name printKamal Heib2016-12-061-4/+4
| * | net/mlx5: Verify module parametersKamal Heib2016-12-062-12/+17
* | | net/mlx5e: Support adding ingress tc rule when egress device flag is setHadar Hen Zion2016-12-021-0/+8
* | | net/mlx5e: Save the represntor netdevice as part of the representorHadar Hen Zion2016-12-024-10/+22
* | | net/mlx5e: Bring back representor's ndos that were accidentally removedHadar Hen Zion2016-12-021-0/+2
* | | net/mlx5e: skip loopback selftest with !CONFIG_INETArnd Bergmann2016-12-021-1/+9
* | | bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to callerDaniel Borkmann2016-12-021-2/+6
* | | net/mlx5e: Remove flow encap entry in the correct placeRoi Dayan2016-12-021-21/+22
* | | net/mlx5e: Refactor tc del flow to accept mlx5e_tc_flow instanceRoi Dayan2016-12-021-7/+6
* | | net/mlx5e: Correct cleanup order when deleting offloaded TC rulesRoi Dayan2016-12-021-2/+2
* | | net/mlx5e: Remove redundant hashtable lookup in configure flowerRoi Dayan2016-12-021-19/+7
* | | net/mlx5e: Create UMR MKey per RQTariq Toukan2016-12-023-42/+35
* | | net/mlx5e: Move function mlx5e_create_umr_mkeyTariq Toukan2016-12-021-37/+37
* | | net/mlx5e: Implement Fragmented Work Queue (WQ)Tariq Toukan2016-12-025-17/+105
* | | ethernet :mellanox :mlx5: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder2016-11-301-3/+2
* | | net/mlx5e: Add CQE compression user controlShaker Daibes2016-11-285-13/+51
* | | net/mlx5e: Moves pflags to priv->paramsShaker Daibes2016-11-283-12/+14
* | | net/mlx5e: Add support for loopback selftestSaeed Mahameed2016-11-284-3/+227
* | | net/mlx5e: Add support for ethtool self diagnostics testKamal Heib2016-11-284-2/+139