summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome/nfp/crypto
AgeCommit message (Expand)Author
2025-02-21xfrm: provide common xdo_dev_offload_ok callback implementationLeon Romanovsky
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2023-10-12nfp: add support CHACHA20-POLY1305 offload for ipsecShihong Wang
2023-04-21nfp: fix incorrect pointer deference when offloading IPsec with bondingHuanhuan Wang
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2023-02-09nfp: fix schedule in atomic context when offloading saYinjun Zhang
2023-02-09nfp: fix incorrect use of mbox in IPsec codeYinjun Zhang
2023-02-09nfp: support IPsec offloading for NFP3800Huanhuan Wang
2023-01-26nfp: fill IPsec state validation failure reasonLeon Romanovsky
2023-01-26xfrm: extend add state callback to set failure reasonLeon Romanovsky
2022-12-05xfrm: allow state packet offload modeLeon Romanovsky
2022-11-21nfp: implement xfrm callbacks and expose ipsec offload feature to upper layerHuanhuan Wang
2022-11-21nfp: add framework to support ipsec offloadingHuanhuan Wang
2022-09-20tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima
2022-04-22ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima
2020-12-09nfp: silence set but not used warning with IPV6=nJakub Kicinski
2020-12-04nfp: Replace zero-length array with flexible-array memberSimon Horman
2020-11-18nfp: tls: Fix unreachable code issueGustavo A. R. Silva
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-12-19nfp: tls: implement the stream sync RX resyncJakub Kicinski
2019-07-08nfp: tls: don't leave key material in freed FW cmsg skbsJakub Kicinski
2019-07-08net/tls: don't clear TX resync flag on errorDirk van der Merwe
2019-07-08nfp: tls: use unique connection ids instead of 4-tuple for TXJakub Kicinski
2019-07-08nfp: tls: move setting ipver_vlan to a helperJakub Kicinski
2019-07-08nfp: tls: ignore queue limits for delete commandsJakub Kicinski
2019-07-08nfp: tls: fix error return code in nfp_net_tls_add()Wei Yongjun
2019-06-11nfp: tls: make use of kernel-driven TX resyncJakub Kicinski
2019-06-11net/tls: generalize the resync callbackJakub Kicinski
2019-06-11nfp: tls: enable TLS RX offloadJakub Kicinski
2019-06-11nfp: tls: implement RX TLS resyncDirk van der Merwe
2019-06-11nfp: rename nfp_ccm_mbox_alloc()Jakub Kicinski
2019-06-06nfp: tls: add basic statisticsJakub Kicinski
2019-06-06nfp: tls: add/delete TLS TX connectionsDirk van der Merwe
2019-06-06nfp: tls: add datapath support for TLS TXDirk van der Merwe
2019-06-06nfp: add tls init codeJakub Kicinski