summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5
Commit message (Expand)AuthorAgeFilesLines
* 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-121-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-091-2/+0
* | | net/mlx5e: use %pad format string for dma_addr_tArnd Bergmann2016-12-081-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-068-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
* | | net/mlx5e: Add DCBX control interfaceHuy Nguyen2016-11-281-3/+24
* | | net/mlx5e: ConnectX-4 firmware support for DCBXHuy Nguyen2016-11-283-28/+94
* | | net/mlx5: Add DCBX firmware commands supportHuy Nguyen2016-11-281-0/+20
* | | net/mlx5e: Read ETS settings directly from firmwareHuy Nguyen2016-11-283-25/+56
* | | net/mlx5e: Support DCBX CEE APIHuy Nguyen2016-11-283-2/+366
* | | net/mlx5e: Add qos capability checkHuy Nguyen2016-11-281-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-261-1/+0
|\ \ \ | |/ /
| * | net/mlx5: drop duplicate header delay.hGeliang Tang2016-11-251-1/+0
* | | net/mlx5: remove a duplicate conditionDan Carpenter2016-11-251-2/+1
* | | net/mlx5e: Enforce min inline mode when offloading flowsRoi Dayan2016-11-241-2/+44
* | | net/mlx5: E-Switch, Add control for inline modeRoi Dayan2016-11-244-0/+148
* | | net/mlx5: Enable to query min inline for a specific vportRoi Dayan2016-11-243-18/+13
* | | net/mlx5e: Support VF vport link state control for SRIOV switchdev modeOr Gerlitz2016-11-241-2/+31
* | | net/mlx5e: Support HW (offloaded) and SW counters for SRIOV switchdev modeOr Gerlitz2016-11-244-24/+128
* | | bpf, mlx5: drop priv->xdp_prog reference on netdev cleanupDaniel Borkmann2016-11-211-0/+3
* | | bpf, mlx5: fix various refcount issues in mlx5e_xdp_setDaniel Borkmann2016-11-211-4/+13
* | | bpf, mlx5: fix mlx5e_create_rq taking reference on progDaniel Borkmann2016-11-211-4/+9
OpenPOWER on IntegriCloud