summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5
AgeCommit message (Expand)AuthorFilesLines
2016-12-28net/mlx5e: Disable netdev after closeSaeed Mahameed1-4/+4
2016-12-28net/mlx5e: Don't sync netdev state when not registeredSaeed Mahameed1-7/+12
2016-12-28net/mlx5e: Check ets capability before initializing ets settingsHuy Nguyen1-0/+3
2016-12-28Revert "net/mlx5e: Expose PCIe statistics to ethtool"Gal Pressman3-72/+1
2016-12-28net/mlx5: Prevent setting multicast macs for VFsMohamad Haj Yahia1-1/+1
2016-12-28net/mlx5: Release FTE lock in error flowMaor Gottlieb1-0/+1
2016-12-28net/mlx5: Mask destination mac value in ethtool steering rulesMaor Gottlieb1-0/+1
2016-12-28net/mlx5: Avoid shadowing numa_nodeEli Cohen1-2/+1
2016-12-28net/mlx5: Cancel recovery work in remove flowDaniel Jurgens1-2/+3
2016-12-28net/mlx5: Check FW limitations on log_max_qp before setting itNoa Osherovich1-0/+7
2016-12-28net/mlx5: Disable RoCE on the e-switch management port under switchdev modeOr Gerlitz1-0/+11
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner3-4/+4
2016-12-20net/mlx5: use rb_entry()Geliang Tang1-1/+1
2016-12-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2016-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2016-12-10net: mlx5: Fix Kconfig help textChristopher Covington1-2/+0
2016-12-09net/mlx5e: use %pad format string for dma_addr_tArnd Bergmann1-2/+2
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau1-0/+5
2016-12-08net/mlx5e: Offload TC matching on packets being IP fragmentsOr Gerlitz1-0/+12
2016-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-42/+53
2016-12-06net/mlx5e: Change the SQ/RQ operational state to positive logicMohamad Haj Yahia5-13/+17
2016-12-06net/mlx5e: Don't flush SQ on errorSaeed Mahameed1-1/+0
2016-12-06net/mlx5e: Don't notify HW when filling the edge of ICO SQSaeed Mahameed1-1/+1
2016-12-06net/mlx5: Fix query ISSI flowKamal Heib3-11/+14
2016-12-06net/mlx5: Remove duplicate pci dev name printKamal Heib1-4/+4
2016-12-06net/mlx5: Verify module parametersKamal Heib2-12/+17
2016-12-02net/mlx5e: Support adding ingress tc rule when egress device flag is setHadar Hen Zion1-0/+8
2016-12-02net/mlx5e: Save the represntor netdevice as part of the representorHadar Hen Zion4-10/+22
2016-12-02net/mlx5e: Bring back representor's ndos that were accidentally removedHadar Hen Zion1-0/+2
2016-12-02net/mlx5e: skip loopback selftest with !CONFIG_INETArnd Bergmann1-1/+9
2016-12-02bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to callerDaniel Borkmann1-2/+6
2016-12-02net/mlx5e: Remove flow encap entry in the correct placeRoi Dayan1-21/+22
2016-12-02net/mlx5e: Refactor tc del flow to accept mlx5e_tc_flow instanceRoi Dayan1-7/+6
2016-12-02net/mlx5e: Correct cleanup order when deleting offloaded TC rulesRoi Dayan1-2/+2
2016-12-02net/mlx5e: Remove redundant hashtable lookup in configure flowerRoi Dayan1-19/+7
2016-12-02net/mlx5e: Create UMR MKey per RQTariq Toukan3-42/+35
2016-12-02net/mlx5e: Move function mlx5e_create_umr_mkeyTariq Toukan1-37/+37
2016-12-02net/mlx5e: Implement Fragmented Work Queue (WQ)Tariq Toukan5-17/+105
2016-11-30ethernet :mellanox :mlx5: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder1-3/+2
2016-11-28net/mlx5e: Add CQE compression user controlShaker Daibes5-13/+51
2016-11-28net/mlx5e: Moves pflags to priv->paramsShaker Daibes3-12/+14
2016-11-28net/mlx5e: Add support for loopback selftestSaeed Mahameed4-3/+227
2016-11-28net/mlx5e: Add support for ethtool self diagnostics testKamal Heib4-2/+139
2016-11-28net/mlx5e: Add DCBX control interfaceHuy Nguyen1-3/+24
2016-11-28net/mlx5e: ConnectX-4 firmware support for DCBXHuy Nguyen3-28/+94
2016-11-28net/mlx5: Add DCBX firmware commands supportHuy Nguyen1-0/+20
2016-11-28net/mlx5e: Read ETS settings directly from firmwareHuy Nguyen3-25/+56
2016-11-28net/mlx5e: Support DCBX CEE APIHuy Nguyen3-2/+366
2016-11-28net/mlx5e: Add qos capability checkHuy Nguyen1-1/+2
2016-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0