aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-21net/mlx5e: Refactor inline header size calculation in the TX pathMaxim Mikityanskiy1-4/+4
2020-09-16Merge tag 'mlx5-updates-2020-09-15' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller11-87/+179
2020-09-15mlx5: add pause frame statsJakub Kicinski4-0/+50
2020-09-15net/mlx5e: Add CQE compression support for multi-strides packetsOfer Levi3-2/+22
2020-09-15net/mlx5e: Add IPv6 traffic class (DSCP) header rewrite supportMaor Dickman1-0/+1
2020-09-15net/mlx5e: Add support for tc trapEli Cohen1-0/+10
2020-09-15net/mlx5: E-Switch, Use vport metadata matching by defaultVu Pham1-14/+2
2020-09-15net/mlx5: E-Switch, Setup all vports' metadata to support peer miss ruleVu Pham1-9/+42
2020-09-15net/mlx5: E-Switch, Dedicated metadata for uplink vportVu Pham1-4/+1
2020-09-15net/mlx5: E-Switch, Check and enable metadata support flag before usingVu Pham1-9/+6
2020-09-15net/mlx5e: Add LAG warning if bond slave is not lag masterJianbo Liu3-11/+41
2020-09-15net/mlx5e: Add LAG warning for unsupported tx typeJianbo Liu1-6/+11
2020-09-15net/mlx5e: Return a valid errno if can't get lag device indexJianbo Liu2-4/+9
2020-09-15net/mlx5: Don't call timecounter cyc2time directly from 1PPS flowEran Ben Elisha1-2/+3
2020-09-15net/mlx5: Release clock lock before scheduling a PPS workEran Ben Elisha1-1/+1
2020-09-15net/mlx5: Rename ptp clock infoEran Ben Elisha1-1/+1
2020-09-15net/mlx5: Always use container_of to find mdev pointer from clock structEran Ben Elisha1-23/+29
2020-09-15net/mlx5: remove erroneous fallthroughDan Carpenter1-1/+0
2020-09-15net/mlx5: Fix uninitialized variable warningMoshe Tal1-1/+1
2020-09-14net: mlx: convert tasklets to use new tasklet_setup() APIAllen Pais4-9/+7
2020-09-09devlink: Introduce controller numberParav Pandit1-2/+7
2020-09-09devlink: Introduce external controller flagParav Pandit1-2/+4
2020-09-09net/mlx5: E-switch, Read controller number from deviceParav Pandit2-0/+23
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller16-155/+154
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better performanceMagnus Karlsson1-2/+2
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson7-23/+23
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson15-153/+152
2020-08-26net/mlx5e: RX, Add a prefetch command for small L1_CACHE_BYTESTariq Toukan4-13/+11
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-2/+20
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds93-1650/+5028
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-18/+0
2020-08-03net/mlx5: Delete extra dump stack that gives nothingLeon Romanovsky1-6/+3
2020-08-03net/mlx5: convert to new udp_tunnel infrastructureJakub Kicinski5-136/+64
2020-08-03net/mlx5: DR, Change push vlan action sequenceAlex Vesker1-21/+21
2020-08-03net/mlx5e: Enable users to change VF/PF representors carrier stateParav Pandit1-0/+24
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller13-70/+162
2020-07-30net/mlx5e: fix bpf_prog reference count leaks in mlx5e_alloc_rqXin Xiong1-2/+2
2020-07-30net/mlx5e: E-Switch, Specify flow_source for rule with no in_portJianbo Liu1-7/+12
2020-07-30net/mlx5e: E-Switch, Add misc bit when misc fields changed for mirroringJianbo Liu5-3/+10
2020-07-30net/mlx5e: CT: Support restore ipv6 tunnelJianbo Liu1-9/+21
2020-07-28net/mlx5e: Fix kernel crash when setting vf VLANID on a VF devAlaa Hleihel1-2/+3
2020-07-28net/mlx5e: Modify uplink state on interface up/downRon Diskin4-9/+36
2020-07-28net/mlx5: Query PPS pin operational status before registering itEran Ben Elisha1-1/+33
2020-07-28net/mlx5e: Fix slab-out-of-bounds in mlx5e_rep_is_lag_netdevRaed Salem1-2/+5
2020-07-28net/mlx5: Verify Hardware supports requested ptp function on a given pinEran Ben Elisha1-1/+22
2020-07-28net/mlx5: Fix a bug of using ptp channel index as pin indexEran Ben Elisha1-11/+10
2020-07-28net/mlx5e: Fix missing cleanup of ethtool steering during rep rx cleanupMaor Dickman1-0/+1
2020-07-28net/mlx5e: Fix error path of device attachAya Levin1-0/+2
2020-07-28net/mlx5: Fix forward to next namespaceMaor Gottlieb1-23/+5