aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-07Merge tag 'mlx5-updates-2019-09-05' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-2/+0
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2019-09-05net/mlx5e: Remove unnecessary clear_bit()sMaxim Mikityanskiy1-2/+0
2019-08-30net/mlx5e: Move local var definition into ifdef blockVlad Buslov1-2/+4
2019-08-28net/mlx5e: Support TSO and TX checksum offloads for IP-in-IPMarina Varshaver1-0/+11
2019-08-28net/mlx5e: Improve stateless offload capability checkMarina Varshaver1-2/+2
2019-08-28net/mlx5e: Support LAG TX port affinity distributionMaxim Mikityanskiy1-16/+38
2019-08-28net/mlx5e: Expose new function for TIS destroy loopTariq Toukan1-4/+9
2019-08-26net: sched: add API for registering unlocked offload block callbacksVlad Buslov1-0/+2
2019-08-22net/mlx5e: Add mlx5e HV VHCA stats agentEran Ben Elisha1-0/+3
2019-08-20net/mlx5e: Report and recover from CQE with error on RQAya Levin1-0/+9
2019-08-20net/mlx5e: Report and recover from rx timeoutAya Levin1-0/+1
2019-08-20net/mlx5e: Report and recover from CQE error on ICOSQAya Levin1-6/+16
2019-08-20net/mlx5e: Split open/close ICOSQ into stagesAya Levin1-4/+15
2019-08-20net/mlx5e: Add support to rx reporter diagnoseAya Levin1-20/+0
2019-08-20net/mlx5e: Add helper functions for reporter's basicsAya Levin1-6/+3
2019-08-20net/mlx5e: Change naming convention for reporter's functionsAya Levin1-4/+4
2019-08-20net/mlx5e: Rename reporter header fileAya Levin1-1/+1
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+0
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson1-1/+1
2019-08-08net/mlx5e: Fix error flow of CQE recovery on tx reporterAya Levin1-1/+0
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-23/+18
2019-08-05net/mlx5e: always initialize frag->last_in_pageQian Cai1-3/+2
2019-08-01net/mlx5e: Set tx reporter only on successful creationAya Levin1-1/+1
2019-08-01net/mlx5e: Tx, Soften inline mode VLAN dependenciesTariq Toukan1-1/+3
2019-07-29net/mlx5e: Change flow flags type to unsigned longVlad Buslov1-4/+4
2019-07-29net/mlx5e: Avoid warning print when not requiredSaeed Mahameed1-1/+2
2019-07-29net/mlx5e: Print a warning when LRO feature is dropped or not allowedHuy Nguyen1-2/+3
2019-07-25net/mlx5e: Fix wrong max num channels indicationTariq Toukan1-20/+16
2019-07-11Merge tag 'mlx5-fixes-2019-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-0/+3
2019-07-11net/mlx5e: Fix unused variable warning when CONFIG_MLX5_ESWITCH is offSaeed Mahameed1-3/+2
2019-07-11net/mlx5e: Rx, Fix checksum calculation for new hardwareSaeed Mahameed1-0/+3
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso1-4/+4
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso1-1/+4
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso1-22/+5
2019-07-08net: core: page_pool: add user refcnt and reintroduce page_pool_destroyIvan Khoronzhuk1-2/+2
2019-07-05net/mlx5e: Add kTLS TX HW offload supportTariq Toukan1-0/+3
2019-07-05net/mlx5e: Re-work TIS creation functionsTariq Toukan1-7/+10
2019-07-05net/mlx5e: Tx, Unconstify SQ stop roomTariq Toukan1-1/+4
2019-07-05net/mlx5e: Move helper functions to a new txrx datapath headerTariq Toukan1-0/+2
2019-07-05Merge tag 'mlx5-updates-2019-07-04-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-3/+4
2019-07-04Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-3/+4
2019-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-257/+473
2019-07-03net/mlx5: mlx5_core_create_cq() enhancementsYishai Hadas1-1/+2
2019-07-01net/mlx5: E-Switch, Refactor eswitch SR-IOV interfaceBodong Wang1-1/+1
2019-07-01net/mlx5: Handle host PF vport mac/guid for ECPFBodong Wang1-1/+1
2019-06-28net/mlx5e: Don't refresh TIRs when updating representor SQsGavi Teitz1-2/+8
2019-06-28net/mlx5e: Report netdevice MPLS featuresAriel Levkovich1-0/+5
2019-06-28net/mlx5e: Move to HW checksumming advertisingAriel Levkovich1-4/+2
2019-06-27net/mlx5e: Add XSK zero-copy supportMaxim Mikityanskiy1-158/+369