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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vnet
/
ipsec
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-24
Rearrange prefetching in ipsec_output_inline
Vratko Polak
1
-6
/
+6
2019-04-23
Fix a ipsec command line typo
Simon Zhang
1
-1
/
+1
2019-04-23
ipsec4-output: add pkt header and data prefetching
Zhiyong Yang
1
-2
/
+9
2019-04-19
IPSEC: IPv6 ESP transport mode incorrect packet length and checksum (VPP-1654)
Neale Ranns
1
-7
/
+14
2019-04-19
IPSEC: ESP IPv6 transport mode payload length incorrect (VPP-1653)
Neale Ranns
1
-1
/
+3
2019-04-18
IPSEC: tunnel rekey fix and test (VPP-1652)
Neale Ranns
1
-21
/
+24
2019-04-17
IPSEC: Pass the algorithm salt (used in GCM) over the API
Neale Ranns
6
-10
/
+16
2019-04-16
IPSEC: SA format; don't print keys when there's no algo
Neale Ranns
1
-7
/
+8
2019-04-16
IPSEC: support GCM in ESP
Neale Ranns
12
-12
/
+126
2019-04-15
IPSEC: crypto overflow
Neale Ranns
1
-1
/
+1
2019-04-11
IPSEC: ESP with ESN tests and fixes
Neale Ranns
2
-4
/
+4
2019-04-11
IPSEC-MB: Use random & non-repeating IV (VPP-1642)
Neale Ranns
2
-5
/
+1
2019-04-10
crypto: Intel IPSEC-MB engine
Neale Ranns
2
-2
/
+13
2019-04-10
IPSEC: for each engine and algorithm tests
Neale Ranns
1
-1
/
+1
2019-04-10
IPSEC: remove double byte swap of IP addresses
Neale Ranns
1
-18
/
+10
2019-04-08
IPSEC TEST: various hash alogrithms
Neale Ranns
1
-1
/
+1
2019-04-07
crypto: add support for AEAD and AES-GCM
Damjan Marion
7
-41
/
+39
2019-04-05
IPSEC: punt reasons; SPI=0, no-tunnel
Neale Ranns
4
-13
/
+154
2019-04-04
ipsec: trunc_size -> icv_size
Damjan Marion
9
-15
/
+15
2019-04-03
IPSEC: correctly size per-thread data
Neale Ranns
1
-1
/
+1
2019-04-03
IPSEC: show CLI improvements
Neale Ranns
4
-31
/
+208
2019-04-02
IPSEC: tunnel scaling - don't stack the inbould SA
Neale Ranns
4
-19
/
+15
2019-04-02
IPSEC: remove pointless feature ordering
Neale Ranns
1
-4
/
+2
2019-03-29
IPSEC-GRE: fixes and API update to common types.
Neale Ranns
10
-52
/
+57
2019-03-29
ipsec: esp-decrypt rework
Damjan Marion
3
-199
/
+299
2019-03-29
IPSEC: tunnel fragmentation
Neale Ranns
2
-0
/
+13
2019-03-28
crypto: add vnet_crypto_op_init (...)
Damjan Marion
3
-6
/
+4
2019-03-28
ipsec: USE_EXTENDED_SEQ_NUM -> USE_ESN
Damjan Marion
8
-14
/
+14
2019-03-28
ipsec: anti-replay code cleanup
Damjan Marion
4
-171
/
+143
2019-03-28
IPSEC: 4o6 and 6o4 for tunnel interfaces
Neale Ranns
1
-2
/
+4
2019-03-28
IPSEC: fix build breakage from ships in the night merges
Neale Ranns
1
-2
/
+6
2019-03-28
IPSEC: run encrpyt as a feautre on the tunnel
Neale Ranns
3
-125
/
+178
2019-03-27
ipsec: compress ipsec_sa_t so data used by dataplane code fits in cacheline
Damjan Marion
11
-91
/
+129
2019-03-26
IPSEC: more expressive API errors
Neale Ranns
2
-7
/
+7
2019-03-26
ipsec: esp-encrypt rework
Damjan Marion
6
-242
/
+397
2019-03-26
IPSEC: improved policy delete
Neale Ranns
1
-13
/
+9
2019-03-25
IPSEC tests fnd fix or Extended Sequence Numbers
Neale Ranns
3
-15
/
+14
2019-03-22
ipsec: fix esn handling
Damjan Marion
1
-9
/
+5
2019-03-22
IPSEC: test for packet drop on sequence number wrap
Neale Ranns
1
-1
/
+2
2019-03-21
ipsec: add ipv6 support for ipsec tunnel interface
Kingwel Xie
7
-147
/
+415
2019-03-20
crypto: add hmac truncate option
Damjan Marion
1
-0
/
+1
2019-03-20
IPSEC: Tunnel SA not deleted
Neale Ranns
1
-3
/
+6
2019-03-20
ipsec: keep crypto data inside SA
Damjan Marion
8
-58
/
+65
2019-03-20
ipsec: bug fix ipsec-init sequence
Kingwel Xie
1
-2
/
+0
2019-03-19
crypto: introduce crypto infra
Damjan Marion
8
-233
/
+123
2019-03-19
IPSEC: remove byte swap operations in DP during SPD classify
Neale Ranns
5
-46
/
+35
2019-03-19
IPSEC: tidy the policy types
Neale Ranns
6
-78
/
+102
2019-03-13
VPP-1576: fix a set of coverity warnings
Dave Barach
1
-1
/
+1
2019-03-08
updates now that flags are supported on the API
Neale Ranns
1
-5
/
+0
2019-03-07
ipsec: cli bug fixes
Kingwel Xie
2
-5
/
+9
[next]