aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_ipsec.c
AgeCommit message (Expand)Author
2021-05-31linux-gen: ipsec: enable success bytes in statsAakash Sasidharan
2021-05-20linux-gen: ipsec: add configurable ordering modeJanne Peltonen
2021-05-11linux-gen: ipsec: ignore dest_queue SA parameter in sync modeJanne Peltonen
2021-05-11linux-gen: ipsec: make mtu atomic and remove unneeded synchronizationJanne Peltonen
2021-05-11linux-gen: ipsec: remove unnecessary SA use count updatingJanne Peltonen
2021-05-05linux-gen: reass: add minimal support for reassembly APIVidya Sagar Velumuri
2021-04-23linux-gen: ipsec: add event type assertion in odp_ipsec_packet_from_event()Janne Peltonen
2021-04-01linux-gen: ipsec: remove unnecessary setting of l4 offsetJanne Peltonen
2021-03-11linux-gen: ipsec: increase the maximum number of SAsJanne Peltonen
2021-03-02linux-gen: fix white space style checksPetri Savolainen
2021-02-23linux-gen: ipsec: add odp_ipsec_test_sa_updateSachin Yaligar
2021-02-11linux-gen: ipsec: add line feed to debug printPetri Savolainen
2021-01-18linux-gen: ipsec: fix handling of sa_idx with multiple packetsFredrik Lindgren
2020-12-23linux-gen: ipsec: allow l2 hdr to be provided in packetJanne Peltonen
2020-12-22linux-gen: ipsec: add IPsec statsAnoob Joseph
2020-12-21linux-gen: ipsec: add IPSEC printAnoob Joseph
2020-12-08linux-gen: ipsec: fix incorrect usage of inline_paramAnoob Joseph
2020-12-04linux-gen: ipsec: remove unsupported algorithms from capabilitiesJanne Peltonen
2020-12-02linux-gen: ipsec: report all outb crypto failures as alg errorsAnoob Joseph
2020-12-01linux-gen: ipsec: discard replayed packets before lifetime updateJanne Peltonen
2020-12-01linux-gen: ipsec: report ICV errors as auth errorAnoob Joseph
2020-11-19linux-gen: ipsec: revert usage of ipsec error flagAakash Sasidharan
2020-11-19linux-gen: classification: copy cos index into packet headersMatias Elo
2020-11-17linux-gen: ipsec: fix the check of number of SAs in odp_ipsec_config()Janne Peltonen
2020-11-17linux-gen: ipsec: calculate ESP padding more efficientlyJanne Peltonen
2020-11-17linux-gen: ipsec: do not insert IPv4 header checksum in IPv6 packetsJanne Peltonen
2020-11-02linux-gen: ipsec: declare status of inline IPsec with TMAnoob Joseph
2020-04-30linux-gen: ipsec: avoid using uninitialized variable in error branchMatias Elo
2020-04-06linux-gen: ipsec: allocate internal capability arrays dynamicallyMatias Elo
2019-11-14linux-gen: ipsec: support global disablePetri Savolainen
2019-11-13linux-gen: pktio: reset all flags on packet inputPetri Savolainen
2019-09-27linux-gen: include config.h header in install directoryMatias Elo
2019-07-01linux-gen: fix variable may be used uninitialized warningsPetri Savolainen
2018-10-10linux-gen: ipsec: use global IPv4 ID allocator for all tunnel SAsJanne Peltonen
2018-10-10linux-gen: ipsec: use sequence number counter for counter based IVJanne Peltonen
2018-10-10linux-gen: ipsec: separate hot r/w data from r/o data in an SAJanne Peltonen
2018-10-10linux-gen: ipsec: remove SA reference counting from outbound processingJanne Peltonen
2018-10-10linux-gen: ipsec: speed up random IV generation by thread-local bufferingJanne Peltonen
2018-10-04linux-gen: ipsec: allocate memory from shmMatias Elo
2018-10-04linux-gen: split global data into RO and RW structsMatias Elo
2018-08-22linux-gen: ipsec: insert checksum into SCTP packets if requiredDmitry Eremin-Solenikov
2018-08-20linux-gen: queue: remove enq/deq from queue interfacePetri Savolainen
2018-08-20linux-gen: queue: remove internal queue handle conversionsPetri Savolainen
2018-07-16linux-gen: ipsec: fall back to lower odp_random_kind_t if necessaryMatias Elo
2018-05-28linux-gen: init: split odp_internal.hPetri Savolainen
2018-05-21linux-gen: byteorder: remove separate API inlining headerDmitry Eremin-Solenikov
2018-04-25linux-gen: ipsec: parse IPv6 next header in tunnel caseDmitry Eremin-Solenikov
2018-04-18linux-gen: ipsec: implement outbound checksumming supportDmitry Eremin-Solenikov
2018-04-18linux-gen: packet: IPv4 checksum insertionDmitry Eremin-Solenikov
2018-03-07linux-gen: ipsec: support TFC dummy packet generationDmitry Eremin-Solenikov