Linux Foundation Collaborative Projects
index
:
vpp
master
stable/1606
stable/1609
stable/1701
stable/1704
stable/1707
stable/1710
stable/1801
stable/1804
stable/1807
stable/1810
stable/1901
stable/1904
stable/1908
stable/2001
stable/2005
stable/2009
stable/2101
stable/2106
stable/2110
stable/2202
stable/2206
stable/2210
stable/2302
stable/2306
stable/2310
stable/2402
stable/2406
stable/2410
stable/test
Vector Packet Processing
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vnet
/
ipsec
/
esp_decrypt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-04
ipsec: fix trace of GRE_teb packets
Christian Hopps
1
-2
/
+5
2020-04-30
crypto: introduce async crypto infra
Fan Zhang
1
-558
/
+1015
2020-04-28
ipsec: fix buffer alloc
Filip Tehlar
1
-1
/
+7
2020-03-31
ipsec: fix chained ESP
Filip Tehlar
1
-36
/
+120
2020-03-23
ipsec: Revert "ipsec: fix chained ESP"
Florin Coras
1
-119
/
+36
2020-03-23
ipsec: fix chained ESP
Filip Tehlar
1
-36
/
+119
2020-03-21
ipsec: efficient layout of ESP per thread data
Rajesh Goel
1
-3
/
+4
2020-02-11
ipsec: add support for chained buffers
Filip Tehlar
1
-75
/
+369
2020-02-05
ipsec: set l2_len for GRE-TEB tunnel decap
John Lo
1
-0
/
+2
2020-01-04
ipsec: Targeted unit testing
Neale Ranns
1
-7
/
+22
2019-12-23
ipsec: Test and fix IPSec worker hand-off
Neale Ranns
1
-2
/
+2
2019-12-18
ipsec: Fix decap of IPSEC/GRE in transport mode
Neale Ranns
1
-6
/
+44
2019-12-17
ipsec: bind an SA to a worker
Neale Ranns
1
-9
/
+39
2019-11-08
ipsec: remove dedicated IPSec tunnels
Neale Ranns
1
-20
/
+14
2019-08-01
ipsec: Redo the anit-replay check post decrypt
Neale Ranns
1
-0
/
+29
2019-07-24
ipsec: GCM, Anti-replay and ESN fixess
Neale Ranns
1
-11
/
+18
2019-06-18
ipsec: ipsec-tun protect
Neale Ranns
1
-18
/
+102
2019-06-05
ipsec: fix sa counters in esp-decrypt
Damjan Marion
1
-6
/
+7
2019-05-30
IPsec: modify post-decrypt buf len calculation
Matthew G Smith
1
-2
/
+2
2019-05-14
IPSEC: remove unecessary pass by reference of sequence number
Neale Ranns
1
-1
/
+1
2019-04-25
crypto: AES GCM IV length is always 12
Damjan Marion
1
-1
/
+0
2019-04-25
ipsec: drop runts in esp-decrypt
Damjan Marion
1
-0
/
+8
2019-04-25
crypto: improve key handling
Damjan Marion
1
-3
/
+2
2019-04-17
IPSEC: Pass the algorithm salt (used in GCM) over the API
Neale Ranns
1
-3
/
+1
2019-04-16
IPSEC: support GCM in ESP
Neale Ranns
1
-1
/
+34
2019-04-15
IPSEC: crypto overflow
Neale Ranns
1
-1
/
+1
2019-04-11
IPSEC: ESP with ESN tests and fixes
Neale Ranns
1
-3
/
+3
2019-04-11
IPSEC-MB: Use random & non-repeating IV (VPP-1642)
Neale Ranns
1
-3
/
+1
2019-04-10
crypto: Intel IPSEC-MB engine
Neale Ranns
1
-2
/
+11
2019-04-07
crypto: add support for AEAD and AES-GCM
Damjan Marion
1
-6
/
+5
2019-04-04
ipsec: trunc_size -> icv_size
Damjan Marion
1
-1
/
+1
2019-03-29
IPSEC-GRE: fixes and API update to common types.
Neale Ranns
1
-1
/
+1
2019-03-29
ipsec: esp-decrypt rework
Damjan Marion
1
-199
/
+297
2019-03-28
crypto: add vnet_crypto_op_init (...)
Damjan Marion
1
-2
/
+1
2019-03-28
ipsec: anti-replay code cleanup
Damjan Marion
1
-28
/
+10
2019-03-27
ipsec: compress ipsec_sa_t so data used by dataplane code fits in cacheline
Damjan Marion
1
-6
/
+7
2019-03-20
ipsec: keep crypto data inside SA
Damjan Marion
1
-16
/
+8
2019-03-19
crypto: introduce crypto infra
Damjan Marion
1
-32
/
+20
2019-03-06
ipsec: esp-encrypt and esp-decrypt cleanup
Damjan Marion
1
-248
/
+207
2019-03-05
ipsec: cleanup, remove unnecessary code,
Kingwel Xie
1
-1
/
+1
2019-02-22
IPSEC: header exports
Neale Ranns
1
-0
/
+1
2019-02-18
IPSEC: move SA counters into the stats segment
Neale Ranns
1
-1
/
+3
2019-02-07
IPSEC: no second lookup after tunnel encap
Neale Ranns
1
-3
/
+4
2018-12-07
Fix VPP-1515 IPSec receive packet error in transport mode with udp encap
jackiechen1985
1
-3
/
+13
2018-12-04
ipsec: simplify bumping counters - cosmetic change
Klement Sekera
1
-44
/
+13
2018-11-30
IPSEC-AH: fix packet drop
Neale Ranns
1
-2
/
+0
2018-10-29
migrate ipsec to new multiarch infra
Klement Sekera
1
-11
/
+6
2018-10-23
c11 safe string handling support
Dave Barach
1
-1
/
+1
2018-10-22
ipsec: split ipsec nodes into ip4/ip6 nodes
Klement Sekera
1
-50
/
+98
2018-05-10
Change the way IP header pointer is calculated in esp_decrypt nodes
Szymon Sliwa
1
-3
/
+7
[next]