Gitiles
Code Review
Sign In
gerrit.nordix.org
/
fdio
/
vpp
/
7c922dc404c2c0a2d67d53ca05db1c1ae1598f44
/
src
/
vnet
/
ipsec
717de09
ipsec: add udp-encap option to debug cli commands
by Radu Nicolau
· 6 years ago
7d98a12
Remove unused argument to vlib_feature_next
by Damjan Marion
· 6 years ago
a8d4764
VPP-1338: fix ipsec api coverity warnings
by Dave Barach
· 6 years ago
067cd62
avoid using thread local storage for thread index
by Damjan Marion
· 6 years ago
0e36bbf
Fix IPsec intf tx node setup at intf creation
by Matthew Smith
· 6 years ago
6452622
fix VPP-1312 Invalid UDP packet length in ipsec
by Klement Sekera
· 7 years ago
c2fc57e
ipsec: fix VPP-1333 - crash in ipsec policy cli
by Klement Sekera
· 6 years ago
31da2e3
Revert "Revert "ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums""
by Klement Sekera
· 6 years ago
e0d2bd6
Revert "ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums"
by Ole Troan
· 6 years ago
a98346f
ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums
by Klement Sekera
· 7 years ago
ee52d87
ipsec: VPP-1308 fix sorting of SPD entries
by Klement Sekera
· 7 years ago
f706b8d
ipsec: fix IKEv2 crash when rsa cert is used for authentication
by Radu Nicolau
· 7 years ago
de412ce
CSIT-928 dpdk/ipsec: performance improvement
by Radu Nicolau
· 7 years ago
831fd64
Drop IPsec packets when interface is down
by Matthew Smith
· 7 years ago
ea84130
VPP-1275 Fix memory leaks in IPsec CLI
by Klement Sekera
· 7 years ago
65a2727
Change the way IP header pointer is calculated in esp_decrypt nodes
by Szymon Sliwa
· 7 years ago
4b089f2
ipsec: support UDP encap/decap for NAT traversal
by Klement Sekera
· 7 years ago
89c2781
ipsec: allow null/null for crypto/integ algorithms pair
by Radu Nicolau
· 7 years ago
eb987d3
Harmonize vec/pool_get_aligned object sizes and alignment requests
by Dave Barach
· 7 years ago
e9fcf23
Fix some build warnings about "Old Style VLA"
by Juraj Sloboda
· 7 years ago
8e1039a
Allow an IPsec tunnel interface to be renumbered
by Matthew Smith
· 7 years ago
8640dbd
Fix the ip header offset counting in vnet/ipsec
by Szymon Sliwa
· 7 years ago
537eeec
Make IPsec tunnel intf work with IPv4 output features
by Matthew Smith
· 7 years ago
4631610
IPSEC_AH: broken initialization (VPP-1208)
by Marco Varlese
· 7 years ago
ce8805c
IPSec: fix IPv6 policy deleting
by Matus Fabian
· 7 years ago
191a594
SCTP stack (RFC4960)
by Marco Varlese
· 7 years ago
9d42087
VPPAPIGEN: vppapigen replacement in Python PLY.
by Ole Troan
· 7 years ago
6c4dae2
api: remove transport specific code from handlers
by Florin Coras
· 7 years ago
e86a8ed
api: refactor vlibmemory
by Florin Coras
· 7 years ago
23f0c45
ESP_AH_test_automation_scripts rev1
by “mystarrocks”
· 7 years ago
72454dd
DES-CBC/3DES-CBC support for VPP IPSec Core
by “mukeshyadav1984”
· 7 years ago
430ac93
IPSec AH protocol enhancement in VPP native core
by “mukeshyadav1984”
· 7 years ago
f616d10
Allow Openssl 1.1.0
by Marco Varlese
· 7 years ago
8909558
Fix bug in key calculation for IPsec tunnel interface
by Matthew Smith
· 7 years ago
ca514fd
Allow IPsec interface to have SAs reset
by Matthew Smith
· 7 years ago
71612d6
Add extern to *_main global variable declarations in header files.
by Dave Wallace
· 7 years ago
75d8560
Add API call to set keys on IPsec tunnel intf
by Matthew Smith
· 7 years ago
2096063
dpdk/ipsec: coverity fixes
by Sergio Gonzalez Monroy
· 7 years ago
0d056e5
vppapigen: support per-file (major,minor,patch) version stamps
by Dave Barach
· 7 years ago
db93cd9
dpdk/ipsec: rework plus improved cli commands
by Sergio Gonzalez Monroy
· 7 years ago
2802953
Add API support to dump IPsec SAs
by Matthew Smith
· 7 years ago
02e14b5
Set RX sw_if_index on decrypted routed IPsec buffers
by Matthew Smith
· 7 years ago
ab7b8d9
Fixes for issues reported by Coverity (VPP-972)
by Chris Luke
· 7 years ago
922549a
Add p2p flag to IPsec tunnel interface hw class
by Matthew Smith
· 8 years ago
01034be
Use counters on ipsec tunnel interfaces
by Matthew Smith
· 8 years ago
e04d09d
Add sw_if_index of tunnel interface to API reply for ipsec_tunnel_if_add_del
by Matthew Smith
· 8 years ago
b0972cb
API support for IPsec tunnel interface creation
by Matthew Smith
· 8 years ago
1e19ee4
VPP-716: IKEv2 responder fails to authenticate initiator
by Matthew Smith
· 8 years ago
11b8dbf
"autoreply" flag: autogenerate standard xxx_reply_t messages
by Dave Barach
· 8 years ago
586afd7
Use thread local storage for thread index
by Damjan Marion
· 8 years ago
78053e1
Fix coverity CIDs 161048, 163895
by Pavel Kotucek
· 8 years ago
c3a814b
dpdk: be a plugin
by Damjan Marion
· 8 years ago
68b0fb0
VPP-598: tcp stack initial commit
by Dave Barach
· 8 years ago
a9a20e7
VPP-635: CLI Memory leak with invalid parameter
by Billy McFall
· 8 years ago
cb33dc2
Implemented IKEv2 initiator features:
by Radu Nicolau
· 8 years ago
52a047a
ipsec: changed ipsec-input-ip6 node to be a sibling of ipsec-input-ip4, fixes a problem that occurs with cryptodev ipv6 input.
by Radu Nicolau
· 8 years ago
3f90339
Fixed set int state up for ipsec interfaces
by Radu Nicolau
· 8 years ago
d04b60b
dpdk: rework cryptodev ipsec build and setup
by Sergio Gonzalez Monroy
· 8 years ago
a9a951f
Add --without-libssl configure parameter
by Damjan Marion
· 8 years ago
7cd468a
Reorganize source tree to use single autotools instance
by Damjan Marion
· 8 years ago