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
/
ipsec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-05
ipsec: Support async mode per-SA
Neale Ranns
1
-8
/
+3
2021-02-26
ipsec: move the IPSec SA pool out of ipsec_main
Neale Ranns
1
-14
/
+13
2021-02-25
ipsec: ipsec.h tidy up
Neale Ranns
1
-39
/
+0
2021-02-05
ipsec: add support for AES CTR
BenoƮt Ganne
1
-0
/
+21
2021-01-18
ipsec: Support MPLS over IPSec[46] interface
Neale Ranns
1
-24
/
+22
2020-12-14
misc: move to new pool_foreach macros
Damjan Marion
1
-10
/
+10
2020-10-21
misc: minimize dependencies on udp.h
Florin Coras
1
-1
/
+1
2020-09-07
ipsec: fix padding/alignment for native IPsec encryption
Christian Hopps
1
-9
/
+9
2020-05-05
ipsec: User can choose the UDP source port
Neale Ranns
1
-0
/
+55
2020-05-04
fib: midchain adjacency optimisations
Neale Ranns
1
-24
/
+6
2020-04-30
crypto: introduce async crypto infra
Fan Zhang
1
-2
/
+81
2020-02-10
ipsec: fix AES-GCM block size
Damjan Marion
1
-3
/
+6
2020-01-22
ipsec: re-enable DPDK IPSec for tunnel decap/encap (VPP-1823)
Neale Ranns
1
-0
/
+14
2020-01-04
ipsec: Targeted unit testing
Neale Ranns
1
-4
/
+10
2019-12-17
ipsec: bind an SA to a worker
Neale Ranns
1
-0
/
+26
2019-11-08
ipsec: remove dedicated IPSec tunnels
Neale Ranns
1
-8
/
+0
2019-08-27
ipsec: Fix NULL encryption algorithm
Neale Ranns
1
-0
/
+7
2019-08-16
ipsec: fix missed IPSEC_INTEG_ALG_MD5_96
Dmitry Vakhrushev
1
-0
/
+5
2019-07-12
ipsec: drop outbound ESP when no crypto alg set
Matthew Smith
1
-1
/
+1
2019-06-25
ipsec: return error if the engine backend has no handler for the
Neale Ranns
1
-1
/
+23
2019-05-20
IPSEC: rename default backend
Neale Ranns
1
-2
/
+2
2019-05-14
IPSEC coverity fixes
Neale Ranns
1
-1
/
+1
2019-05-06
Add missing init fn dependency to ipsec_init
Dave Barach
1
-0
/
+5
2019-04-25
crypto_ipsecmb: use pre-expanded keys
Damjan Marion
1
-1
/
+1
2019-04-25
IPSEC; dpdk backend for tunnel interface encryption
Neale Ranns
1
-17
/
+49
2019-04-25
crypto: improve key handling
Damjan Marion
1
-0
/
+13
2019-04-16
IPSEC: support GCM in ESP
Neale Ranns
1
-7
/
+18
2019-04-07
crypto: add support for AEAD and AES-GCM
Damjan Marion
1
-15
/
+15
2019-04-04
ipsec: trunc_size -> icv_size
Damjan Marion
1
-5
/
+5
2019-04-03
IPSEC: correctly size per-thread data
Neale Ranns
1
-1
/
+1
2019-03-26
ipsec: esp-encrypt rework
Damjan Marion
1
-0
/
+2
2019-03-20
ipsec: bug fix ipsec-init sequence
Kingwel Xie
1
-2
/
+0
2019-03-19
crypto: introduce crypto infra
Damjan Marion
1
-21
/
+50
2019-03-06
ipsec: esp-encrypt and esp-decrypt cleanup
Damjan Marion
1
-4
/
+0
2019-03-05
ipsec: cleanup, remove unnecessary code,
Kingwel Xie
1
-2
/
+3
2019-02-25
IKEv2 to plugin
Neale Ranns
1
-4
/
+0
2019-02-13
IPSEC: restack SAs on backend change
Neale Ranns
1
-0
/
+12
2019-02-01
IPSEC: minor refactor
Neale Ranns
1
-488
/
+1
2019-01-30
ipsec: fix check support functions
Klement Sekera
1
-5
/
+15
2019-01-24
IPSEC Tests: to per-test setup and tearDown
Neale Ranns
1
-4
/
+4
2019-01-02
ipsec: fix support check when using AES-GCM
Matthew Smith
1
-10
/
+15
2018-12-12
Change ipsec feature node names
Pierre Pfister
1
-16
/
+16
2018-11-20
IPSEC: remove duplicate memcy
Neale Ranns
1
-6
/
+0
2018-11-15
ipsec: infra for selecting backends
Klement Sekera
1
-63
/
+208
2018-10-23
c11 safe string handling support
Dave Barach
1
-2
/
+2
2018-10-22
ipsec: split ipsec nodes into ip4/ip6 nodes
Klement Sekera
1
-16
/
+37
2018-09-26
forget to assign spd_index to config
Kingwel Xie
1
-0
/
+2
2018-08-03
ipsec: add udp-encap option to debug cli commands
Radu Nicolau
1
-3
/
+1
2018-06-20
ipsec: VPP-1308 fix sorting of SPD entries
Klement Sekera
1
-10
/
+8
2018-05-09
ipsec: support UDP encap/decap for NAT traversal
Klement Sekera
1
-1
/
+5
[next]