| Commit message (Expand) | Author | Age | Files | Lines |
* | net/mlx5: Replace kfree with kvfree | Chuhong Yuan | 2019-07-18 | 1 | -1/+1 |
* | mlxsw: spectrum: Do not process learned records with a dummy FID | Ido Schimmel | 2019-07-17 | 3 | -0/+17 |
* | mlxsw: spectrum_dcb: Configure DSCP map as the last rule is removed | Petr Machata | 2019-07-17 | 1 | -8/+8 |
* | net/mlx5e: Allow dissector meta key in tc flower | Vlad Buslov | 2019-07-15 | 1 | -1/+2 |
* | net/mlx5e: Rely on filter_dev instead of dissector keys for tunnels | Vlad Buslov | 2019-07-15 | 1 | -5/+1 |
* | net/mlx5e: Verify encapsulation is supported | Eli Cohen | 2019-07-15 | 1 | -0/+4 |
* | ethernet: remove redundant memset | Fuqian Huang | 2019-07-15 | 4 | -7/+0 |
* | net/mlx5e: Provide cb_list pointer when setting up tc block on rep | Vlad Buslov | 2019-07-12 | 1 | -1/+4 |
* | net/mlx5e: Convert single case statement switch statements into if statements | Nathan Chancellor | 2019-07-12 | 1 | -23/+11 |
* | Merge tag 'mlx5-fixes-2019-07-11' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller | 2019-07-11 | 8 | -32/+33 |
|\ |
|
| * | net/mlx5e: IPoIB, Add error path in mlx5_rdma_setup_rn | Aya Levin | 2019-07-11 | 1 | -1/+8 |
| * | net/mlx5e: Fix error flow in tx reporter diagnose | Aya Levin | 2019-07-11 | 1 | -2/+2 |
| * | net/mlx5e: Fix return value from timeout recover function | Aya Levin | 2019-07-11 | 1 | -4/+2 |
| * | net/mlx5e: Rx, Fix checksum calculation for new hardware | Saeed Mahameed | 2019-07-11 | 3 | -1/+10 |
| * | net/mlx5e: Fix port tunnel GRE entropy control | Eli Britstein | 2019-07-11 | 1 | -19/+4 |
| * | net/mlx5: E-Switch, Fix default encap mode | Maor Gottlieb | 2019-07-11 | 2 | -5/+7 |
* | | net/mlx5: E-Switch, Reduce ingress acl modify metadata stack usage | Saeed Mahameed | 2019-07-11 | 1 | -1/+1 |
* | | net/mlx5e: Fix unused variable warning when CONFIG_MLX5_ESWITCH is off | Saeed Mahameed | 2019-07-11 | 1 | -3/+2 |
* | | net/mlx5e: Fix compilation error in TLS code | Tariq Toukan | 2019-07-11 | 1 | -1/+1 |
* | | net/mlx5e: Return in default case statement in tx_post_resync_params | Nathan Chancellor | 2019-07-09 | 1 | -0/+1 |
* | | mlx5: Return -EINVAL when WARN_ON_ONCE triggers in mlx5e_tls_resync(). | David S. Miller | 2019-07-09 | 1 | -1/+1 |
* | | net: flow_offload: rename tc_cls_flower_offload to flow_cls_offload | Pablo Neira Ayuso | 2019-07-09 | 12 | -83/+83 |
* | | net: flow_offload: add flow_block_cb_is_busy() and use it | Pablo Neira Ayuso | 2019-07-09 | 2 | -0/+8 |
* | | drivers: net: use flow block API | Pablo Neira Ayuso | 2019-07-09 | 3 | -47/+92 |
* | | net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_* | Pablo Neira Ayuso | 2019-07-09 | 2 | -3/+3 |
* | | net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BIND | Pablo Neira Ayuso | 2019-07-09 | 2 | -4/+4 |
* | | net: flow_offload: add flow_block_cb_setup_simple() | Pablo Neira Ayuso | 2019-07-09 | 2 | -43/+10 |
* | | net/mlx5e: Register devlink ports for physical link, PCI PF, VFs | Parav Pandit | 2019-07-09 | 2 | -31/+78 |
* | | net/tls: don't clear TX resync flag on error | Dirk van der Merwe | 2019-07-08 | 1 | -3/+5 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-07-08 | 1 | -4/+6 |
|\| |
|
| * | idr: introduce idr_for_each_entry_continue_ul() | Cong Wang | 2019-07-01 | 1 | -4/+6 |
* | | net: core: page_pool: add user refcnt and reintroduce page_pool_destroy | Ivan Khoronzhuk | 2019-07-08 | 1 | -2/+2 |
* | | net/mlx5e: Add kTLS TX HW offload support | Tariq Toukan | 2019-07-05 | 14 | -7/+748 |
* | | net/mlx5e: Introduce a fenced NOP WQE posting function | Tariq Toukan | 2019-07-05 | 1 | -0/+18 |
* | | net/mlx5e: Re-work TIS creation functions | Tariq Toukan | 2019-07-05 | 5 | -11/+27 |
* | | net/mlx5e: Tx, Unconstify SQ stop room | Tariq Toukan | 2019-07-05 | 4 | -17/+21 |
* | | net/mlx5e: Tx, Don't implicitly assume SKB-less wqe has one WQEBB | Eran Ben Elisha | 2019-07-05 | 1 | -2/+2 |
* | | net/mlx5e: Tx, Make SQ WQE fetch function type generic | Tariq Toukan | 2019-07-05 | 3 | -8/+10 |
* | | net/mlx5e: Tx, Enforce L4 inline copy when needed | Tariq Toukan | 2019-07-05 | 2 | -1/+9 |
* | | net/mlx5e: Move helper functions to a new txrx datapath header | Tariq Toukan | 2019-07-05 | 8 | -153/+170 |
* | | net/mlx5: Accel, Add core TLS support for the Connect-X family | Tariq Toukan | 2019-07-05 | 3 | -3/+101 |
* | | net/mlx5: Add crypto library to support create/destroy encryption key | Tariq Toukan | 2019-07-05 | 3 | -1/+78 |
* | | net/mlx5: Kconfig, Better organize compilation flags | Tariq Toukan | 2019-07-05 | 7 | -92/+46 |
* | | net/mlx5: Accel, Expose accel wrapper for IPsec FPGA function | Tariq Toukan | 2019-07-05 | 3 | -1/+11 |
* | | Merge tag 'mlx5-updates-2019-07-04-v2' of git://git.kernel.org/pub/scm/linux/... | David S. Miller | 2019-07-05 | 23 | -328/+681 |
|\ \ |
|
| * | | net/mlx5: Added devlink info callback | Shay Agroskin | 2019-07-04 | 1 | -0/+60 |
| * | | net/mlx5: Added fw version query command | Shay Agroskin | 2019-07-04 | 2 | -20/+201 |
| * | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel... | Saeed Mahameed | 2019-07-04 | 21 | -308/+420 |
| |\ \ |
|
| | * | | net/mlx5: Refactor mlx5_esw_query_functions for modularity | Parav Pandit | 2019-07-03 | 4 | -22/+46 |
| | * | | net/mlx5: E-Switch prepare functions change handler to be modular | Parav Pandit | 2019-07-03 | 1 | -17/+27 |