Age | Commit message (Expand) | Author | Files | Lines |
2017-08-07 | net: sched: make type an argument for ndo_setup_tc | Jiri Pirko | 2 | -8/+9 |
2017-08-04 | net: sched: change names of action number helpers to be aligned with the rest | Jiri Pirko | 1 | -2/+2 |
2017-07-27 | net/mlx5: Fix mlx5_add_flow_rules call with correct num of dests | Paul Blakey | 1 | -1/+1 |
2017-07-27 | net/mlx5e: Schedule overflow check work to mlx5e workqueue | Eugenia Emantayev | 1 | -6/+5 |
2017-07-27 | net/mlx5e: Fix wrong delay calculation for overflow check scheduling | Eugenia Emantayev | 1 | -1/+2 |
2017-07-27 | net/mlx5e: Add missing support for PTP_CLK_REQ_PPS request | Eugenia Emantayev | 3 | -1/+21 |
2017-07-27 | net/mlx5e: Change 1PPS out scheme | Eugenia Emantayev | 2 | -38/+87 |
2017-07-27 | net/mlx5e: Fix broken disable 1PPS flow | Eugenia Emantayev | 1 | -29/+46 |
2017-07-27 | net/mlx5e: Add field select to MTPPS register | Eugenia Emantayev | 3 | -7/+29 |
2017-07-27 | net/mlx5e: Fix outer_header_zero() check size | Ilan Tayari | 1 | -1/+1 |
2017-07-27 | net/mlx5e: IPoIB, Modify add/remove underlay QPN flows | Alex Vesker | 1 | -5/+11 |
2017-07-27 | net/mlx5: Fix command bad flow on command entry allocation failure | Moshe Shemesh | 1 | -2/+17 |
2017-07-27 | net/mlx5: Fix command completion after timeout access invalid structure | Moshe Shemesh | 1 | -2/+4 |
2017-07-27 | net/mlx5: Consider tx_enabled in all modes on remap | Aviv Heller | 1 | -15/+10 |
2017-07-27 | net/mlx5: Clean SRIOV eswitch resources upon VF creation failure | Eran Ben Elisha | 2 | -1/+7 |
2017-07-10 | net/mlx5: IPSec, fix 64-bit division correctly | Arnd Bergmann | 1 | -3/+1 |
2017-07-06 | net/mlx5e: Initialize CEE's getpermhwaddr address buffer to 0xff | Huy Nguyen | 1 | -0/+2 |
2017-07-06 | net/mlx5: Add Makefiles for subdirectories | Ilan Tayari | 5 | -0/+5 |
2017-07-06 | net/mlx5: Build wq.o even if MLX5_CORE_EN is not selected | Ilan Tayari | 1 | -2/+2 |
2017-07-06 | net/mlx5: FPGA, Fix datatype mismatch | Ilan Tayari | 1 | -2/+2 |
2017-07-06 | net/mlx5: FPGA, make mlx5_fpga_device_brb static | Ilan Tayari | 1 | -1/+1 |
2017-07-06 | net/mlx5: IPSec, Fix 64-bit division on 32-bit builds | Ilan Tayari | 1 | -1/+3 |
2017-07-06 | net/mlx5: Add missing include in lib/gid.c | Ilan Tayari | 1 | -0/+1 |
2017-07-03 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -5/+16 |
2017-07-03 | net/mlx5: fix memcpy limit? | Stephen Rothwell | 1 | -1/+1 |
2017-07-02 | net/mlx5: fix spelling mistake: "Allodating" -> "Allocating" | Colin Ian King | 1 | -1/+1 |
2017-06-27 | net/mlx5e: IPSec, Add IPSec ethtool stats | Ilan Tayari | 5 | -3/+190 |
2017-06-27 | net/mlx5e: IPSec, Add Innova IPSec offload TX data path | Ilan Tayari | 7 | -9/+319 |
2017-06-27 | net/mlx5e: IPSec, Add Innova IPSec offload RX data path | Ilan Tayari | 7 | -3/+269 |
2017-06-27 | net/mlx5e: IPSec, Innova IPSec offload infrastructure | Ilan Tayari | 6 | -0/+524 |
2017-06-27 | net/mlx5: Accel, Add IPSec acceleration interface | Ilan Tayari | 8 | -1/+705 |
2017-06-27 | net/mlx5: FPGA, Add SBU infrastructure | Ilan Tayari | 5 | -1/+331 |
2017-06-27 | net/mlx5: FPGA, Add SBU bypass and reset flows | Ilan Tayari | 3 | -0/+52 |
2017-06-27 | net/mlx5: FPGA, Add high-speed connection routines | Ilan Tayari | 6 | -1/+1264 |
2017-06-27 | net/mlx5: FPGA, Add FW commands for FPGA QPs | Ilan Tayari | 3 | -0/+129 |
2017-06-27 | net/mlx5: FPGA, Move FPGA init/cleanup to init_once | Ilan Tayari | 3 | -17/+16 |
2017-06-27 | net/mlx5: Add QP WQ support | Ilan Tayari | 2 | -0/+56 |
2017-06-27 | net/mlx5: Make get_cqe routine not ethernet-specific | Ilan Tayari | 5 | -22/+21 |
2017-06-27 | net/mlx5: Add support for multiple RoCE enable | Ilan Tayari | 1 | -0/+4 |
2017-06-27 | net/mlx5: Add reserved-gids support | Ilan Tayari | 6 | -3/+243 |
2017-06-27 | net/mlx5: Set interface flags before cleanup in unload_one | Ilan Tayari | 1 | -2/+3 |
2017-06-27 | net/mlx5e: Fix TX carrier errors report in get stats ndo | Gal Pressman | 1 | -2/+0 |
2017-06-27 | net/mlx5: Cancel delayed recovery work when unloading the driver | Mohamad Haj Yahia | 2 | -2/+15 |
2017-06-27 | net/mlx5: Fix driver load error flow when firmware is stuck | Gal Pressman | 1 | -1/+1 |
2017-06-23 | Merge tag 'mlx5-updates-2017-06-23' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 9 | -97/+512 |
2017-06-22 | net/mlx5e: Use device ID defines | Myron Stowe | 1 | -3/+3 |
2017-06-22 | net/mlx5e: IPoIB, Support the flash device ethtool callback | Or Gerlitz | 1 | -0/+9 |
2017-06-22 | net/mlx5e: Support the flash device ethtool callback | Or Gerlitz | 2 | -0/+37 |
2017-06-22 | net/mlx5: Add mlxfw callbacks | Or Gerlitz | 2 | -0/+157 |
2017-06-22 | net/mlx5: Add helper functions to set/query MCC/MCDA/MCQI registers | Or Gerlitz | 1 | -0/+114 |