aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-08net/mlx5e: Fix devlink port netdev unregistration sequenceParav Pandit1-1/+1
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+24
2020-03-24net/mlx5e: Fix ICOSQ recovery flow with Striding RQAya Levin1-7/+24
2020-03-17net/mlx5e: Fix devlink port register sequenceVladyslav Tarasiuk1-7/+9
2020-03-03net/mlx5e: Use devlink virtual flavour for VF devlink portParav Pandit1-3/+3
2020-02-28Merge tag 'mlx5-updates-2020-02-27' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-0/+11
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+1
2020-02-27net/mlx5e: Add support for devlink-port in non-representors modeVladyslav Tarasiuk1-0/+11
2020-02-27mlx5: register lag notifier for init network namespace onlyJiri Pirko1-2/+1
2020-02-25net/mlx5e: Add context to the preactivate hookMaxim Mikityanskiy1-13/+23
2020-02-25net/mlx5e: Allow mlx5e_switch_priv_channels to fail and recoverMaxim Mikityanskiy1-7/+27
2020-02-25net/mlx5e: Remove unneeded netif_set_real_num_tx_queuesMaxim Mikityanskiy1-6/+0
2020-02-25net/mlx5e: Fix configuration of XPS cpumasks and netdev queues in corner casesMaxim Mikityanskiy1-40/+55
2020-02-25net/mlx5e: Use preactivate hook to set the indirection tableMaxim Mikityanskiy1-2/+14
2020-02-25net/mlx5e: Rename hw_modify to preactivateMaxim Mikityanskiy1-6/+8
2020-02-25net/mlx5e: Encapsulate updating netdev queues into a functionMaxim Mikityanskiy1-7/+12
2020-02-25net/mlx5e: Add missing LRO cap checkTariq Toukan1-3/+2
2020-02-18net/mlx5e: Reset RQ doorbell counter before moving RQ state from RST to RDYAya Levin1-0/+3
2020-01-27mlx5: Use dev_net netdevice notifier registrationsJiri Pirko1-1/+2
2020-01-22net/mlx5e: Convert stats groups array to array of group pointersSaeed Mahameed1-2/+2
2020-01-22net/mlx5e: Profile specific stats groupsSaeed Mahameed1-12/+5
2020-01-22net/mlx5e: allow TSO on VXLAN over VLAN topologiesDavide Caratti1-0/+2
2020-01-07net/mlx5: Increase the max number of channels to 128Fan Li1-5/+7
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-18/+1
2019-12-19net/mlx5e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy1-18/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-05net/mlx5e: Fix TXQ indices to be sequentialEran Ben Elisha1-19/+12
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-13/+5
2019-11-20net/mlx5e: Add missing capability bit check for IP-in-IPMarina Varshaver1-1/+4
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko1-13/+5
2019-11-13net/mlx5e: Set netdev name space on creationMichael Guralnik1-0/+2
2019-10-18net/mlx5e: kTLS, Limit DUMP wqe sizeTariq Toukan1-1/+6
2019-10-18net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup flowTariq Toukan1-1/+5
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