summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Fix a -Wmaybe-uninitialized warningArnd Bergmann2017-01-161-4/+7
* net/mlx5: Only cancel recovery work when cleaning up deviceDaniel Jurgens2017-01-101-2/+4
* net/mlx5e: Remove WARN_ONCE from adaptive moderation codeGil Rockah2017-01-101-6/+1
* net/mlx5e: Un-register uplink representor on nic_disableSaeed Mahameed2017-01-101-7/+6
* net/mlx5e: Properly handle FW errors while adding TC rulesOr Gerlitz2017-01-101-7/+11
* net/mlx5e: Fix kbuild warnings for uninitialized parametersHadar Hen Zion2017-01-101-2/+2
* net/mlx5e: Set inline mode requirements for matching on IP fragmentsOr Gerlitz2017-01-101-0/+4
* net/mlx5e: Properly get address type of encapsulation IP headersOr Gerlitz2017-01-101-4/+9
* net/mlx5e: TC ipv4 tunnel encap offload error flow fixesOr Gerlitz2017-01-101-8/+8
* net/mlx5e: Warn when rejecting offload attempts of IP tunnelsOr Gerlitz2017-01-101-6/+24
* net/mlx5e: Properly handle offloading of source udp port for IP tunnelsOr Gerlitz2017-01-101-4/+8
* 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
* 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
OpenPOWER on IntegriCloud