summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2019-07-192-4/+6
* net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-191-1/+1
* net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso2019-07-192-5/+3
* net/mlx5: Replace kfree with kvfreeChuhong Yuan2019-07-181-1/+1
* mlxsw: spectrum: Do not process learned records with a dummy FIDIdo Schimmel2019-07-173-0/+17
* mlxsw: spectrum_dcb: Configure DSCP map as the last rule is removedPetr Machata2019-07-171-8/+8
* net/mlx5e: Allow dissector meta key in tc flowerVlad Buslov2019-07-151-1/+2
* net/mlx5e: Rely on filter_dev instead of dissector keys for tunnelsVlad Buslov2019-07-151-5/+1
* net/mlx5e: Verify encapsulation is supportedEli Cohen2019-07-151-0/+4
* ethernet: remove redundant memsetFuqian Huang2019-07-154-7/+0
* net/mlx5e: Provide cb_list pointer when setting up tc block on repVlad Buslov2019-07-121-1/+4
* net/mlx5e: Convert single case statement switch statements into if statementsNathan Chancellor2019-07-121-23/+11
* Merge tag 'mlx5-fixes-2019-07-11' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-07-118-32/+33
|\
| * net/mlx5e: IPoIB, Add error path in mlx5_rdma_setup_rnAya Levin2019-07-111-1/+8
| * net/mlx5e: Fix error flow in tx reporter diagnoseAya Levin2019-07-111-2/+2
| * net/mlx5e: Fix return value from timeout recover functionAya Levin2019-07-111-4/+2
| * net/mlx5e: Rx, Fix checksum calculation for new hardwareSaeed Mahameed2019-07-113-1/+10
| * net/mlx5e: Fix port tunnel GRE entropy controlEli Britstein2019-07-111-19/+4
| * net/mlx5: E-Switch, Fix default encap modeMaor Gottlieb2019-07-112-5/+7
* | net/mlx5: E-Switch, Reduce ingress acl modify metadata stack usageSaeed Mahameed2019-07-111-1/+1
* | net/mlx5e: Fix unused variable warning when CONFIG_MLX5_ESWITCH is offSaeed Mahameed2019-07-111-3/+2
* | net/mlx5e: Fix compilation error in TLS codeTariq Toukan2019-07-111-1/+1
* | net/mlx5e: Return in default case statement in tx_post_resync_paramsNathan Chancellor2019-07-091-0/+1
* | mlx5: Return -EINVAL when WARN_ON_ONCE triggers in mlx5e_tls_resync().David S. Miller2019-07-091-1/+1
* | net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2019-07-0912-83/+83
* | net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso2019-07-092-0/+8
* | drivers: net: use flow block APIPablo Neira Ayuso2019-07-093-47/+92
* | net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso2019-07-092-3/+3
* | net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso2019-07-092-4/+4
* | net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso2019-07-092-43/+10
* | net/mlx5e: Register devlink ports for physical link, PCI PF, VFsParav Pandit2019-07-092-31/+78
* | net/tls: don't clear TX resync flag on errorDirk van der Merwe2019-07-081-3/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-4/+6
|\|
| * idr: introduce idr_for_each_entry_continue_ul()Cong Wang2019-07-011-4/+6
* | net: core: page_pool: add user refcnt and reintroduce page_pool_destroyIvan Khoronzhuk2019-07-081-2/+2
* | net/mlx5e: Add kTLS TX HW offload supportTariq Toukan2019-07-0514-7/+748
* | net/mlx5e: Introduce a fenced NOP WQE posting functionTariq Toukan2019-07-051-0/+18
* | net/mlx5e: Re-work TIS creation functionsTariq Toukan2019-07-055-11/+27
* | net/mlx5e: Tx, Unconstify SQ stop roomTariq Toukan2019-07-054-17/+21
* | net/mlx5e: Tx, Don't implicitly assume SKB-less wqe has one WQEBBEran Ben Elisha2019-07-051-2/+2
* | net/mlx5e: Tx, Make SQ WQE fetch function type genericTariq Toukan2019-07-053-8/+10
* | net/mlx5e: Tx, Enforce L4 inline copy when neededTariq Toukan2019-07-052-1/+9
* | net/mlx5e: Move helper functions to a new txrx datapath headerTariq Toukan2019-07-058-153/+170
* | net/mlx5: Accel, Add core TLS support for the Connect-X familyTariq Toukan2019-07-053-3/+101
* | net/mlx5: Add crypto library to support create/destroy encryption keyTariq Toukan2019-07-053-1/+78
* | net/mlx5: Kconfig, Better organize compilation flagsTariq Toukan2019-07-057-92/+46
* | net/mlx5: Accel, Expose accel wrapper for IPsec FPGA functionTariq Toukan2019-07-053-1/+11
* | Merge tag 'mlx5-updates-2019-07-04-v2' of git://git.kernel.org/pub/scm/linux/...David S. Miller2019-07-0523-328/+681
|\ \
| * | net/mlx5: Added devlink info callbackShay Agroskin2019-07-041-0/+60
| * | net/mlx5: Added fw version query commandShay Agroskin2019-07-042-20/+201