aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_accel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-18net/mlx5e: kTLS, Enhance TX resync flowTariq Toukan1-23/+35
2019-10-18net/mlx5e: kTLS, Save a copy of the crypto infoTariq Toukan3-8/+4
2019-10-18net/mlx5e: kTLS, Remove unneeded cipher type checksTariq Toukan1-6/+0
2019-10-18net/mlx5e: kTLS, Limit DUMP wqe sizeTariq Toukan2-5/+40
2019-10-18net/mlx5e: kTLS, Fix missing SQ edge fillTariq Toukan1-8/+20
2019-10-18net/mlx5e: kTLS, Fix page refcnt leak in TX resync error flowTariq Toukan1-2/+5
2019-10-18net/mlx5e: kTLS, Save by-value copy of the record fragsTariq Toukan1-4/+4
2019-10-18net/mlx5e: kTLS, Save only the frag page to release at completionTariq Toukan1-14/+13
2019-10-18net/mlx5e: kTLS, Size of a Dump WQE is fixedTariq Toukan2-15/+11
2019-10-18net/mlx5e: kTLS, Release reference on DUMPed fragments in shutdown flowTariq Toukan2-3/+15
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+0
2019-09-05net/mlx5e: kTLS, Remove unused function parameterTariq Toukan1-4/+2
2019-08-30net/mlx5e: Remove unlikely() from WARN*() conditionDenis Efremov1-1/+1
2019-08-22net/mlx5e: Remove ethernet segment from dump WQEEran Ben Elisha1-16/+10
2019-08-22net/mlx5e: Add num bytes metadata to WQE infoEran Ben Elisha1-5/+7
2019-08-21treewide: remove dummy Makefiles for single targetsMasahiro Yamada1-2/+0
2019-08-08net/mlx5e: kTLS, Fix tisn field placementTariq Toukan1-3/+3
2019-08-08net/mlx5e: kTLS, Fix tisn field nameTariq Toukan1-3/+3
2019-08-08net/mlx5e: kTLS, Fix progress params context WQE layoutTariq Toukan2-4/+6
2019-07-25net/mlx5e: kTLS, Call WARN_ONCE on netdev mismatchTariq Toukan1-1/+1
2019-07-12net/mlx5e: Convert single case statement switch statements into if statementsNathan Chancellor1-23/+11
2019-07-09net/mlx5e: Return in default case statement in tx_post_resync_paramsNathan Chancellor1-0/+1
2019-07-09mlx5: Return -EINVAL when WARN_ON_ONCE triggers in mlx5e_tls_resync().David S. Miller1-1/+1
2019-07-08net/tls: don't clear TX resync flag on errorDirk van der Merwe1-3/+5
2019-07-05net/mlx5e: Add kTLS TX HW offload supportTariq Toukan6-2/+668
2019-07-05net/mlx5e: Tx, Make SQ WQE fetch function type genericTariq Toukan1-1/+1
2019-07-05net/mlx5e: Move helper functions to a new txrx datapath headerTariq Toukan3-0/+3
2019-06-11net/tls: generalize the resync callbackJakub Kicinski1-3/+6
2019-06-11net/tls: pass record number as a byte arrayJakub Kicinski1-1/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-01drivers: mellanox: use netdev_xmit_more() helperFlorian Westphal1-2/+1
2019-03-22net/mlx5e: TX, Add geneve tunnel stateless offload supportMoshe Shemesh1-0/+51
2019-03-22net/mlx5e: Take SW parser code to a separate functionMoshe Shemesh1-24/+12
2018-12-19xfrm: prefer secpath_set over secpath_dupFlorian Westphal1-4/+6
2018-12-19drivers: net: ethernet: mellanox: use skb_sec_path helperFlorian Westphal1-3/+6
2018-09-17net/mlx5e: TLS, Read capabilities only when it is safeSaeed Mahameed1-1/+2
2018-08-06mellanox: fix the dport endianness in call of __inet6_lookup_established()Al Viro1-1/+1
2018-07-23net/mlx5e: Use PARTIAL_GSO for UDP segmentationBoris Pismenny3-134/+16
2018-07-16net/mlx5e: IPsec, fix byte count in CQEBoris Pismenny2-1/+2
2018-07-16net/mlx5: Accel, add common metadata functionsBoris Pismenny2-29/+8
2018-07-16net/mlx5e: TLS, build TLS netdev from capabilitiesBoris Pismenny1-2/+16
2018-07-16net/mlx5e: TLS, add software statisticsBoris Pismenny3-1/+17
2018-07-16net/mlx5e: TLS, add Innova TLS rx data pathBoris Pismenny2-3/+112
2018-07-16net/mlx5e: TLS, add innova rx supportBoris Pismenny2-15/+46
2018-07-16net/mlx5e: TLS, refactor variable namesBoris Pismenny3-8/+8
2018-07-16tls: Refactor tls_offload variable namesBoris Pismenny1-3/+3
2018-06-28net/mlx5e: Add UDP GSO remaining counterBoris Pismenny1-0/+1
2018-06-28net/mlx5e: Add UDP GSO supportBoris Pismenny3-4/+129
2018-05-25net/mlx5e: Avoid reset netdev stats on configuration changesEran Ben Elisha1-2/+2
2018-05-14net/mlx5e: Use test bit in en accel xmit flowGal Pressman1-2/+2