summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: always initialize frag->last_in_pageQian Cai2019-08-051-3/+2
* Merge tag 'mlx5-fixes-2019-07-25' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-07-2616-79/+115
|\
| * net/mlx5e: kTLS, Call WARN_ONCE on netdev mismatchTariq Toukan2019-07-251-1/+1
| * net/mlx5e: Prevent encap flow counter update async to user queryAriel Levkovich2019-07-252-2/+7
| * net/mlx5e: Fix matching of speed to PRM link modesAya Levin2019-07-253-32/+68
| * net/mlx5e: Fix wrong max num channels indicationTariq Toukan2019-07-259-41/+35
| * net/mlx5: Add missing RDMA_RX capabilitiesMaor Gottlieb2019-07-251-2/+3
| * net/mlx5: Use reversed order when unregister devicesMark Zhang2019-07-251-1/+1
* | linux/dim: Fix overflow in dim calculationYamin Friedman2019-07-251-2/+2
* | net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2019-07-191-1/+1
* | net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso2019-07-191-2/+1
|/
* net/mlx5: Replace kfree with kvfreeChuhong Yuan2019-07-181-1/+1
* 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-152-4/+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-099-55/+55
* | net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso2019-07-091-0/+4
* | drivers: net: use flow block APIPablo Neira Ayuso2019-07-092-13/+34
* | net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso2019-07-091-1/+1
* | net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso2019-07-091-2/+2
* | 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