aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_accel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-21net/mlx5e: Use dynamic per-channel allocations in statsTariq Toukan1-1/+1
2021-11-30net/mlx5e: Sync TIR params updates against concurrent create/modifyTariq Toukan1-23/+1
2021-11-30net/mlx5e: IPsec: Fix Software parser inner l3 type setting in case of encapsulationRaed Salem1-1/+1
2021-11-16net/mlx5e: kTLS, Fix crash in RX resync flowTariq Toukan1-6/+17
2021-10-29net/mlx5e: IPsec: Refactor checksum code in tx data pathRaed Salem1-0/+26
2021-10-20net/mlx5e: IPsec: Fix a misuse of the software parser's fieldsEmeel Hakim1-24/+27
2021-08-02net/mlx5: Embed mlx5_ttc_tableMaor Gottlieb2-6/+7
2021-08-02net/mlx5e: Decouple TTC logic from mlx5eMaor Gottlieb2-6/+6
2021-08-02net/mlx5e: Rename traffic type enumsMaor Gottlieb2-6/+6
2021-08-02net/mlx5e: Hide all implementation details of mlx5e_rx_resMaxim Mikityanskiy1-1/+1
2021-07-26net/mlx5e: Use the new TIR API for kTLSMaxim Mikityanskiy1-29/+22
2021-07-26net/mlx5e: Use mlx5e_rqt_get_rqtn to access RQT hardware idMaxim Mikityanskiy1-1/+1
2021-07-26net/mlx5e: Take RQT out of TIR and group RX resourcesMaxim Mikityanskiy1-1/+1
2021-07-26net/mlx5e: Move RX resources to a separate structMaxim Mikityanskiy1-1/+1
2021-06-26net/mlx5e: Add IPsec support to uplink representorRaed Salem1-1/+1
2021-06-26net/mlx5e: kTLS, Add stats for number of deleted kTLS TX offloaded connectionsTariq Toukan3-0/+3
2021-06-22net/mlx5: Fix checksum issue of VXLAN and IPsec crypto offloadHuy Nguyen2-19/+70
2021-06-22net/mlx5: Optimize mlx5e_feature_checks for non IPsec packetHuy Nguyen1-6/+9
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+0
2021-06-09net/mlx5e: Remove dependency in IPsec initialization flowsHuy Nguyen1-3/+0
2021-06-03net/mlx5e: Remove unreachable code in mlx5e_xmit()Vladyslav Tarasiuk1-3/+1
2021-06-03net/mlx5e: Disable TLS device offload in kdump modeAlaa Hleihel8-16/+54
2021-04-16net/mlx5e: kTLS, Add resiliency to RX resync failuresTariq Toukan3-18/+137
2021-04-16net/mlx5e: TX, Inline function mlx5e_tls_handle_tx_wqe()Tariq Toukan3-9/+7
2021-04-16net/mlx5e: TX, Inline TLS skb checkTariq Toukan3-5/+9
2021-04-16net/mlx5e: Cleanup unused function parameterTariq Toukan1-3/+2
2021-04-16net/mlx5e: Remove non-essential TLS SQ state bitTariq Toukan1-5/+3
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-41/+56
2021-03-31net/mlx5e: Guarantee room for XSK wakeup NOP on async ICOSQTariq Toukan1-11/+7
2021-03-31net/mlx5e: kTLS, Fix RX counters atomicityTariq Toukan3-10/+16
2021-03-31net/mlx5e: kTLS, Fix TX counters atomicityTariq Toukan3-20/+33
2021-03-16net/mlx5: Move mlx5e hw resources into a sub objectRoi Dayan1-1/+1
2021-03-11net/mlx5e: Alloc flow spec using kvzalloc instead of kzallocRoi Dayan1-2/+2
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-36/+32
2021-02-11net/mlx5e: Check tunnel offload is required before setting SWPMoshe Shemesh1-1/+1
2021-02-11net/mlx5e: kTLS, Use refcounts to free kTLS RX priv contextMaxim Mikityanskiy1-34/+30
2021-02-11net/mlx5e: Replace synchronize_rcu with synchronize_netMaxim Mikityanskiy1-1/+1
2021-02-01net/mlx5e: accel, remove redundant spaceSaeed Mahameed1-1/+1
2021-02-01net/mlx5e: kTLS, Improve TLS RX workqueue scopeTariq Toukan2-10/+21
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-01-26net/mlx5e: Fix IPSEC statsMaxim Mikityanskiy1-2/+2
2021-01-13net/mlx5e: IPsec, Inline feature_check fast-path functionTariq Toukan2-16/+17
2021-01-13net/mlx5e: IPsec, Avoid unreachable returnTariq Toukan1-2/+2
2021-01-13net/mlx5e: IPsec, Enclose csum logic under ipsec configTariq Toukan1-0/+10
2021-01-07net/mlx5e: Fix SWP offsets when vlan inserted by driverMoshe Shemesh1-3/+5
2020-12-08net/mlx5e: Allow SQ outside of channel contextEran Ben Elisha1-1/+1
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2020-12-03net: mlx5e: fix fs_tcp.c build when IPV6 is not enabledRandy Dunlap1-0/+2
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-18/+21
2020-11-17net/mlx5e: Fix IPsec packet drop by mlx5e_tc_update_skbHuy Nguyen3-13/+13