summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en
AgeCommit message (Expand)AuthorFilesLines
2021-03-22net/mlx5e: Offload tuple rewrite for non-CT flowsDima Chumak1-1/+2
2021-03-10net/mlx5e: Check correct ip_version in decapsulation route resolutionRoi Dayan2-5/+6
2021-03-10net/mlx5e: Don't match on Geneve options in case option masks are all zeroMaor Dickman1-0/+4
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-69/+194
2021-02-17Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...David S. Miller2-2/+12
2021-02-17net/mlx5: Add cyc2time HW translation mode supportAya Levin2-2/+12
2021-02-12net/mlx5e: CT: manage the lifetime of the ct entry objectOz Shlomo1-67/+192
2021-02-12net/mlx5e: Replace synchronize_rcu with synchronize_netMaxim Mikityanskiy2-2/+2
2021-02-11net/mlx5e: Fix tc_tun.h to verify MLX5_ESWITCH configVlad Buslov1-0/+4
2021-02-06net/mlx5e: Handle FIB events to update tunnel endpoint deviceVlad Buslov3-43/+712
2021-02-06net/mlx5e: Rename some encap-specific API to generic namesVlad Buslov3-7/+7
2021-02-06net/mlx5e: TC preparation refactoring for routing update eventVlad Buslov3-1/+208
2021-02-06net/mlx5e: Refactor neigh update infrastructureVlad Buslov6-25/+30
2021-02-06net/mlx5e: Create route entry infrastructureVlad Buslov3-2/+272
2021-02-06net/mlx5e: Extract tc tunnel encap/decap code to dedicated fileVlad Buslov4-0/+928
2021-02-06net/mlx5e: Refactor reg_c1 usageVlad Buslov2-6/+4
2021-02-06net/mlx5e: VF tunnel RX traffic offloadingVlad Buslov2-0/+54
2021-02-06net/mlx5e: Remove redundant match on tunnel destination macVlad Buslov1-8/+0
2021-02-06net/mlx5e: Refactor tun routing helpersVlad Buslov1-109/+126
2021-02-06net/mlx5e: Always set attr mdev pointerVlad Buslov1-0/+2
2021-02-02net/mlx5e: CT: remove useless conversion to PTR_ERR then ERR_PTRSaeed Mahameed1-5/+2
2021-02-02net/mlx5e: remove h from printk format specifierTom Rix1-1/+1
2021-02-02net/mlx5e: Enable napi in channel's activation stageTariq Toukan1-6/+6
2021-02-02net/mlx5e: Move representor neigh init into profile enableRoi Dayan1-5/+13
2021-01-30net/mlx5: CT: Add support for matching on ct_state reply flagPaul Blakey1-3/+10
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+14
2021-01-28net/mlx5e: Enable traps according to link stateAya Levin2-0/+42
2021-01-28net/mlx5e: Add listener to DMAC filter trap eventAya Levin1-0/+8
2021-01-28net/mlx5e: Add trap entity to ETH driverAya Levin2-0/+444
2021-01-28net/mlx5e: Add flow steering DMAC trap ruleAya Levin1-0/+3
2021-01-28net/mlx5e: Add flow steering VLAN trap ruleAya Levin1-0/+3
2021-01-28net/mlx5e: Optimize promiscuous modeAya Levin1-2/+8
2021-01-27net/mlx5: CT: Fix incorrect removal of tuple_nat_node from nat rhashtablePaul Blakey1-7/+13
2021-01-27net/mlx5e: free page before returnPan Bian1-1/+1
2021-01-23net/mlx5e: Support HTB offloadMaxim Mikityanskiy4-1/+1031
2021-01-14net/mlx5e: CT: Remove redundant usage of zone maskRoi Dayan1-3/+1
2021-01-14net/mlx5e: CT: Pass null instead of zero specRoi Dayan1-2/+1
2021-01-14net/mlx5: E-Switch, use new cap as condition for mpls over udpEli Cohen1-2/+2
2021-01-07net/mlx5e: In skb build skip setting mark in switchdev modeMaor Dickman1-0/+5
2021-01-07net/mlx5e: Fix SWP offsets when vlan inserted by driverMoshe Shemesh1-0/+9
2021-01-07net/mlx5e: CT: Use per flow counter when CT flow accounting is enabledOz Shlomo1-28/+49
2020-12-25Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+0
2020-12-08net/mlx5e: Fill mlx5e_create_cq_param in a functionMaxim Mikityanskiy2-5/+3
2020-12-08net/mlx5e: Split between RX/TX tunnel FW support indicationAya Levin1-2/+1
2020-12-08net/mlx5e: Add TX port timestamp supportEran Ben Elisha4-5/+221
2020-12-08net/mlx5e: Add TX PTP port object supportEran Ben Elisha4-32/+550
2020-12-08net/mlx5e: Move MLX5E_RX_ERR_CQE macroEran Ben Elisha2-2/+2
2020-12-08net/mlx5e: Change skb fifo push/pop API to be used without SQEran Ben Elisha1-6/+9
2020-12-08net/mlx5e: Allow SQ outside of channel contextEran Ben Elisha4-15/+13
2020-12-08net/mlx5e: Allow RQ outside of channel contextAya Levin4-29/+35