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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-30
ipsec: Add/Del SA not MP safe
Neale Ranns
1
-7
/
+0
2020-04-01
api: ipsec: add missing IS_INBOUND flag
Christian Hopps
2
-0
/
+6
2019-11-19
ipsec: fix trailing data overflow
Filip Tehlar
1
-23
/
+21
2019-11-18
ipsec: ipsec-input: check for too-short packets
Benoît Ganne
1
-12
/
+25
2019-11-05
ipsec: fix esp trace seq number overflow
Benoît Ganne
2
-4
/
+12
2019-11-03
ipsec: fix tunnel protection removal
Filip Tehlar
1
-1
/
+1
2019-10-07
ipsec: fix use-after-free
Benoît Ganne
1
-3
/
+7
2019-10-04
ipsec: support 4o6 and 6o4 for tunnel protect
Neale Ranns
2
-25
/
+31
2019-10-03
ip: respect buffer boundary when searching for ipv6 headers
Klement Sekera
1
-1
/
+2
2019-10-03
ipsec: add insecure option for format of SA
Christian E. Hopps
3
-3
/
+9
2019-09-28
ipsec ip tcp l2: multiarch nodes cannot be declared as static
Damjan Marion
1
-4
/
+4
2019-09-25
ipsec: Fix NULL encryption algorithm
Neale Ranns
2
-1
/
+9
2019-09-25
ipsec: Add 'detail' option to 'sh ipsec sa'
Neale Ranns
1
-4
/
+8
2019-09-19
ipsec: fix missed IPSEC_INTEG_ALG_MD5_96
Dmitry Vakhrushev
1
-0
/
+5
2019-08-01
ipsec: Redo the anit-replay check post decrypt
Neale Ranns
2
-0
/
+36
2019-07-31
ipsec: Typo in flag name
Neale Ranns
1
-1
/
+1
2019-07-24
ipsec: GCM, Anti-replay and ESN fixess
Neale Ranns
4
-42
/
+129
2019-07-19
fib: FIB Entry tracking
Neale Ranns
1
-10
/
+6
2019-07-19
ipsec: register for port 4500 at INIT
Neale Ranns
1
-13
/
+5
2019-07-16
ipsec: handle UDP keepalives
Neale Ranns
8
-38
/
+227
2019-07-16
ipsec: coverity found c-n-p error
Neale Ranns
1
-1
/
+1
2019-07-15
ipsec: rewind missing from dual loop
Neale Ranns
1
-4
/
+9
2019-07-12
ipsec: drop outbound ESP when no crypto alg set
Matthew Smith
4
-5
/
+162
2019-07-12
ipsec: Reference count the SAs
Neale Ranns
9
-166
/
+155
2019-07-12
ip ipsec: Remove IPSec SPI-0 punt reason
Neale Ranns
3
-24
/
+9
2019-07-11
ipsec: Revert "IPSEC: remove byte swap operations in DP during SPD classify"
Neale Ranns
5
-27
/
+26
2019-07-11
ipsec: Revert "IPSEC: remove double byte swap of IP addresses"
Neale Ranns
1
-10
/
+18
2019-06-25
ipsec: print spi in hexadecimal
Guillaume Solignac
6
-15
/
+16
2019-06-25
ipsec: return error if the engine backend has no handler for the
Neale Ranns
1
-1
/
+23
2019-06-19
ipsec: fix l2 header handling in ah encrypt
Klement Sekera
1
-6
/
+6
2019-06-18
ipsec: ipsec-tun protect
Neale Ranns
16
-131
/
+1481
2019-06-17
ipsec: One DPO per SA
Neale Ranns
5
-24
/
+16
2019-06-17
ipsec: return original SA create error for tunnel create
Neale Ranns
1
-2
/
+2
2019-06-14
ipsec: Display user specified SPI ID not VPP's index
Neale Ranns
1
-1
/
+3
2019-06-14
ipsec: Correctly rewind the buffer to the IP header when punting UDP encapped...
Neale Ranns
1
-3
/
+5
2019-06-13
ipsec: remove spurious warnings
Neale Ranns
3
-7
/
+0
2019-06-05
ipsec: ah_decrypt rework
Filip Tehlar
1
-167
/
+283
2019-06-07
ipsec: remove the set_key API
Neale Ranns
7
-371
/
+0
2019-06-05
ipsec: fix combined counters in ah-encrypt node
Filip Tehlar
1
-3
/
+5
2019-06-05
ipsec: fix sa counters in esp-encrypt
Damjan Marion
1
-4
/
+7
2019-06-05
ipsec: fix sa counters in esp-decrypt
Damjan Marion
1
-6
/
+7
2019-06-05
IPSEC: some CLI fixes
Neale Ranns
2
-6
/
+11
2019-06-04
Fix: bug prevented IPsec ipv4 SPDs to show correctly
Guillaume Solignac
1
-4
/
+9
2019-06-02
IPSec: memcpy of integ key bork
Neale Ranns
1
-1
/
+1
2019-05-30
IPsec: modify post-decrypt buf len calculation
Matthew G Smith
1
-2
/
+2
2019-05-29
ipsec: fix perf issue in esp_aad_fill
Damjan Marion
1
-4
/
+7
2019-05-28
ipsec: ah_encrypt rework
Filip Tehlar
1
-194
/
+280
2019-05-28
Punt: socket register for exception dispatched/punted packets based on reason
Neale Ranns
1
-5
/
+5
2019-05-20
IPSEC: rename default backend
Neale Ranns
1
-2
/
+2
2019-05-15
IPSEC: remove CLI check for unsupported IPv6-AH - it is supported
Neale Ranns
1
-22
/
+0
[next]