Age | Commit message (Expand) | Author | Files | Lines |
2018-08-01 | net/mlx5e: Fix uninitialized variable | Gustavo A. R. Silva | 1 | -1/+1 |
2018-07-31 | net/mlx5e: IPoIB, Set the netdevice sw mtu in ipoib enhanced flow | Feras Daoud | 1 | -0/+4 |
2018-07-31 | net/mlx5e: Fix null pointer access when setting MTU of vport representor | Adi Nissim | 1 | -1/+2 |
2018-07-31 | net/mlx5e: Set port trust mode to PCP as default | Or Gerlitz | 1 | -0/+2 |
2018-07-31 | net/mlx5e: E-Switch, Initialize eswitch only if eswitch manager | Eli Cohen | 1 | -2/+2 |
2018-07-31 | mlx5: handle DMA mapping error case for XDP redirect | Jesper Dangaard Brouer | 1 | -0/+3 |
2018-07-29 | Merge tag 'mlx5e-updates-2018-07-27' of git://git.kernel.org/pub/scm/linux/ke... | David S. Miller | 8 | -239/+320 |
2018-07-28 | net/mlx5e: Issue direct lookup on vxlan ports by vport representors | Saeed Mahameed | 1 | -10/+2 |
2018-07-28 | net/mlx5e: Vxlan, move vxlan logic to core driver | Saeed Mahameed | 7 | -19/+19 |
2018-07-28 | net/mlx5e: Vxlan, add sync lock for add/del vxlan port | Saeed Mahameed | 1 | -3/+15 |
2018-07-28 | net/mlx5e: Vxlan, return values for add/del port | Saeed Mahameed | 2 | -11/+21 |
2018-07-28 | net/mlx5e: Vxlan, rename from mlx5e to mlx5 | Saeed Mahameed | 5 | -79/+104 |
2018-07-28 | net/mlx5e: Vxlan, rename struct mlx5e_vxlan to mlx5_vxlan_port | Saeed Mahameed | 2 | -34/+33 |
2018-07-28 | net/mlx5e: Vxlan, move netdev only logic to en_main.c | Saeed Mahameed | 3 | -61/+61 |
2018-07-28 | net/mlx5e: Vxlan, add direct delete function | Saeed Mahameed | 1 | -6/+13 |
2018-07-28 | net/mlx5e: Vxlan, cleanup an unused member in vxlan work | Gal Pressman | 3 | -8/+4 |
2018-07-27 | net/mlx5e: Vxlan, replace ports radix-tree with hash table | Gal Pressman | 3 | -17/+28 |
2018-07-27 | net/mlx5e: Vxlan, check maximum number of UDP ports | Gal Pressman | 2 | -0/+15 |
2018-07-27 | net/mlx5e: Vxlan, reflect 4789 UDP port default addition to software database | Gal Pressman | 1 | -13/+27 |
2018-07-27 | mlxsw: spectrum: Support ieee_setapp, ieee_delapp | Petr Machata | 2 | -2/+271 |
2018-07-27 | mlxsw: reg: Add QoS Priority to DSCP Mapping Register | Petr Machata | 1 | -0/+89 |
2018-07-27 | mlxsw: reg: Add QoS ReWrite Enable Register | Petr Machata | 1 | -0/+39 |
2018-07-27 | mlxsw: reg: Add QoS Priority Trust State Register | Petr Machata | 1 | -0/+39 |
2018-07-27 | mlxsw: reg: Add QoS Port DSCP to Priority Mapping Register | Petr Machata | 1 | -0/+52 |
2018-07-27 | net/mlx5e: TX, Use function to access sq_dma object in fifo | Tariq Toukan | 1 | -10/+9 |
2018-07-27 | net/mlx5e: TX, Move DB fields in TXQ-SQ struct | Tariq Toukan | 1 | -6/+4 |
2018-07-27 | net/mlx5e: RX, Prefetch the xdp_frame data area | Tariq Toukan | 1 | -0/+1 |
2018-07-27 | net/mlx5e: Add support for XDP_REDIRECT in device-out side | Tariq Toukan | 7 | -21/+154 |
2018-07-27 | net/mlx5e: Re-order fields of struct mlx5e_xdpsq | Tariq Toukan | 4 | -18/+19 |
2018-07-27 | net/mlx5e: Refactor XDP counters | Tariq Toukan | 5 | -26/+52 |
2018-07-27 | net/mlx5e: Make XDP xmit functions more generic | Tariq Toukan | 4 | -42/+61 |
2018-07-27 | net/mlx5e: Add counter for XDP redirect in RX | Tariq Toukan | 3 | -0/+6 |
2018-07-27 | net/mlx5e: Move XDP related code into new XDP files | Tariq Toukan | 7 | -215/+293 |
2018-07-27 | net/mlx5e: Restrict the combination of large MTU and XDP | Tariq Toukan | 2 | -8/+33 |
2018-07-27 | net/mlx5e: Gather all XDP pre-requisite checks in a single function | Tariq Toukan | 1 | -11/+22 |
2018-07-27 | net/mlx5e: Do not recycle RX pages in interface down flow | Tariq Toukan | 1 | -17/+20 |
2018-07-27 | net/mlx5e: Replace call to MPWQE free with dealloc in interface down flow | Tariq Toukan | 3 | -3/+2 |
2018-07-26 | mlxsw: spectrum_acl: Start using A-TCAM | Ido Schimmel | 7 | -36/+124 |
2018-07-26 | mlxsw: spectrum_acl: Add A-TCAM rule insertion and deletion | Ido Schimmel | 4 | -5/+485 |
2018-07-26 | mlxsw: spectrum_acl: Pass C-TCAM region and entry to insert function | Ido Schimmel | 1 | -10/+11 |
2018-07-26 | mlxsw: spectrum_acl: Add A-TCAM region initialization | Ido Schimmel | 1 | -22/+33 |
2018-07-26 | mlxsw: spectrum_acl: Make global TCAM resources available to regions | Ido Schimmel | 6 | -3/+9 |
2018-07-26 | mlxsw: spectrum_acl: Encapsulate C-TCAM region in A-TCAM region | Ido Schimmel | 3 | -11/+16 |
2018-07-26 | mlxsw: spectrum_acl: Add A-TCAM initialization | Ido Schimmel | 3 | -0/+23 |
2018-07-26 | mlxsw: spectrum_acl: Allow encoding a partial key | Ido Schimmel | 3 | -6/+11 |
2018-07-26 | mlxsw: spectrum_acl: Extend Spectrum-2 region struct | Ido Schimmel | 1 | -0/+3 |
2018-07-26 | mlxsw: spectrum_acl: Add support for C-TCAM eRPs | Ido Schimmel | 2 | -13/+191 |
2018-07-26 | mlxsw: spectrum_acl: Enable C-TCAM only mode in eRP core | Ido Schimmel | 1 | -3/+7 |
2018-07-26 | mlxsw: spectrum_acl: Implement common eRP core | Ido Schimmel | 4 | -1/+1061 |
2018-07-26 | mlxsw: resources: Add Spectrum-2 eRP resources | Ido Schimmel | 1 | -0/+12 |